Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AAPT2_COMPILE_FLAVOR - Static variable in class com.facebook.buck.android.AndroidResourceDescription
 
Aapt2Compile - Class in com.facebook.buck.android
Perform the "aapt2 compile" step of a single Android resource.
Aapt2Compile(BuildTarget, ProjectFilesystem, ImmutableSortedSet<BuildRule>, SourcePath) - Constructor for class com.facebook.buck.android.Aapt2Compile
 
Aapt2Link - Class in com.facebook.buck.android
Perform the "aapt2 link" step of building an Android app.
AaptOutputInfo - Class in com.facebook.buck.android
Encapsulates information about a rule that runs "aapt", for consumption by downstream rules.
AaptOutputInfo.Builder - Class in com.facebook.buck.android
Builds instances of type AaptOutputInfo.
AaptPackageResources - Class in com.facebook.buck.android
Packages the resources using aapt.
AaptStep - Class in com.facebook.buck.android
Runs the Android Asset Packaging Tool (aapt), which creates an .apk file.
AaptStep(Path, Path, ImmutableList<Path>, ImmutableSortedSet<Path>, Path, Path, Path, boolean, boolean, ManifestEntries) - Constructor for class com.facebook.buck.android.AaptStep
 
AAR_FORMAT - Static variable in class com.facebook.buck.android.AndroidAar
 
AAR_UNZIP_FLAVOR - Static variable in class com.facebook.buck.android.AndroidPrebuiltAarDescription
 
AbstractApkInfo() - Constructor for class com.facebook.buck.android.HasInstallableApk.AbstractApkInfo
 
AbstractArchiveMemberPath - Class in com.facebook.buck.io
 
AbstractArchiveMemberPath() - Constructor for class com.facebook.buck.io.AbstractArchiveMemberPath
 
AbstractAsynchronousCache - Class in com.facebook.buck.artifact_cache
 
AbstractAsynchronousCache(String, ArtifactCacheMode, CacheReadMode, ListeningExecutorService, ListeningExecutorService, AbstractAsynchronousCache.CacheEventListener, Optional<Long>, ProjectFilesystem) - Constructor for class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
 
AbstractAsynchronousCache.AbstractFetchResult - Interface in com.facebook.buck.artifact_cache
 
AbstractAsynchronousCache.AbstractMultiFetchResult - Interface in com.facebook.buck.artifact_cache
 
AbstractAsynchronousCache.AbstractStoreResult - Interface in com.facebook.buck.artifact_cache
 
AbstractAsynchronousCache.CacheEventListener - Interface in com.facebook.buck.artifact_cache
 
AbstractAsynchronousCache.CacheEventListener.FetchRequestEvents - Interface in com.facebook.buck.artifact_cache
 
AbstractAsynchronousCache.CacheEventListener.MultiFetchRequestEvents - Interface in com.facebook.buck.artifact_cache
 
AbstractAsynchronousCache.FetchRequest - Class in com.facebook.buck.artifact_cache
 
AbstractAsynchronousCache.StoreEvents - Interface in com.facebook.buck.artifact_cache
 
AbstractAsynchronousCache.StoreEvents.StoreRequestEvents - Interface in com.facebook.buck.artifact_cache
 
AbstractAutoSparseConfig - Class in com.facebook.buck.util.autosparse
 
AbstractAutoSparseConfig() - Constructor for class com.facebook.buck.util.autosparse.AbstractAutoSparseConfig
 
AbstractAutoSparseFactory - Class in com.facebook.buck.util.autosparse
 
AbstractBatchingLogger - Class in com.facebook.buck.util.network
Common functionality for uploading log entries in batches.
AbstractBatchingLogger(int) - Constructor for class com.facebook.buck.util.network.AbstractBatchingLogger
 
AbstractBatchingLogger() - Constructor for class com.facebook.buck.util.network.AbstractBatchingLogger
 
AbstractBatchingLogger.BatchEntry - Class in com.facebook.buck.util.network
 
AbstractBottomUpTraversal<T,E extends Throwable> - Class in com.facebook.buck.graph
Class that performs a "bottom-up" traversal of a DAG.
AbstractBottomUpTraversal(TraversableGraph<T>) - Constructor for class com.facebook.buck.graph.AbstractBottomUpTraversal
 
AbstractBreadthFirstThrowingTraversal<Node,E extends Throwable> - Class in com.facebook.buck.graph
Performs a breadth-first traversal of dependencies of a graph node.
AbstractBreadthFirstThrowingTraversal(Node) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
 
AbstractBreadthFirstThrowingTraversal(Iterable<? extends Node>) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
 
AbstractBreadthFirstThrowingTraversal.StaticBreadthFirstTraversal<Node> - Class in com.facebook.buck.graph
 
AbstractBreadthFirstThrowingTraversal.Visitor<Node,E extends Throwable> - Interface in com.facebook.buck.graph
AbstractBreadthFirstTraversal<Node> - Class in com.facebook.buck.graph
Performs a breadth-first traversal of dependencies of a graph node.
AbstractBreadthFirstTraversal(Node) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstTraversal
 
AbstractBreadthFirstTraversal(Iterable<? extends Node>) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstTraversal
 
AbstractBuckEvent - Class in com.facebook.buck.event
Base class for all build events.
AbstractBuckEvent(EventKey) - Constructor for class com.facebook.buck.event.AbstractBuckEvent
 
AbstractBuildEngineResult() - Constructor for class com.facebook.buck.rules.BuildEngine.AbstractBuildEngineResult
 
AbstractBuildRule - Class in com.facebook.buck.rules
Abstract implementation of a BuildRule that can be cached.
AbstractBuildRule(BuildTarget, ProjectFilesystem) - Constructor for class com.facebook.buck.rules.AbstractBuildRule
 
AbstractBuildRuleWithDeclaredAndExtraDeps - Class in com.facebook.buck.rules
 
AbstractBuildRuleWithDeclaredAndExtraDeps(BuildTarget, ProjectFilesystem, BuildRuleParams) - Constructor for class com.facebook.buck.rules.AbstractBuildRuleWithDeclaredAndExtraDeps
 
AbstractBuildRuleWithResolver - Class in com.facebook.buck.rules
This class should not ever be extended.
AbstractBuildRuleWithResolver(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathResolver) - Constructor for class com.facebook.buck.rules.AbstractBuildRuleWithResolver
 
AbstractCharsetProcessListener - Class in com.facebook.buck.util
Implementation of ListeningProcessExecutor.ProcessListener which decodes bytes to and from Java String data.
AbstractCharsetProcessListener(Charset) - Constructor for class com.facebook.buck.util.AbstractCharsetProcessListener
Creates a AbstractCharsetProcessListener which uses a single Charset to encode and decode stdin, stdout, and stderr bytes to and from String data.
AbstractCharsetProcessListener(CharsetEncoder, CharsetDecoder, CharsetDecoder) - Constructor for class com.facebook.buck.util.AbstractCharsetProcessListener
Creates a AbstractCharsetProcessListener which uses separate CharsetEncoder and CharsetDecoders to encode and decode stdin, stdout, and stderr bytes to and from String data.
AbstractCommand - Class in com.facebook.buck.cli
 
AbstractCommand() - Constructor for class com.facebook.buck.cli.AbstractCommand
 
AbstractCommandRunnerParams - Interface in com.facebook.buck.cli
 
AbstractConsoleEventBusListener - Class in com.facebook.buck.event.listener
Base class for BuckEventListeners responsible for outputting information about the running build to stderr.
AbstractConsoleEventBusListener(Console, Clock, Locale, ExecutionEnvironment, boolean, int) - Constructor for class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
AbstractContainerCommand - Class in com.facebook.buck.cli
 
AbstractContainerCommand() - Constructor for class com.facebook.buck.cli.AbstractContainerCommand
 
AbstractCxxLibrary - Interface in com.facebook.buck.cxx
 
AbstractCxxSource - Class in com.facebook.buck.cxx
Describes a source file written in the C programming language or a derivative (C++, Objective-C, Objective-C++, etc.) and the various paths it uses from input to output.
AbstractCxxSource() - Constructor for class com.facebook.buck.cxx.AbstractCxxSource
 
AbstractCxxSource.Type - Enum in com.facebook.buck.cxx
 
AbstractDistBuildCommand - Class in com.facebook.buck.cli
 
AbstractDistBuildCommand() - Constructor for class com.facebook.buck.cli.AbstractDistBuildCommand
 
AbstractExecutionStep - Class in com.facebook.buck.step
Abstract implementation of Step that takes the description as a constructor parameter and requires only the implementation of AbstractExecutionStep.execute(ExecutionContext).
AbstractExecutionStep(String) - Constructor for class com.facebook.buck.step.AbstractExecutionStep
 
AbstractFileLike - Class in com.facebook.buck.jvm.java.classes
 
AbstractFileLike() - Constructor for class com.facebook.buck.jvm.java.classes.AbstractFileLike
 
AbstractGenruleDescription<T extends AbstractGenruleDescription.CommonArg> - Class in com.facebook.buck.shell
 
AbstractGenruleDescription() - Constructor for class com.facebook.buck.shell.AbstractGenruleDescription
 
AbstractGenruleDescription.CommonArg - Interface in com.facebook.buck.shell
 
AbstractGenruleStep - Class in com.facebook.buck.shell
 
AbstractGenruleStep(ProjectFilesystem, BuildTarget, AbstractGenruleStep.CommandString, Path) - Constructor for class com.facebook.buck.shell.AbstractGenruleStep
 
AbstractGenruleStep.CommandString - Class in com.facebook.buck.shell
 
AbstractMacroExpander<T,P> - Class in com.facebook.buck.rules.macros
 
AbstractMacroExpander() - Constructor for class com.facebook.buck.rules.macros.AbstractMacroExpander
 
AbstractMacroExpanderWithoutPrecomputedWork<T> - Class in com.facebook.buck.rules.macros
 
AbstractMacroExpanderWithoutPrecomputedWork() - Constructor for class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
 
AbstractManifestInfo - Class in com.facebook.buck.util.autosparse
Track information on a file entry in a version control manifest.
AbstractManifestInfo() - Constructor for class com.facebook.buck.util.autosparse.AbstractManifestInfo
 
AbstractNetworkCache - Class in com.facebook.buck.artifact_cache
 
AbstractNetworkCache(NetworkCacheArgs) - Constructor for class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
AbstractPreprocessor - Class in com.facebook.buck.cxx.toolchain
 
AbstractPreprocessor(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.AbstractPreprocessor
 
AbstractReport - Class in com.facebook.buck.doctor
Base class for gathering logs and other interesting information from buck.
AbstractReport(ProjectFilesystem, DefectReporter, BuildEnvironmentDescription, VersionControlStatsGenerator, Console, DoctorConfig, ExtraInfoCollector, Optional<WatchmanDiagReportCollector>) - Constructor for class com.facebook.buck.doctor.AbstractReport
 
AbstractRuleKeyBuilder<RULE_KEY> - Class in com.facebook.buck.rules.keys
 
AbstractRuleKeyBuilder(RuleKeyScopedHasher) - Constructor for class com.facebook.buck.rules.keys.AbstractRuleKeyBuilder
 
AbstractSparseSummary - Class in com.facebook.buck.util.versioncontrol
 
AbstractSparseSummary() - Constructor for class com.facebook.buck.util.versioncontrol.AbstractSparseSummary
 
AbstractTestStep - Class in com.facebook.buck.step
Abstract implementation of Step that ...
AbstractTestStep(String, ProjectFilesystem, Optional<Path>, ImmutableList<String>, Optional<ImmutableMap<String, String>>, Path, Optional<Long>, Path) - Constructor for class com.facebook.buck.step.AbstractTestStep
 
accept(T) - Method in interface com.facebook.buck.util.RichStream.ThrowingConsumer
 
AccessFlags - Class in com.facebook.buck.jvm.java.abi
Computes the access flags (see JVMS8 4.1, 4.5, 4.6) for Elements.
AccessFlags(Elements) - Constructor for class com.facebook.buck.jvm.java.abi.AccessFlags
 
AccumulateClassNamesStep - Class in com.facebook.buck.jvm.java
Step that takes a directory or zip of .class files and traverses it to get the total set of .class files included by the directory or zip.
AccumulateClassNamesStep(ProjectFilesystem, Optional<Path>, Path) - Constructor for class com.facebook.buck.jvm.java.AccumulateClassNamesStep
 
acquire(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
Returns the future which will be completed by the moment when resources will be acquired.
ActionAndTargetGraphs(TargetGraphAndBuildTargets, Optional<TargetGraphAndBuildTargets>, ActionGraphAndResolver) - Constructor for class com.facebook.buck.cli.BuildCommand.ActionAndTargetGraphs
 
ActionGraph - Class in com.facebook.buck.rules
 
ActionGraph(Iterable<BuildRule>) - Constructor for class com.facebook.buck.rules.ActionGraph
 
ActionGraphAndResolver - Class in com.facebook.buck.rules
Holds an ActionGraph with the BuildRuleResolver that created it.
ActionGraphAndResolver.Builder - Class in com.facebook.buck.rules
Builds instances of type ActionGraphAndResolver.
ActionGraphCache - Class in com.facebook.buck.rules
Class that transforms TargetGraph to ActionGraph.
ActionGraphCache() - Constructor for class com.facebook.buck.rules.ActionGraphCache
 
actionGraphCacheHit(ActionGraphEvent.Cache.Hit) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
actionGraphCacheHit(ActionGraphEvent.Cache.Hit) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
actionGraphCacheMiss(ActionGraphEvent.Cache.Miss) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ActionGraphCreationException(String) - Constructor for exception com.facebook.buck.cli.BuildCommand.ActionGraphCreationException
 
ActionGraphEvent - Class in com.facebook.buck.event
Base class for events about building up the action graph from the target graph.
ActionGraphEvent(EventKey) - Constructor for class com.facebook.buck.event.ActionGraphEvent
 
ActionGraphEvent.Cache - Class in com.facebook.buck.event
 
ActionGraphEvent.Cache.Hit - Class in com.facebook.buck.event
 
ActionGraphEvent.Cache.Miss - Class in com.facebook.buck.event
 
ActionGraphEvent.Cache.MissWithTargetGraphHashMatch - Class in com.facebook.buck.event
 
ActionGraphEvent.Finished - Class in com.facebook.buck.event
 
ActionGraphEvent.Started - Class in com.facebook.buck.event
 
actionGraphEvents - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
actionGraphFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
actionGraphFinished(ActionGraphEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
actionGraphFinished(ActionGraphEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
actionGraphFinished(ActionGraphEvent.Finished) - Method in class com.facebook.buck.event.listener.PerfTimesEventListener
 
actionGraphFinished(ActionGraphEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
ActionGraphParallelizationMode - Enum in com.facebook.buck.cli
 
actionGraphStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
actionGraphStarted(ActionGraphEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
actionGraphStarted(ActionGraphEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
actuallyClose() - Method in interface com.facebook.buck.util.zip.CustomZipOutputStream.Impl
 
actuallyClose() - Method in class com.facebook.buck.util.zip.OverwritingZipOutputStreamImpl
 
actuallyCloseEntry() - Method in interface com.facebook.buck.util.zip.CustomZipOutputStream.Impl
Called by CustomZipOutputStream.close() and used by impls to close the delegate stream.
actuallyCloseEntry() - Method in class com.facebook.buck.util.zip.OverwritingZipOutputStreamImpl
 
actuallyPutNextEntry(ZipEntry) - Method in interface com.facebook.buck.util.zip.CustomZipOutputStream.Impl
Called by CustomZipOutputStream.putNextEntry(ZipEntry) and used by impls to put the next entry into the zip file.
actuallyPutNextEntry(ZipEntry) - Method in class com.facebook.buck.util.zip.OverwritingZipOutputStreamImpl
 
actuallyWrite(byte[], int, int) - Method in interface com.facebook.buck.util.zip.CustomZipOutputStream.Impl
Called by CustomZipOutputStream.write(byte[], int, int) only once it is known that the stream has not been closed, and that a ZipEntry has already been put on the stream and not closed.
actuallyWrite(byte[], int, int) - Method in class com.facebook.buck.util.zip.OverwritingZipOutputStreamImpl
 
AcyclicDepthFirstPostOrderTraversal<T> - Class in com.facebook.buck.graph
Performs a depth-first, post-order traversal over a DAG.
AcyclicDepthFirstPostOrderTraversal(GraphTraversable<T>) - Constructor for class com.facebook.buck.graph.AcyclicDepthFirstPostOrderTraversal
 
AcyclicDepthFirstPostOrderTraversal.CycleException - Exception in com.facebook.buck.graph
 
adbCall(String, AndroidDevicesHelper.AdbDeviceCallable, boolean) - Method in class com.facebook.buck.android.AdbHelper
Execute an AdbDeviceCallable for all matching devices.
adbCall(String, AndroidDevicesHelper.AdbDeviceCallable, boolean) - Method in interface com.facebook.buck.android.exopackage.AndroidDevicesHelper
 
AdbCommandLineOptions - Class in com.facebook.buck.cli
 
AdbCommandLineOptions() - Constructor for class com.facebook.buck.cli.AdbCommandLineOptions
 
AdbHelper - Class in com.facebook.buck.android
Helper for executing commands over ADB, especially for multiple devices.
AdbHelper(AdbOptions, TargetDeviceOptions, Supplier<ExecutionContext>, boolean) - Constructor for class com.facebook.buck.android.AdbHelper
 
AdbHelper.CommandFailedException - Exception in com.facebook.buck.android
An exception that indicates that an executed command returned an unsuccessful exit code.
adbOptions(BuckConfig) - Method in class com.facebook.buck.cli.InstallCommand
 
adbOptions(BuckConfig) - Method in class com.facebook.buck.cli.UninstallCommand
 
AdbOptions - Class in com.facebook.buck.step
 
AdbOptions() - Constructor for class com.facebook.buck.step.AdbOptions
 
AdbOptions(int, boolean) - Constructor for class com.facebook.buck.step.AdbOptions
 
add(AndroidPrebuiltAar) - Method in class com.facebook.buck.android.AndroidPrebuiltAarCollection
 
add(String, String, String) - Method in class com.facebook.buck.apple.clang.HeaderMap.Builder
 
add(String, Path) - Method in class com.facebook.buck.apple.clang.HeaderMap.Builder
 
add(String) - Method in class com.facebook.buck.counters.TagSetCounter
 
add(T) - Method in class com.facebook.buck.event.listener.BuckEventOrderer
 
add(Pattern, T) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection.Builder
 
add(ImmutableMap<BuildTarget, Version>, T) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection.Builder
 
add(long) - Method in class com.facebook.buck.rules.keys.SizeLimiter
 
add(Path, ManifestInfo) - Method in class com.facebook.buck.util.autosparse.ManifestTrie
Add or replace a manifest entry
add(E) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
addAdditionalCoverageTargets(SourcePath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to additionalCoverageTargets set.
addAdditionalCoverageTargets(SourcePath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to additionalCoverageTargets set.
addAdditionalCoverageTargets(Path) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds one element to additionalCoverageTargets set.
addAdditionalCoverageTargets(Path...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to additionalCoverageTargets set.
addAggregationKey(String, Object) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationContext
 
addAll(Collection<String>) - Method in class com.facebook.buck.counters.TagSetCounter
 
addAll(Collection<? extends E>) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
addAllAdditionalCoverageTargets(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to additionalCoverageTargets set.
addAllAdditionalCoverageTargets(Iterable<? extends Path>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to additionalCoverageTargets set.
addAllAllowedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to allowedDuplicateResourceTypes set.
addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAllAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAllAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAllApplicationModuleTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to applicationModuleTargets set.
addAllArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Adds elements to architectures list.
addAllArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Adds elements to architectures set.
addAllArflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to arflags list.
addAllArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to args list.
addAllArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
Adds elements to args list.
addAllArgs(Iterable<? extends QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.FunctionExpression.Builder
Adds elements to args list.
addAllArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Adds elements to args list.
addAllArgs(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds elements to args list.
addAllArguments(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
Adds elements to arguments list.
addAllAsflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to asflags list.
addAllAsmflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to asmflags list.
addAllAsmppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to asmppflags list.
addAllAsppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to asppflags list.
addAllAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds elements to assemblerFlags list.
addAllAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to assemblerFlags list.
addAllAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to assemblerFlags list.
addAllAssetPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Adds elements to assetPaths set.
addAllAssetsDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds elements to assetsDirectories set.
addAllAssociatedRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Adds elements to associatedRuleKeys set.
addAllBannedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to bannedDuplicateResourceTypes set.
addAllBaseBookmarks(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Adds elements to baseBookmarks set.
addAllBaseBookmarks(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
Adds elements to baseBookmarks set.
addAllBinaryJars(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds elements to binaryJars set.
addAllBlacklist(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds elements to blacklist set.
addAllBlacklistedWifiSsids(Iterable<String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Adds elements to blacklistedWifiSsids set.
addAllBuildArgs(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds elements to buildArgs list.
addAllBuildArgs(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to buildArgs list.
addAllBuildFileImportWhitelist(Iterable<String>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Adds elements to buildFileImportWhitelist list.
addAllBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
Adds elements to buildTargets set.
addAllBundleNameForFlavor(Iterable<? extends Pair<Flavor, String>>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Adds elements to bundleNameForFlavor list.
addAllBytecodeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to bytecodeIncludes list.
addAllCacheModes(Iterable<String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Adds elements to cacheModes list.
addAllCflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to cflags list.
addAllCFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to cFlags list.
addAllChildren(Iterable<? extends Path>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Adds elements to children set.
addAllClasspath(Iterable<? extends URL>) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
Adds elements to classpath list.
addAllClasspathDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Adds elements to classpathDeps list.
addAllClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Adds elements to classpathEntries sortedSet.
addAllClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds elements to classpathEntriesToDex set.
addAllClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds elements to classpathEntriesToDex set.
addAllClassPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds elements to classPaths set.
addAllCLibs(Iterable<String>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Adds elements to cLibs list.
addAllCommand(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to command list.
addAllCommand(Iterable<String>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Adds elements to command list.
addAllCommandArgs(Iterable<String>) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Adds elements to commandArgs list.
addAllCompilerDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to compilerDeps sortedSet.
addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds elements to compilerFlags list.
addAllCompilerInvocationFlags(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to compilerInvocationFlags list.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to contacts list.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to contacts set.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to contacts set.
addAllCoverageReportFormats(Iterable<CoverageReportFormat>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Adds elements to coverageReportFormats set.
addAllCppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to cppflags list.
addAllCpuFilters(Iterable<TargetCpuType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to cpuFilters set.
addAllCudaflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to cudaflags list.
addAllCudappflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to cudappflags list.
addAllCxxflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to cxxflags list.
addAllCxxHeaderDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to cxxHeaderDirs sortedSet.
addAllCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to cxxLibraryWhitelist set.
addAllCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to cxxLibraryWhitelist set.
addAllCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to cxxLibraryWhitelist set.
addAllCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to cxxLibraryWhitelist set.
addAllCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to cxxLibraryWhitelist set.
addAllCxxppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to cxxppflags list.
addAllCxxPreprocessorInput(Iterable<? extends CxxPreprocessorInput>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Adds elements to cxxPreprocessorInput list.
addAllDefaultIncludes(Iterable<String>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Adds elements to defaultIncludes list.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends Either<BuildTarget, String>>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Adds elements to deps list.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Adds elements to deps sortedSet.
addAllDescriptions(Iterable<? extends Description<?>>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Adds elements to descriptions set.
addAllDeveloperCertificateFingerprints(Iterable<? extends HashCode>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Adds elements to developerCertificateFingerprints set.
addAllDirCacheEntries(Iterable<? extends DirCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
Adds elements to dirCacheEntries set.
addAllDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Adds elements to dirs sortedSet.
addAllDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds elements to dirs set.
addAllDirsContainingResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to dirsContainingResourceDirs set.
addAllExcludedResourcePaths(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Adds elements to excludedResourcePaths list.
addAllExcludes(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
Adds elements to excludes set.
addAllExopackageModes(Iterable<AndroidBinary.ExopackageMode>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to exopackageModes set.
addAllExoResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Adds elements to exoResources list.
addAllExoResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds elements to exoResources list.
addAllExperimentalArgs(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds elements to experimentalArgs list.
addAllExportedCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to exportedCompilerFlags list.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLinkable.Builder
Adds elements to exportedDeps set.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addAllExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to exportedLinkerFlags list.
addAllExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to exportedLinkerFlags list.
addAllExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to exportedLinkerFlags list.
addAllExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds elements to exportedLinkerFlags list.
addAllExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to exportedLinkerFlags list.
addAllExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to exportedLinkerFlags list.
addAllExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to exportedLinkerFlags list.
addAllExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to exportedPreprocessorFlags list.
addAllExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to exportedPreprocessorFlags list.
addAllExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to exportedPreprocessorFlags list.
addAllExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to exportedPreprocessorFlags list.
addAllExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to exportedPreprocessorFlags list.
addAllExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to exportedPreprocessorFlags list.
addAllExtraArgs(Iterable<String>) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Adds elements to extraArgs list.
addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to extraArguments list.
addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to extraArguments list.
addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to extraArguments list.
addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to extraArguments list.
addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to extraArguments list.
addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds elements to extraArguments list.
addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to extraArguments list.
addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to extraArguments list.
addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to extraArguments list.
addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to extraArguments list.
addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to extraArguments list.
addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to extraArguments list.
addAllExtraClassPathDependencies(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds elements to extraClassPathDependencies set.
addAllExtraFiles(Iterable<? extends Path>) - Method in class com.facebook.buck.doctor.ExtraInfoResult.Builder
Adds elements to extraFiles set.
addAllExtraGroovycArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to extraGroovycArguments list.
addAllExtraGroovycArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to extraGroovycArguments list.
addAllExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to extraKotlincArguments list.
addAllExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to extraKotlincArguments list.
addAllExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to extraKotlincArguments list.
addAllExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to extraKotlincArguments list.
addAllExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to extraKotlincArguments list.
addAllExtraModuleDependencies(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds elements to extraModuleDependencies set.
addAllExtraTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Adds elements to extraTargets sortedSet.
addAllExtraTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Adds elements to extraTests sortedSet.
addAllExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to extraXcodeFiles list.
addAllExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to extraXcodeFiles list.
addAllExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to extraXcodeFiles list.
addAllExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to extraXcodeFiles list.
addAllExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to extraXcodeSources list.
addAllExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to extraXcodeSources list.
addAllExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to extraXcodeSources list.
addAllExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to extraXcodeSources list.
addAllFailures(Iterable<? extends BuildResult>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Adds elements to failures set.
addAllFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to features sortedSet.
addAllFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds elements to features sortedSet.
addAllFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to features sortedSet.
addAllFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds elements to files set.
addAllFlags(Iterable<String>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds elements to flags list.
addAllFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxSource.Builder
Adds elements to flags list.
addAllFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds elements to flags list.
addAllFlags(Iterable<? extends Arg>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to flags list.
addAllFlags(Iterable<String>) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
Adds elements to flags list.
addAllFolders(Iterable<? extends IjSourceFolder>) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot.Builder
Adds elements to folders list.
addAllFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds elements to folders list.
addAllFrameworkPaths(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Adds elements to frameworkPaths set.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds elements to frameworks set.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
Adds elements to frameworks set.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addAllGeneratedSourceCodeFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds elements to generatedSourceCodeFolders list.
addAllHaddockFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Adds elements to haddockFlags list.
addAllHaddockFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds elements to haddockFlags list.
addAllHighlightedBuildIds(Iterable<? extends BuildId>) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Adds elements to highlightedBuildIds set.
addAllHttpCacheEntries(Iterable<? extends HttpCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
Adds elements to httpCacheEntries set.
addAllIgnoredPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
Adds elements to ignoredPaths set.
addAllIgnoredTargetLabels(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Adds elements to ignoredTargetLabels set.
addAllIgnorePaths(Iterable<? extends PathOrGlobMatcher>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Adds elements to ignorePaths set.
addAllImportDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to importDirs list.
addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to includeDirs list.
addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to includeDirs list.
addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to includeDirs list.
addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to includeDirs list.
addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to includeDirs list.
addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to includeDirs list.
addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths.Builder
Adds elements to includeDirs list.
addAllIncludeDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to includeDirs list.
addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to includeDirs list.
addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to includeDirs list.
addAllIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to includeDirs list.
addAllIncludedPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Adds elements to includedPaths set.
addAllIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds elements to includes list.
addAllIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Adds elements to includes set.
addAllIncludes(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds elements to includes list.
addAllInput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to input list.
addAllInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Adds elements to inputs sortedSet.
addAllIntellijPluginLabels(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Adds elements to intellijPluginLabels set.
addAllInterfaces(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellHaddockInput.Builder
Adds elements to interfaces set.
addAllInterfaces(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds elements to interfaces sortedSet.
addAllJavadocUrls(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds elements to javadocUrls set.
addAllJavaLibrariesToDex(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds elements to javaLibrariesToDex set.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to labels list.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to labels set.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Adds elements to labels sortedSet.
addAllLdflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to ldflags list.
addAllLdFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to ldFlags list.
addAllLegacyAnnotationProcessorDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds elements to legacyAnnotationProcessorDeps list.
addAllLegacyAnnotationProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds elements to legacyAnnotationProcessorNames sortedSet.
addAllLegacySafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds elements to legacySafeAnnotationProcessors set.
addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to libraries sortedSet.
addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to libraries sortedSet.
addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to libraries sortedSet.
addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds elements to libraries sortedSet.
addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to libraries sortedSet.
addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to libraries sortedSet.
addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to libraries sortedSet.
addAllLibraries(Iterable<? extends OmnibusLibrary>) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Adds elements to libraries list.
addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to libraries sortedSet.
addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
Adds elements to libraries set.
addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to libraries sortedSet.
addAllLibraries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds elements to libraries sortedSet.
addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to libraries sortedSet.
addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to libraries sortedSet.
addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds elements to libraries sortedSet.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Adds elements to licenses set.
addAllLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Adds elements to licenses set.
addAllLines(Iterable<String>) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
Adds elements to lines list.
addAllLinkables(Iterable<? extends NativeLinkable>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
Adds elements to linkables set.
addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to linkerFlags list.
addAllLocales(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to locales set.
addAllLogs(Iterable<String>) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Adds elements to logs list.
addAllMacroInput(Iterable<String>) - Method in class com.facebook.buck.model.macros.MacroMatchResult.Builder
Adds elements to macroInput list.
addAllManifestPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Adds elements to manifestPaths set.
addAllModernProcessors(Iterable<? extends ResolvedJavacPluginProperties>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds elements to modernProcessors list.
addAllModuleDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds elements to moduleDeps sortedSet.
addAllModules(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds elements to modules sortedSet.
addAllNativeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to nativeIncludes list.
addAllNeededCoverage(Iterable<? extends NeededCoverageSpec>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to neededCoverage list.
addAllNeededCoverage(Iterable<? extends Pair<Float, ImmutableSet<Path>>>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to neededCoverage list.
addAllNoDx(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Adds elements to noDx set.
addAllNoDx(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to noDx set.
addAllNoDxClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds elements to noDxClasspathEntries set.
addAllObjectFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Adds elements to objectFiles list.
addAllObjects(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds elements to objects sortedSet.
addAllOcamlInput(Iterable<? extends OcamlLibrary>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to ocamlInput list.
addAllOperands(Iterable<? extends QueryExpression>) - Method in class com.facebook.buck.query.BinaryOperatorExpression.Builder
Adds elements to operands list.
addAllOutputDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellHaddockInput.Builder
Adds elements to outputDirs set.
addAllOutputs(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Adds elements to outputs sortedSet.
addAllowedDuplicateResourceTypes(RDotTxtEntry.RType) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to allowedDuplicateResourceTypes set.
addAllowedDuplicateResourceTypes(RDotTxtEntry.RType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to allowedDuplicateResourceTypes set.
addAllPackages(Iterable<? extends HaskellPackage>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds elements to packages list.
addAllParameters(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds elements to parameters sortedSet.
addAllPathsChangedInWorkingDirectory(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Adds elements to pathsChangedInWorkingDirectory set.
addAllPathsChangedInWorkingDirectory(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
Adds elements to pathsChangedInWorkingDirectory set.
addAllPathsToThirdPartyJars(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds elements to pathsToThirdPartyJars set.
addAllPerRuleStats(Iterable<? extends DistBuildPostBuildAnalysis.AbstractPerRuleCumulativeStats>) - Method in class com.facebook.buck.distributed.AnalysisResults.Builder
Adds elements to perRuleStats list.
addAllPerServerData(Iterable<? extends PerServerPingData>) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
Adds elements to perServerData list.
addAllPerServerData(Iterable<? extends PerServerData>) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
Adds elements to perServerData list.
addAllPlatformFlags(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Adds elements to platformFlags list.
addAllPlatforms(Iterable<String>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Adds elements to platforms list.
addAllPlatformWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification.Builder
Adds elements to platformWhitelist sortedSet.
addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to plugins list.
addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to plugins list.
addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to plugins list.
addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to plugins list.
addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to plugins list.
addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to plugins list.
addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to plugins list.
addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to plugins list.
addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to plugins list.
addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to plugins list.
addAllPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to plugins list.
addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addAllPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addAllPreloadDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds elements to preloadDeps set.
addAllPreloadDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to preloadDeps set.
addAllPreprocessJavaClassesDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to preprocessJavaClassesDeps sortedSet.
addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addAllPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addAllPrimaryApkAssetZips(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Adds elements to primaryApkAssetZips list.
addAllPrimaryApkAssetZips(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds elements to primaryApkAssetZips list.
addAllPrimaryDexPatterns(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to primaryDexPatterns list.
addAllProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
Adds elements to processorNames sortedSet.
addAllProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Adds elements to processorNames sortedSet.
addAllProfiledStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to profiledStaticLibs list.
addAllProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds elements to proguardConfigs list.
addAllProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds elements to proguardConfigs set.
addAllProguardJvmArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to proguardJvmArgs list.
addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addAllProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addAllRanlibflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to ranlibflags list.
addAllRawKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Adds elements to rawKeys set.
addAllRedexExtraArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to redexExtraArgs list.
addAllRedexExtraArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
Adds elements to redexExtraArgs list.
addAllRelinkerWhitelist(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to relinkerWhitelist list.
addAllRemoteBuilds(Iterable<? extends DistBuildPostBuildAnalysis.AbstractBuildRuleStats>) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
Adds elements to remoteBuilds list.
addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to removeClasses set.
addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to removeClasses set.
addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to removeClasses set.
addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to removeClasses set.
addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to removeClasses set.
addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to removeClasses set.
addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to removeClasses set.
addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to removeClasses set.
addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to removeClasses set.
addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to removeClasses set.
addAllRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to removeClasses set.
addAllResourceDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to resourceDirectories list.
addAllResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to resourceDirs set.
addAllResourceFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to resourceFiles set.
addAllResourceFilter(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to resourceFilter list.
addAllResourcePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Adds elements to resourcePaths set.
addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to resources sortedSet.
addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to resources sortedSet.
addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addAllResources(Iterable<? extends Path>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to resources sortedSet.
addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to resources sortedSet.
addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to resources sortedSet.
addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to resources sortedSet.
addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addAllResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Adds elements to resources set.
addAllResources(Iterable<? extends Path>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addAllResourcesFromDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds elements to resourcesFromDeps set.
addAllResourcesPaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo.Builder
Adds elements to resourcesPaths list.
addAllResourcesWithEmptyResButNonEmptyAssetsDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to resourcesWithEmptyResButNonEmptyAssetsDir set.
addAllResourcesWithNonEmptyResDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to resourcesWithNonEmptyResDir list.
addAllResourceVariantFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to resourceVariantFiles set.
addAllResPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
Adds elements to resPaths list.
addAllResults(Iterable<? extends FetchResult>) - Method in class com.facebook.buck.artifact_cache.MultiFetchResult.Builder
Adds elements to results list.
addAllRuleFlags(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Adds elements to ruleFlags list.
addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Adds elements to ruleKeys set.
addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Adds elements to ruleKeys set.
addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Adds elements to ruleKeys set.
addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Adds elements to ruleKeys set.
addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Adds elements to ruleKeys set.
addAllRules(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds elements to rules set.
addAllRules(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Adds elements to rules list.
addAllRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to rustcFlags list.
addAllRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds elements to rustcFlags list.
addAllRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to rustcFlags list.
addAllSafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds elements to safeAnnotationProcessors set.
addAllServerPool(Iterable<? extends URI>) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Adds elements to serverPool list.
addAllSharedLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to sharedLink list.
addAllSlaveStatuses(Iterable<? extends BuildSlaveStatus>) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Adds elements to slaveStatuses list.
addAllSourceJars(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds elements to sourceJars set.
addAllSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
Adds elements to sourcePaths set.
addAllSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DIncludes.Builder
Adds elements to sources sortedSet.
addAllSQLiteCacheEntries(Iterable<? extends SQLiteCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
Adds elements to sQLiteCacheEntries set.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Adds elements to srcs list.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Adds elements to srcs list.
addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends Either<SourcePath, Pair<SourcePath, String>>>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Adds elements to srcs set.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends OcamlSource>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds elements to srcs list.
addAllSrcs(Iterable<? extends OcamlSource>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds elements to srcs list.
addAllSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Adds elements to srcs list.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Adds elements to srcs sortedSet.
addAllStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to staticLibs list.
addAllStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to staticLibs list.
addAllStaticLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to staticLink list.
addAllStaticPicLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to staticPicLibs list.
addAllStaticPicLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to staticPicLink list.
addAllSteps(Iterable<? extends Step>) - Method in class com.facebook.buck.cli.TestRun.Builder
Adds elements to steps list.
addAllStripFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to stripFlags list.
addAllSuggestions(Iterable<? extends DoctorSuggestion>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
Adds elements to suggestions list.
addAllSupportedArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Adds elements to supportedArchitectures set.
addAllSupportedProductFamilyIDs(Iterable<Integer>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Adds elements to supportedProductFamilyIDs set.
addAllSwiftCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to swiftCompilerFlags list.
addAllSwiftCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to swiftCompilerFlags list.
addAllSwiftCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to swiftCompilerFlags list.
addAllSwiftRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds elements to swiftRuntimePaths set.
addAllSwiftSharedLibraryRunPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds elements to swiftSharedLibraryRunPaths list.
addAllSwiftStaticRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds elements to swiftStaticRuntimePaths set.
addAllTargets(Iterable<? extends TargetNode>) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
Adds elements to targets set.
addAllTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds elements to targets set.
addAllTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds elements to targets set.
addAllTargets(Iterable<? extends QueryTarget>) - Method in class com.facebook.buck.query.TargetSetExpression.Builder
Adds elements to targets set.
addAllTestCases(Iterable<? extends TestCaseSummary>) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to testCases list.
addAllTestClasses(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Adds elements to testClasses list.
addAllTestLogPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to testLogPaths list.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Adds elements to tests sortedSet.
addAllThinTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Adds elements to thinTargets list.
addAllToolchainPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Adds elements to toolchainPaths set.
addAllToolchains(Iterable<? extends AppleToolchain>) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Adds elements to toolchains list.
addAllUnexpandedCommandArgs(Iterable<String>) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Adds elements to unexpandedCommandArgs list.
addAllVariants(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds elements to variants set.
addAllVerificationErrors(Iterable<String>) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
Adds elements to verificationErrors list.
addAllVmArgs(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to vmArgs list.
addAllVmArgs(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds elements to vmArgs list.
addAllVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to vmArgs list.
addAllVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to vmArgs list.
addAllVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to vmArgs list.
addAllVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to vmArgs list.
addAllWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification.Builder
Adds elements to whitelist sortedSet.
addAllWhitelistedStringDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to whitelistedStringDirectories set.
addAllWords(Iterable<? extends TargetLiteral>) - Method in class com.facebook.buck.query.SetExpression.Builder
Adds elements to words list.
addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to annotationProcessorDeps sortedSet.
addAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to annotationProcessorDeps sortedSet.
addAnnotationProcessorParams(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to annotationProcessorParams list.
addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAnnotationProcessorParams(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to annotationProcessorParams list.
addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAnnotationProcessorParams(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to annotationProcessorParams list.
addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to annotationProcessorParams list.
addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to annotationProcessorParams list.
addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to annotationProcessorParams list.
addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to annotationProcessorParams list.
addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to annotationProcessorParams list.
addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to annotationProcessorParams list.
addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to annotationProcessorParams list.
addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAnnotationProcessorParams(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to annotationProcessorParams list.
addAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to annotationProcessorParams list.
addAnnotationProcessors(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to annotationProcessors set.
addAnnotationProcessors(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAnnotationProcessors(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to annotationProcessors set.
addAnnotationProcessors(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAnnotationProcessors(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to annotationProcessors set.
addAnnotationProcessors(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to annotationProcessors set.
addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to annotationProcessors set.
addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to annotationProcessors set.
addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to annotationProcessors set.
addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to annotationProcessors set.
addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to annotationProcessors set.
addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to annotationProcessors set.
addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to annotationProcessors set.
addAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to annotationProcessors set.
addAppleBundleResources(AppleBundleResources.Builder, TargetNode<AppleResourceDescriptionArg, ?>, ProjectFilesystem, BuildRuleResolver) - Method in class com.facebook.buck.apple.AppleResourceDescription
 
addAppleBundleResources(AppleBundleResources.Builder, TargetNode<T, ?>, ProjectFilesystem, BuildRuleResolver) - Method in interface com.facebook.buck.apple.HasAppleBundleResourcesDescription
 
addAppleBundleResources(AppleBundleResources.Builder, TargetNode<ReactNativeLibraryArg, ?>, ProjectFilesystem, BuildRuleResolver) - Method in class com.facebook.buck.js.IosReactNativeLibraryDescription
 
addAppleBundleResources(AppleBundleResources.Builder, TargetNode<JsBundleDescriptionArg, ?>, ProjectFilesystem, BuildRuleResolver) - Method in class com.facebook.buck.js.JsBundleDescription
 
addApplicationModuleTargets(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to applicationModuleTargets set.
addApplicationModuleTargets(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to applicationModuleTargets set.
addArchitectures(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Adds one element to architectures list.
addArchitectures(String...) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Adds elements to architectures list.
addArchitectures(String) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Adds one element to architectures set.
addArchitectures(String...) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Adds elements to architectures set.
addArflags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds one element to arflags list.
addArflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to arflags list.
addArg(Arg) - Method in class com.facebook.buck.rules.CommandTool.Builder
Adds an argument.
addArg(String) - Method in class com.facebook.buck.rules.CommandTool.Builder
 
addArgs(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to args list.
addArgs(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to args list.
addArgs(Arg) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
Adds one element to args list.
addArgs(Arg...) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
Adds elements to args list.
addArgs(QueryEnvironment.Argument) - Method in class com.facebook.buck.query.FunctionExpression.Builder
Adds one element to args list.
addArgs(QueryEnvironment.Argument...) - Method in class com.facebook.buck.query.FunctionExpression.Builder
Adds elements to args list.
addArgs(StringWithMacros) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Adds one element to args list.
addArgs(StringWithMacros...) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Adds elements to args list.
addArgs(String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds one element to args list.
addArgs(String...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds elements to args list.
addArguments(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
Adds one element to arguments list.
addArguments(String...) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
Adds elements to arguments list.
addAsDependency(DependencyType, IjDependencyListBuilder) - Method in interface com.facebook.buck.ide.intellij.model.IjProjectElement
 
addAsflags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds one element to asflags list.
addAsflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to asflags list.
addAsmflags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds one element to asmflags list.
addAsmflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to asmflags list.
addAsmppflags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds one element to asmppflags list.
addAsmppflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to asmppflags list.
addAsppflags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds one element to asppflags list.
addAsppflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to asppflags list.
addAssemblerFlags(String) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds one element to assemblerFlags list.
addAssemblerFlags(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds elements to assemblerFlags list.
addAssemblerFlags(String) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds one element to assemblerFlags list.
addAssemblerFlags(String...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to assemblerFlags list.
addAssemblerFlags(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds one element to assemblerFlags list.
addAssemblerFlags(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to assemblerFlags list.
addAssetPaths(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Adds one element to assetPaths set.
addAssetPaths(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Adds elements to assetPaths set.
addAssetsDirectories(SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds one element to assetsDirectories set.
addAssetsDirectories(SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds elements to assetsDirectories set.
addAssetsDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
addAssociatedRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Adds one element to associatedRuleKeys set.
addAssociatedRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Adds elements to associatedRuleKeys set.
addAsyncCallback(ListenableFuture<Void>) - Method in class com.facebook.buck.rules.CachingBuildEngine.DefaultBuildRuleBuilderDelegate
 
addBannedDuplicateResourceTypes(RDotTxtEntry.RType) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to bannedDuplicateResourceTypes set.
addBannedDuplicateResourceTypes(RDotTxtEntry.RType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to bannedDuplicateResourceTypes set.
addBase64EncodedTestSelector(String) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
 
addBaseBookmarks(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Adds one element to baseBookmarks set.
addBaseBookmarks(String...) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Adds elements to baseBookmarks set.
addBaseBookmarks(String) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
Adds one element to baseBookmarks set.
addBaseBookmarks(String...) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
Adds elements to baseBookmarks set.
addBinaryJars(Path) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds one element to binaryJars set.
addBinaryJars(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds elements to binaryJars set.
addBlacklist(Pattern) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds one element to blacklist set.
addBlacklist(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds elements to blacklist set.
addBlacklistedWifiSsids(String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Adds one element to blacklistedWifiSsids set.
addBlacklistedWifiSsids(String...) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Adds elements to blacklistedWifiSsids set.
addBuckOut(Path) - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
Register a known buck-out path with the state, so it knows to ignore such paths.
addBuckOut(Path) - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
 
addBuildAction(XCScheme.BuildActionEntry) - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildAction
 
addBuildArgs(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds one element to buildArgs list.
addBuildArgs(String...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds elements to buildArgs list.
addBuildArgs(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds one element to buildArgs list.
addBuildArgs(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to buildArgs list.
addBuildConfig(String, BuildConfigFields) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
addBuildConfigDeps(BuildTarget, ProjectFilesystem, AndroidBinary.PackageType, EnumSet<AndroidBinary.ExopackageMode>, BuildConfigFields, Optional<SourcePath>, BuildRuleResolver, Javac, JavacOptions, AndroidPackageableCollection) - Static method in class com.facebook.buck.android.AndroidBinaryGraphEnhancer
If the user specified any android_build_config() rules, then we must add some build rules to generate the production BuildConfig.class files and ensure that they are included in the list of AndroidPackageableCollection.getClasspathEntriesToDex().
addBuildFileImportWhitelist(String) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Adds one element to buildFileImportWhitelist list.
addBuildFileImportWhitelist(String...) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Adds elements to buildFileImportWhitelist list.
addBuildMetadata(String, String) - Method in class com.facebook.buck.rules.BuildInfoRecorder
Used by the build engine to record metadata describing the build (e.g.
addBuildMetadata(String, ImmutableMap<String, String>) - Method in class com.facebook.buck.rules.BuildInfoRecorder
 
addBuildTargets(BuildTarget) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
Adds one element to buildTargets set.
addBuildTargets(BuildTarget...) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
Adds elements to buildTargets set.
addBundleNameForFlavor(Pair<Flavor, String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Adds one element to bundleNameForFlavor list.
addBundleNameForFlavor(Pair<Flavor, String>...) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Adds elements to bundleNameForFlavor list.
addBytecodeFlavor(BuildTarget) - Static method in class com.facebook.buck.ocaml.OcamlBuildRulesGenerator
 
addBytecodeIncludes(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds one element to bytecodeIncludes list.
addBytecodeIncludes(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to bytecodeIncludes list.
addCacheModes(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Adds one element to cacheModes list.
addCacheModes(String...) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Adds elements to cacheModes list.
addCflags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds one element to cflags list.
addCflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to cflags list.
addCFlags(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds one element to cFlags list.
addCFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to cFlags list.
addChildren(Path) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Adds one element to children set.
addChildren(Path...) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Adds elements to children set.
addClassifier(String, String) - Static method in class com.facebook.buck.maven.AetherUtil
Transforms maven coordinates, adding the specified classifier
addClasspath(URL) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
Adds one element to classpath list.
addClasspath(URL...) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
Adds elements to classpath list.
addClasspathDeps(BuildRule) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Adds one element to classpathDeps list.
addClasspathDeps(BuildRule...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Adds elements to classpathDeps list.
addClasspathEntries(SourcePath) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Adds one element to classpathEntries sortedSet.
addClasspathEntries(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Adds elements to classpathEntries sortedSet.
addClasspathEntriesToDex(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds one element to classpathEntriesToDex set.
addClasspathEntriesToDex(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds elements to classpathEntriesToDex set.
addClasspathEntriesToDex(SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds one element to classpathEntriesToDex set.
addClasspathEntriesToDex(SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds elements to classpathEntriesToDex set.
addClasspathEntry(HasJavaClassHashes, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
addClassPaths(Path) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds one element to classPaths set.
addClassPaths(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds elements to classPaths set.
addCLibs(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Adds one element to cLibs list.
addCLibs(String...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Adds elements to cLibs list.
addCommand(String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds one element to command list.
addCommand(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to command list.
addCommand(String) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Adds one element to command list.
addCommand(String...) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Adds elements to command list.
addCommandArgs(String) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Adds one element to commandArgs list.
addCommandArgs(String...) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Adds elements to commandArgs list.
addCompiledShadow(String) - Method in class com.facebook.buck.ide.intellij.IjDependencyListBuilder
 
addCompiledShadowIfNeeded(IjProjectConfig, TargetNode<T, ?>, ModuleBuildContext) - Static method in class com.facebook.buck.ide.intellij.lang.java.JavaLibraryRuleHelper
 
addCompilerDeps(BuildTarget) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds one element to compilerDeps sortedSet.
addCompilerDeps(BuildTarget...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to compilerDeps sortedSet.
addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(String) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(String) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(String...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(String) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(String) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(String) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(String) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Adds one element to compilerFlags list.
addCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Adds elements to compilerFlags list.
addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds one element to compilerFlags list.
addCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds elements to compilerFlags list.
addCompilerInvocationFlags(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds one element to compilerInvocationFlags list.
addCompilerInvocationFlags(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to compilerInvocationFlags list.
addCompileShadowDep(BuildTarget) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
addContacts(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Adds one element to contacts sortedSet.
addContacts(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addContacts(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to contacts sortedSet.
addContacts(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addContacts(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to contacts sortedSet.
addContacts(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addContacts(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to contacts sortedSet.
addContacts(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addContacts(String) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds one element to contacts sortedSet.
addContacts(String...) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addContacts(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds one element to contacts sortedSet.
addContacts(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addContacts(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to contacts sortedSet.
addContacts(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addContacts(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to contacts sortedSet.
addContacts(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addContacts(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to contacts sortedSet.
addContacts(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addContacts(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to contacts sortedSet.
addContacts(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addContacts(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds one element to contacts sortedSet.
addContacts(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addContacts(String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds one element to contacts list.
addContacts(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to contacts list.
addContacts(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds one element to contacts set.
addContacts(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to contacts set.
addContacts(String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds one element to contacts sortedSet.
addContacts(String...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds elements to contacts sortedSet.
addContacts(String) - Method in class com.facebook.buck.test.TestResults.Builder
Adds one element to contacts set.
addContacts(String...) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to contacts set.
addCopySteps(ProjectFilesystem, BuildCellRelativePathFactory, ImmutableList.Builder<Step>, Path, Path, Path) - Method in class com.facebook.buck.zip.rules.CopyingFileBundler
 
addCopySteps(ProjectFilesystem, BuildCellRelativePathFactory, ImmutableList.Builder<Step>, Path, Path, Path) - Method in class com.facebook.buck.zip.rules.FileBundler
 
addCopySteps(ProjectFilesystem, BuildCellRelativePathFactory, ImmutableList.Builder<Step>, Path, Path, Path) - Method in class com.facebook.buck.zip.rules.SrcZipAwareFileBundler
 
addCoverageReportFormats(CoverageReportFormat) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Adds one element to coverageReportFormats set.
addCoverageReportFormats(CoverageReportFormat...) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Adds elements to coverageReportFormats set.
addCppflags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds one element to cppflags list.
addCppflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to cppflags list.
addCpuFilters(TargetCpuType) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to cpuFilters set.
addCpuFilters(TargetCpuType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to cpuFilters set.
addCudaflags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds one element to cudaflags list.
addCudaflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to cudaflags list.
addCudappflags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds one element to cudappflags list.
addCudappflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to cudappflags list.
addCustomDrawableResourceIfNotPresent(RDotTxtEntry.RType, String, Path, DocumentLocation) - Method in class com.facebook.buck.android.aapt.RDotTxtResourceCollector
 
addCustomResource(RDotTxtEntry.RType, RDotTxtEntry.IdType, String, String) - Method in class com.facebook.buck.android.aapt.RDotTxtResourceCollector
 
addCxxflags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds one element to cxxflags list.
addCxxflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to cxxflags list.
addCxxHeaderDirs(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds one element to cxxHeaderDirs sortedSet.
addCxxHeaderDirs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to cxxHeaderDirs sortedSet.
addCxxLibraryWhitelist(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to cxxLibraryWhitelist set.
addCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to cxxLibraryWhitelist set.
addCxxLibraryWhitelist(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to cxxLibraryWhitelist set.
addCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to cxxLibraryWhitelist set.
addCxxLibraryWhitelist(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to cxxLibraryWhitelist set.
addCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to cxxLibraryWhitelist set.
addCxxLibraryWhitelist(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to cxxLibraryWhitelist set.
addCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to cxxLibraryWhitelist set.
addCxxLibraryWhitelist(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to cxxLibraryWhitelist set.
addCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to cxxLibraryWhitelist set.
addCxxppflags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds one element to cxxppflags list.
addCxxppflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to cxxppflags list.
addCxxPreprocessorInput(CxxPreprocessorInput) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Adds one element to cxxPreprocessorInput list.
addCxxPreprocessorInput(CxxPreprocessorInput...) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Adds elements to cxxPreprocessorInput list.
addDebugFlavor(BuildTarget) - Static method in class com.facebook.buck.ocaml.OcamlBuildRulesGenerator
 
addDefaultIncludes(String) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Adds one element to defaultIncludes list.
addDefaultIncludes(String...) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Adds elements to defaultIncludes list.
addDep(BuildRule...) - Method in class com.facebook.buck.rules.CommandTool.Builder
 
addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(Either<BuildTarget, String>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Adds one element to deps list.
addDeps(Either<BuildTarget, String>...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Adds elements to deps list.
addDeps(BuildTarget) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(Iterable<BuildTarget>, DependencyType) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
addDeps(ImmutableSet<Path>, Iterable<BuildTarget>, DependencyType) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
Record a dependency on a BuildTarget.
addDeps(BuildTarget) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.rules.CommandTool.Builder
Adds additional non-argument deps to the tool.
addDeps(BuildTarget) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds elements to deps sortedSet.
addDeps(BuildTarget) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Adds one element to deps sortedSet.
addDeps(BuildTarget...) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Adds elements to deps sortedSet.
addDepsAndSources(TargetNode<T, ?>, boolean, ModuleBuildContext, ImmutableSet<Path>) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
 
addDepsAndSources(TargetNode<T, ?>, boolean, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
 
addDepsAndTestSources(TargetNode<T, ?>, boolean, ModuleBuildContext, ImmutableSet<Path>) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
 
addDepsAndTestSources(TargetNode<T, ?>, boolean, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
 
addDescriptions(Description<?>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Adds one element to descriptions set.
addDescriptions(Description<?>...) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Adds elements to descriptions set.
addDeveloperCertificateFingerprints(HashCode) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Adds one element to developerCertificateFingerprints set.
addDeveloperCertificateFingerprints(HashCode...) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Adds elements to developerCertificateFingerprints set.
addDex(DexWithClasses) - Method in class com.facebook.buck.android.PreDexedFilesSorter.DexStoreContents
 
addDirCacheEntries(DirCacheEntry) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
Adds one element to dirCacheEntries set.
addDirCacheEntries(DirCacheEntry...) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
Adds elements to dirCacheEntries set.
addDirs(SourcePath) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Adds one element to dirs sortedSet.
addDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Adds elements to dirs sortedSet.
addDirs(SourcePath) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds one element to dirs set.
addDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds elements to dirs set.
addDirsContainingResourceDirs(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds one element to dirsContainingResourceDirs set.
addDirsContainingResourceDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to dirsContainingResourceDirs set.
addEdge(T, T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
Adds an edge between source and sink.
addEdge(TargetNode<?, ?>, TargetNode<?, ?>) - Method in class com.facebook.buck.versions.VersionedTargetGraph.Builder
 
addEntry(InputStream, long, long, String, int, boolean) - Method in class com.facebook.buck.android.resources.ResourcesZipBuilder
 
addEntry(BuildJobStateFileHashEntry) - Method in class com.facebook.buck.distributed.RecordedFileHashes
 
addEntry(FileHashCache, RuleKey, SourcePathResolver, ImmutableSet<SourcePath>, ImmutableSet<SourcePath>) - Method in class com.facebook.buck.rules.Manifest
Adds a new output file to the manifest.
addEntry(InputStream, long, long, String, int, boolean) - Method in class com.facebook.buck.util.zip.DeterministicZipBuilder
 
addEntry(JarEntrySupplier) - Method in class com.facebook.buck.util.zip.JarBuilder
 
addEntryContainer(JarEntryContainer) - Method in class com.facebook.buck.util.zip.JarBuilder
 
addEnv(String, Arg) - Method in class com.facebook.buck.rules.CommandTool.Builder
Adds an environment variable key=arg.
addEnv(String, String) - Method in class com.facebook.buck.rules.CommandTool.Builder
 
addEnvironmentVariables(SourcePathResolver, ExecutionContext, ImmutableMap.Builder<String, String>) - Method in class com.facebook.buck.android.ApkGenrule
 
addEnvironmentVariables(SourcePathResolver, ExecutionContext, ImmutableMap.Builder<String, String>) - Method in class com.facebook.buck.apple.ExternallyBuiltApplePackage
 
addEnvironmentVariables(ExecutionContext, ImmutableMap.Builder<String, String>) - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
addEnvironmentVariables(SourcePathResolver, ExecutionContext, ImmutableMap.Builder<String, String>) - Method in class com.facebook.buck.shell.Genrule
 
addEventBus(BuckEventBus) - Method in class com.facebook.buck.event.listener.BroadcastEventListener
 
addExcludedResourcePaths(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Adds one element to excludedResourcePaths list.
addExcludedResourcePaths(String...) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Adds elements to excludedResourcePaths list.
addExcludes(Path) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
Adds one element to excludes set.
addExcludes(Path...) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
Adds elements to excludes set.
addExecutePermissionsIfReadable(Set<PosixFilePermission>) - Static method in class com.facebook.buck.io.MorePosixFilePermissions
Return a new set of permissions which include execute permission for each of the roles that already have read permissions (e.g.
addExopackageModes(AndroidBinary.ExopackageMode) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to exopackageModes set.
addExopackageModes(AndroidBinary.ExopackageMode...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to exopackageModes set.
addExoResources(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Adds one element to exoResources list.
addExoResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Adds elements to exoResources list.
addExoResources(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds one element to exoResources list.
addExoResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds elements to exoResources list.
addExperimentalArgs(String) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds one element to experimentalArgs list.
addExperimentalArgs(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds elements to experimentalArgs list.
addExportedCompilerFlags(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds one element to exportedCompilerFlags list.
addExportedCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to exportedCompilerFlags list.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.go.GoLinkable.Builder
Adds one element to exportedDeps set.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoLinkable.Builder
Adds elements to exportedDeps set.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to exportedDeps sortedSet.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to exportedDeps sortedSet.
addExportedLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to exportedLinkerFlags list.
addExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to exportedLinkerFlags list.
addExportedLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to exportedLinkerFlags list.
addExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to exportedLinkerFlags list.
addExportedLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to exportedLinkerFlags list.
addExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to exportedLinkerFlags list.
addExportedLinkerFlags(String) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds one element to exportedLinkerFlags list.
addExportedLinkerFlags(String...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds elements to exportedLinkerFlags list.
addExportedLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to exportedLinkerFlags list.
addExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to exportedLinkerFlags list.
addExportedLinkerFlags(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds one element to exportedLinkerFlags list.
addExportedLinkerFlags(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to exportedLinkerFlags list.
addExportedLinkerFlags(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds one element to exportedLinkerFlags list.
addExportedLinkerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to exportedLinkerFlags list.
addExportedPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to exportedPreprocessorFlags list.
addExportedPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to exportedPreprocessorFlags list.
addExportedPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to exportedPreprocessorFlags list.
addExportedPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to exportedPreprocessorFlags list.
addExportedPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to exportedPreprocessorFlags list.
addExportedPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to exportedPreprocessorFlags list.
addExportedPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to exportedPreprocessorFlags list.
addExportedPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to exportedPreprocessorFlags list.
addExportedPreprocessorFlags(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds one element to exportedPreprocessorFlags list.
addExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to exportedPreprocessorFlags list.
addExportedPreprocessorFlags(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds one element to exportedPreprocessorFlags list.
addExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to exportedPreprocessorFlags list.
addExtraArgs(String) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Adds one element to extraArgs list.
addExtraArgs(String...) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Adds elements to extraArgs list.
addExtraArguments(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to extraArguments list.
addExtraArguments(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to extraArguments list.
addExtraArguments(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to extraArguments list.
addExtraArguments(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to extraArguments list.
addExtraArguments(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to extraArguments list.
addExtraArguments(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to extraArguments list.
addExtraArguments(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to extraArguments list.
addExtraArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to extraArguments list.
addExtraArguments(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to extraArguments list.
addExtraArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to extraArguments list.
addExtraArguments(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds one element to extraArguments list.
addExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds elements to extraArguments list.
addExtraArguments(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to extraArguments list.
addExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to extraArguments list.
addExtraArguments(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to extraArguments list.
addExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to extraArguments list.
addExtraArguments(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to extraArguments list.
addExtraArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to extraArguments list.
addExtraArguments(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to extraArguments list.
addExtraArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to extraArguments list.
addExtraArguments(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to extraArguments list.
addExtraArguments(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to extraArguments list.
addExtraArguments(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to extraArguments list.
addExtraArguments(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to extraArguments list.
addExtraClassPathDependencies(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds one element to extraClassPathDependencies set.
addExtraClassPathDependencies(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds elements to extraClassPathDependencies set.
addExtraClassPathDependency(Path) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
addExtraFiles(Path) - Method in class com.facebook.buck.doctor.ExtraInfoResult.Builder
Adds one element to extraFiles set.
addExtraFiles(Path...) - Method in class com.facebook.buck.doctor.ExtraInfoResult.Builder
Adds elements to extraFiles set.
addExtraGroovycArguments(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to extraGroovycArguments list.
addExtraGroovycArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to extraGroovycArguments list.
addExtraGroovycArguments(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to extraGroovycArguments list.
addExtraGroovycArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to extraGroovycArguments list.
addExtraKotlincArguments(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to extraKotlincArguments list.
addExtraKotlincArguments(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to extraKotlincArguments list.
addExtraKotlincArguments(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to extraKotlincArguments list.
addExtraKotlincArguments(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to extraKotlincArguments list.
addExtraKotlincArguments(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to extraKotlincArguments list.
addExtraKotlincArguments(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to extraKotlincArguments list.
addExtraKotlincArguments(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to extraKotlincArguments list.
addExtraKotlincArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to extraKotlincArguments list.
addExtraKotlincArguments(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to extraKotlincArguments list.
addExtraKotlincArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to extraKotlincArguments list.
addExtraModuleDependencies(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds one element to extraModuleDependencies set.
addExtraModuleDependencies(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds elements to extraModuleDependencies set.
addExtraModuleDependency(Path) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
addExtras(Collection<String>) - Method in interface com.facebook.buck.jvm.java.OptionsConsumer
 
addExtraTargets(BuildTarget) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Adds one element to extraTargets sortedSet.
addExtraTargets(BuildTarget...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Adds elements to extraTargets sortedSet.
addExtraTests(BuildTarget) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Adds one element to extraTests sortedSet.
addExtraTests(BuildTarget...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Adds elements to extraTests sortedSet.
addExtraXcodeFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to extraXcodeFiles list.
addExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to extraXcodeFiles list.
addExtraXcodeFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to extraXcodeFiles list.
addExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to extraXcodeFiles list.
addExtraXcodeFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to extraXcodeFiles list.
addExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to extraXcodeFiles list.
addExtraXcodeFiles(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to extraXcodeFiles list.
addExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to extraXcodeFiles list.
addExtraXcodeSources(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to extraXcodeSources list.
addExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to extraXcodeSources list.
addExtraXcodeSources(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to extraXcodeSources list.
addExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to extraXcodeSources list.
addExtraXcodeSources(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to extraXcodeSources list.
addExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to extraXcodeSources list.
addExtraXcodeSources(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to extraXcodeSources list.
addExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to extraXcodeSources list.
addFailures(BuildResult) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Adds one element to failures set.
addFailures(BuildResult...) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Adds elements to failures set.
addFeatures(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds one element to features sortedSet.
addFeatures(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to features sortedSet.
addFeatures(BuildTarget, Iterable<String>, ImmutableList.Builder<String>) - Static method in class com.facebook.buck.rust.RustCompileUtils
 
addFeatures(String) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds one element to features sortedSet.
addFeatures(String...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds elements to features sortedSet.
addFeatures(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds one element to features sortedSet.
addFeatures(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to features sortedSet.
addField(String, PBXObject) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
 
addField(String, int) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
 
addField(String, String) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
 
addField(String, boolean) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
 
addField(String, List<? extends PBXObject>) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
 
addField(String, NSObject) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
 
addFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds one element to files set.
addFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds elements to files set.
addFlag(String) - Method in interface com.facebook.buck.jvm.java.OptionsConsumer
 
addFlags(String) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds one element to flags list.
addFlags(String...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds elements to flags list.
addFlags(String) - Method in class com.facebook.buck.cxx.CxxSource.Builder
Adds one element to flags list.
addFlags(String...) - Method in class com.facebook.buck.cxx.CxxSource.Builder
Adds elements to flags list.
addFlags(String) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds one element to flags list.
addFlags(String...) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds elements to flags list.
addFlags(Arg) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds one element to flags list.
addFlags(Arg...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to flags list.
addFlags(String) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
Adds one element to flags list.
addFlags(String...) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
Adds elements to flags list.
addFolders(IjSourceFolder) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot.Builder
Adds one element to folders list.
addFolders(IjSourceFolder...) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot.Builder
Adds elements to folders list.
addFolders(IjFolder) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds one element to folders list.
addFolders(IjFolder...) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds elements to folders list.
addFrameworkPaths(FrameworkPath) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Adds one element to frameworkPaths set.
addFrameworkPaths(FrameworkPath...) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Adds elements to frameworkPaths set.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to frameworks sortedSet.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to frameworks sortedSet.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to frameworks sortedSet.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds one element to frameworks sortedSet.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds one element to frameworks sortedSet.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to frameworks sortedSet.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds one element to frameworks set.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds elements to frameworks set.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to frameworks sortedSet.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds one element to frameworks sortedSet.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
Adds one element to frameworks set.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
Adds elements to frameworks set.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds one element to frameworks sortedSet.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds one element to frameworks sortedSet.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds one element to frameworks sortedSet.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds one element to frameworks sortedSet.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds elements to frameworks sortedSet.
addGeneratedSourceCodeFolder(IjFolder) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
addGeneratedSourceCodeFolders(IjFolder) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds one element to generatedSourceCodeFolders list.
addGeneratedSourceCodeFolders(IjFolder...) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds elements to generatedSourceCodeFolders list.
addGrayscaleImageResource(RDotTxtEntry.RType, RDotTxtEntry.IdType, String, String) - Method in class com.facebook.buck.android.aapt.RDotTxtResourceCollector
 
addGrayscaleImageResourceIfNotPresent(RDotTxtEntry.RType, String, Path, DocumentLocation) - Method in class com.facebook.buck.android.aapt.RDotTxtResourceCollector
 
addHaddockFlags(String) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Adds one element to haddockFlags list.
addHaddockFlags(String...) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Adds elements to haddockFlags list.
addHaddockFlags(String) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds one element to haddockFlags list.
addHaddockFlags(String...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds elements to haddockFlags list.
addHandler(Handler) - Method in class com.facebook.buck.log.Logger
 
addHeaderSymlinkTree(CxxPreprocessorInput.Builder, BuildTarget, BuildRuleResolver, CxxPlatform, HeaderVisibility, CxxPreprocessables.IncludeType) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
 
addHighlightedBuildIds(BuildId) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Adds one element to highlightedBuildIds set.
addHighlightedBuildIds(BuildId...) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Adds elements to highlightedBuildIds set.
addHttpCacheEntries(HttpCacheEntry) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
Adds one element to httpCacheEntries set.
addHttpCacheEntries(HttpCacheEntry...) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
Adds elements to httpCacheEntries set.
addIfPresent(Optional<T>, ImmutableCollection.Builder<T>) - Static method in class com.facebook.buck.util.Optionals
 
addIgnoredPaths(Path) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
Adds one element to ignoredPaths set.
addIgnoredPaths(Path...) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
Adds elements to ignoredPaths set.
addIgnoredTargetLabels(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Adds one element to ignoredTargetLabels set.
addIgnoredTargetLabels(String...) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Adds elements to ignoredTargetLabels set.
addIgnorePaths(PathOrGlobMatcher) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Adds one element to ignorePaths set.
addIgnorePaths(PathOrGlobMatcher...) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Adds elements to ignorePaths set.
addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescription
 
addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in interface com.facebook.buck.rules.ImplicitFlavorsInferringDescription
 
addImplicitFlavorsForRuleTypes(ImmutableSortedSet<Flavor>, BuildRuleType...) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
addImplicitFlavorsForRuleTypes(ImmutableSortedSet<Flavor>, BuildRuleType...) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
addImportDirs(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds one element to importDirs list.
addImportDirs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to importDirs list.
addIncludeDirs(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to includeDirs list.
addIncludeDirs(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to includeDirs list.
addIncludeDirs(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to includeDirs list.
addIncludeDirs(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to includeDirs list.
addIncludeDirs(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to includeDirs list.
addIncludeDirs(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to includeDirs list.
addIncludeDirs(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds one element to includeDirs list.
addIncludeDirs(String...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to includeDirs list.
addIncludeDirs(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to includeDirs list.
addIncludeDirs(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to includeDirs list.
addIncludeDirs(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to includeDirs list.
addIncludeDirs(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to includeDirs list.
addIncludeDirs(String) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths.Builder
Adds one element to includeDirs list.
addIncludeDirs(String...) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths.Builder
Adds elements to includeDirs list.
addIncludeDirs(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds one element to includeDirs list.
addIncludeDirs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to includeDirs list.
addIncludeDirs(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds one element to includeDirs list.
addIncludeDirs(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to includeDirs list.
addIncludeDirs(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds one element to includeDirs list.
addIncludeDirs(String...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to includeDirs list.
addIncludeDirs(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds one element to includeDirs list.
addIncludeDirs(String...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to includeDirs list.
addIncludedPaths(Path) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Adds one element to includedPaths set.
addIncludedPaths(Path...) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Adds elements to includedPaths set.
addIncludes(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds one element to includes list.
addIncludes(CxxHeaders...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds elements to includes list.
addIncludes(CxxHeaders) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Adds one element to includes set.
addIncludes(CxxHeaders...) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Adds elements to includes set.
addIncludes(SourcePath) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds one element to includes list.
addIncludes(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds elements to includes list.
addInput(SourcePath) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds one element to input list.
addInput(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to input list.
addInput(SourcePath...) - Method in class com.facebook.buck.rules.CommandTool.Builder
 
addInputs(BuildRuleParams, SourcePathRuleFinder) - Method in interface com.facebook.buck.jvm.java.ConfiguredCompiler
 
addInputs(SourcePath) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Adds one element to inputs sortedSet.
addInputs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Adds elements to inputs sortedSet.
addInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rules.CommandTool.Builder
Adds additional non-argument inputs to the tool.
addIntArrayResourceIfNotPresent(RDotTxtEntry.RType, String, int, Path, DocumentLocation) - Method in class com.facebook.buck.android.aapt.RDotTxtResourceCollector
 
addIntellijPluginLabels(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Adds one element to intellijPluginLabels set.
addIntellijPluginLabels(String...) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Adds elements to intellijPluginLabels set.
addInterfaces(SourcePath) - Method in class com.facebook.buck.haskell.HaskellHaddockInput.Builder
Adds one element to interfaces set.
addInterfaces(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellHaddockInput.Builder
Adds elements to interfaces set.
addInterfaces(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds one element to interfaces sortedSet.
addInterfaces(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds elements to interfaces sortedSet.
addIntResourceIfNotPresent(RDotTxtEntry.RType, String, Path, DocumentLocation) - Method in class com.facebook.buck.android.aapt.RDotTxtResourceCollector
 
AdditionalOptions - Annotation Type in com.facebook.buck.cli
If this annotation is used on a field in one of the ..Options classes (e.g.
AdditionalOptionsCmdLineParser - Class in com.facebook.buck.cli
CmdLineParser with nested options via the AdditionalOptions annotation.
AdditionalOptionsCmdLineParser(Object) - Constructor for class com.facebook.buck.cli.AdditionalOptionsCmdLineParser
Creates a new command line owner that parses arguments/options and set them into the given object.
AdditionalOptionsSubCommandHandler - Class in com.facebook.buck.cli
 
AdditionalOptionsSubCommandHandler(CmdLineParser, OptionDef, Setter<Object>) - Constructor for class com.facebook.buck.cli.AdditionalOptionsSubCommandHandler
 
addJavadocUrls(String) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds one element to javadocUrls set.
addJavadocUrls(String...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds elements to javadocUrls set.
addJavaLibrariesToDex(BuildTarget) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds one element to javaLibrariesToDex set.
addJavaLibrariesToDex(BuildTarget...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds elements to javaLibrariesToDex set.
addLabels(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds one element to labels list.
addLabels(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to labels list.
addLabels(String) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.test.TestResults.Builder
Adds one element to labels set.
addLabels(String...) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to labels set.
addLabels(String) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Adds elements to labels sortedSet.
addLabels(String) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Adds one element to labels sortedSet.
addLabels(String...) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Adds elements to labels sortedSet.
addLdflags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds one element to ldflags list.
addLdflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to ldflags list.
addLdFlags(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds one element to ldFlags list.
addLdFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to ldFlags list.
addLegacyAnnotationProcessorDeps(BuildRule) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds one element to legacyAnnotationProcessorDeps list.
addLegacyAnnotationProcessorDeps(BuildRule...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds elements to legacyAnnotationProcessorDeps list.
addLegacyAnnotationProcessorNames(String) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds one element to legacyAnnotationProcessorNames sortedSet.
addLegacyAnnotationProcessorNames(String...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds elements to legacyAnnotationProcessorNames sortedSet.
addLegacyProcessors(AnnotationProcessingParams.Builder, BuildRuleResolver) - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
addLegacySafeAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds one element to legacySafeAnnotationProcessors set.
addLegacySafeAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds elements to legacySafeAnnotationProcessors set.
addLibraries(FrameworkPath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to libraries sortedSet.
addLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to libraries sortedSet.
addLibraries(FrameworkPath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to libraries sortedSet.
addLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to libraries sortedSet.
addLibraries(FrameworkPath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to libraries sortedSet.
addLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to libraries sortedSet.
addLibraries(FrameworkPath) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds one element to libraries sortedSet.
addLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds elements to libraries sortedSet.
addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds one element to libraries sortedSet.
addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to libraries sortedSet.
addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to libraries sortedSet.
addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to libraries sortedSet.
addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to libraries sortedSet.
addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to libraries sortedSet.
addLibraries(OmnibusLibrary) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Adds one element to libraries list.
addLibraries(OmnibusLibrary...) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Adds elements to libraries list.
addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds one element to libraries sortedSet.
addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to libraries sortedSet.
addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
Adds one element to libraries set.
addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
Adds elements to libraries set.
addLibraries(FrameworkPath) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds one element to libraries sortedSet.
addLibraries(FrameworkPath...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to libraries sortedSet.
addLibraries(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds one element to libraries sortedSet.
addLibraries(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds elements to libraries sortedSet.
addLibraries(FrameworkPath) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds one element to libraries sortedSet.
addLibraries(FrameworkPath...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to libraries sortedSet.
addLibraries(FrameworkPath) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds one element to libraries sortedSet.
addLibraries(FrameworkPath...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to libraries sortedSet.
addLibraries(FrameworkPath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds one element to libraries sortedSet.
addLibraries(FrameworkPath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds elements to libraries sortedSet.
addLibrary(String, IjDependencyListBuilder.Scope, boolean) - Method in class com.facebook.buck.ide.intellij.IjDependencyListBuilder
 
addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Adds elements to licenses set.
addLicenses(SourcePath) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Adds one element to licenses set.
addLicenses(SourcePath...) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Adds elements to licenses set.
addLines(String) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
Adds one element to lines list.
addLines(String...) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
Adds elements to lines list.
addLinkables(NativeLinkable) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
Adds one element to linkables set.
addLinkables(NativeLinkable...) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
Adds elements to linkables set.
addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(String) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(String...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(String) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(String...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(String) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(String...) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(String) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(String) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Adds one element to linkerFlags list.
addLinkerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Adds elements to linkerFlags list.
addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(String) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(String) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(StringWithMacros) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(String...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to linkerFlags list.
addLinkerFlags(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds one element to linkerFlags list.
addLinkerFlags(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to linkerFlags list.
addListenableCallback(ListenableFuture<V>, FutureCallback<? super V>, Executor) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
 
addListenableCallback(ListenableFuture<V>, FutureCallback<? super V>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
 
addLocales(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to locales set.
addLocales(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to locales set.
addLogs(String) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Adds one element to logs list.
addLogs(String...) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Adds elements to logs list.
addMacroInput(String) - Method in class com.facebook.buck.model.macros.MacroMatchResult.Builder
Adds one element to macroInput list.
addMacroInput(String...) - Method in class com.facebook.buck.model.macros.MacroMatchResult.Builder
Adds elements to macroInput list.
addManifestPaths(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Adds one element to manifestPaths set.
addManifestPaths(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Adds elements to manifestPaths set.
addMetadata(String, String) - Method in interface com.facebook.buck.rules.BuildableContext
When building a BuildRule, any metadata about the output files for the rule should be recorded via this method.
addMetadata(String, ImmutableList<String>) - Method in interface com.facebook.buck.rules.BuildableContext
 
addMetadata(String, String) - Method in class com.facebook.buck.rules.BuildInfoRecorder
This key/value pair is stored in memory until BuildInfoRecorder.writeMetadataToDisk(boolean) is invoked.
addMetadata(String, ImmutableList<String>) - Method in class com.facebook.buck.rules.BuildInfoRecorder
 
addMetadata(String, String) - Method in class com.facebook.buck.rules.DefaultBuildableContext
 
addMetadata(String, ImmutableList<String>) - Method in class com.facebook.buck.rules.DefaultBuildableContext
 
addMissingInitModules(ImmutableMap<Path, SourcePath>, SourcePath) - Static method in class com.facebook.buck.python.PythonBinaryDescription
 
addModernProcessors(ResolvedJavacPluginProperties) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds one element to modernProcessors list.
addModernProcessors(ResolvedJavacPluginProperties...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds elements to modernProcessors list.
addModule(Path, AggregationModule) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationTree
 
addModule(String, IjDependencyListBuilder.Scope, boolean) - Method in class com.facebook.buck.ide.intellij.IjDependencyListBuilder
 
addModuleDeps(BuildTarget) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds one element to moduleDeps sortedSet.
addModuleDeps(BuildTarget...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds elements to moduleDeps sortedSet.
addModules(String) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds one element to modules sortedSet.
addModules(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds elements to modules sortedSet.
addNativeIncludes(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds one element to nativeIncludes list.
addNativeIncludes(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to nativeIncludes list.
addNativeLibAssetsDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
addNativeLibsDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
addNativeLinkable(NativeLinkable) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
addNativeLinkableAsset(NativeLinkable) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
addNeededCoverage(NeededCoverageSpec) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds one element to neededCoverage list.
addNeededCoverage(NeededCoverageSpec...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to neededCoverage list.
addNeededCoverage(Pair<Float, ImmutableSet<Path>>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds one element to neededCoverage list.
addNeededCoverage(Pair<Float, ImmutableSet<Path>>...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to neededCoverage list.
addNode(T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
Adds the specified node to the graph.
addNode(BuildTarget, TargetNode<?, ?>) - Method in class com.facebook.buck.versions.VersionedTargetGraph.Builder
 
addNoDx(BuildTarget) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Adds one element to noDx set.
addNoDx(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Adds elements to noDx set.
addNoDx(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to noDx set.
addNoDx(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to noDx set.
addNoDxClasspathEntries(SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds one element to noDxClasspathEntries set.
addNoDxClasspathEntries(SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds elements to noDxClasspathEntries set.
addObjectFiles(SourcePath) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Adds one element to objectFiles list.
addObjectFiles(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Adds elements to objectFiles list.
addObjects(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds one element to objects sortedSet.
addObjects(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds elements to objects sortedSet.
addOcamlInput(OcamlLibrary) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds one element to ocamlInput list.
addOcamlInput(OcamlLibrary...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to ocamlInput list.
addOperands(QueryExpression) - Method in class com.facebook.buck.query.BinaryOperatorExpression.Builder
Adds one element to operands list.
addOperands(QueryExpression...) - Method in class com.facebook.buck.query.BinaryOperatorExpression.Builder
Adds elements to operands list.
addOptions(ImmutableSet.Builder<ProcessExecutor.Option>) - Method in class com.facebook.buck.ocaml.OcamlDepToolStep
 
addOptions(ImmutableSet.Builder<ProcessExecutor.Option>) - Method in class com.facebook.buck.shell.ShellStep
 
addOptionValue(String, String) - Method in interface com.facebook.buck.jvm.java.OptionsConsumer
 
addOutputDirs(SourcePath) - Method in class com.facebook.buck.haskell.HaskellHaddockInput.Builder
Adds one element to outputDirs set.
addOutputDirs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellHaddockInput.Builder
Adds elements to outputDirs set.
addOutputs(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Adds one element to outputs sortedSet.
addOutputs(String...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Adds elements to outputs sortedSet.
addPackageables(Iterable<AndroidPackageable>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
addPackages(HaskellPackage) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds one element to packages list.
addPackages(HaskellPackage...) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds elements to packages list.
addParameters(String) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds one element to parameters sortedSet.
addParameters(String...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Adds elements to parameters sortedSet.
addPathsChangedInWorkingDirectory(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Adds one element to pathsChangedInWorkingDirectory set.
addPathsChangedInWorkingDirectory(String...) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Adds elements to pathsChangedInWorkingDirectory set.
addPathsChangedInWorkingDirectory(String) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
Adds one element to pathsChangedInWorkingDirectory set.
addPathsChangedInWorkingDirectory(String...) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
Adds elements to pathsChangedInWorkingDirectory set.
addPathsToThirdPartyJars(SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds one element to pathsToThirdPartyJars set.
addPathsToThirdPartyJars(SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds elements to pathsToThirdPartyJars set.
addPathToThirdPartyJar(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
addPerRuleStats(DistBuildPostBuildAnalysis.AbstractPerRuleCumulativeStats) - Method in class com.facebook.buck.distributed.AnalysisResults.Builder
Adds one element to perRuleStats list.
addPerRuleStats(DistBuildPostBuildAnalysis.AbstractPerRuleCumulativeStats...) - Method in class com.facebook.buck.distributed.AnalysisResults.Builder
Adds elements to perRuleStats list.
addPerServerData(PerServerPingData) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
Adds one element to perServerData list.
addPerServerData(PerServerPingData...) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
Adds elements to perServerData list.
addPerServerData(PerServerData) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
Adds one element to perServerData list.
addPerServerData(PerServerData...) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
Adds elements to perServerData list.
addPlatformFlags(Arg) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Adds one element to platformFlags list.
addPlatformFlags(Arg...) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Adds elements to platformFlags list.
addPlatforms(String) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Adds one element to platforms list.
addPlatforms(String...) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Adds elements to platforms list.
addPlatformWhitelist(String) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification.Builder
Adds one element to platformWhitelist sortedSet.
addPlatformWhitelist(String...) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification.Builder
Adds elements to platformWhitelist sortedSet.
addPlugin(BuckJavacPlugin, String...) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
 
addPlugins(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to plugins list.
addPlugins(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to plugins list.
addPlugins(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to plugins list.
addPlugins(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to plugins list.
addPlugins(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to plugins list.
addPlugins(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to plugins list.
addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to plugins list.
addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to plugins list.
addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to plugins list.
addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to plugins list.
addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to plugins list.
addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to plugins list.
addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to plugins list.
addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to plugins list.
addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to plugins list.
addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to plugins list.
addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to plugins list.
addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to plugins list.
addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to plugins list.
addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to plugins list.
addPlugins(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to plugins list.
addPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to plugins list.
addPostEnterCallback(Consumer<Set<Element>>) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
 
addPostEnterCallback(Consumer<Set<Element>>) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
addPostEnterCallback(Consumer<Set<Element>>) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
 
addPostprocessClassesCommands(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to postprocessClassesCommands list.
addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addPostprocessClassesCommands(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to postprocessClassesCommands list.
addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addPostprocessClassesCommands(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to postprocessClassesCommands list.
addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to postprocessClassesCommands list.
addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to postprocessClassesCommands list.
addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to postprocessClassesCommands list.
addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to postprocessClassesCommands list.
addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to postprocessClassesCommands list.
addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to postprocessClassesCommands list.
addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to postprocessClassesCommands list.
addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addPostprocessClassesCommands(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to postprocessClassesCommands list.
addPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to postprocessClassesCommands list.
addPreloadDeps(BuildTarget) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds one element to preloadDeps set.
addPreloadDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds elements to preloadDeps set.
addPreloadDeps(BuildTarget) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds one element to preloadDeps set.
addPreloadDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to preloadDeps set.
addPreprocessJavaClassesDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to preprocessJavaClassesDeps sortedSet.
addPreprocessJavaClassesDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to preprocessJavaClassesDeps sortedSet.
addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds one element to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds one element to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds one element to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds one element to preprocessorFlags list.
addPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to preprocessorFlags list.
addPrimaryApkAssetZips(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Adds one element to primaryApkAssetZips list.
addPrimaryApkAssetZips(SourcePath...) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Adds elements to primaryApkAssetZips list.
addPrimaryApkAssetZips(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds one element to primaryApkAssetZips list.
addPrimaryApkAssetZips(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds elements to primaryApkAssetZips list.
addPrimaryDex(DexWithClasses) - Method in class com.facebook.buck.android.PreDexedFilesSorter.DexStoreContents
 
addPrimaryDexPatterns(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to primaryDexPatterns list.
addPrimaryDexPatterns(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to primaryDexPatterns list.
addProcessorNames(String) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
Adds one element to processorNames sortedSet.
addProcessorNames(String...) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
Adds elements to processorNames sortedSet.
addProcessorNames(String) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Adds one element to processorNames sortedSet.
addProcessorNames(String...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Adds elements to processorNames sortedSet.
addProcessors(AnnotationProcessingParams.Builder, BuildRuleResolver, BuildTarget) - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
addProfiledStaticLibs(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds one element to profiledStaticLibs list.
addProfiledStaticLibs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to profiledStaticLibs list.
addProguardConfig(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
addProguardConfigs(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds one element to proguardConfigs list.
addProguardConfigs(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds elements to proguardConfigs list.
addProguardConfigs(SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds one element to proguardConfigs set.
addProguardConfigs(SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Adds elements to proguardConfigs set.
addProguardJvmArgs(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to proguardJvmArgs list.
addProguardJvmArgs(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to proguardJvmArgs list.
addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to providedDeps sortedSet.
addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to providedDeps sortedSet.
addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to providedDeps sortedSet.
addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to providedDeps sortedSet.
addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to providedDeps sortedSet.
addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to providedDeps sortedSet.
addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to providedDeps sortedSet.
addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to providedDeps sortedSet.
addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to providedDeps sortedSet.
addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to providedDeps sortedSet.
addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addProvidedDeps(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to providedDeps sortedSet.
addProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to providedDeps sortedSet.
addRanlibflags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds one element to ranlibflags list.
addRanlibflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to ranlibflags list.
addRawKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Adds one element to rawKeys set.
addRawKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Adds elements to rawKeys set.
addRawSelectors(String...) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
 
addRawSelectors(Collection<String>) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
 
addRedexExtraArgs(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to redexExtraArgs list.
addRedexExtraArgs(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to redexExtraArgs list.
addRedexExtraArgs(Arg) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
Adds one element to redexExtraArgs list.
addRedexExtraArgs(Arg...) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
Adds elements to redexExtraArgs list.
addRef() - Method in class com.facebook.buck.util.ClassLoaderCache
 
addRelinkerWhitelist(Pattern) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to relinkerWhitelist list.
addRelinkerWhitelist(Pattern...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to relinkerWhitelist list.
addRemoteBuilds(DistBuildPostBuildAnalysis.AbstractBuildRuleStats) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
Adds one element to remoteBuilds list.
addRemoteBuilds(DistBuildPostBuildAnalysis.AbstractBuildRuleStats...) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
Adds elements to remoteBuilds list.
addRemoveClasses(Pattern) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to removeClasses set.
addRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to removeClasses set.
addRemoveClasses(Pattern) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to removeClasses set.
addRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to removeClasses set.
addRemoveClasses(Pattern) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to removeClasses set.
addRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to removeClasses set.
addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to removeClasses set.
addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to removeClasses set.
addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to removeClasses set.
addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to removeClasses set.
addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to removeClasses set.
addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to removeClasses set.
addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to removeClasses set.
addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to removeClasses set.
addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to removeClasses set.
addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to removeClasses set.
addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to removeClasses set.
addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to removeClasses set.
addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to removeClasses set.
addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to removeClasses set.
addRemoveClasses(Pattern) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to removeClasses set.
addRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to removeClasses set.
addResource(RDotTxtEntry.RType, RDotTxtEntry.IdType, String, String, String, Path, DocumentLocation) - Method in class com.facebook.buck.android.aapt.RDotTxtResourceCollector
 
addResourceDirectories(SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Adds one element to resourceDirectories list.
addResourceDirectories(SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to resourceDirectories list.
addResourceDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
addResourceDirs(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds one element to resourceDirs set.
addResourceDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to resourceDirs set.
addResourceFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds one element to resourceFiles set.
addResourceFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to resourceFiles set.
addResourceFilter(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to resourceFilter list.
addResourceFilter(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to resourceFilter list.
addResourceFolders(ResourceFolderFactory, ImmutableMultimap<Path, Path>, Path, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
 
addResourceFolders(IjResourceFolderType, ImmutableCollection<Path>, Path, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
 
addResourceIfNotPresent(RDotTxtEntry) - Method in class com.facebook.buck.android.aapt.RDotTxtResourceCollector
 
addResourcePaths(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Adds one element to resourcePaths set.
addResourcePaths(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Adds elements to resourcePaths set.
addResources(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to resources sortedSet.
addResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to resources sortedSet.
addResources(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to resources sortedSet.
addResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to resources sortedSet.
addResources(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to resources sortedSet.
addResources(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addResources(Path) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to resources sortedSet.
addResources(Path...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addResources(SourcePath) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds one element to resources sortedSet.
addResources(SourcePath...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addResources(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to resources sortedSet.
addResources(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to resources sortedSet.
addResources(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to resources sortedSet.
addResources(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addResources(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to resources sortedSet.
addResources(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to resources sortedSet.
addResources(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to resources sortedSet.
addResources(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addResources(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to resources sortedSet.
addResources(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to resources sortedSet.
addResources(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to resources sortedSet.
addResources(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addResources(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to resources sortedSet.
addResources(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to resources sortedSet.
addResources(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to resources sortedSet.
addResources(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addResources(SourcePath) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Adds one element to resources set.
addResources(SourcePath...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Adds elements to resources set.
addResources(Path) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds one element to resources sortedSet.
addResources(Path...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Adds elements to resources sortedSet.
addResourcesFromDeps(BuildTarget) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds one element to resourcesFromDeps set.
addResourcesFromDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds elements to resourcesFromDeps set.
addResourcesPaths(SourcePath) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo.Builder
Adds one element to resourcesPaths list.
addResourcesPaths(SourcePath...) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo.Builder
Adds elements to resourcesPaths list.
addResourcesWithEmptyResButNonEmptyAssetsDir(BuildTarget) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Adds one element to resourcesWithEmptyResButNonEmptyAssetsDir set.
addResourcesWithEmptyResButNonEmptyAssetsDir(BuildTarget...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to resourcesWithEmptyResButNonEmptyAssetsDir set.
addResourcesWithNonEmptyResDir(BuildTarget) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Adds one element to resourcesWithNonEmptyResDir list.
addResourcesWithNonEmptyResDir(BuildTarget...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to resourcesWithNonEmptyResDir list.
addResourceVariantFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds one element to resourceVariantFiles set.
addResourceVariantFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to resourceVariantFiles set.
addResPaths(Path) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
Adds one element to resPaths list.
addResPaths(Path...) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
Adds elements to resPaths list.
addResults(FetchResult) - Method in class com.facebook.buck.artifact_cache.MultiFetchResult.Builder
Adds one element to results list.
addResults(FetchResult...) - Method in class com.facebook.buck.artifact_cache.MultiFetchResult.Builder
Adds elements to results list.
addRuleFlags(Arg) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Adds one element to ruleFlags list.
addRuleFlags(Arg...) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Adds elements to ruleFlags list.
addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Adds one element to ruleKeys set.
addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Adds elements to ruleKeys set.
addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Adds one element to ruleKeys set.
addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Adds elements to ruleKeys set.
addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Adds one element to ruleKeys set.
addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Adds elements to ruleKeys set.
addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Adds one element to ruleKeys set.
addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Adds elements to ruleKeys set.
addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Adds one element to ruleKeys set.
addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Adds elements to ruleKeys set.
addRules(BuildTarget) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds one element to rules set.
addRules(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds elements to rules set.
addRules(BuildRule) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Adds one element to rules list.
addRules(BuildRule...) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Adds elements to rules list.
addRustcFlags(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds one element to rustcFlags list.
addRustcFlags(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to rustcFlags list.
addRustcFlags(String) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds one element to rustcFlags list.
addRustcFlags(String...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds elements to rustcFlags list.
addRustcFlags(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds one element to rustcFlags list.
addRustcFlags(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to rustcFlags list.
addSafeAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds one element to safeAnnotationProcessors set.
addSafeAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds elements to safeAnnotationProcessors set.
addSample(long) - Method in class com.facebook.buck.counters.SamplingCounter
 
addServerPool(URI) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Adds one element to serverPool list.
addServerPool(URI...) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Adds elements to serverPool list.
addSharedLink(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds one element to sharedLink list.
addSharedLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to sharedLink list.
addSimpleTestSelector(String) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
 
addSlaveStatuses(BuildSlaveStatus) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Adds one element to slaveStatuses list.
addSlaveStatuses(BuildSlaveStatus...) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Adds elements to slaveStatuses list.
addSourceFolder(IjFolder) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
Adds a source folder to the context.
addSourceFolders(IJFolderFactory, ImmutableMultimap<Path, Path>, boolean, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
Add the set of input paths to the IjModule.Builder as source folders.
addSourceJars(Path) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds one element to sourceJars set.
addSourceJars(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds elements to sourceJars set.
addSourcePaths(SourcePath) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
Adds one element to sourcePaths set.
addSourcePaths(SourcePath...) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
Adds elements to sourcePaths set.
addSources(SourcePath) - Method in class com.facebook.buck.d.DIncludes.Builder
Adds one element to sources sortedSet.
addSources(SourcePath...) - Method in class com.facebook.buck.d.DIncludes.Builder
Adds elements to sources sortedSet.
addSQLiteCacheEntries(SQLiteCacheEntry) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
Adds one element to sQLiteCacheEntries set.
addSQLiteCacheEntries(SQLiteCacheEntry...) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
Adds elements to sQLiteCacheEntries set.
addSrcs(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Adds one element to srcs list.
addSrcs(SourcePath...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Adds elements to srcs list.
addSrcs(SourcePath) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourceWithFlags) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourceWithFlags) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourceWithFlags) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourceWithFlags) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Adds one element to srcs list.
addSrcs(SourcePath...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Adds elements to srcs list.
addSrcs(SourceWithFlags) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourceWithFlags) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourceWithFlags) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(Either<SourcePath, Pair<SourcePath, String>>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Adds one element to srcs set.
addSrcs(Either<SourcePath, Pair<SourcePath, String>>...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Adds elements to srcs set.
addSrcs(SourcePath) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourceWithFlags) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(OcamlSource) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds one element to srcs list.
addSrcs(OcamlSource...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Adds elements to srcs list.
addSrcs(OcamlSource) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds one element to srcs list.
addSrcs(OcamlSource...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Adds elements to srcs list.
addSrcs(SourceWithFlags) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourceWithFlags...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Adds one element to srcs list.
addSrcs(SourcePath...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Adds elements to srcs list.
addSrcs(SourcePath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Adds elements to srcs sortedSet.
addSrcs(SourcePath) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Adds one element to srcs sortedSet.
addSrcs(SourcePath...) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Adds elements to srcs sortedSet.
addStaticLibs(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds one element to staticLibs list.
addStaticLibs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to staticLibs list.
addStaticLibs(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds one element to staticLibs list.
addStaticLibs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Adds elements to staticLibs list.
addStaticLink(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds one element to staticLink list.
addStaticLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to staticLink list.
addStaticPicLibs(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds one element to staticPicLibs list.
addStaticPicLibs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to staticPicLibs list.
addStaticPicLink(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds one element to staticPicLink list.
addStaticPicLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Adds elements to staticPicLink list.
addSteps(Step) - Method in class com.facebook.buck.cli.TestRun.Builder
Adds one element to steps list.
addSteps(Step...) - Method in class com.facebook.buck.cli.TestRun.Builder
Adds elements to steps list.
AddsToRuleKey - Interface in com.facebook.buck.rules
Identifies a class that uses AddToRuleKey annotations to indicate fields that should be added to rule keys.
addStringWhitelistedResourceDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
addStripFlags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds one element to stripFlags list.
addStripFlags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Adds elements to stripFlags list.
addSuggestions(DoctorSuggestion) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
Adds one element to suggestions list.
addSuggestions(DoctorSuggestion...) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
Adds elements to suggestions list.
addSupportedArchitectures(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Adds one element to supportedArchitectures set.
addSupportedArchitectures(String...) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Adds elements to supportedArchitectures set.
addSupportedProductFamilyIDs(int) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Adds one element to supportedProductFamilyIDs set.
addSupportedProductFamilyIDs(int...) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Adds elements to supportedProductFamilyIDs set.
addSwiftCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to swiftCompilerFlags list.
addSwiftCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to swiftCompilerFlags list.
addSwiftCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to swiftCompilerFlags list.
addSwiftCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to swiftCompilerFlags list.
addSwiftCompilerFlags(StringWithMacros) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to swiftCompilerFlags list.
addSwiftCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to swiftCompilerFlags list.
addSwiftRuntimePaths(Path) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds one element to swiftRuntimePaths set.
addSwiftRuntimePaths(Path...) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds elements to swiftRuntimePaths set.
addSwiftSharedLibraryRunPaths(Path) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds one element to swiftSharedLibraryRunPaths list.
addSwiftSharedLibraryRunPaths(Path...) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds elements to swiftSharedLibraryRunPaths list.
addSwiftStaticRuntimePaths(Path) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds one element to swiftStaticRuntimePaths set.
addSwiftStaticRuntimePaths(Path...) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds elements to swiftStaticRuntimePaths set.
addSwiftStdlibStepIfNeeded(SourcePathResolver, Path, Optional<Supplier<CodeSignIdentity>>, ImmutableList.Builder<Step>, boolean) - Method in class com.facebook.buck.apple.AppleBundle
 
addTargetDeps(ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.ConfiguredCompilerFactory
 
addTargetDeps(ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaConfiguredCompilerFactory
 
addTargets(TargetNode) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
Adds one element to targets set.
addTargets(TargetNode...) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
Adds elements to targets set.
addTargets(BuildTarget) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds one element to targets set.
addTargets(BuildTarget...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Adds elements to targets set.
addTargets(BuildTarget) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds one element to targets set.
addTargets(BuildTarget...) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Adds elements to targets set.
addTargets(QueryTarget) - Method in class com.facebook.buck.query.TargetSetExpression.Builder
Adds one element to targets set.
addTargets(QueryTarget...) - Method in class com.facebook.buck.query.TargetSetExpression.Builder
Adds elements to targets set.
addTaskListener(TaskListener) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
 
addTaskListener(BuckJavacTaskListener) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
addTaskListener(BuckJavacTaskListener) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
 
addTestableReference(XCScheme.TestableReference) - Method in class com.facebook.buck.apple.xcode.XCScheme.TestAction
 
addTestCases(TestCaseSummary) - Method in class com.facebook.buck.test.TestResults.Builder
Adds one element to testCases list.
addTestCases(TestCaseSummary...) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to testCases list.
addTestClasses(String) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Adds one element to testClasses list.
addTestClasses(String...) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Adds elements to testClasses list.
addTestLogPaths(Path) - Method in class com.facebook.buck.test.TestResults.Builder
Adds one element to testLogPaths list.
addTestLogPaths(Path...) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to testLogPaths list.
addTests(BuildTarget) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Adds elements to tests sortedSet.
addTests(BuildTarget) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Adds one element to tests sortedSet.
addTests(BuildTarget...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Adds elements to tests sortedSet.
addThinTargets(BuildTarget) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Adds one element to thinTargets list.
addThinTargets(BuildTarget...) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Adds elements to thinTargets list.
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.AndroidResource
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.NdkLibrary
 
addToCollector(AndroidPackageableCollector) - Method in interface com.facebook.buck.android.packageable.AndroidPackageable
Add concrete resources to the given collector.
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.cxx.CxxLibrary
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.js.AndroidReactNativeLibrary
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.js.JsBundleAndroid
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
addToHeaderPathNormalizer(HeaderPathNormalizer.Builder) - Method in class com.facebook.buck.cxx.CxxHeaders
Add this header pack to the given HeaderPathNormalizer.Builder.
addToIndex(T) - Method in interface com.facebook.buck.rules.BuildRuleResolver
Adds to the index a mapping from buildRule's target to itself and returns buildRule.
addToIndex(T) - Method in class com.facebook.buck.rules.MultiThreadedBuildRuleResolver
 
addToIndex(T) - Method in class com.facebook.buck.rules.SingleThreadedBuildRuleResolver
 
addToMap(Map, String, String) - Method in class com.facebook.buck.cli.EnvironmentOverrideOptionHandler
 
addToolchainPaths(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Adds one element to toolchainPaths set.
addToolchainPaths(Path...) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Adds elements to toolchainPaths set.
addToolchains(AppleToolchain) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Adds one element to toolchains list.
addToolchains(AppleToolchain...) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Adds elements to toolchains list.
addToolFlagsFromConfig(CxxBuckConfig, CxxPlatform.Builder) - Static method in class com.facebook.buck.cxx.toolchain.CxxPlatforms
 
AddToRuleKey - Annotation Type in com.facebook.buck.rules
 
addToSparseProfile(Path) - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
Add a path that should, at some point in the future, be part of the working copy sparse profile.
addToSparseProfile(Path) - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
 
addTypesAndDependencies(Iterable<Type>, Iterable<ClassNode>, ImmutableSet.Builder<String>) - Static method in class com.facebook.buck.dalvik.firstorder.FirstOrderHelper
 
addUnexpandedCommandArgs(String) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Adds one element to unexpandedCommandArgs list.
addUnexpandedCommandArgs(String...) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Adds elements to unexpandedCommandArgs list.
addVariants(SourcePath) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds one element to variants set.
addVariants(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Adds elements to variants set.
addVerificationErrors(String) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
Adds one element to verificationErrors list.
addVerificationErrors(String...) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
Adds elements to verificationErrors list.
addVmArgs(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds one element to vmArgs list.
addVmArgs(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Adds elements to vmArgs list.
addVmArgs(String) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds one element to vmArgs list.
addVmArgs(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Adds elements to vmArgs list.
addVmArgs(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds one element to vmArgs list.
addVmArgs(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Adds elements to vmArgs list.
addVmArgs(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds one element to vmArgs list.
addVmArgs(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Adds elements to vmArgs list.
addVmArgs(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds one element to vmArgs list.
addVmArgs(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Adds elements to vmArgs list.
addVmArgs(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds one element to vmArgs list.
addVmArgs(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Adds elements to vmArgs list.
addWhitelist(String) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification.Builder
Adds one element to whitelist sortedSet.
addWhitelist(String...) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification.Builder
Adds elements to whitelist sortedSet.
addWhitelistedStringDirectories(SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Adds one element to whitelistedStringDirectories set.
addWhitelistedStringDirectories(SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to whitelistedStringDirectories set.
addWords(TargetLiteral) - Method in class com.facebook.buck.query.SetExpression.Builder
Adds one element to words list.
addWords(TargetLiteral...) - Method in class com.facebook.buck.query.SetExpression.Builder
Adds elements to words list.
AetherUtil - Class in com.facebook.buck.maven
 
AGENT_PACKAGE_NAME - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
 
AGENT_VERSION_CODE - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
 
AgentMain - Class in com.facebook.buck.android.agent
Main class for an agent that runs on an Android device to aid app installation.
AgentUtil - Class in com.facebook.buck.android.agent.util
Non-instantiable class for holding functionality that runs both on the host and in the android agent.
aggregateFinishedEvent(ConcurrentHashMap<EventKey, EventPair>, BuckEvent) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
aggregateModules(int) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationTree
 
aggregateStartedEvent(ConcurrentHashMap<EventKey, EventPair>, BuckEvent) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
AggregationContext - Class in com.facebook.buck.ide.intellij.aggregation
 
AggregationContext() - Constructor for class com.facebook.buck.ide.intellij.aggregation.AggregationContext
 
AggregationKeys - Class in com.facebook.buck.ide.intellij.aggregation
 
AggregationMode - Class in com.facebook.buck.ide.intellij.aggregation
Indicates how to aggregate TargetNodes into IjModules.
AggregationModeOptionHandler(CmdLineParser, OptionDef, Setter<? super AggregationMode>) - Constructor for class com.facebook.buck.cli.ProjectCommand.AggregationModeOptionHandler
 
AggregationModule - Class in com.facebook.buck.ide.intellij.aggregation
Represents a module during aggregation.
AggregationModule.Builder - Class in com.facebook.buck.ide.intellij.aggregation
Builds instances of type AggregationModule.
AggregationModuleFactory - Interface in com.facebook.buck.ide.intellij.aggregation
 
AggregationTree - Class in com.facebook.buck.ide.intellij.aggregation
A tree that is responsible for managing and aggregating modules.
AggregationTree(IjProjectConfig, AggregationModule) - Constructor for class com.facebook.buck.ide.intellij.aggregation.AggregationTree
 
AidlStep - Class in com.facebook.buck.android
 
AidlStep(ProjectFilesystem, BuildTarget, Path, Set<String>, Path) - Constructor for class com.facebook.buck.android.AidlStep
 
alignCodeSignatureOffsetValue(int) - Static method in class com.facebook.buck.macho.LinkEditDataCommandUtils
 
alignValue(int) - Static method in class com.facebook.buck.macho.SegmentCommandUtils
VM size field of the SegmentCommand needs to be aligned.
all - Variable in class com.facebook.buck.android.relinker.Symbols
 
AllPathsFunction - Class in com.facebook.buck.query
A allpaths(from, to) expression, which computes all paths between the build targets in the set 'from' and the build targets in the set 'to', by following the dependencies between nodes in the target graph.
AllPathsFunction() - Constructor for class com.facebook.buck.query.AllPathsFunction
 
AlterRuleKeys - Class in com.facebook.buck.rules.keys
 
AlterRuleKeys() - Constructor for class com.facebook.buck.rules.keys.AlterRuleKeys
 
amendKey(RuleKeyObjectSink, BuildRule) - Static method in class com.facebook.buck.rules.keys.AlterRuleKeys
 
amendKey(RuleKeyObjectSink, AddsToRuleKey) - Static method in class com.facebook.buck.rules.keys.AlterRuleKeys
 
AnalysisResults - Class in com.facebook.buck.distributed
Immutable implementation of DistBuildPostBuildAnalysis.AbstractAnalysisResults.
AnalysisResults.Builder - Class in com.facebook.buck.distributed
Builds instances of type AnalysisResults.
analyze() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
 
analyze() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
analyze() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
 
ANALYZE - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
analyze(ImmutableMap<String, ClassNode>) - Static method in class com.facebook.buck.tools.dxanalysis.MutabilityAnalyzer
 
analyze(ImmutableMap<String, ClassNode>) - Static method in class com.facebook.buck.tools.dxanalysis.RegisterSpecAnalyzer
 
analyze(ImmutableMap<String, ClassNode>, MutabilityAnalyzer) - Static method in class com.facebook.buck.tools.dxanalysis.StaticStateAnalyzer
 
AnalyzeAction(String) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.AnalyzeAction
 
ANDROID - Static variable in class com.facebook.buck.js.JsFlavors
 
ANDROID_MANIFEST_XML - Static variable in class com.facebook.buck.android.resources.ResourcesZipBuilder
 
ANDROID_NDK_ROOT - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
Magic path prefix we use to denote the machine-specific location of the Android NDK.
ANDROID_RESOURCE_INDEX_FLAVOR - Static variable in class com.facebook.buck.android.AndroidResourceDescription
 
ANDROID_RESOURCES - Static variable in class com.facebook.buck.js.JsFlavors
 
AndroidAar - Class in com.facebook.buck.android
 
AndroidAar(BuildTarget, ProjectFilesystem, BuildRuleParams, AndroidManifest, AndroidResource, SourcePath, SourcePath, Optional<Path>, ImmutableSet<SourcePath>, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.android.AndroidAar
 
AndroidAarDescription - Class in com.facebook.buck.android
Description for a BuildRule that generates an .aar file.
AndroidAarDescription(AndroidManifestDescription, CxxBuckConfig, JavaBuckConfig, JavacOptions, ImmutableMap<TargetCpuType, NdkCxxPlatform>) - Constructor for class com.facebook.buck.android.AndroidAarDescription
 
AndroidAarDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of AndroidAarDescription.AbstractAndroidAarDescriptionArg.
AndroidAarDescriptionArg.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidAarDescriptionArg.
AndroidAppModularity - Class in com.facebook.buck.android
 
AndroidAppModularityDescription - Class in com.facebook.buck.android
 
AndroidAppModularityDescription() - Constructor for class com.facebook.buck.android.AndroidAppModularityDescription
 
AndroidAppModularityDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of AndroidAppModularityDescription.AbstractAndroidAppModularityDescriptionArg.
AndroidAppModularityDescriptionArg.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidAppModularityDescriptionArg.
AndroidAppModularityGraphEnhancementResult - Class in com.facebook.buck.android
Immutable implementation of AbstractAndroidAppModularityGraphEnhancementResult.
AndroidAppModularityGraphEnhancementResult.Builder - Class in com.facebook.buck.android
AndroidAppModularityGraphEnhancer - Class in com.facebook.buck.android
 
AndroidBinary - Class in com.facebook.buck.android
android_binary( name = 'messenger', manifest = 'AndroidManifest.xml', deps = [ '//src/com/facebook/messenger:messenger_library', ], )
AndroidBinaryDescription - Class in com.facebook.buck.android
 
AndroidBinaryDescription(JavaBuckConfig, JavaOptions, JavacOptions, ProGuardConfig, ImmutableMap<TargetCpuType, NdkCxxPlatform>, ListeningExecutorService, BuckConfig, CxxBuckConfig, DxConfig) - Constructor for class com.facebook.buck.android.AndroidBinaryDescription
 
AndroidBinaryDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of AndroidBinaryDescription.AbstractAndroidBinaryDescriptionArg.
AndroidBinaryDescriptionArg.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidBinaryDescriptionArg.
AndroidBinaryGraphEnhancer - Class in com.facebook.buck.android
 
AndroidBinaryModuleRule - Class in com.facebook.buck.ide.intellij.lang.android
 
AndroidBinaryModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.android.AndroidBinaryModuleRule
 
AndroidBinaryNonExoInstaller - Class in com.facebook.buck.android
Installs a non-exopackage apk.
AndroidBinaryNonExoInstaller(BuildTarget, ProjectFilesystem, HasInstallableApk) - Constructor for class com.facebook.buck.android.AndroidBinaryNonExoInstaller
 
AndroidBinaryResourcesGraphEnhancementResult - Class in com.facebook.buck.android
Immutable implementation of AndroidBinaryResourcesGraphEnhancer.AbstractAndroidBinaryResourcesGraphEnhancementResult.
AndroidBinaryResourcesGraphEnhancementResult.Builder - Class in com.facebook.buck.android
AndroidBuckConfig - Class in com.facebook.buck.android
 
AndroidBuckConfig(BuckConfig, Platform) - Constructor for class com.facebook.buck.android.AndroidBuckConfig
 
AndroidBuildConfig - Class in com.facebook.buck.android
BuildRule that can generate a BuildConfig.java file and compile it so it can be used as a Java library.
AndroidBuildConfig(BuildTarget, ProjectFilesystem, BuildRuleParams, String, BuildConfigFields, Optional<SourcePath>, boolean) - Constructor for class com.facebook.buck.android.AndroidBuildConfig
 
AndroidBuildConfigDescription - Class in com.facebook.buck.android
 
AndroidBuildConfigDescription(JavaBuckConfig, JavacOptions) - Constructor for class com.facebook.buck.android.AndroidBuildConfigDescription
 
AndroidBuildConfigDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of AndroidBuildConfigDescription.AbstractAndroidBuildConfigDescriptionArg.
AndroidBuildConfigDescriptionArg.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidBuildConfigDescriptionArg.
AndroidClasspathFromContextFunction - Class in com.facebook.buck.android
 
AndroidDevice - Interface in com.facebook.buck.android.exopackage
 
AndroidDevicesHelper - Interface in com.facebook.buck.android.exopackage
AndroidDevicesHelper provides a way to interact with multiple devices as AndroidDevices (rather than IDevices).
AndroidDevicesHelper.AdbDeviceCallable - Interface in com.facebook.buck.android.exopackage
This is basically the same as AdbHelper.AdbCallable except that it takes an AndroidDevice instead of an IDevice.
AndroidDevicesHelperFactory - Class in com.facebook.buck.android.exopackage
 
AndroidDevicesHelperFactory() - Constructor for class com.facebook.buck.android.exopackage.AndroidDevicesHelperFactory
 
AndroidDirectoryResolver - Interface in com.facebook.buck.android
Defines an implementation capable of locating Android SDK and NDK directories.
AndroidGraphEnhancementResult - Class in com.facebook.buck.android
Immutable implementation of AbstractAndroidGraphEnhancementResult.
AndroidGraphEnhancementResult.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidGraphEnhancementResult.
AndroidInstallConfig - Class in com.facebook.buck.android
 
AndroidInstallConfig(BuckConfig) - Constructor for class com.facebook.buck.android.AndroidInstallConfig
 
AndroidInstallConfig.ConcurrentInstall - Enum in com.facebook.buck.android
 
AndroidInstrumentationApk - Class in com.facebook.buck.android
Apk that functions as a test package in Android.
AndroidInstrumentationApkDescription - Class in com.facebook.buck.android
 
AndroidInstrumentationApkDescription(JavaBuckConfig, ProGuardConfig, JavacOptions, ImmutableMap<TargetCpuType, NdkCxxPlatform>, ListeningExecutorService, CxxBuckConfig, DxConfig) - Constructor for class com.facebook.buck.android.AndroidInstrumentationApkDescription
 
AndroidInstrumentationApkDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of AndroidInstrumentationApkDescription.AbstractAndroidInstrumentationApkDescriptionArg.
AndroidInstrumentationApkDescriptionArg.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidInstrumentationApkDescriptionArg.
AndroidInstrumentationTest - Class in com.facebook.buck.android
 
AndroidInstrumentationTest(BuildTarget, ProjectFilesystem, BuildRuleParams, HasInstallableApk, Set<String>, Set<String>, Tool, Optional<Long>, PackagedResource, PackagedResource, PackagedResource, PackagedResource) - Constructor for class com.facebook.buck.android.AndroidInstrumentationTest
 
AndroidInstrumentationTestDescription - Class in com.facebook.buck.android
 
AndroidInstrumentationTestDescription(JavaOptions, Optional<Long>) - Constructor for class com.facebook.buck.android.AndroidInstrumentationTestDescription
 
AndroidInstrumentationTestDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of AndroidInstrumentationTestDescription.AbstractAndroidInstrumentationTestDescriptionArg.
AndroidInstrumentationTestDescriptionArg.Builder - Class in com.facebook.buck.android
AndroidInstrumentationTestJVMArgs - Class in com.facebook.buck.android
Immutable implementation of AbstractAndroidInstrumentationTestJVMArgs.
AndroidInstrumentationTestJVMArgs.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidInstrumentationTestJVMArgs.
AndroidKotlinCoreArg - Interface in com.facebook.buck.android
 
AndroidLibrary - Class in com.facebook.buck.android
 
AndroidLibrary.Builder - Class in com.facebook.buck.android
 
AndroidLibrary.Builder.BuilderHelper - Class in com.facebook.buck.android
 
AndroidLibraryCompilerFactory - Interface in com.facebook.buck.android
Factory providing implementations of ConfiguredCompilerFactory for the specified language.
AndroidLibraryDescription - Class in com.facebook.buck.android
 
AndroidLibraryDescription(JavaBuckConfig, JavacOptions, AndroidLibraryCompilerFactory) - Constructor for class com.facebook.buck.android.AndroidLibraryDescription
 
AndroidLibraryDescription.CoreArg - Interface in com.facebook.buck.android
 
AndroidLibraryDescription.JvmLanguage - Enum in com.facebook.buck.android
 
AndroidLibraryDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of AndroidLibraryDescription.AbstractAndroidLibraryDescriptionArg.
AndroidLibraryDescriptionArg.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidLibraryDescriptionArg.
AndroidLibraryGraphEnhancer - Class in com.facebook.buck.android
 
AndroidLibraryGraphEnhancer(BuildTarget, ProjectFilesystem, BuildRuleParams, Javac, JavacOptions, DependencyMode, boolean, Optional<String>, Optional<String>, boolean) - Constructor for class com.facebook.buck.android.AndroidLibraryGraphEnhancer
 
AndroidLibraryModuleRule - Class in com.facebook.buck.ide.intellij.lang.android
 
AndroidLibraryModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.android.AndroidLibraryModuleRule
 
AndroidLinkableMetadata - Class in com.facebook.buck.android
Information needed to determine the correct placement of native linkables in an android apk
AndroidLinkableMetadata.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidLinkableMetadata.
AndroidManifest - Class in com.facebook.buck.android
AndroidManifest is a BuildRule that can generate an Android manifest from a skeleton manifest and the library manifests from its dependencies.
AndroidManifest(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePath, Set<SourcePath>) - Constructor for class com.facebook.buck.android.AndroidManifest
 
AndroidManifestDescription - Class in com.facebook.buck.android
 
AndroidManifestDescription() - Constructor for class com.facebook.buck.android.AndroidManifestDescription
 
AndroidManifestDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of AndroidManifestDescription.AbstractAndroidManifestDescriptionArg.
AndroidManifestDescriptionArg.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidManifestDescriptionArg.
AndroidManifestReader - Interface in com.facebook.buck.android
Allows querying an Android manifest file for various types of information.
AndroidModuleConsistencyStep - Class in com.facebook.buck.android
 
AndroidModuleRule<T extends CommonDescriptionArg> - Class in com.facebook.buck.ide.intellij.lang.android
 
AndroidModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig, AndroidProjectType) - Constructor for class com.facebook.buck.ide.intellij.lang.android.AndroidModuleRule
 
AndroidNativeLibsGraphEnhancementResult - Class in com.facebook.buck.android
Immutable implementation of AndroidNativeLibsPackageableGraphEnhancer.AbstractAndroidNativeLibsGraphEnhancementResult.
AndroidNativeLibsGraphEnhancementResult.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidNativeLibsGraphEnhancementResult.
AndroidNativeLibsPackageableGraphEnhancer - Class in com.facebook.buck.android
 
AndroidNativeLibsPackageableGraphEnhancer(BuildRuleResolver, BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableMap<TargetCpuType, NdkCxxPlatform>, ImmutableSet<TargetCpuType>, CxxBuckConfig, Optional<Map<String, List<Pattern>>>, Optional<BuildTarget>, Optional<ImmutableSortedSet<String>>, AndroidBinary.RelinkerMode, ImmutableList<Pattern>, APKModuleGraph) - Constructor for class com.facebook.buck.android.AndroidNativeLibsPackageableGraphEnhancer
 
AndroidPackageable - Interface in com.facebook.buck.android.packageable
Something (usually a BuildRule) that can be included in an Android package (android_binary or (hopefully soon) aar).
AndroidPackageableCollection - Class in com.facebook.buck.android.packageable
A collection of Android content that should be included in an Android package (apk or aar).
AndroidPackageableCollection.Builder - Class in com.facebook.buck.android.packageable
Builds instances of type AndroidPackageableCollection.
AndroidPackageableCollection.ResourceDetails - Class in com.facebook.buck.android.packageable
Immutable implementation of AbstractAndroidPackageableCollection.AbstractResourceDetails.
AndroidPackageableCollection.ResourceDetails.Builder - Class in com.facebook.buck.android.packageable
Builds instances of type ResourceDetails.
AndroidPackageableCollector - Class in com.facebook.buck.android.packageable
 
AndroidPackageableCollector(BuildTarget) - Constructor for class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
AndroidPackageableCollector(BuildTarget, ImmutableSet<BuildTarget>, ImmutableSet<BuildTarget>, APKModuleGraph) - Constructor for class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
AndroidPlatformTarget - Class in com.facebook.buck.android
Represents a platform to target for Android.
AndroidPlatformTargetSupplier - Class in com.facebook.buck.android
 
AndroidPlatformTargetSupplier(AndroidDirectoryResolver, AndroidBuckConfig) - Constructor for class com.facebook.buck.android.AndroidPlatformTargetSupplier
 
AndroidPrebuiltAar - Class in com.facebook.buck.android
 
AndroidPrebuiltAar(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, SourcePath, SourcePath, PrebuiltJar, UnzipAar, ConfiguredCompiler, Iterable<PrebuiltJar>, ZipArchiveDependencySupplier, boolean) - Constructor for class com.facebook.buck.android.AndroidPrebuiltAar
 
AndroidPrebuiltAarCollection - Class in com.facebook.buck.android
 
AndroidPrebuiltAarCollection() - Constructor for class com.facebook.buck.android.AndroidPrebuiltAarCollection
 
AndroidPrebuiltAarDescription - Class in com.facebook.buck.android
Description for a BuildRule that wraps an .aar file as an Android dependency.
AndroidPrebuiltAarDescription(JavaBuckConfig, JavacOptions) - Constructor for class com.facebook.buck.android.AndroidPrebuiltAarDescription
 
AndroidPrebuiltAarDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of AndroidPrebuiltAarDescription.AbstractAndroidPrebuiltAarDescriptionArg.
AndroidPrebuiltAarDescriptionArg.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidPrebuiltAarDescriptionArg.
AndroidProjectType - Enum in com.facebook.buck.ide.intellij.lang.android
Constants that define Android project type.
AndroidReactNativeLibrary - Class in com.facebook.buck.js
 
AndroidReactNativeLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, ReactNativeBundle) - Constructor for class com.facebook.buck.js.AndroidReactNativeLibrary
 
AndroidReactNativeLibraryDescription - Class in com.facebook.buck.js
 
AndroidReactNativeLibraryDescription(ReactNativeBuckConfig) - Constructor for class com.facebook.buck.js.AndroidReactNativeLibraryDescription
 
AndroidReactNativeLibraryDescriptionArg - Class in com.facebook.buck.js
Immutable implementation of AndroidReactNativeLibraryDescription.AbstractAndroidReactNativeLibraryDescriptionArg.
AndroidReactNativeLibraryDescriptionArg.Builder - Class in com.facebook.buck.js
Builds instances of type AndroidReactNativeLibraryDescriptionArg.
androidResOnly(SortedSet<BuildRule>) - Static method in class com.facebook.buck.android.AndroidResourceHelper
Filters out the set of android_resource() dependencies from deps.
AndroidResource - Class in com.facebook.buck.android
An object that represents the resources of an android library.
AndroidResource(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, ImmutableSortedSet<BuildRule>, SourcePath, ImmutableSortedMap<Path, SourcePath>, String, SourcePath, ImmutableSortedMap<Path, SourcePath>, SourcePath, Supplier<ImmutableSortedSet<? extends SourcePath>>, boolean, boolean, boolean) - Constructor for class com.facebook.buck.android.AndroidResource
 
AndroidResource(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, ImmutableSortedSet<BuildRule>, SourcePath, ImmutableSortedMap<Path, SourcePath>, String, SourcePath, ImmutableSortedMap<Path, SourcePath>, SourcePath, boolean) - Constructor for class com.facebook.buck.android.AndroidResource
 
AndroidResource(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, ImmutableSortedSet<BuildRule>, SourcePath, ImmutableSortedMap<Path, SourcePath>, String, SourcePath, ImmutableSortedMap<Path, SourcePath>, SourcePath, boolean, boolean, boolean) - Constructor for class com.facebook.buck.android.AndroidResource
 
AndroidResourceDescription - Class in com.facebook.buck.android
 
AndroidResourceDescription(boolean) - Constructor for class com.facebook.buck.android.AndroidResourceDescription
 
AndroidResourceDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of AndroidResourceDescription.AbstractAndroidResourceDescriptionArg.
AndroidResourceDescriptionArg.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidResourceDescriptionArg.
AndroidResourceFolder - Class in com.facebook.buck.ide.intellij.lang.android
A path which contains a set of sources we wish to present to IntelliJ.
AndroidResourceFolder(Path) - Constructor for class com.facebook.buck.ide.intellij.lang.android.AndroidResourceFolder
 
AndroidResourceHelper - Class in com.facebook.buck.android
 
AndroidResourceIndex - Class in com.facebook.buck.android
 
AndroidResourceIndex(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePath) - Constructor for class com.facebook.buck.android.AndroidResourceIndex
 
AndroidResourceIndexEntry - Class in com.facebook.buck.android.aapt
Immutable implementation of AbstractAndroidResourceIndexEntry.
AndroidResourceIndexEntry.Builder - Class in com.facebook.buck.android.aapt
Builds instances of type AndroidResourceIndexEntry.
AndroidResourceModuleRule - Class in com.facebook.buck.ide.intellij.lang.android
 
AndroidResourceModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.android.AndroidResourceModuleRule
 
AndroidTransitiveDependencyGraph - Class in com.facebook.buck.android
 
ANNOTATION_PROCESSING - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
ANNOTATION_PROCESSING_ROUND - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
AnnotationProcessingEvent - Class in com.facebook.buck.jvm.java
Base class for events about Java annotation processing.
AnnotationProcessingEvent(EventKey, BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
AnnotationProcessingEvent.Finished - Class in com.facebook.buck.jvm.java
 
AnnotationProcessingEvent.Operation - Enum in com.facebook.buck.jvm.java
 
AnnotationProcessingEvent.Started - Class in com.facebook.buck.jvm.java
 
annotationProcessingFinished(AnnotationProcessingEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
AnnotationProcessingParams - Class in com.facebook.buck.jvm.java
Information for annotation processing.
AnnotationProcessingParams.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type AnnotationProcessingParams.
annotationProcessingStarted(AnnotationProcessingEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
AnnotationValueScanner8<R,P> - Class in com.facebook.buck.jvm.java.abi
 
AnnotationValueScanner8() - Constructor for class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
AnnotationValueScanner8(R) - Constructor for class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
ansi - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
Ansi - Class in com.facebook.buck.util
Encapsulates the specifics of writing to a particular kind of terminal.
Ansi(boolean) - Constructor for class com.facebook.buck.util.Ansi
Construct an Ansi object and conditionally enable fancy escape sequences.
Ansi.SeverityLevel - Enum in com.facebook.buck.util
 
AnsiEnvironmentChecking - Class in com.facebook.buck.util
Utility class to check if the environment supports ANSI escape sequences.
ApiStubber - Class in com.facebook.buck.jvm.java.abi
 
ApkBuilderStep - Class in com.facebook.buck.android
Merges resources into a final APK.
ApkBuilderStep(ProjectFilesystem, Path, Path, Path, ImmutableSet<Path>, ImmutableSet<Path>, ImmutableSet<Path>, ImmutableSet<Path>, Path, Supplier<KeystoreProperties>, boolean, ImmutableList<String>) - Constructor for class com.facebook.buck.android.ApkBuilderStep
 
ApkGenrule - Class in com.facebook.buck.android
A specialization of a genrule that specifically allows the modification of apks.
ApkGenruleDescription - Class in com.facebook.buck.android
 
ApkGenruleDescription() - Constructor for class com.facebook.buck.android.ApkGenruleDescription
 
ApkGenruleDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of ApkGenruleDescription.AbstractApkGenruleDescriptionArg.
ApkGenruleDescriptionArg.Builder - Class in com.facebook.buck.android
Builds instances of type ApkGenruleDescriptionArg.
ApkInfo - Class in com.facebook.buck.android
Immutable implementation of HasInstallableApk.AbstractApkInfo.
ApkInfo.Builder - Class in com.facebook.buck.android
Builds instances of type ApkInfo.
ApkInstallStep - Class in com.facebook.buck.android
 
ApkInstallStep(SourcePathResolver, HasInstallableApk) - Constructor for class com.facebook.buck.android.ApkInstallStep
 
APKModule - Class in com.facebook.buck.android.apkmodule
Immutable implementation of AbstractAPKModule.
apkModule - Variable in class com.facebook.buck.android.PreDexedFilesSorter.Result
 
APKModuleGraph - Class in com.facebook.buck.android.apkmodule
Utility class for grouping sets of targets and their dependencies into APK Modules containing their exclusive dependencies.
APKModuleGraph(Optional<Map<String, List<BuildTarget>>>, TargetGraph, BuildTarget) - Constructor for class com.facebook.buck.android.apkmodule.APKModuleGraph
Constructor for the APKModule graph generator object
APKModuleGraph(TargetGraph, BuildTarget, Optional<Set<BuildTarget>>) - Constructor for class com.facebook.buck.android.apkmodule.APKModuleGraph
Constructor for the APKModule graph generator object
apkPath - Variable in class com.facebook.buck.android.exopackage.PackageInfo
 
APP_FLAVOR - Static variable in class com.facebook.buck.apple.AppleBinaryDescription
 
APP_PACKAGE_ID - Static variable in class com.facebook.buck.android.resources.ResTablePackage
 
append(CharSequence) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
append(CharSequence, int, int) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
append(char) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
append(String) - Method in class com.facebook.buck.util.ChunkAccumulator
 
append(CharSequence) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
append(CharSequence, int, int) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
append(char) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
AppendableLogRecord - Class in com.facebook.buck.log
 
AppendableLogRecord(Level, String, String) - Constructor for class com.facebook.buck.log.AppendableLogRecord
 
appendFinishedInfo(String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
Appends information to the finished event which will be sent when control exits the scope.
appendFormattedMessage(StringBuilder) - Method in class com.facebook.buck.log.AppendableLogRecord
 
appendString(T) - Method in class com.facebook.buck.util.network.HiveRowFormatter
 
appendStringIterable(Iterable<T>) - Method in class com.facebook.buck.util.network.HiveRowFormatter
 
appendToCommandLine(ImmutableCollection.Builder<String>, SourcePathResolver) - Method in interface com.facebook.buck.rules.args.Arg
Append the contents of the Arg to the supplied builder.
appendToCommandLine(ImmutableCollection.Builder<String>, SourcePathResolver) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
appendToCommandLine(ImmutableCollection.Builder<String>, SourcePathResolver) - Method in class com.facebook.buck.rules.args.MacroArg
 
appendToCommandLine(ImmutableCollection.Builder<String>, SourcePathResolver) - Method in class com.facebook.buck.rules.args.ProxyArg
 
appendToCommandLine(ImmutableCollection.Builder<String>, SourcePathResolver) - Method in class com.facebook.buck.rules.args.SanitizedArg
 
appendToCommandLine(ImmutableCollection.Builder<String>, SourcePathResolver) - Method in class com.facebook.buck.rust.RustLibraryArg
 
appendToCommandLineRel(ImmutableCollection.Builder<String>, Path, SourcePathResolver) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.android.FilterResourcesSteps.ResourceFilter
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.apple.CodeSignIdentityStore
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.apple.ExternallyBuiltApplePackage
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.apple.ProvisioningProfileStore
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.CxxToolFlags
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.toolchain.AbstractPreprocessor
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.toolchain.BsdArchiver
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.toolchain.GnuArchiver
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.toolchain.InferBuckConfig
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.toolchain.WindowsArchiver
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.haskell.HaskellGhciRule
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.ConstantJavacProvider
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.ExternalOrJarBackedJavacProvider
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.JarBackedJavac
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.JarBackedJavacProvider
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.JdkProvidedInMemoryJavac
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.OutOfProcessJarBackedJavac
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.OutOfProcessJdkProvidedInMemoryJavac
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.python.PythonEnvironment
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.args.MacroArg
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.args.ProxyArg
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.args.SanitizedArg
 
appendToRuleKey(RuleKeyObjectSink) - Method in interface com.facebook.buck.rules.BuildRule
Add additional details when calculating this rule's RuleKey which isn't available via reflection.
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.CommandTool
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.HashedFileTool
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.InstallTrigger
 
appendToRuleKey(T, RuleKeyObjectSink) - Method in interface com.facebook.buck.rules.modern.ClassInfo
Appends ruleImpl's ruleKey to the sink.
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
appendToRuleKey(RuleKeyObjectSink) - Method in interface com.facebook.buck.rules.RuleKeyAppendable
Deprecated.
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.SymlinkTree
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rust.RustLibraryArg
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.swift.SwiftCompile
 
APPLE_SECTION - Static variable in class com.facebook.buck.apple.AppleConfig
 
AppleAssetCatalog - Class in com.facebook.buck.apple
 
AppleAssetCatalog.ValidationType - Enum in com.facebook.buck.apple
 
AppleAssetCatalogDescription - Class in com.facebook.buck.apple
Description for an apple_asset_catalog rule, which identifies an asset catalog for an iOS or Mac OS X library or binary.
AppleAssetCatalogDescription() - Constructor for class com.facebook.buck.apple.AppleAssetCatalogDescription
 
AppleAssetCatalogDescription.Optimization - Enum in com.facebook.buck.apple
 
AppleAssetCatalogDescriptionArg - Class in com.facebook.buck.apple
Immutable implementation of AppleAssetCatalogDescription.AbstractAppleAssetCatalogDescriptionArg.
AppleAssetCatalogDescriptionArg.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleAssetCatalogDescriptionArg.
AppleBinaryDescription - Class in com.facebook.buck.apple
 
AppleBinaryDescription(CxxBinaryDescription, SwiftLibraryDescription, FlavorDomain<AppleCxxPlatform>, CodeSignIdentityStore, ProvisioningProfileStore, AppleConfig) - Constructor for class com.facebook.buck.apple.AppleBinaryDescription
 
AppleBinaryDescriptionArg - Class in com.facebook.buck.apple
Immutable implementation of AppleBinaryDescription.AbstractAppleBinaryDescriptionArg.
AppleBinaryDescriptionArg.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleBinaryDescriptionArg.
AppleBuildRules - Class in com.facebook.buck.apple
Helpers for reading properties of Apple target build rules.
AppleBuildRules.RecursiveDependenciesMode - Enum in com.facebook.buck.apple
 
AppleBundle - Class in com.facebook.buck.apple
Creates a bundle: a directory containing files and subdirectories, described by an Info.plist.
AppleBundleDescription - Class in com.facebook.buck.apple
 
AppleBundleDescription(AppleBinaryDescription, AppleLibraryDescription, FlavorDomain<CxxPlatform>, FlavorDomain<AppleCxxPlatform>, Flavor, CodeSignIdentityStore, ProvisioningProfileStore, AppleConfig) - Constructor for class com.facebook.buck.apple.AppleBundleDescription
 
AppleBundleDescriptionArg - Class in com.facebook.buck.apple
Immutable implementation of AppleBundleDescription.AbstractAppleBundleDescriptionArg.
AppleBundleDescriptionArg.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleBundleDescriptionArg.
AppleBundleDestinations - Class in com.facebook.buck.apple
Immutable implementation of AbstractAppleBundleDestinations.
AppleBundleDestinations.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleBundleDestinations.
AppleBundleExtension - Enum in com.facebook.buck.apple
Known bundle extensions that have special handling.
AppleBundleResources - Class in com.facebook.buck.apple
Resources to be bundled into a bundle.
AppleBundleResources.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleBundleResources.
AppleConfig - Class in com.facebook.buck.apple
 
AppleCoreSimulatorServiceController - Class in com.facebook.buck.apple.simulator
Launches, queries, and kills Apple's CoreSimulator and related launchd services.
AppleCoreSimulatorServiceController(ProcessExecutor) - Constructor for class com.facebook.buck.apple.simulator.AppleCoreSimulatorServiceController
 
AppleCxxPlatform - Class in com.facebook.buck.apple
Adds Apple-specific tools to CxxPlatform.
AppleCxxPlatform.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleCxxPlatform.
AppleCxxPlatforms - Class in com.facebook.buck.apple
Utility class to create Objective-C/C/C++/Objective-C++ platforms to support building iOS and Mac OS X products with Xcode.
AppleCxxPlatformsProvider - Class in com.facebook.buck.apple.toolchain
 
AppleDebugFormat - Enum in com.facebook.buck.apple
 
AppleDebuggableBinary - Class in com.facebook.buck.apple
This build rule wraps the usual build rule and should be treated as top-level binary rule for apple platform.
AppleDependenciesCache - Class in com.facebook.buck.apple
 
AppleDependenciesCache(TargetGraph) - Constructor for class com.facebook.buck.apple.AppleDependenciesCache
 
AppleDescriptions - Class in com.facebook.buck.apple
Common logic for a Description that creates Apple target rules.
AppleDeviceHelper - Class in com.facebook.buck.apple.device
 
AppleDeviceHelper(ProcessExecutor, Path) - Constructor for class com.facebook.buck.apple.device.AppleDeviceHelper
 
AppleDsym - Class in com.facebook.buck.apple
Creates dSYM bundle for the given _unstripped_ binary.
AppleDsym(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Tool, Tool, SourcePath, ImmutableSortedSet<SourcePath>, Path) - Constructor for class com.facebook.buck.apple.AppleDsym
 
AppleHeaderVisibilities - Class in com.facebook.buck.apple
Utility class with methods working with HeaderVisibility in the context of Apple rules.
AppleInfoPlistParsing - Class in com.facebook.buck.apple
Utility class to parse Info.plist from an Apple bundle.
AppleLibraryDescription - Class in com.facebook.buck.apple
 
AppleLibraryDescription(CxxLibraryDescription, SwiftLibraryDescription, FlavorDomain<AppleCxxPlatform>, Flavor, CodeSignIdentityStore, ProvisioningProfileStore, AppleConfig, SwiftBuckConfig, FlavorDomain<SwiftPlatform>) - Constructor for class com.facebook.buck.apple.AppleLibraryDescription
 
AppleLibraryDescription.Type - Enum in com.facebook.buck.apple
 
AppleLibraryDescriptionArg - Class in com.facebook.buck.apple
Immutable implementation of AppleLibraryDescription.AbstractAppleLibraryDescriptionArg.
AppleLibraryDescriptionArg.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleLibraryDescriptionArg.
AppleLibraryDescriptionSwiftEnhancer - Class in com.facebook.buck.apple
 
AppleLibraryDescriptionSwiftEnhancer() - Constructor for class com.facebook.buck.apple.AppleLibraryDescriptionSwiftEnhancer
 
AppleLibrarySwiftMetadata - Class in com.facebook.buck.apple
 
AppleLibrarySwiftMetadata(ImmutableSet<SourceWithFlags>, ImmutableSet<SourceWithFlags>) - Constructor for class com.facebook.buck.apple.AppleLibrarySwiftMetadata
 
AppleNativeTargetDescriptionArg - Interface in com.facebook.buck.apple
Arguments common to Apple targets.
ApplePackageConfig - Class in com.facebook.buck.apple
Immutable implementation of AppleConfig.AbstractApplePackageConfig.
ApplePackageConfigAndPlatformInfo - Class in com.facebook.buck.apple
Value type for tracking a package config and information about the platform.
ApplePackageDescription - Class in com.facebook.buck.apple
 
ApplePackageDescription(AppleConfig, Flavor, FlavorDomain<AppleCxxPlatform>) - Constructor for class com.facebook.buck.apple.ApplePackageDescription
 
ApplePackageDescriptionArg - Class in com.facebook.buck.apple
Immutable implementation of ApplePackageDescription.AbstractApplePackageDescriptionArg.
ApplePackageDescriptionArg.Builder - Class in com.facebook.buck.apple
Builds instances of type ApplePackageDescriptionArg.
ApplePlatform - Class in com.facebook.buck.apple
Immutable implementation of AbstractApplePlatform.
ApplePlatform.Builder - Class in com.facebook.buck.apple
Builds instances of type ApplePlatform.
ApplePlatforms - Class in com.facebook.buck.apple
 
ApplePlatformType - Enum in com.facebook.buck.apple.platform_type
 
AppleResourceDescription - Class in com.facebook.buck.apple
Description for an apple_resource rule which copies resource files to the built bundle.
AppleResourceDescription() - Constructor for class com.facebook.buck.apple.AppleResourceDescription
 
AppleResourceDescriptionArg - Class in com.facebook.buck.apple
Immutable implementation of AppleResourceDescription.AbstractAppleResourceDescriptionArg.
AppleResourceDescriptionArg.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleResourceDescriptionArg.
AppleResources - Class in com.facebook.buck.apple
 
AppleSdk - Class in com.facebook.buck.apple
Metadata about an Apple SDK.
AppleSdk.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleSdk.
AppleSdkDiscovery - Class in com.facebook.buck.apple
Utility class to discover the location of SDKs contained inside an Xcode installation.
AppleSdkPaths - Class in com.facebook.buck.apple
Paths to Apple SDK directories under an installation of Xcode.
AppleSdkPaths.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleSdkPaths.
AppleSimulator - Class in com.facebook.buck.apple.simulator
Immutable implementation of AbstractAppleSimulator.
AppleSimulator.Builder - Class in com.facebook.buck.apple.simulator
Builds instances of type AppleSimulator.
AppleSimulatorController - Class in com.facebook.buck.apple.simulator
Utility class to manage starting the iOS simulator as well as installing and running applications inside it.
AppleSimulatorController(ProcessExecutor, Path, Path) - Constructor for class com.facebook.buck.apple.simulator.AppleSimulatorController
 
AppleSimulatorController.LaunchBehavior - Enum in com.facebook.buck.apple.simulator
 
AppleSimulatorDiscovery - Class in com.facebook.buck.apple.simulator
Utilty class to discover state about Apple simulators installed on the host system.
AppleSimulatorProfile - Class in com.facebook.buck.apple.simulator
Immutable value type containing metadata about an Apple simulator.
AppleSimulatorProfile.Builder - Class in com.facebook.buck.apple.simulator
Builds instances of type AppleSimulatorProfile.
AppleSimulatorProfileParsing - Class in com.facebook.buck.apple.simulator
Utility class to parse profile.plist from an iPhone simulator platform.
AppleSimulatorState - Enum in com.facebook.buck.apple.simulator
 
AppleTest - Class in com.facebook.buck.apple
 
AppleTestDescription - Class in com.facebook.buck.apple
 
AppleTestDescription(AppleConfig, AppleLibraryDescription, FlavorDomain<CxxPlatform>, FlavorDomain<AppleCxxPlatform>, Flavor, CodeSignIdentityStore, ProvisioningProfileStore, Supplier<Optional<Path>>, Optional<Long>) - Constructor for class com.facebook.buck.apple.AppleTestDescription
 
AppleTestDescriptionArg - Class in com.facebook.buck.apple
Immutable implementation of AppleTestDescription.AbstractAppleTestDescriptionArg.
AppleTestDescriptionArg.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleTestDescriptionArg.
AppleToolchain - Class in com.facebook.buck.apple
Metadata about an Apple toolchain.
AppleToolchain.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleToolchain.
AppleToolchainDiscovery - Class in com.facebook.buck.apple
Utility class to discover the location of toolchains contained inside an Xcode installation.
AppleWrapperResourceArg - Class in com.facebook.buck.apple
A description for a resource defined by a single path.
AppleWrapperResourceArg.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleWrapperResourceArg.
apply(BuildContext) - Method in class com.facebook.buck.android.AndroidClasspathFromContextFunction
 
apply(AndroidDevice) - Method in interface com.facebook.buck.android.exopackage.AndroidDevicesHelper.AdbDeviceCallable
 
apply(String, String, String) - Method in interface com.facebook.buck.apple.clang.HeaderMap.HeaderMapVisitor
 
apply(BuildId) - Method in class com.facebook.buck.cli.BuildIdSampler
 
apply(SampleRate, BuildId) - Static method in class com.facebook.buck.cli.BuildIdSampler
 
apply(BuildTarget, BuildRuleResolver, CxxPlatform, ImmutableSet<BuildRule>, CxxDeps) - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction
 
apply(TargetNode<AndroidBinaryDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidBinaryModuleRule
 
apply(TargetNode<AndroidLibraryDescription.CoreArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidLibraryModuleRule
 
apply(TargetNode<T, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidModuleRule
 
apply(TargetNode<AndroidResourceDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidResourceModuleRule
 
apply(TargetNode<RobolectricTestDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.android.RobolectricTestModuleRule
 
apply(TargetNode<CxxLibraryDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.cxx.CxxLibraryModuleRule
 
apply(TargetNode<GroovyLibraryDescription.CoreArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.groovy.GroovyLibraryModuleRule
 
apply(TargetNode<GroovyTestDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.groovy.GroovyTestModuleRule
 
apply(TargetNode<JavaBinaryDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.java.JavaBinaryModuleRule
 
apply(TargetNode<JavaLibraryDescription.CoreArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.java.JavaLibraryModuleRule
 
apply(TargetNode<JavaTestDescription.CoreArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.java.JavaTestModuleRule
 
apply(TargetNode<KotlinLibraryDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.kotlin.KotlinLibraryModuleRule
 
apply(TargetNode<KotlinTestDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.kotlin.KotlinTestModuleRule
 
apply(TargetNode<ScalaLibraryDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.scala.ScalaLibraryModuleRule
 
apply(TargetNode<ScalaTestDescriptionArg, ?>, ModuleBuildContext) - Method in class com.facebook.buck.ide.intellij.lang.scala.ScalaTestModuleRule
 
apply(TargetNode<T, ?>, ModuleBuildContext) - Method in interface com.facebook.buck.ide.intellij.model.IjModuleRule
 
apply(BuildContext) - Method in class com.facebook.buck.jvm.java.ExtraClasspathFromContextFunction.EmptyExtraClasspathFromContextFunction
 
apply(T) - Method in interface com.facebook.buck.util.concurrent.ResourcePool.ThrowingFunction
 
apply() - Static method in class com.facebook.buck.util.network.MacIpv6BugWorkaround
 
applyDuringAggregation(AggregationContext, TargetNode<T, ?>) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
 
applyDuringAggregation(AggregationContext, TargetNode<AndroidLibraryDescription.CoreArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidLibraryModuleRule
 
applyDuringAggregation(AggregationContext, TargetNode<AndroidResourceDescriptionArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidResourceModuleRule
 
applyDuringAggregation(AggregationContext, TargetNode<JavaLibraryDescription.CoreArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.java.JavaLibraryModuleRule
 
applyDuringAggregation(AggregationContext, TargetNode<T, ?>) - Method in interface com.facebook.buck.ide.intellij.model.IjModuleRule
 
applyFilenameFormat(Map<String, Path>, Path, String) - Static method in class com.facebook.buck.android.exopackage.ExopackageUtil
 
AppModularityMetadataUtil - Class in com.facebook.buck.android
 
AppModularityMetadataUtil() - Constructor for class com.facebook.buck.android.AppModularityMetadataUtil
 
Architecture - Enum in com.facebook.buck.util.environment
Represents the CPU architecture of a system.
Archive - Class in com.facebook.buck.cxx
A BuildRule which builds an "ar" archive from input files represented as SourcePath.
ARCHIVE_MEMBER_PATH - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
ArchiveAction(String) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.ArchiveAction
 
ArchiveContents - Enum in com.facebook.buck.cxx.toolchain
How this archive packages its contents.
ArchiveDependencySupplier - Interface in com.facebook.buck.rules.keys
Supplies dependencies that are archives.
ArchiveMemberPath - Class in com.facebook.buck.io
Immutable implementation of AbstractArchiveMemberPath.
ArchiveMemberSourcePath - Class in com.facebook.buck.rules
A SourcePath that can reference a member within an archive.
ArchiveMemberSourcePath.Builder - Class in com.facebook.buck.rules
Builds instances of type ArchiveMemberSourcePath.
Archiver - Interface in com.facebook.buck.cxx.toolchain
 
ArchiverProvider - Interface in com.facebook.buck.cxx.toolchain
 
areTargetTypesEqual(Set<Class<? extends Description<?>>>) - Static method in class com.facebook.buck.ide.intellij.SupportedTargetTypeRegistry
 
Arg - Interface in com.facebook.buck.rules.args
An abstraction for modeling the arguments that contribute to a command run by a BuildRule, and also carry information for computing a rule key.
arg - Variable in class com.facebook.buck.rules.args.ProxyArg
 
ARGFILE_ESCAPER - Static variable in class com.facebook.buck.util.Escaper
Escaper for argfiles for clang and gcc.
ARGFILES_ESCAPER - Static variable in interface com.facebook.buck.jvm.java.Javac
An escaper for arguments written to @argfiles.
Args(ImmutableMap<String, String>, ImmutableList<String>, Tool, Optional<String>, Path, SourcePath, ImmutableList<Arg>, ImmutableList<CxxHeaders>) - Constructor for class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
Args(Tool, Path, List<OcamlLibrary>, List<String>) - Constructor for class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
 
Args(Tool, Path, Path) - Constructor for class com.facebook.buck.ocaml.OcamlLexStep.Args
 
Args(Function<Path, Path>, ImmutableMap<String, String>, ImmutableList<String>, Tool, Optional<String>, Path, Path, ImmutableList<Arg>) - Constructor for class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
Args(Tool, Path, Path) - Constructor for class com.facebook.buck.ocaml.OcamlYaccStep.Args
 
arrays - Variable in class com.facebook.buck.android.StringResources
 
ARTIFACT_FILE_NAME_FORMAT - Static variable in class com.facebook.buck.maven.Resolver
 
ARTIFACT_FILE_NAME_REGEX_FORMAT - Static variable in class com.facebook.buck.maven.Resolver
 
ArtifactCache - Interface in com.facebook.buck.artifact_cache
 
ArtifactCacheBuckConfig - Class in com.facebook.buck.artifact_cache
Represents configuration specific to the ArtifactCaches.
ArtifactCacheBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
ArtifactCacheBuckConfig.LoadBalancingType - Enum in com.facebook.buck.artifact_cache
 
ArtifactCacheBuckConfig.MultiFetchType - Enum in com.facebook.buck.artifact_cache
 
ArtifactCacheConnectEvent - Class in com.facebook.buck.artifact_cache
Base class for events about build rules.
ArtifactCacheConnectEvent(EventKey) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
 
ArtifactCacheConnectEvent.Finished - Class in com.facebook.buck.artifact_cache
 
ArtifactCacheConnectEvent.Started - Class in com.facebook.buck.artifact_cache
 
ArtifactCacheEntries - Class in com.facebook.buck.artifact_cache
Immutable implementation of ArtifactCacheBuckConfig.AbstractArtifactCacheEntries.
ArtifactCacheEntries.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type ArtifactCacheEntries.
ArtifactCacheEvent - Class in com.facebook.buck.artifact_cache
 
ArtifactCacheEvent(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
ArtifactCacheEvent.CacheMode - Enum in com.facebook.buck.artifact_cache
 
ArtifactCacheEvent.Finished - Class in com.facebook.buck.artifact_cache
 
ArtifactCacheEvent.InvocationType - Enum in com.facebook.buck.artifact_cache
 
ArtifactCacheEvent.Operation - Enum in com.facebook.buck.artifact_cache
 
ArtifactCacheEvent.Started - Class in com.facebook.buck.artifact_cache
 
ArtifactCacheEventFactory - Interface in com.facebook.buck.artifact_cache
 
artifactCacheEventFinished(ArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
artifactCacheEventStarted(ArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ArtifactCacheFactory - Interface in com.facebook.buck.artifact_cache
 
artifactCacheFinished(ArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
ArtifactCacheHandler - Class in com.facebook.buck.httpserver
Implements a really simple cache server on top of the local dircache.
ArtifactCacheHandler(ProjectFilesystem) - Constructor for class com.facebook.buck.httpserver.ArtifactCacheHandler
 
ArtifactCacheMode - Enum in com.facebook.buck.artifact_cache
 
ArtifactCacheMode.CacheType - Enum in com.facebook.buck.artifact_cache
 
ArtifactCaches - Class in com.facebook.buck.artifact_cache
Creates instances of the ArtifactCache.
ArtifactCaches(ArtifactCacheBuckConfig, BuckEventBus, ProjectFilesystem, Optional<String>, ListeningExecutorService, ListeningExecutorService, Optional<AsyncCloseable>) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCaches
Creates a new instance of the cache factory for use during a build.
artifactCacheStarted(ArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
ArtifactCompressionEvent - Class in com.facebook.buck.event
 
ArtifactCompressionEvent(EventKey, ArtifactCompressionEvent.Operation, ImmutableSet<RuleKey>) - Constructor for class com.facebook.buck.event.ArtifactCompressionEvent
 
ArtifactCompressionEvent.Finished - Class in com.facebook.buck.event
 
ArtifactCompressionEvent.Operation - Enum in com.facebook.buck.event
 
ArtifactCompressionEvent.Started - Class in com.facebook.buck.event
 
artifactCompressionFinished(ArtifactCompressionEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
artifactCompressionFinished(ArtifactCompressionEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
artifactCompressionStarted(ArtifactCompressionEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
artifactCompressionStarted(ArtifactCompressionEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
ArtifactConfig - Class in com.facebook.buck.maven
 
ArtifactConfig() - Constructor for class com.facebook.buck.maven.ArtifactConfig
 
ArtifactConfig.Repository - Class in com.facebook.buck.maven
 
artifactConnectFinished(ArtifactCacheConnectEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
artifactConnectStarted(ArtifactCacheConnectEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
artifactDownloadedStarted(HttpArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
artifactDownloadFinished(HttpArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
ArtifactInfo - Class in com.facebook.buck.artifact_cache
Immutable implementation of AbstractArtifactInfo.
ArtifactInfo.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type ArtifactInfo.
artifacts - Variable in class com.facebook.buck.maven.ArtifactConfig
 
artifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.CacheResult
 
asByteSource(Path) - Static method in class com.facebook.buck.io.MorePaths
 
asElement() - Method in class com.facebook.buck.jvm.java.abi.source.StandalonePackageType
 
asErrorText(String) - Method in class com.facebook.buck.util.Ansi
 
asGreenText(String) - Method in class com.facebook.buck.util.Ansi
 
asHashCode() - Method in class com.facebook.buck.util.sha1.Sha1HashCode
This method should be used sparingly as we are trying to favor Sha1HashCode over HashCode, where appropriate. Currently, the FileHashCache API is written in terms of HashCode, so conversions are common.
asHighlightedFailureText(String) - Method in class com.facebook.buck.util.Ansi
 
asHighlightedStatusText(Ansi.SeverityLevel, String) - Method in class com.facebook.buck.util.Ansi
 
asHighlightedSuccessText(String) - Method in class com.facebook.buck.util.Ansi
 
asHighlightedWarningText(String) - Method in class com.facebook.buck.util.Ansi
 
asInformationText(String) - Method in class com.facebook.buck.util.Ansi
 
ask(String) - Method in class com.facebook.buck.doctor.UserInput
 
asMap() - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
 
asMap() - Method in class com.facebook.buck.util.FileSystemMap
Returns a copy of the leaves stored in the trie as a map.
asNoWrap(Iterable<String>) - Method in class com.facebook.buck.util.Ansi
 
asRedText(String) - Method in class com.facebook.buck.util.Ansi
 
AssembleDirectories - Class in com.facebook.buck.android
 
AssembleDirectories(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, ImmutableCollection<SourcePath>) - Constructor for class com.facebook.buck.android.AssembleDirectories
 
AssertScopeExclusiveAccess - Class in com.facebook.buck.util.concurrent
Makes it simple to assert that access to a piece of code should be done from one thread at a time in a non-reentrant manner.
AssertScopeExclusiveAccess() - Constructor for class com.facebook.buck.util.concurrent.AssertScopeExclusiveAccess
 
AssertScopeExclusiveAccess.Scope - Interface in com.facebook.buck.util.concurrent
 
assetCatalogValidation() - Method in class com.facebook.buck.apple.AppleConfig
 
ASSETS_SYMLINK_TREE_FLAVOR - Static variable in class com.facebook.buck.android.AndroidResourceDescription
 
asSubtleText(String) - Method in class com.facebook.buck.util.Ansi
 
asSuccessText(String) - Method in class com.facebook.buck.util.Ansi
 
asWarningText(String) - Method in class com.facebook.buck.util.Ansi
 
AsyncCloseable - Class in com.facebook.buck.util
Allows for conveniently expressing that a resource should be closed asynchronously.
AsyncCloseable(ExecutorService) - Constructor for class com.facebook.buck.util.AsyncCloseable
 
AsyncCounterRegistrationEvent(ImmutableCollection<Counter>) - Constructor for class com.facebook.buck.counters.CounterRegistry.AsyncCounterRegistrationEvent
 
AsynchronousDirectoryContentsCleaner - Class in com.facebook.buck.io
Asynchronously cleans the contents of a directory.
AsynchronousDirectoryContentsCleaner() - Constructor for class com.facebook.buck.io.AsynchronousDirectoryContentsCleaner
 
AttrFilterFunction - Class in com.facebook.buck.query
A attrfilter(attribute, value, argument) filter expression, which computes the subset of nodes in 'argument' whose 'attribute' contains the given value.
AttrFilterFunction() - Constructor for class com.facebook.buck.query.AttrFilterFunction
 
ATTRIBUTE_DATA_OFFSET - Static variable in class com.facebook.buck.android.resources.ResTableType
 
ATTRIBUTE_NAME_REF_OFFSET - Static variable in class com.facebook.buck.android.resources.ResTableType
 
ATTRIBUTE_SIZE - Static variable in class com.facebook.buck.android.resources.ResourcesXml
 
ATTRIBUTE_SIZE_OFFSET - Static variable in class com.facebook.buck.android.resources.ResTableType
 
ATTRIBUTE_TYPE_OFFSET - Static variable in class com.facebook.buck.android.resources.ResTableType
 
AuditAliasCommand - Class in com.facebook.buck.cli
 
AuditAliasCommand() - Constructor for class com.facebook.buck.cli.AuditAliasCommand
 
AuditCellCommand - Class in com.facebook.buck.cli
 
AuditCellCommand() - Constructor for class com.facebook.buck.cli.AuditCellCommand
 
AuditClasspathCommand - Class in com.facebook.buck.cli
 
AuditClasspathCommand() - Constructor for class com.facebook.buck.cli.AuditClasspathCommand
 
AuditCommand - Class in com.facebook.buck.cli
 
AuditCommand() - Constructor for class com.facebook.buck.cli.AuditCommand
 
AuditConfigCommand - Class in com.facebook.buck.cli
 
AuditConfigCommand() - Constructor for class com.facebook.buck.cli.AuditConfigCommand
 
AuditDependenciesCommand - Class in com.facebook.buck.cli
 
AuditDependenciesCommand() - Constructor for class com.facebook.buck.cli.AuditDependenciesCommand
 
AuditFlavorsCommand - Class in com.facebook.buck.cli
List flavor domains for build targets.
AuditFlavorsCommand() - Constructor for class com.facebook.buck.cli.AuditFlavorsCommand
 
AuditInputCommand - Class in com.facebook.buck.cli
 
AuditInputCommand() - Constructor for class com.facebook.buck.cli.AuditInputCommand
 
AuditOwnerCommand - Class in com.facebook.buck.cli
 
AuditOwnerCommand() - Constructor for class com.facebook.buck.cli.AuditOwnerCommand
 
AuditRulesCommand - Class in com.facebook.buck.cli
Evaluates a build file and prints out an equivalent build file with all includes/macros expanded.
AuditRulesCommand() - Constructor for class com.facebook.buck.cli.AuditRulesCommand
 
AuditTestsCommand - Class in com.facebook.buck.cli
 
AuditTestsCommand() - Constructor for class com.facebook.buck.cli.AuditTestsCommand
 
AuthAwareDownloader - Interface in com.facebook.buck.file
Downloads bytes using an optional authentication.
AUTO - Static variable in class com.facebook.buck.ide.intellij.aggregation.AggregationMode
 
AutoCloseableLock - Class in com.facebook.buck.util.concurrent
 
AutoCloseableReadWriteUpdateLock - Class in com.facebook.buck.util.concurrent
 
AutoCloseableReadWriteUpdateLock() - Constructor for class com.facebook.buck.util.concurrent.AutoCloseableReadWriteUpdateLock
 
autogenerateSources() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
 
AutoSparseConfig - Class in com.facebook.buck.util.autosparse
Immutable implementation of AbstractAutoSparseConfig.
AutoSparseConfig.Builder - Class in com.facebook.buck.util.autosparse
Builds instances of type AutoSparseConfig.
AutoSparseProjectFilesystemDelegate - Class in com.facebook.buck.util.autosparse
Virtual project filesystem that answers questions about files via the source control manifest.
AutoSparseProjectFilesystemDelegate(AutoSparseState, Path) - Constructor for class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
autosparseRefreshFinished(AutoSparseStateEvents.SparseRefreshFinished) - Method in class com.facebook.buck.event.listener.PerfTimesEventListener
 
autosparseRefreshStarted(AutoSparseStateEvents.SparseRefreshStarted) - Method in class com.facebook.buck.event.listener.PerfTimesEventListener
 
autosparseSparseRefreshFailed(AutoSparseStateEvents.SparseRefreshFailed) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
autosparseSparseRefreshFinished(AutoSparseStateEvents.SparseRefreshFinished) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
autosparseSparseRefreshStarted(AutoSparseStateEvents.SparseRefreshStarted) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
autoSparseState - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
AutoSparseState - Interface in com.facebook.buck.util.autosparse
Track the state of a source control working copy, including what files could potentially be part of a full checkout, and control the working copy sparse profile (what part of the full set of files under source control are actually physically present on disk).
AutoSparseStateEvents - Class in com.facebook.buck.util.autosparse
Events posted to mark AutoSparse progress.
AutoSparseStateEvents.SparseRefreshFailed - Class in com.facebook.buck.util.autosparse
Event posted when the sparse profile refresh fails
AutoSparseStateEvents.SparseRefreshFinished - Class in com.facebook.buck.util.autosparse
Event posted immediately after refreshing the sparse profile
AutoSparseStateEvents.SparseRefreshStarted - Class in com.facebook.buck.util.autosparse
Event posted immediately before refreshing the sparse profile
autoSparseStateRefreshFailed(AutoSparseStateEvents.SparseRefreshFailed) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
autoSparseStateSparseRefreshFinished(AutoSparseStateEvents.SparseRefreshFinished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
autoSparseStateSparseRefreshFinished(AutoSparseStateEvents.SparseRefreshFinished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
autoSparseStateSparseRefreshStarted(AutoSparseStateEvents.SparseRefreshStarted) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
AutoStartInstance(Consumer<String>, Duration) - Constructor for class com.facebook.buck.cli.HangMonitor.AutoStartInstance
 
awaitTermination(long, TimeUnit) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 

B

BaseIjModuleRule<T extends CommonDescriptionArg> - Class in com.facebook.buck.ide.intellij
 
BaseIjModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.BaseIjModuleRule
 
BaseRunner - Class in com.facebook.buck.testrunner
Base class for both the JUnit and TestNG runners.
BaseRunner() - Constructor for class com.facebook.buck.testrunner.BaseRunner
 
bash - Variable in class com.facebook.buck.shell.Genrule
 
BASH_ESCAPER - Static variable in class com.facebook.buck.util.Escaper
Bash quoting Function which can be passed to Iterables.transform().
BashStep - Class in com.facebook.buck.shell
Command that makes it possible to run an arbitrary command in Bash.
BashStep(Path, String...) - Constructor for class com.facebook.buck.shell.BashStep
 
BatchEntry(String) - Constructor for class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
 
BatchingLogger - Interface in com.facebook.buck.util.network
Implemented by classes providing the functionality to upload log data in batches.
begin(String) - Method in class com.facebook.buck.event.api.BuckTracing
Records the beginning of a traced section.
begin(String, Map<String, String>) - Method in class com.facebook.buck.event.api.BuckTracing
Records the beginning of a traced section.
begin(String, String, Map<String, String>) - Method in interface com.facebook.buck.event.api.BuckTracingInterface
 
begin(String, String, Map<String, String>) - Method in class com.facebook.buck.event.BuckTracingEventBusBridge
 
begin(String, String, Map<String, String>) - Method in class com.facebook.buck.jvm.java.Jsr199TracingBridge
 
beginAnalyze() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
beginAnalyze() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
beginAnalyze() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
beginAnnotationProcessing() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
beginAnnotationProcessingRound(int) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
beginAnnotationProcessingRound() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
beginAnnotationProcessingRound() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
beginEnter() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
beginEnter() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
beginEnter() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
beginGenerate(String, String) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
beginGenerate(String, String) - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
beginGenerate(String, String) - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
BeginningBuildRuleEvent(EventKey, BuildRule, BuildRuleDurationTracker) - Constructor for class com.facebook.buck.rules.BuildRuleEvent.BeginningBuildRuleEvent
 
beginParse(String) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
beginParse(String) - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
beginParse(String) - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
beginRunAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
BestCompressionGZIPOutputStream - Class in com.facebook.buck.util
 
BestCompressionGZIPOutputStream(OutputStream, boolean) - Constructor for class com.facebook.buck.util.BestCompressionGZIPOutputStream
 
BgProcessKiller - Class in com.facebook.buck.util
Safely kill background processes on nailgun client exit.
BINARY_FLAVOR - Static variable in class com.facebook.buck.d.DBinaryDescription
 
BINARY_SECRET_KEY_SIZE - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
Size in bytes of the binary data use to generate the secret key for receive-file.
BINARY_TYPE - Static variable in class com.facebook.buck.rust.RustBinaryDescription
 
BinaryBuildRule - Interface in com.facebook.buck.rules
Build rules that can be executed on the command line.
BinaryBuildRuleToolProvider - Class in com.facebook.buck.rules
A ToolProvider which provides the Tool object of the BinaryBuildRule references by a given BuildTarget.
BinaryBuildRuleToolProvider(BuildTarget, String) - Constructor for class com.facebook.buck.rules.BinaryBuildRuleToolProvider
 
BinaryOperatorExpression - Class in com.facebook.buck.query
A binary algebraic set operation.
BinaryOperatorExpression.Builder - Class in com.facebook.buck.query
Builds instances of type BinaryOperatorExpression.
BinaryWrapperRule - Class in com.facebook.buck.rules
A no-op stub class for binary rules which delegate to another rule to provide the output path and executable tool.
BinaryWrapperRule(BuildTarget, ProjectFilesystem, BuildRuleParams) - Constructor for class com.facebook.buck.rules.BinaryWrapperRule
 
bind(Optional<? extends T>, Function<? super T, Optional<U>>) - Static method in class com.facebook.buck.util.Optionals
 
BlockingHttpEndpoint - Class in com.facebook.buck.util.network
HttpEndpoint implementation which only allows a certain number of concurrent requests to be in flight at any given point in time.
BlockingHttpEndpoint(String, int, int) - Constructor for class com.facebook.buck.util.network.BlockingHttpEndpoint
 
blueprintName - Variable in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
 
body - Variable in class com.facebook.buck.cxx.toolchain.DebugSection
The buffer holding the contents of the debug section.
body - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSection
 
bootstrapPathMapping(Path, Config) - Static method in class com.facebook.buck.rules.DefaultCellPathResolver
 
BorrowablePath - Class in com.facebook.buck.io
Instance holds a path and instruction on how you can treat the contents referred by the path.
borrowablePath(Path) - Static method in class com.facebook.buck.io.BorrowablePath
 
BorrowablePath.Behaviour - Enum in com.facebook.buck.io
 
borrowWorkerProcess() - Method in class com.facebook.buck.worker.WorkerProcessPool
If there are available workers, returns one.
BringToFrontMapper - Class in com.facebook.buck.android.resources
BringToFrontMapper supports "bring-to-front" reassignment of reference ids.
BringToFrontMapper(int, int[][], int[][]) - Constructor for class com.facebook.buck.android.resources.BringToFrontMapper
 
broadcast(BroadcastEvent) - Method in class com.facebook.buck.event.listener.BroadcastEventListener
 
BroadcastEvent - Interface in com.facebook.buck.event
BroadcastEvents represents events that are being broadcasted by BroadcastEventListener to multiple event buses.
BroadcastEventBusClosable(BroadcastEventListener, BuckEventBus) - Constructor for class com.facebook.buck.event.listener.BroadcastEventListener.BroadcastEventBusClosable
 
BroadcastEventListener - Class in com.facebook.buck.event.listener
 
BroadcastEventListener() - Constructor for class com.facebook.buck.event.listener.BroadcastEventListener
 
BroadcastEventListener.BroadcastEventBusClosable - Class in com.facebook.buck.event.listener
 
BsdArchiver - Class in com.facebook.buck.cxx.toolchain
 
BsdArchiver(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.BsdArchiver
 
BSER_ARRAY - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_FALSE - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_INT16 - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_INT32 - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_INT64 - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_INT8 - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_NULL - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_OBJECT - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_REAL - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_SKIP - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_STRING - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_TEMPLATE - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_TRUE - Static variable in class com.facebook.buck.bser.BserConstants
 
BserConstants - Class in com.facebook.buck.bser
 
BserDeserializer - Class in com.facebook.buck.bser
Decoder for the BSER binary JSON format used by the Watchman service:
BserDeserializer(BserDeserializer.KeyOrdering) - Constructor for class com.facebook.buck.bser.BserDeserializer
If keyOrdering is SORTED, any Map objects in the resulting value will have their keys sorted in natural order.
BserDeserializer.BserEofException - Exception in com.facebook.buck.bser
Exception thrown when BSER parser unexpectedly reaches the end of the input stream.
BserDeserializer.KeyOrdering - Enum in com.facebook.buck.bser
 
BserEofException(String) - Constructor for exception com.facebook.buck.bser.BserDeserializer.BserEofException
 
BserEofException(String, Throwable) - Constructor for exception com.facebook.buck.bser.BserDeserializer.BserEofException
 
BserSerializer - Class in com.facebook.buck.bser
Encoder for the BSER binary JSON format used by the Watchman service:
BserSerializer() - Constructor for class com.facebook.buck.bser.BserSerializer
 
BUCK_CONFIG_STRING_TEMPLATE_FILE_PROPERTY - Static variable in class com.facebook.buck.log.LogConfigPaths
System property holding the path to the logging.properties.st file in the Buck repo.
BUCK_LOG_FILE_NAME - Static variable in class com.facebook.buck.util.BuckConstant
 
BUCK_MACHINE_LOG_FILE_NAME - Static variable in class com.facebook.buck.util.BuckConstant
 
BUCK_PY_FUNCTION_TEMPLATE - Static variable in class com.facebook.buck.rules.BuckPyFunction
 
BuckArgsMethods - Class in com.facebook.buck.util
Utility class for methods related to args handling.
BuckBlockJUnit4ClassRunner - Class in com.facebook.buck.testrunner
JUnit-4-compatible test class runner that supports the concept of a "default timeout." If the value of defaultTestTimeoutMillis passed to the constructor is non-zero, then it will be used in place of Test.timeout() if Test.timeout() returns zero.
BuckBlockJUnit4ClassRunner(Class<?>, long) - Constructor for class com.facebook.buck.testrunner.BuckBlockJUnit4ClassRunner
 
BuckBuildRunner - Interface in com.facebook.buck.ide.intellij
 
buckClientError() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
buckClientErrorMessage() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
BuckCommand - Class in com.facebook.buck.cli
 
BuckCommand() - Constructor for class com.facebook.buck.cli.BuckCommand
 
BuckConfig - Class in com.facebook.buck.cli
Structured representation of data read from a .buckconfig file.
BuckConfig(Config, ProjectFilesystem, Architecture, Platform, ImmutableMap<String, String>, CellPathResolver) - Constructor for class com.facebook.buck.cli.BuckConfig
 
BuckConstant - Class in com.facebook.buck.util
 
BuckEvent - Interface in com.facebook.buck.event
 
BuckEventAndroidLogger - Class in com.facebook.buck.android
Implementation of ILogger which posts to an BuckEventBus
BuckEventAndroidLogger(BuckEventBus) - Constructor for class com.facebook.buck.android.BuckEventAndroidLogger
 
BuckEventBus - Interface in com.facebook.buck.event
Thin wrapper around guava event bus.
BuckEventExternalInterface - Interface in com.facebook.buck.event.external.events
Describes a generic buck event.
BuckEventListener - Interface in com.facebook.buck.event
 
BuckEventOrderer<T extends BuckEvent> - Class in com.facebook.buck.event.listener
Orders BuckEvents by the BuckEvent.getNanoTime() value.
BuckEventOrderer(Consumer<T>, long, TimeUnit) - Constructor for class com.facebook.buck.event.listener.BuckEventOrderer
 
buckFilesParsingEvents - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
BuckInitializationDurationEvent - Class in com.facebook.buck.event
Event that contains the duration of time Buck took to perform initializations before command is about to be executed, starting from call to main().
BuckInitializationDurationEvent(long) - Constructor for class com.facebook.buck.event.BuckInitializationDurationEvent
 
BuckIsDyingException - Exception in com.facebook.buck.util
Indicates that something could not be done because Buck was dying.
BuckIsDyingException(String) - Constructor for exception com.facebook.buck.util.BuckIsDyingException
 
BuckJavacPlugin - Interface in com.facebook.buck.jvm.java.plugin.adapter
Analogue to javac 8's Plugin class for use within Buck, even on older versions of javac.
BuckJavacTask - Class in com.facebook.buck.jvm.java.plugin.adapter
Extends JavacTask with functionality that is useful for Buck: Exposes the enter method from JavacTaskImpl Pre-javac-8 support for addTaskListener/removeTaskListener
BuckJavacTask(JavacTask) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
 
BuckJavacTaskListener - Interface in com.facebook.buck.jvm.java.plugin.api
Listens to events coming from the Java compiler.
BuckJavacTaskListenerProxy - Class in com.facebook.buck.jvm.java.plugin.adapter
Implements TaskListener by proxying calls to an inner BuckJavacTaskListener.
BuckJavacTaskListenerProxy(BuckJavacTaskListener) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskListenerProxy
 
BuckJavacTaskProxy - Interface in com.facebook.buck.jvm.java.plugin.api
JavacTask is included with the compiler and is thus not directly accessible from within Buck's class loader.
BuckJavacTaskProxyImpl - Class in com.facebook.buck.jvm.java.plugin.adapter
 
BuckJavacTaskProxyImpl(JavaCompiler.CompilationTask) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
BuckJavacTaskProxyImpl(BuckJavacTask) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
BuckPaths - Class in com.facebook.buck.io
Immutable implementation of AbstractBuckPaths.
BuckPaths.Builder - Class in com.facebook.buck.io
Builds instances of type BuckPaths.
BuckPyFunction - Class in com.facebook.buck.rules
Used to generate a function for use within buck.py for the rule described by a Description.
BuckPyFunction(TypeCoercerFactory, CoercedTypeCache) - Constructor for class com.facebook.buck.rules.BuckPyFunction
 
BuckQueryEnvironment - Class in com.facebook.buck.cli
The environment of a Buck query that can evaluate queries to produce a result.
buckRepoRoot - Variable in class com.facebook.buck.maven.ArtifactConfig
 
BuckStyleImmutable - Annotation Type in com.facebook.buck.util.immutables
Style for code-generated Immutables.org immutable value types which: Does not add the Immutable prefix on generated classes Strips off the Abstract name prefix when processing the parent interface or abstract class Supports isFoo() / getFoo() getters in the parent interface or abstract class Supports setFoo() setters in the parent interface or abstract class Ensures the generated class is public (even if the parent interface or abstract class is package private)
BuckStylePackageVisibleImmutable - Annotation Type in com.facebook.buck.util.immutables
Style for code-generated Immutables.org immutable value types which: Does not add the Immutable prefix on generated classes Strips off the Abstract name prefix when processing the parent interface or abstract class Supports isFoo() / getFoo() getters in the parent interface or abstract class Supports setFoo() setters in the parent interface or abstract class Ensures the generated class is package private (even if the parent interface or abstract class is package private)
BuckStylePackageVisibleTuple - Annotation Type in com.facebook.buck.util.immutables
Tuple-style objects conforming to BuckStyleImmutable naming style.
BuckStyleStep - Annotation Type in com.facebook.buck.util.immutables
Immutables conforming to BuckStyleImmutable naming style.
BuckStyleTuple - Annotation Type in com.facebook.buck.util.immutables
Tuple-style objects conforming to BuckStyleImmutable naming style.
BuckTracing - Class in com.facebook.buck.event.api
Allows annotation processors and other compiler plug-ins to output tracing information to Buck's trace files (when being run in-process in Buck).
BuckTracing.TraceSection - Class in com.facebook.buck.event.api
An AutoCloseable that can be used in a try-with-resources block to ensure a trace section is ended properly when exited.
BuckTracingEventBusBridge - Class in com.facebook.buck.event
Bridges the BuckTracing API (in the system ClassLoader) with BuckEventBus.
BuckTracingEventBusBridge(BuckEventBus, BuildTarget) - Constructor for class com.facebook.buck.event.BuckTracingEventBusBridge
 
BuckTracingInterface - Interface in com.facebook.buck.event.api
Used by Buck to supply an implementation for BuckTracing.
BuckVersion - Class in com.facebook.buck.model
 
BuckVersionUtil - Class in com.facebook.buck.distributed
 
BuckXmlTestRunListener - Class in com.facebook.buck.testrunner
 
BuckXmlTestRunListener() - Constructor for class com.facebook.buck.testrunner.BuckXmlTestRunListener
 
BUFFER_CAPACITY - Static variable in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
The capacity of each I/O buffer, in bytes.
build() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry.Builder
build() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
build() - Method in class com.facebook.buck.android.AaptOutputInfo.Builder
Builds a new AaptOutputInfo.
build() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
build() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
build() - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult.Builder
build() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
build() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
build() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
build() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
build() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
build() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
build() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
build() - Method in class com.facebook.buck.android.AndroidLibrary.Builder.BuilderHelper
 
build() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.android.AndroidLinkableMetadata.Builder
build() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
build() - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
build() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
build() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
build() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
build() - Method in class com.facebook.buck.android.ApkInfo.Builder
Builds a new ApkInfo.
build() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.Builder
Builds a new ExopackageInfo.
build() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo.Builder
Builds a new DexInfo.
build() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo.Builder
Builds a new NativeLibsInfo.
build() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo.Builder
Builds a new ResourcesInfo.
build() - Method in class com.facebook.buck.android.FilterResourcesSteps.Builder
 
build() - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Builds a new GenAidlDescriptionArg.
build() - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
build() - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
build() - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler.Builder
build() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
build() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
build() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Builds a new ResourceDetails.
build() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
 
build() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
Builds a new RedexOptions.
build() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
build() - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
build() - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform.Builder
Builds a new NdkCxxPlatform.
build() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
build() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
build() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
build() - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
build() - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Builds a new AppleBundleResources.
build() - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Builds a new AppleCxxPlatform.
build() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
build() - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Builds a new ApplePlatform.
build() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
build() - Method in class com.facebook.buck.apple.AppleSdk.Builder
Builds a new AppleSdk.
build() - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Builds a new AppleSdkPaths.
build() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
build() - Method in class com.facebook.buck.apple.AppleToolchain.Builder
Builds a new AppleToolchain.
build() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
build() - Method in class com.facebook.buck.apple.clang.HeaderMap.Builder
 
build() - Method in class com.facebook.buck.apple.CodeSignIdentity.Builder
Builds a new CodeSignIdentity.
build() - Method in class com.facebook.buck.apple.GroupedSource.Builder
Builds a new GroupedSource.
build() - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Builds a new MultiarchFileInfo.
build() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
build() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
build() - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
Builds a new AppleSimulator.
build() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Builds a new AppleSimulatorProfile.
build() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
build() - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType.Builder
Builds a new ProductType.
build() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
build() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
build() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
Builds a new ArtifactCacheEntries.
build() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Builds a new ArtifactInfo.
build() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Builds a new CacheCountersSummary.
build() - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Builds a new CacheResult.
build() - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
Builds a new DirCacheEntry.
build() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
build() - Method in class com.facebook.buck.artifact_cache.FetchResult.Builder
Builds a new FetchResult.
build() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
 
build() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
build() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
build() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Builds a new HttpCacheEntry.
build() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
build() - Method in class com.facebook.buck.artifact_cache.MultiFetchResult.Builder
Builds a new MultiFetchResult.
build() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Builds a new NetworkCacheArgs.
build() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult.Builder
Builds a new RuleKeyCacheResult.
build() - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry.Builder
Builds a new SQLiteCacheEntry.
build() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
build() - Method in class com.facebook.buck.artifact_cache.StoreResult.Builder
Builds a new StoreResult.
build() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult.Builder
Builds a new StoreWriteResult.
build() - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Builds a new CommandRunnerParams.
build() - Method in class com.facebook.buck.cli.ConfigValue.Builder
Builds a new ConfigValue.
build() - Method in class com.facebook.buck.cli.InstallResult.Builder
Builds a new InstallResult.
build() - Method in class com.facebook.buck.cli.ShowOptions.Builder
Builds a new ShowOptions.
build() - Method in class com.facebook.buck.cli.TestRun.Builder
Builds a new TestRun.
Build - Class in com.facebook.buck.command
 
Build(BuildRuleResolver, Cell, BuildEngine, ArtifactCache, JavaPackageFinder, Clock, ExecutionContext) - Constructor for class com.facebook.buck.command.Build
 
build() - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Builds a new BuildExecutionResult.
build() - Method in class com.facebook.buck.counters.CounterInfo.Builder
Builds a new CounterInfo.
build() - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Builds a new CounterSnapshot.
build() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
build() - Method in class com.facebook.buck.cxx.CxxBridgingHeaders.Builder
Builds a new CxxBridgingHeaders.
build() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
build() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
build() - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
Builds a new CxxHeadersDir.
build() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
build() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Builds a new CxxPreprocessorInput.
build() - Method in class com.facebook.buck.cxx.CxxSource.Builder
Builds a new CxxSource.
build() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Builds a new CxxSourceRuleFactory.
build() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Builds a new CxxSymlinkTreeHeaders.
build() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Builds a new CxxTestDescriptionArg.
build() - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths.Builder
build() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Builds a new ExplicitCxxToolFlags.
build() - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
Builds a new FrameworkDependencies.
build() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
build() - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Builds a new OmnibusLibraries.
build() - Method in class com.facebook.buck.cxx.OmnibusLibrary.Builder
Builds a new OmnibusLibrary.
build() - Method in class com.facebook.buck.cxx.OmnibusRoot.Builder
Builds a new OmnibusRoot.
build() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
build() - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Builds a new PreprocessorFlags.
build(CxxToolProvider.Type, Tool) - Method in class com.facebook.buck.cxx.toolchain.CompilerProvider
 
build() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Builds a new CxxPlatform.
build(Flavor, Platform, CxxBuckConfig, CompilerProvider, PreprocessorProvider, CompilerProvider, CompilerProvider, PreprocessorProvider, PreprocessorProvider, LinkerProvider, Iterable<String>, Tool, ArchiverProvider, ToolProvider, SymbolNameTool, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, String, String, String, String, DebugPathSanitizer, DebugPathSanitizer, ImmutableMap<String, String>, Optional<String>, HeaderVerification) - Static method in class com.facebook.buck.cxx.toolchain.CxxPlatforms
 
build(CxxToolProvider.Type, Tool) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProvider
 
build() - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams.Builder
Builds a new CxxToolProviderParams.
build(Platform, CxxBuckConfig) - Static method in class com.facebook.buck.cxx.toolchain.DefaultCxxPlatforms
 
build() - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification.Builder
Builds a new HeaderVerification.
build() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
Builds a new NativeLinkableInput.
build() - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader.Builder
Builds a new MachoHeader.
build(CxxToolProvider.Type, Tool) - Method in class com.facebook.buck.cxx.toolchain.PreprocessorProvider
 
build() - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Builds a new DBinaryDescriptionArg.
build() - Method in class com.facebook.buck.d.DIncludes.Builder
Builds a new DIncludes.
build() - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Builds a new DTestDescriptionArg.
build() - Method in class com.facebook.buck.distributed.AnalysisResults.Builder
Builds a new AnalysisResults.
build() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
build() - Method in class com.facebook.buck.distributed.BuildRuleStats.Builder
Builds a new BuildRuleStats.
build() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult.Builder
build() - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Builds a new DistBuildClientStats.
build() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Builds a new DistBuildExecutorArgs.
build() - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Builds a new DistBuildStatus.
build() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
build() - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Builds a new BuildLogEntry.
build() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Builds a new DoctorEndpointRequest.
build() - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
build() - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse.Builder
Builds a new DoctorJsonResponse.
build() - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
Builds a new DoctorSuggestion.
build() - Method in class com.facebook.buck.doctor.config.UserLocalConfiguration.Builder
build() - Method in class com.facebook.buck.doctor.DefectReport.Builder
Builds a new DefectReport.
build() - Method in class com.facebook.buck.doctor.DefectSubmitResult.Builder
Builds a new DefectSubmitResult.
build() - Method in class com.facebook.buck.doctor.ExtraInfoResult.Builder
Builds a new ExtraInfoResult.
build() - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport.Builder
build() - Method in class com.facebook.buck.doctor.UserReport.Builder
Builds a new UserReport.
build() - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.event.EventKey.Builder
Builds a new EventKey.
build() - Method in class com.facebook.buck.event.listener.EventPair.Builder
Builds a new EventPair.
build() - Method in class com.facebook.buck.event.listener.ProxyBuckEvent.Builder
Builds a new ProxyBuckEvent.
build() - Method in class com.facebook.buck.event.listener.RunIdStreamPair.Builder
Builds a new RunIdStreamPair.
build() - Method in class com.facebook.buck.event.PerfEventId.Builder
Builds a new PerfEventId.
build() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
build() - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
build() - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.go.GoLinkable.Builder
Builds a new GoLinkable.
build() - Method in class com.facebook.buck.go.GoPlatform.Builder
Builds a new GoPlatform.
build() - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Builds a new GoTestDescriptionArg.
build() - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
build() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
build() - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Builds a new HaskellCompileInput.
build() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
build() - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
build() - Method in class com.facebook.buck.haskell.HaskellHaddockInput.Builder
Builds a new HaskellHaddockInput.
build() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Builds a new HaskellPackage.
build() - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Builds a new HaskellPlatform.
build() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.haskell.HaskellSources.Builder
Builds a new HaskellSources.
build() - Method in class com.facebook.buck.haskell.HaskellVersion.Builder
Builds a new HaskellVersion.
build() - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
Builds a new AggregationModule.
build() - Method in class com.facebook.buck.ide.intellij.DependencyEntry.Builder
Builds a new DependencyEntry.
build() - Method in class com.facebook.buck.ide.intellij.DependencyEntryData.Builder
Builds a new DependencyEntryData.
build() - Method in class com.facebook.buck.ide.intellij.IjDependencyListBuilder
 
build() - Method in class com.facebook.buck.ide.intellij.model.ContentRoot.Builder
Builds a new ContentRoot.
build() - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
Builds a new IjSourceFolder.
build() - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Builds a new IjLibrary.
build() - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Builds a new IjModule.
build() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Builds a new IjModuleAndroidFacet.
build() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Builds a new IjProjectConfig.
build() - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry.Builder
Builds a new ModuleIndexEntry.
build() - Method in class com.facebook.buck.io.BuckPaths.Builder
Builds a new BuckPaths.
build(ImmutableSet<Path>, ImmutableMap<String, String>, Console, Clock, Optional<Long>) - Static method in class com.facebook.buck.io.Watchman
 
build() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
build() - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Builds a new ReactNativeLibraryArg.
build() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
build() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
build() - Method in class com.facebook.buck.jvm.java.CompilerParameters.Builder
Builds a new CompilerParameters.
build() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
build() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
build() - Method in class com.facebook.buck.jvm.java.JarParameters.Builder
Builds a new JarParameters.
build() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
build() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
build() - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Builds a new JavacOptions.
build() - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
build() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Builds a new JavacPluginProperties.
build() - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
Builds a new JavacSpec.
build() - Method in class com.facebook.buck.jvm.java.JavacVersion.Builder
Builds a new JavacVersion.
build() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
build() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Builds a new JUnitJvmArgs.
build() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
build() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
build() - Method in class com.facebook.buck.jvm.java.ResourcesParameters.Builder
Builds a new ResourcesParameters.
build() - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion.Builder
Builds a new KotlincVersion.
build() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
build() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
build() - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Builds a new ErrorLogRecord.
build() - Method in class com.facebook.buck.log.InvocationInfo.Builder
Builds a new InvocationInfo.
build() - Method in class com.facebook.buck.log.LogConfigSetup.Builder
Builds a new LogConfigSetup.
build() - Method in class com.facebook.buck.log.PerfTimesStats.Builder
Builds a new PerfTimesStats.
build() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
build() - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
build() - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Builds a new LuaPlatform.
build() - Method in interface com.facebook.buck.lua.Starter
 
build() - Method in class com.facebook.buck.model.InternalFlavor.Builder
Builds a new InternalFlavor.
build() - Method in class com.facebook.buck.model.macros.MacroMatchResult.Builder
Builds a new MacroMatchResult.
build() - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Builds a new UnflavoredBuildTarget.
build() - Method in class com.facebook.buck.model.UserFlavor.Builder
Builds a new UserFlavor.
build() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
build() - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Builds a new OcamlBuildContext.
build() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
build() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
build() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
build() - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
build() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.python.PythonPlatform.Builder
Builds a new PythonPlatform.
build() - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
build() - Method in class com.facebook.buck.python.PythonVersion.Builder
Builds a new PythonVersion.
build() - Method in class com.facebook.buck.query.BinaryOperatorExpression.Builder
build() - Method in class com.facebook.buck.query.FunctionExpression.Builder
Builds a new FunctionExpression.
build() - Method in class com.facebook.buck.query.QueryBuildTarget.Builder
Builds a new QueryBuildTarget.
build() - Method in class com.facebook.buck.query.QueryFileTarget.Builder
Builds a new QueryFileTarget.
build() - Method in class com.facebook.buck.query.SetExpression.Builder
Builds a new SetExpression.
build() - Method in class com.facebook.buck.query.TargetLiteral.Builder
Builds a new TargetLiteral.
build() - Method in class com.facebook.buck.query.TargetSetExpression.Builder
Builds a new TargetSetExpression.
build() - Method in class com.facebook.buck.rules.ActionGraphAndResolver.Builder
build() - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath.Builder
build() - Method in class com.facebook.buck.rules.BuildContext.Builder
Builds a new BuildContext.
build(BuildEngineBuildContext, ExecutionContext, BuildRule) - Method in interface com.facebook.buck.rules.BuildEngine
Build the given build rule and return a future to the build rule success.
build() - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
build() - Method in class com.facebook.buck.rules.BuildEngineResult.Builder
Builds a new BuildEngineResult.
build() - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Builds a new BuildRuleKeys.
build() - Method in class com.facebook.buck.rules.BuildRuleType.Builder
Builds a new BuildRuleType.
build(BuildEngineBuildContext, ExecutionContext, BuildRule) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
build() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
Builds a new BuildConfigFields.
build() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
Builds a new Field.
build() - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
Builds a new FrameworkPath.
build() - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Builds a new ManifestEntries.
build() - Method in class com.facebook.buck.rules.coercer.OcamlSource.Builder
Builds a new OcamlSource.
build() - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection.Builder
 
build() - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
Builds a new SourceList.
build() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
Builds a new SourceWithFlagsList.
build() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection.Builder
 
build() - Method in class com.facebook.buck.rules.CommandTool.Builder
 
build() - Method in class com.facebook.buck.rules.DistBuildCellParams.Builder
Builds a new DistBuildCellParams.
build() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
build() - Method in class com.facebook.buck.rules.keys.AbstractRuleKeyBuilder
 
build(Function<RULE_KEY, RESULT>) - Method in class com.facebook.buck.rules.keys.AbstractRuleKeyBuilder
A convenience method that builds the rule key hash and transforms it with a mapper.
build(BuildRule) - Method in class com.facebook.buck.rules.keys.ContentAgnosticRuleKeyFactory
 
build(SupportsDependencyFileRuleKey, ImmutableList<DependencyFileEntry>) - Method in class com.facebook.buck.rules.keys.DefaultDependencyFileRuleKeyFactory
 
build(BuildRule) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory
 
build() - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
Builds a new DependencyFileEntry.
build(SupportsDependencyFileRuleKey, ImmutableList<DependencyFileEntry>) - Method in interface com.facebook.buck.rules.keys.DependencyFileRuleKeyFactory
 
build(BuildRule) - Method in class com.facebook.buck.rules.keys.InputBasedRuleKeyFactory
 
build() - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
Builds the rule key hash.
build(BuildRule) - Method in interface com.facebook.buck.rules.keys.RuleKeyFactory
Creates a new RULE_KEY for the given BuildRule.
build() - Method in class com.facebook.buck.rules.KnownBuildRuleTypes.Builder
 
build() - Method in class com.facebook.buck.rules.RuleScheduleInfo.Builder
Builds a new RuleScheduleInfo.
build() - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
Builds a new SourceWithFlags.
build() - Method in class com.facebook.buck.rules.SystemToolProvider.Builder
Builds a new SystemToolProvider.
build() - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
build() - Method in class com.facebook.buck.rules.VersionedTool.Builder
Builds a new VersionedTool.
build() - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
build() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
build() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
build() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
build() - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Builds a new GenruleDescriptionArg.
build() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
build() - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Builds a new ShTestDescriptionArg.
build() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
build() - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Builds a new ClientSideSlbConfig.
build() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
build() - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
build() - Method in class com.facebook.buck.slb.PerServerData.Builder
Builds a new PerServerData.
build() - Method in class com.facebook.buck.slb.PerServerPingData.Builder
Builds a new PerServerPingData.
build() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
build() - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig.Builder
build() - Method in class com.facebook.buck.step.ExecutionContext.Builder
Builds a new ExecutionContext.
build() - Method in class com.facebook.buck.step.fs.SymlinkFileStep.Builder
Builds a new SymlinkFileStep.
build() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
build() - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Builds a new SwiftPlatform.
build(String, Set<Path>, Tool, Optional<Tool>) - Static method in class com.facebook.buck.swift.SwiftPlatforms
 
build() - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
 
build() - Method in class com.facebook.buck.test.TestResults.Builder
Builds a new TestResults.
build() - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
build() - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Builds a new TestRunningOptions.
build() - Method in class com.facebook.buck.test.TestStatusMessage.Builder
Builds a new TestStatusMessage.
build() - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
Builds a new AutoSparseConfig.
build() - Method in class com.facebook.buck.util.autosparse.ManifestInfo.Builder
Builds a new ManifestInfo.
build() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
build() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Builds a new HashCodeAndFileType.
build() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
Builds a new ResourceAmounts.
build() - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Builds a new DirectoryCleanerArgs.
build() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
build() - Method in class com.facebook.buck.util.ImmutableMapWithNullValues.Builder
 
build() - Method in class com.facebook.buck.util.network.HiveRowFormatter
 
build() - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
Builds a new ScribeData.
build() - Method in class com.facebook.buck.util.PatternAndMessage.Builder
Builds a new PatternAndMessage.
build() - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Builds a new ProcessExecutorParams.
build() - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
build() - Method in class com.facebook.buck.util.SampleRate.Builder
Builds a new SampleRate.
build() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
build() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
build() - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
Builds a new SparseSummary.
build() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
build() - Method in class com.facebook.buck.versions.VersionedTargetGraph.Builder
 
build() - Method in class com.facebook.buck.versions.VersionedTargetGraphBuilder
 
build() - Method in class com.facebook.buck.versions.VersionUniverse.Builder
Builds a new VersionUniverse.
build() - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Builds a new ZipFileDescriptionArg.
BUILD_FINISHED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
BUILD_HOST_SUBST - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
Magic string we substitute into debug paths in place of the build-host name, erasing the difference between say, building on Darwin and building on Linux.
BUILD_PROGRESS_UPDATED - Static variable in interface com.facebook.buck.event.external.events.ProgressEventInterface
 
BUILD_RULE_TYPES_BY_CLASS - Static variable in interface com.facebook.buck.rules.Description
 
BUILD_STARTED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
BUILD_STATE_FILE_ARG_NAME - Static variable in class com.facebook.buck.cli.DistBuildRunCommand
 
BUILD_STATE_FILE_ARG_USAGE - Static variable in class com.facebook.buck.cli.DistBuildRunCommand
 
BUILD_TOOL_PREFIXES - Static variable in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
buildAbi() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
buildAbi() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
buildAbiClasspath() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
Buildable - Interface in com.facebook.buck.rules.modern
A Buildable is the core of a ModernBuildRule.
BuildableContext - Interface in com.facebook.buck.rules
Context object that is specific to an individual BuildRule.
buildableName - Variable in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
 
BuildableReference(String, String, String, String) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
 
BuildableSupport - Class in com.facebook.buck.rules
 
BuildAction(boolean) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.BuildAction
 
BuildActionEntry(XCScheme.BuildableReference, EnumSet<XCScheme.BuildActionEntry.BuildFor>) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry
 
buildAndReturnExitCode() - Method in class com.facebook.buck.distributed.DistBuildSlaveExecutor
 
buildAnnotationProcessingParams(BuildTarget, ProjectFilesystem, BuildRuleResolver, Set<String>) - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
buildAppleCxxPlatforms(Optional<ImmutableMap<AppleSdk, AppleSdkPaths>>, Optional<ImmutableMap<String, AppleToolchain>>, ProjectFilesystem, BuckConfig, SwiftBuckConfig) - Static method in class com.facebook.buck.apple.AppleCxxPlatforms
 
BuildCellRelativePath - Class in com.facebook.buck.io
A path which is relative to the build cell root, i.e.
BuildCellRelativePathFactory - Interface in com.facebook.buck.rules.modern
 
buildClasses() - Method in interface com.facebook.buck.jvm.java.Javac.Invocation
 
buildClasses(int) - Method in interface com.facebook.buck.jvm.java.OutOfProcessJavacConnectionInterface
 
buildClasses(int) - Method in class com.facebook.buck.oop_javac.OutOfProcessInvocationReceiver
 
buildClockWatchmanCursorMap() - Method in class com.facebook.buck.io.Watchman
 
BuildCommand - Class in com.facebook.buck.cli
 
BuildCommand() - Constructor for class com.facebook.buck.cli.BuildCommand
 
BuildCommand(List<String>) - Constructor for class com.facebook.buck.cli.BuildCommand
 
BuildCommand.ActionAndTargetGraphs - Class in com.facebook.buck.cli
 
BuildCommand.ActionGraphCreationException - Exception in com.facebook.buck.cli
 
buildCompileTimeClasspathAbiDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
BuildConfigFields - Class in com.facebook.buck.rules.coercer
List of fields to add to a generated BuildConfig.java file.
BuildConfigFields.Builder - Class in com.facebook.buck.rules.coercer
Builds instances of type BuildConfigFields.
BuildConfigFields.Field - Class in com.facebook.buck.rules.coercer
An individual field in a BuildConfigFields.
BuildConfigFields.Field.Builder - Class in com.facebook.buck.rules.coercer
Builds instances of type Field.
BuildConfigFieldsTypeCoercer - Class in com.facebook.buck.rules.coercer
TypeCoercer that takes a list of strings and transforms it into a BuildConfigFields.
BuildConfigFieldsTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.BuildConfigFieldsTypeCoercer
 
BuildConfigs - Class in com.facebook.buck.android
Utilities for generating a BuildConfig.java file for Android.
buildConfiguration - Variable in class com.facebook.buck.apple.xcode.XCScheme.AnalyzeAction
 
buildConfiguration - Variable in class com.facebook.buck.apple.xcode.XCScheme.ArchiveAction
 
buildConfiguredCompiler() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
buildConfiguredCompiler() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryBuilder.BuilderHelper
 
BuildContext - Class in com.facebook.buck.rules
Immutable implementation of AbstractBuildContext.
BuildContext.Builder - Class in com.facebook.buck.rules
Builds instances of type BuildContext.
buildDummyRDotJava() - Method in class com.facebook.buck.android.AndroidLibrary.Builder
 
buildDummyRDotJava() - Method in class com.facebook.buck.android.AndroidLibrary.Builder.BuilderHelper
 
BuildEngine - Interface in com.facebook.buck.rules
A build engine is responsible for building a given build rule, which includes all its transitive dependencies.
BuildEngine.AbstractBuildEngineResult - Class in com.facebook.buck.rules
 
BuildEngineBuildContext - Class in com.facebook.buck.rules
Per-build context used by BuildEngine.
BuildEngineBuildContext.Builder - Class in com.facebook.buck.rules
Builds instances of type BuildEngineBuildContext.
BuildEngineResult - Class in com.facebook.buck.rules
Immutable implementation of BuildEngine.AbstractBuildEngineResult.
BuildEngineResult.Builder - Class in com.facebook.buck.rules
Builds instances of type BuildEngineResult.
BuildEnvironmentDescription - Class in com.facebook.buck.util.environment
Immutable implementation of AbstractBuildEnvironmentDescription.
BuildEnvironmentDescription.Builder - Class in com.facebook.buck.util.environment
Builds instances of type BuildEnvironmentDescription.
builder() - Static method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
Creates a builder for AndroidResourceIndexEntry.
builder() - Static method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
Creates a builder for MergeAndroidResourceSourcesStep.
builder() - Static method in class com.facebook.buck.android.AaptOutputInfo
Creates a builder for AaptOutputInfo.
builder() - Static method in class com.facebook.buck.android.AndroidAarDescriptionArg
Creates a builder for AndroidAarDescriptionArg.
builder() - Static method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
Creates a builder for AndroidAppModularityDescriptionArg.
builder() - Static method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
builder() - Static method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Creates a builder for AndroidBinaryDescriptionArg.
builder() - Static method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
builder() - Static method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
Creates a builder for AndroidBuildConfigDescriptionArg.
builder() - Static method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Creates a builder for AndroidGraphEnhancementResult.
builder() - Static method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
builder() - Static method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
builder() - Static method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Creates a builder for AndroidInstrumentationTestJVMArgs.
builder(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, JavaBuckConfig, JavacOptions, AndroidLibraryDescription.CoreArg, ConfiguredCompilerFactory) - Static method in class com.facebook.buck.android.AndroidLibrary
 
Builder(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, JavaBuckConfig, JavacOptions, AndroidLibraryDescription.CoreArg, ConfiguredCompilerFactory) - Constructor for class com.facebook.buck.android.AndroidLibrary.Builder
 
builder() - Static method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Creates a builder for AndroidLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.android.AndroidLinkableMetadata
Creates a builder for AndroidLinkableMetadata.
builder() - Static method in class com.facebook.buck.android.AndroidManifestDescriptionArg
Creates a builder for AndroidManifestDescriptionArg.
builder() - Static method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
builder() - Static method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Creates a builder for AndroidPrebuiltAarDescriptionArg.
builder() - Static method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Creates a builder for AndroidResourceDescriptionArg.
builder() - Static method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Creates a builder for ApkGenruleDescriptionArg.
builder() - Static method in class com.facebook.buck.android.ApkInfo
Creates a builder for ApkInfo.
builder() - Static method in class com.facebook.buck.android.exopackage.ExopackageInfo
Creates a builder for ExopackageInfo.
builder() - Static method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo
Creates a builder for DexInfo.
builder() - Static method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo
Creates a builder for NativeLibsInfo.
builder() - Static method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo
Creates a builder for ResourcesInfo.
builder() - Static method in class com.facebook.buck.android.FilterResourcesSteps
 
builder() - Static method in class com.facebook.buck.android.GenAidlDescriptionArg
Creates a builder for GenAidlDescriptionArg.
builder() - Static method in class com.facebook.buck.android.MergedNativeLibraryConstituents
Creates a builder for MergedNativeLibraryConstituents.
builder() - Static method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
builder() - Static method in class com.facebook.buck.android.NdkCxxPlatformCompiler
Creates a builder for NdkCxxPlatformCompiler.
builder() - Static method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Creates a builder for NdkCxxPlatformTargetConfiguration.
builder() - Static method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Creates a builder for NdkLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Creates a builder for AndroidPackageableCollection.
builder() - Static method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
Creates a builder for ResourceDetails.
builder() - Static method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
builder() - Static method in class com.facebook.buck.android.redex.RedexOptions
Creates a builder for RedexOptions.
builder() - Static method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Creates a builder for RobolectricTestDescriptionArg.
builder() - Static method in class com.facebook.buck.android.StrippedObjectDescription
Creates a builder for StrippedObjectDescription.
builder() - Static method in class com.facebook.buck.android.toolchain.NdkCxxPlatform
Creates a builder for NdkCxxPlatform.
builder() - Static method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Creates a builder for AppleAssetCatalogDescriptionArg.
builder() - Static method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Creates a builder for AppleBinaryDescriptionArg.
builder() - Static method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Creates a builder for AppleBundleDescriptionArg.
builder() - Static method in class com.facebook.buck.apple.AppleBundleDestinations
Creates a builder for AppleBundleDestinations.
builder() - Static method in class com.facebook.buck.apple.AppleBundleResources
Creates a builder for AppleBundleResources.
builder() - Static method in class com.facebook.buck.apple.AppleCxxPlatform
Creates a builder for AppleCxxPlatform.
builder() - Static method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Creates a builder for AppleLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.apple.ApplePackageDescriptionArg
Creates a builder for ApplePackageDescriptionArg.
builder() - Static method in class com.facebook.buck.apple.ApplePlatform
Creates a builder for ApplePlatform.
builder() - Static method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Creates a builder for AppleResourceDescriptionArg.
builder() - Static method in class com.facebook.buck.apple.AppleSdk
Creates a builder for AppleSdk.
builder() - Static method in class com.facebook.buck.apple.AppleSdkPaths
Creates a builder for AppleSdkPaths.
builder() - Static method in class com.facebook.buck.apple.AppleTestDescriptionArg
Creates a builder for AppleTestDescriptionArg.
builder() - Static method in class com.facebook.buck.apple.AppleToolchain
Creates a builder for AppleToolchain.
builder() - Static method in class com.facebook.buck.apple.AppleWrapperResourceArg
Creates a builder for AppleWrapperResourceArg.
builder() - Static method in class com.facebook.buck.apple.clang.HeaderMap
 
Builder() - Constructor for class com.facebook.buck.apple.clang.HeaderMap.Builder
 
builder() - Static method in class com.facebook.buck.apple.CodeSignIdentity
Creates a builder for CodeSignIdentity.
builder() - Static method in class com.facebook.buck.apple.GroupedSource
Creates a builder for GroupedSource.
builder() - Static method in class com.facebook.buck.apple.MultiarchFileInfo
Creates a builder for MultiarchFileInfo.
builder() - Static method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
builder() - Static method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Creates a builder for ProvisioningProfileMetadata.
builder() - Static method in class com.facebook.buck.apple.simulator.AppleSimulator
Creates a builder for AppleSimulator.
builder() - Static method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Creates a builder for AppleSimulatorProfile.
builder() - Static method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
Creates a builder for CopyFilePhaseDestinationSpec.
builder() - Static method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
Creates a builder for ProductType.
builder() - Static method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
Creates a builder for XcodeScriptDescriptionArg.
builder() - Static method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Creates a builder for XcodeWorkspaceConfigDescriptionArg.
builder() - Static method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
Creates a builder for ArtifactCacheEntries.
builder() - Static method in class com.facebook.buck.artifact_cache.ArtifactInfo
Creates a builder for ArtifactInfo.
builder() - Static method in class com.facebook.buck.artifact_cache.CacheCountersSummary
Creates a builder for CacheCountersSummary.
builder() - Static method in class com.facebook.buck.artifact_cache.CacheResult
Creates a builder for CacheResult.
builder() - Static method in class com.facebook.buck.artifact_cache.DirCacheEntry
Creates a builder for DirCacheEntry.
builder() - Static method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Creates a builder for FetchResponseReadResult.
builder() - Static method in class com.facebook.buck.artifact_cache.FetchResult
Creates a builder for FetchResult.
builder() - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Creates a builder for HttpArtifactCacheEventFetchData.
builder() - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Creates a builder for HttpArtifactCacheEventStoreData.
builder() - Static method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Creates a builder for HttpCacheEntry.
builder() - Static method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
builder() - Static method in class com.facebook.buck.artifact_cache.MultiFetchResult
Creates a builder for MultiFetchResult.
builder() - Static method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Creates a builder for NetworkCacheArgs.
builder() - Static method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
Creates a builder for RuleKeyCacheResult.
builder() - Static method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
Creates a builder for SQLiteCacheEntry.
builder() - Static method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Creates a builder for StoreResponseReadResult.
builder() - Static method in class com.facebook.buck.artifact_cache.StoreResult
Creates a builder for StoreResult.
builder() - Static method in class com.facebook.buck.artifact_cache.StoreWriteResult
Creates a builder for StoreWriteResult.
builder() - Static method in class com.facebook.buck.cli.CommandRunnerParams
Creates a builder for CommandRunnerParams.
builder() - Static method in class com.facebook.buck.cli.ConfigValue
Creates a builder for ConfigValue.
builder() - Static method in class com.facebook.buck.cli.InstallResult
Creates a builder for InstallResult.
builder() - Static method in class com.facebook.buck.cli.ShowOptions
Creates a builder for ShowOptions.
builder() - Static method in class com.facebook.buck.cli.TestRun
Creates a builder for TestRun.
builder() - Static method in class com.facebook.buck.command.BuildExecutionResult
Creates a builder for BuildExecutionResult.
builder() - Static method in class com.facebook.buck.counters.CounterInfo
Creates a builder for CounterInfo.
builder() - Static method in class com.facebook.buck.counters.CounterSnapshot
Creates a builder for CounterSnapshot.
builder() - Static method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Creates a builder for CxxBinaryDescriptionArg.
builder() - Static method in class com.facebook.buck.cxx.CxxBridgingHeaders
Creates a builder for CxxBridgingHeaders.
builder() - Static method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Creates a builder for CxxCompilationDatabaseEntry.
builder() - Static method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Creates a builder for CxxGenruleDescriptionArg.
builder() - Static method in class com.facebook.buck.cxx.CxxHeadersDir
Creates a builder for CxxHeadersDir.
builder() - Static method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Creates a builder for CxxLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
Creates a builder for CxxPrecompiledHeaderDescriptionArg.
builder() - Static method in class com.facebook.buck.cxx.CxxPreprocessorInput
Creates a builder for CxxPreprocessorInput.
builder() - Static method in class com.facebook.buck.cxx.CxxSource
Creates a builder for CxxSource.
builder() - Static method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Creates a builder for CxxSourceRuleFactory.
builder() - Static method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Creates a builder for CxxSymlinkTreeHeaders.
builder() - Static method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Creates a builder for CxxTestDescriptionArg.
builder() - Static method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
Creates a builder for DeprecatedPrebuiltCxxLibraryPaths.
builder() - Static method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Creates a builder for ExplicitCxxToolFlags.
builder() - Static method in class com.facebook.buck.cxx.FrameworkDependencies
Creates a builder for FrameworkDependencies.
builder() - Static method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Creates a builder for NewPrebuiltCxxLibraryPaths.
builder() - Static method in class com.facebook.buck.cxx.OmnibusLibraries
Creates a builder for OmnibusLibraries.
builder() - Static method in class com.facebook.buck.cxx.OmnibusLibrary
Creates a builder for OmnibusLibrary.
builder() - Static method in class com.facebook.buck.cxx.OmnibusRoot
Creates a builder for OmnibusRoot.
builder() - Static method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Creates a builder for PrebuiltCxxLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
builder() - Static method in class com.facebook.buck.cxx.PreprocessorFlags
Creates a builder for PreprocessorFlags.
builder() - Static method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Creates a builder for CxxPlatform.
builder() - Static method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
Creates a builder for CxxToolProviderParams.
builder() - Static method in class com.facebook.buck.cxx.toolchain.HeaderVerification
Creates a builder for HeaderVerification.
builder() - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
Creates a builder for NativeLinkableInput.
builder() - Static method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader
Creates a builder for MachoHeader.
builder() - Static method in class com.facebook.buck.d.DBinaryDescriptionArg
Creates a builder for DBinaryDescriptionArg.
builder() - Static method in class com.facebook.buck.d.DIncludes
Creates a builder for DIncludes.
builder() - Static method in class com.facebook.buck.d.DLibraryDescriptionArg
Creates a builder for DLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.d.DTestDescriptionArg
Creates a builder for DTestDescriptionArg.
builder() - Static method in class com.facebook.buck.distributed.AnalysisResults
Creates a builder for AnalysisResults.
builder() - Static method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
Creates a builder for BuildRuleMachineLogEntry.
builder() - Static method in class com.facebook.buck.distributed.BuildRuleStats
Creates a builder for BuildRuleStats.
builder() - Static method in class com.facebook.buck.distributed.DistBuildClientCacheResult
Creates a builder for DistBuildClientCacheResult.
builder() - Static method in class com.facebook.buck.distributed.DistBuildClientStats
Creates a builder for DistBuildClientStats.
builder() - Static method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Creates a builder for DistBuildExecutorArgs.
builder() - Static method in class com.facebook.buck.distributed.DistBuildStatus
Creates a builder for DistBuildStatus.
builder() - Static method in class com.facebook.buck.distributed.PerRuleCumulativeStats
Creates a builder for PerRuleCumulativeStats.
builder() - Static method in class com.facebook.buck.doctor.config.BuildLogEntry
Creates a builder for BuildLogEntry.
builder() - Static method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Creates a builder for DoctorEndpointRequest.
builder() - Static method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Creates a builder for DoctorEndpointResponse.
builder() - Static method in class com.facebook.buck.doctor.config.DoctorJsonResponse
Creates a builder for DoctorJsonResponse.
builder() - Static method in class com.facebook.buck.doctor.config.DoctorSuggestion
Creates a builder for DoctorSuggestion.
builder() - Static method in class com.facebook.buck.doctor.config.UserLocalConfiguration
Creates a builder for UserLocalConfiguration.
builder() - Static method in class com.facebook.buck.doctor.DefectReport
Creates a builder for DefectReport.
builder() - Static method in class com.facebook.buck.doctor.DefectSubmitResult
Creates a builder for DefectSubmitResult.
builder() - Static method in class com.facebook.buck.doctor.ExtraInfoResult
Creates a builder for ExtraInfoResult.
builder() - Static method in class com.facebook.buck.doctor.FileChangesIgnoredReport
Creates a builder for FileChangesIgnoredReport.
builder() - Static method in class com.facebook.buck.doctor.UserReport
Creates a builder for UserReport.
builder() - Static method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Creates a builder for CsharpLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
builder() - Static method in class com.facebook.buck.event.EventKey
Creates a builder for EventKey.
builder() - Static method in class com.facebook.buck.event.listener.EventPair
Creates a builder for EventPair.
builder() - Static method in class com.facebook.buck.event.listener.ProxyBuckEvent
Creates a builder for ProxyBuckEvent.
builder() - Static method in class com.facebook.buck.event.listener.RunIdStreamPair
Creates a builder for RunIdStreamPair.
builder() - Static method in class com.facebook.buck.event.PerfEventId
Creates a builder for PerfEventId.
builder() - Static method in class com.facebook.buck.file.RemoteFileDescriptionArg
Creates a builder for RemoteFileDescriptionArg.
builder() - Static method in class com.facebook.buck.go.GoBinaryDescriptionArg
Creates a builder for GoBinaryDescriptionArg.
builder() - Static method in class com.facebook.buck.go.GoLibraryDescriptionArg
Creates a builder for GoLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.go.GoLinkable
Creates a builder for GoLinkable.
builder() - Static method in class com.facebook.buck.go.GoPlatform
Creates a builder for GoPlatform.
builder() - Static method in class com.facebook.buck.go.GoTestDescriptionArg
Creates a builder for GoTestDescriptionArg.
builder() - Static method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
Creates a builder for GraphqlLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Creates a builder for GwtBinaryDescriptionArg.
builder() - Static method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Creates a builder for HalideLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Creates a builder for HaskellBinaryDescriptionArg.
builder() - Static method in class com.facebook.buck.haskell.HaskellCompileInput
Creates a builder for HaskellCompileInput.
builder() - Static method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Creates a builder for HaskellGhciDescriptionArg.
builder() - Static method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Creates a builder for HaskellHaddockDescriptionArg.
builder() - Static method in class com.facebook.buck.haskell.HaskellHaddockInput
Creates a builder for HaskellHaddockInput.
builder() - Static method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Creates a builder for HaskellLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.haskell.HaskellPackage
Creates a builder for HaskellPackage.
builder() - Static method in class com.facebook.buck.haskell.HaskellPlatform
Creates a builder for HaskellPlatform.
builder() - Static method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
builder() - Static method in class com.facebook.buck.haskell.HaskellSources
Creates a builder for HaskellSources.
builder() - Static method in class com.facebook.buck.haskell.HaskellVersion
Creates a builder for HaskellVersion.
builder() - Static method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
Creates a builder for AggregationModule.
builder() - Static method in class com.facebook.buck.ide.intellij.DependencyEntry
Creates a builder for DependencyEntry.
builder() - Static method in class com.facebook.buck.ide.intellij.DependencyEntryData
Creates a builder for DependencyEntryData.
builder() - Static method in class com.facebook.buck.ide.intellij.model.ContentRoot
Creates a builder for ContentRoot.
builder() - Static method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
Creates a builder for IjSourceFolder.
builder() - Static method in class com.facebook.buck.ide.intellij.model.IjLibrary
Creates a builder for IjLibrary.
builder() - Static method in class com.facebook.buck.ide.intellij.model.IjModule
Creates a builder for IjModule.
builder() - Static method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Creates a builder for IjModuleAndroidFacet.
builder() - Static method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Creates a builder for IjProjectConfig.
builder() - Static method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
Creates a builder for ModuleIndexEntry.
builder() - Static method in class com.facebook.buck.io.BuckPaths
Creates a builder for BuckPaths.
builder() - Static method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
builder() - Static method in class com.facebook.buck.js.JsBundleDescriptionArg
Creates a builder for JsBundleDescriptionArg.
builder() - Static method in class com.facebook.buck.js.JsLibraryDescriptionArg
Creates a builder for JsLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.js.ReactNativeLibraryArg
Creates a builder for ReactNativeLibraryArg.
builder() - Static method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Creates a builder for GroovyLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Creates a builder for GroovyTestDescriptionArg.
builder() - Static method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Creates a builder for AnnotationProcessingParams.
builder() - Static method in class com.facebook.buck.jvm.java.CompilerParameters
Creates a builder for CompilerParameters.
builder(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, JavaBuckConfig) - Static method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
builder() - Static method in class com.facebook.buck.jvm.java.JarParameters
Creates a builder for JarParameters.
builder() - Static method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
builder() - Static method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Creates a builder for JavaBinaryDescriptionArg.
builder() - Static method in class com.facebook.buck.jvm.java.JavacOptions
Creates a builder for JavacOptions.
builder() - Static method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
Creates a builder for JavacPluginJsr199Fields.
builder() - Static method in class com.facebook.buck.jvm.java.JavacPluginProperties
Creates a builder for JavacPluginProperties.
builder() - Static method in class com.facebook.buck.jvm.java.JavacSpec
Creates a builder for JavacSpec.
builder() - Static method in class com.facebook.buck.jvm.java.JavacVersion
Creates a builder for JavacVersion.
builder() - Static method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Creates a builder for JavaLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Creates a builder for JavaTestDescriptionArg.
builder() - Static method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Creates a builder for JUnitJvmArgs.
builder() - Static method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
Creates a builder for KeystoreDescriptionArg.
builder() - Static method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Creates a builder for PrebuiltJarDescriptionArg.
builder() - Static method in class com.facebook.buck.jvm.java.ResourcesParameters
Creates a builder for ResourcesParameters.
builder() - Static method in class com.facebook.buck.jvm.kotlin.KotlincVersion
Creates a builder for KotlincVersion.
builder() - Static method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Creates a builder for KotlinLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Creates a builder for KotlinTestDescriptionArg.
builder() - Static method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Creates a builder for ScalaLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Creates a builder for ScalaTestDescriptionArg.
builder() - Static method in class com.facebook.buck.log.ErrorLogRecord
Creates a builder for ErrorLogRecord.
builder() - Static method in class com.facebook.buck.log.InvocationInfo
Creates a builder for InvocationInfo.
builder() - Static method in class com.facebook.buck.log.LogConfigSetup
Creates a builder for LogConfigSetup.
builder() - Static method in class com.facebook.buck.log.PerfTimesStats
Creates a builder for PerfTimesStats.
builder() - Static method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Creates a builder for CxxLuaExtensionDescriptionArg.
builder() - Static method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Creates a builder for LuaBinaryDescriptionArg.
builder() - Static method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
Creates a builder for LuaLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.lua.LuaPlatform
Creates a builder for LuaPlatform.
builder() - Static method in class com.facebook.buck.model.InternalFlavor
Creates a builder for InternalFlavor.
builder() - Static method in class com.facebook.buck.model.macros.MacroMatchResult
Creates a builder for MacroMatchResult.
Builder() - Constructor for class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Creates a builder for UnflavoredBuildTarget instances.
builder() - Static method in class com.facebook.buck.model.UserFlavor
Creates a builder for UserFlavor.
builder() - Static method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Creates a builder for OcamlBinaryDescriptionArg.
builder() - Static method in class com.facebook.buck.ocaml.OcamlBuildContext
Creates a builder for OcamlBuildContext.
builder() - Static method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Creates a builder for OcamlGeneratedBuildRules.
builder() - Static method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Creates a builder for OcamlLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Creates a builder for PrebuiltOcamlLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Creates a builder for ProjectBuildFileParserOptions.
builder() - Static method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Creates a builder for CxxPythonExtensionDescriptionArg.
builder() - Static method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
builder() - Static method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Creates a builder for PythonBinaryDescriptionArg.
builder() - Static method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Creates a builder for PythonLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.python.PythonPlatform
Creates a builder for PythonPlatform.
builder() - Static method in class com.facebook.buck.python.PythonTestDescriptionArg
Creates a builder for PythonTestDescriptionArg.
builder() - Static method in class com.facebook.buck.python.PythonVersion
Creates a builder for PythonVersion.
builder() - Static method in class com.facebook.buck.query.BinaryOperatorExpression
Creates a builder for BinaryOperatorExpression.
builder() - Static method in class com.facebook.buck.query.FunctionExpression
Creates a builder for FunctionExpression.
builder() - Static method in class com.facebook.buck.query.QueryBuildTarget
Creates a builder for QueryBuildTarget.
builder() - Static method in class com.facebook.buck.query.QueryFileTarget
Creates a builder for QueryFileTarget.
builder() - Static method in class com.facebook.buck.query.SetExpression
Creates a builder for SetExpression.
builder() - Static method in class com.facebook.buck.query.TargetLiteral
Creates a builder for TargetLiteral.
builder() - Static method in class com.facebook.buck.query.TargetSetExpression
Creates a builder for TargetSetExpression.
builder() - Static method in class com.facebook.buck.rules.ActionGraphAndResolver
Creates a builder for ActionGraphAndResolver.
builder() - Static method in class com.facebook.buck.rules.ArchiveMemberSourcePath
Creates a builder for ArchiveMemberSourcePath.
builder() - Static method in class com.facebook.buck.rules.BuildContext
Creates a builder for BuildContext.
builder() - Static method in class com.facebook.buck.rules.BuildEngineBuildContext
Creates a builder for BuildEngineBuildContext.
builder() - Static method in class com.facebook.buck.rules.BuildEngineResult
Creates a builder for BuildEngineResult.
builder() - Static method in class com.facebook.buck.rules.BuildRuleKeys
Creates a builder for BuildRuleKeys.
builder() - Static method in class com.facebook.buck.rules.BuildRuleType
Creates a builder for BuildRuleType.
builder() - Static method in class com.facebook.buck.rules.coercer.BuildConfigFields
Creates a builder for BuildConfigFields.
builder() - Static method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
Creates a builder for Field.
builder() - Static method in class com.facebook.buck.rules.coercer.FrameworkPath
Creates a builder for FrameworkPath.
builder() - Static method in class com.facebook.buck.rules.coercer.ManifestEntries
Creates a builder for ManifestEntries.
builder() - Static method in class com.facebook.buck.rules.coercer.OcamlSource
Creates a builder for OcamlSource.
builder() - Static method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
 
Builder() - Constructor for class com.facebook.buck.rules.coercer.PatternMatchedCollection.Builder
 
builder() - Static method in class com.facebook.buck.rules.coercer.SourceList
Creates a builder for SourceList.
builder() - Static method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Creates a builder for SourceWithFlagsList.
builder() - Static method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
Builder() - Constructor for class com.facebook.buck.rules.coercer.VersionMatchedCollection.Builder
 
Builder(Optional<Tool>) - Constructor for class com.facebook.buck.rules.CommandTool.Builder
 
Builder(Tool) - Constructor for class com.facebook.buck.rules.CommandTool.Builder
 
Builder() - Constructor for class com.facebook.buck.rules.CommandTool.Builder
 
builder() - Static method in class com.facebook.buck.rules.DistBuildCellParams
Creates a builder for DistBuildCellParams.
builder() - Static method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Creates a builder for ExternalTestRunnerTestSpec.
Builder(RuleKeyHasher<RULE_KEY>) - Constructor for class com.facebook.buck.rules.keys.ContentAgnosticRuleKeyFactory.Builder
 
Builder(RuleKeyHasher<RULE_KEY>) - Constructor for class com.facebook.buck.rules.keys.DefaultRuleKeyFactory.Builder
 
builder() - Static method in class com.facebook.buck.rules.keys.DependencyFileEntry
Creates a builder for DependencyFileEntry.
builder() - Static method in class com.facebook.buck.rules.KnownBuildRuleTypes
 
Builder() - Constructor for class com.facebook.buck.rules.KnownBuildRuleTypes.Builder
 
builder() - Static method in class com.facebook.buck.rules.RuleScheduleInfo
Creates a builder for RuleScheduleInfo.
builder() - Static method in class com.facebook.buck.rules.SourceWithFlags
Creates a builder for SourceWithFlags.
builder() - Static method in class com.facebook.buck.rules.SystemToolProvider
Creates a builder for SystemToolProvider.
builder() - Static method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Creates a builder for TargetGraphAndBuildTargets.
builder() - Static method in class com.facebook.buck.rules.VersionedTool
Creates a builder for VersionedTool.
builder() - Static method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
Creates a builder for PrebuiltRustLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Creates a builder for RustBinaryDescriptionArg.
builder() - Static method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Creates a builder for RustLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.rust.RustTestDescriptionArg
Creates a builder for RustTestDescriptionArg.
builder() - Static method in class com.facebook.buck.shell.CommandAliasDescriptionArg
Creates a builder for CommandAliasDescriptionArg.
builder() - Static method in class com.facebook.buck.shell.ExportFileDescriptionArg
Creates a builder for ExportFileDescriptionArg.
builder() - Static method in class com.facebook.buck.shell.GenruleDescriptionArg
Creates a builder for GenruleDescriptionArg.
builder() - Static method in class com.facebook.buck.shell.ShBinaryDescriptionArg
Creates a builder for ShBinaryDescriptionArg.
builder() - Static method in class com.facebook.buck.shell.ShTestDescriptionArg
Creates a builder for ShTestDescriptionArg.
builder() - Static method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Creates a builder for WorkerToolDescriptionArg.
builder() - Static method in class com.facebook.buck.slb.ClientSideSlbConfig
Creates a builder for ClientSideSlbConfig.
builder() - Static method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Creates a builder for LoadBalancedServiceEventData.
builder() - Static method in class com.facebook.buck.slb.LoadBalancerPingEventData
Creates a builder for LoadBalancerPingEventData.
builder() - Static method in class com.facebook.buck.slb.PerServerData
Creates a builder for PerServerData.
builder() - Static method in class com.facebook.buck.slb.PerServerPingData
Creates a builder for PerServerPingData.
builder() - Static method in class com.facebook.buck.slb.ServerHealthManagerEventData
Creates a builder for ServerHealthManagerEventData.
builder() - Static method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
Creates a builder for ThriftOverHttpServiceConfig.
builder() - Static method in class com.facebook.buck.step.ExecutionContext
Creates a builder for ExecutionContext.
builder() - Static method in class com.facebook.buck.step.fs.SymlinkFileStep
Creates a builder for SymlinkFileStep.
builder() - Static method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Creates a builder for SwiftLibraryDescriptionArg.
builder() - Static method in class com.facebook.buck.swift.SwiftPlatform
Creates a builder for SwiftPlatform.
builder() - Static method in class com.facebook.buck.test.selectors.TestSelectorList
 
Builder() - Constructor for class com.facebook.buck.test.selectors.TestSelectorList.Builder
 
builder() - Static method in class com.facebook.buck.test.TestResults
Creates a builder for TestResults.
builder() - Static method in class com.facebook.buck.test.TestResultSummaryVerbosity
Creates a builder for TestResultSummaryVerbosity.
builder() - Static method in class com.facebook.buck.test.TestRunningOptions
Creates a builder for TestRunningOptions.
builder() - Static method in class com.facebook.buck.test.TestStatusMessage
Creates a builder for TestStatusMessage.
builder() - Static method in class com.facebook.buck.util.autosparse.AutoSparseConfig
Creates a builder for AutoSparseConfig.
builder() - Static method in class com.facebook.buck.util.autosparse.ManifestInfo
Creates a builder for ManifestInfo.
builder() - Static method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Creates a builder for FileHashCacheVerificationResult.
builder() - Static method in class com.facebook.buck.util.cache.HashCodeAndFileType
Creates a builder for HashCodeAndFileType.
builder() - Static method in class com.facebook.buck.util.concurrent.ResourceAmounts
Creates a builder for ResourceAmounts.
builder() - Static method in class com.facebook.buck.util.DirectoryCleanerArgs
Creates a builder for DirectoryCleanerArgs.
builder() - Static method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Creates a builder for BuildEnvironmentDescription.
builder() - Static method in class com.facebook.buck.util.network.offline.ScribeData
Creates a builder for ScribeData.
builder() - Static method in class com.facebook.buck.util.PatternAndMessage
Creates a builder for PatternAndMessage.
builder() - Static method in class com.facebook.buck.util.ProcessExecutorParams
Creates a builder for ProcessExecutorParams.
builder() - Static method in class com.facebook.buck.util.ProcessResourceConsumption
Creates a builder for ProcessResourceConsumption.
builder() - Static method in class com.facebook.buck.util.SampleRate
Creates a builder for SampleRate.
builder() - Static method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
Creates a builder for FullVersionControlStats.
builder() - Static method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
Creates a builder for SlowVersionControlStats.
builder() - Static method in class com.facebook.buck.util.versioncontrol.SparseSummary
Creates a builder for SparseSummary.
builder() - Static method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
Creates a builder for VersionedAliasDescriptionArg.
builder() - Static method in class com.facebook.buck.versions.VersionedTargetGraph
 
builder() - Static method in class com.facebook.buck.versions.VersionUniverse
Creates a builder for VersionUniverse.
builder() - Static method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Creates a builder for ZipFileDescriptionArg.
BuilderHelper() - Constructor for class com.facebook.buck.android.AndroidLibrary.Builder.BuilderHelper
 
BuilderHelper() - Constructor for class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
BuilderHelper() - Constructor for class com.facebook.buck.jvm.scala.ScalaLibraryBuilder.BuilderHelper
 
BuildEvent - Class in com.facebook.buck.rules
Base class for events about building.
BuildEvent(EventKey) - Constructor for class com.facebook.buck.rules.BuildEvent
 
BuildEvent.DistBuildFinished - Class in com.facebook.buck.rules
 
BuildEvent.DistBuildStarted - Class in com.facebook.buck.rules
 
BuildEvent.Finished - Class in com.facebook.buck.rules
 
BuildEvent.RuleCountCalculated - Class in com.facebook.buck.rules
 
BuildEvent.Started - Class in com.facebook.buck.rules
 
BuildEvent.UnskippedRuleCountUpdated - Class in com.facebook.buck.rules
 
BuildExecutionResult - Class in com.facebook.buck.command
Immutable implementation of Build.AbstractBuildExecutionResult.
BuildExecutionResult.Builder - Class in com.facebook.buck.command
Builds instances of type BuildExecutionResult.
BuildFileFunction - Class in com.facebook.buck.query
A "buildfile" query expression, which computes the build files that define the given targets.
BuildFileFunction() - Constructor for class com.facebook.buck.query.BuildFileFunction
 
BuildFileParseException - Exception in com.facebook.buck.parser.exceptions
Thrown if we encounter an unexpected, fatal condition while interacting with the build file parser.
BuildFileParseExceptionData - Class in com.facebook.buck.json
Immutable implementation of AbstractBuildFileParseExceptionData.
BuildFileParseExceptionStackTraceEntry - Class in com.facebook.buck.json
Immutable implementation of AbstractBuildFileParseExceptionStackTraceEntry.
BuildFilePythonResult - Class in com.facebook.buck.json
Immutable value type used to hold the parsed and deserialized output of buck.py.
BuildFileSpec - Class in com.facebook.buck.parser
A specification used by the parser, via TargetNodeSpec, to match build files.
BuildFileSyntaxError - Class in com.facebook.buck.json
Immutable implementation of AbstractBuildFileSyntaxError.
BuildFileTree - Class in com.facebook.buck.model
Interface to allow looking up parents and children of build files.
BuildFileTree() - Constructor for class com.facebook.buck.model.BuildFileTree
No-arg constructor, provided so that subclasses can be constructed.
buildFinalFullJarDeclaredDeps() - Method in class com.facebook.buck.android.AndroidLibrary.Builder.BuilderHelper
 
buildFinalFullJarDeclaredDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
buildFinalParams() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
buildFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.CacheRateStatsListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.LoggingBuildListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.PerfTimesEventListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
buildForDiagnostics(BuildRule, RuleKeyHasher<DIAG_KEY>) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory
 
buildForDiagnostics(AddsToRuleKey, RuleKeyHasher<DIAG_KEY>) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory
 
buildForDiagnostics(BuildRule, RuleKeyHasher<DIAG_KEY>) - Method in interface com.facebook.buck.rules.keys.RuleKeyFactoryWithDiagnostics
Builds a diagnostic result for the given rule or appendable.
buildForDiagnostics(AddsToRuleKey, RuleKeyHasher<DIAG_KEY>) - Method in interface com.facebook.buck.rules.keys.RuleKeyFactoryWithDiagnostics
 
buildFromSelectorString(String) - Static method in class com.facebook.buck.test.selectors.PatternTestSelector
Build a PatternTestSelector from the given String.
BuildId - Class in com.facebook.buck.model
A strongly typed representation of a build id.
BuildId() - Constructor for class com.facebook.buck.model.BuildId
 
BuildId(String) - Constructor for class com.facebook.buck.model.BuildId
 
BuildId.BuildIdSerializer - Class in com.facebook.buck.model
 
BuildIdSampler - Class in com.facebook.buck.cli
Decides whether a particular BuildId belongs to a sampling group of a supplied size.
BuildIdSampler(SampleRate) - Constructor for class com.facebook.buck.cli.BuildIdSampler
 
BuildIdSerializer() - Constructor for class com.facebook.buck.model.BuildId.BuildIdSerializer
 
BuildInfo - Class in com.facebook.buck.rules
Shared utilities for BuildInfoRecorder and OnDiskBuildInfo.
BuildInfo.MetadataKey - Class in com.facebook.buck.rules
 
BuildInfoRecorder - Class in com.facebook.buck.rules
Utility for recording the paths to the output files generated by a build rule, as well as any metadata about those output files.
BuildInfoStore - Interface in com.facebook.buck.rules
Repository of build metadata.
BuildInfoStoreManager - Class in com.facebook.buck.rules
Manages the lifetimes of all BuildInfoStores used in the build.
BuildInfoStoreManager() - Constructor for class com.facebook.buck.rules.BuildInfoStoreManager
 
buildJarBuildStepsFactory() - Method in class com.facebook.buck.android.AndroidLibrary.Builder.BuilderHelper
 
buildJarBuildStepsFactory() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
buildJavacOptions() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
BuildJobStateSerializer - Class in com.facebook.buck.distributed
 
buildLabel() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
buildLocallyAndReturnExitCode(Iterable<String>) - Method in interface com.facebook.buck.distributed.LocalBuilder
 
BuildLogEntry - Class in com.facebook.buck.doctor.config
Immutable implementation of AbstractBuildLogEntry.
BuildLogEntry.Builder - Class in com.facebook.buck.doctor.config
Builds instances of type BuildLogEntry.
BuildLogHelper - Class in com.facebook.buck.doctor
Methods for finding and inspecting buck log files.
BuildLogHelper(ProjectFilesystem) - Constructor for class com.facebook.buck.doctor.BuildLogHelper
 
buildManifestKey(SupportsDependencyFileRuleKey) - Method in class com.facebook.buck.rules.keys.DefaultDependencyFileRuleKeyFactory
 
buildManifestKey(SupportsDependencyFileRuleKey) - Method in interface com.facebook.buck.rules.keys.DependencyFileRuleKeyFactory
 
buildNamedWatchmanCursorMap() - Method in class com.facebook.buck.io.Watchman
 
buildNativeLibsSymlinkTreeRule(BuildTarget, ProjectFilesystem, BuildRuleParams, CxxPlatform) - Static method in class com.facebook.buck.jvm.java.JavaTestDescription.CxxLibraryEnhancement
 
BuildOutput(ImmutableList<Path>) - Constructor for class com.facebook.buck.android.ResourcesFilter.BuildOutput
 
BuildOutputInitializer<T> - Class in com.facebook.buck.rules
Delegates the actual reading of disk-cached data to the InitializableFromDisk and is responsible for safely storing and retrieving the in-memory data structures.
BuildOutputInitializer(BuildTarget, InitializableFromDisk<T>) - Constructor for class com.facebook.buck.rules.BuildOutputInitializer
 
buildPreprocessorDelegate(SourcePathResolver, CxxPlatform, Preprocessor, CxxToolFlags) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
 
buildProgressUpdated(double) - Static method in class com.facebook.buck.event.ProgressEvent
 
BuildProgressUpdated(double) - Constructor for class com.facebook.buck.event.ProgressEvent.BuildProgressUpdated
 
buildProgressUpdated(ProgressEvent.BuildProgressUpdated) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
BuildReport - Class in com.facebook.buck.command
 
BuildReport(BuildExecutionResult, SourcePathResolver) - Constructor for class com.facebook.buck.command.BuildReport
 
buildResourceNameToIdMap(ProjectFilesystem, Path, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>) - Static method in class com.facebook.buck.android.CompileStringsStep
Parses the R.txt file generated by aapt, looks for resources of type string, plurals and array, and builds a map of resource names to their corresponding ids.
BuildResult - Class in com.facebook.buck.rules
This is a union type that represents either a success or a failure.
buildResult(Function<RULE_KEY, RESULT>) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory.Builder
 
BuildRule - Interface in com.facebook.buck.rules
 
BuildRuleDependencyVisitors - Class in com.facebook.buck.rules
 
BuildRuleDiagnosticData - Class in com.facebook.buck.rules
Some build rule diagnostic data.
BuildRuleDiagnosticData(SortedSet<BuildRule>, ImmutableList<RuleKeyDiagnostics.Result<?, ?>>) - Constructor for class com.facebook.buck.rules.BuildRuleDiagnosticData
 
BuildRuleDurationTracker - Class in com.facebook.buck.rules
Tracks the total duration of work spent on each build rule.
BuildRuleDurationTracker() - Constructor for class com.facebook.buck.rules.BuildRuleDurationTracker
 
BuildRuleEvent - Class in com.facebook.buck.rules
Base class for events about build rules.
BuildRuleEvent(EventKey, BuildRule) - Constructor for class com.facebook.buck.rules.BuildRuleEvent
 
BuildRuleEvent.BeginningBuildRuleEvent - Class in com.facebook.buck.rules
A BuildRuleEvent that denotes beginning of computation for a particular BuildRule.
BuildRuleEvent.EndingBuildRuleEvent - Class in com.facebook.buck.rules
A BuildRuleEvent that denotes ending of computation for a particular BuildRule.
BuildRuleEvent.Finished - Class in com.facebook.buck.rules
Marks the end of processing a build rule.
BuildRuleEvent.Resumed - Class in com.facebook.buck.rules
Marks the continuation of processing a rule.
BuildRuleEvent.Started - Class in com.facebook.buck.rules
Marks the start of processing a build rule.
BuildRuleEvent.Suspended - Class in com.facebook.buck.rules
Marks a rule is suspended from processing.
BuildRuleEvent.WillBuildLocally - Class in com.facebook.buck.rules
Denotes that a particular build rule will be built locally.
buildRuleEventFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
buildRuleFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildRuleFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
buildRuleFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.CacheRateStatsListener
 
buildRuleFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
buildRuleFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
BuildRuleKeys - Class in com.facebook.buck.rules
Immutable implementation of AbstractBuildRuleKeys.
BuildRuleKeys.Builder - Class in com.facebook.buck.rules
Builds instances of type BuildRuleKeys.
BuildRuleMachineLogEntry - Class in com.facebook.buck.distributed
Immutable implementation of DistBuildPostBuildAnalysis.AbstractBuildRuleMachineLogEntry.
BuildRuleMachineLogEntry.Builder - Class in com.facebook.buck.distributed
Builds instances of type BuildRuleMachineLogEntry.
BuildRuleParams - Class in com.facebook.buck.rules
Standard set of parameters that is passed to all build rules.
BuildRuleParams(Supplier<? extends SortedSet<BuildRule>>, Supplier<? extends SortedSet<BuildRule>>, ImmutableSortedSet<BuildRule>) - Constructor for class com.facebook.buck.rules.BuildRuleParams
 
buildRuleResolver - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
BuildRuleResolver - Interface in com.facebook.buck.rules
 
buildRuleResumed(BuildRuleEvent.Resumed) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildRuleResumed(BuildRuleEvent.Resumed) - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
buildRuleResumed(BuildRuleEvent.Resumed) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
BuildRules - Class in com.facebook.buck.rules
 
buildRuleStarted(BuildRuleEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildRuleStarted(BuildRuleEvent.Started) - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
buildRuleStarted(BuildRuleEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
BuildRuleStats - Class in com.facebook.buck.distributed
Immutable implementation of DistBuildPostBuildAnalysis.AbstractBuildRuleStats.
BuildRuleStats.Builder - Class in com.facebook.buck.distributed
Builds instances of type BuildRuleStats.
BuildRuleStatus - Enum in com.facebook.buck.rules
 
BuildRuleSuccessType - Enum in com.facebook.buck.rules
Token provided by the result of BuildEngine.build(BuildEngineBuildContext, com.facebook.buck.step.ExecutionContext, BuildRule), demonstrating that the associated BuildRule was built successfully.
buildRuleSuspended(BuildRuleEvent.Suspended) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildRuleSuspended(BuildRuleEvent.Suspended) - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
buildRuleSuspended(BuildRuleEvent.Suspended) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
buildRuleThreadTracker - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
BuildRuleThreadTracker - Class in com.facebook.buck.event.listener
 
BuildRuleThreadTracker(ExecutionEnvironment) - Constructor for class com.facebook.buck.event.listener.BuildRuleThreadTracker
 
BuildRuleType - Class in com.facebook.buck.rules
Immutable implementation of AbstractBuildRuleType.
BuildRuleType.Builder - Class in com.facebook.buck.rules
Builds instances of type BuildRuleType.
buildRuleWillBuildLocally(BuildRuleEvent.WillBuildLocally) - Method in class com.facebook.buck.event.listener.PerfTimesEventListener
 
BuildRuleWithBinary - Interface in com.facebook.buck.apple
Build rule that holds a binary build rule
BuildsAnnotationProcessor - Annotation Type in com.facebook.buck.jvm.java
Annotation for objects that build annotation processors
BuildSlaveFinishedStatusEvent - Class in com.facebook.buck.distributed
 
BuildSlaveFinishedStatusEvent(BuildSlaveFinishedStats, BuckConfig) - Constructor for class com.facebook.buck.distributed.BuildSlaveFinishedStatusEvent
 
buildSourceAbiJar(Path) - Method in interface com.facebook.buck.jvm.java.Javac.Invocation
Produces a source ABI jar at the given path.
buildSourceAbiJar(int, String) - Method in interface com.facebook.buck.jvm.java.OutOfProcessJavacConnectionInterface
 
buildSourceAbiJar(int, String) - Method in class com.facebook.buck.oop_javac.OutOfProcessInvocationReceiver
 
buildSpec(CxxPlatform, Iterable<? extends NativeLinkTarget>, Iterable<? extends NativeLinkable>) - Static method in class com.facebook.buck.cxx.Omnibus
 
buildStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildStarted(BuildEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildStarted(BuildEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
buildStarted(BuildEvent.Started) - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
buildStarted(BuildEvent.Started) - Method in class com.facebook.buck.event.listener.LoggingBuildListener
 
buildStarted(BuildEvent.Started) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
buildTarget() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
 
BuildTarget - Class in com.facebook.buck.model
Immutable implementation of AbstractBuildTarget.
BuildTargetException - Exception in com.facebook.buck.model
 
BuildTargetException(String) - Constructor for exception com.facebook.buck.model.BuildTargetException
 
buildTargetGraph(BuckEventBus, Cell, boolean, ListeningExecutorService, Iterable<BuildTarget>) - Method in class com.facebook.buck.parser.Parser
 
buildTargetGraph(PerBuildState, BuckEventBus, Iterable<BuildTarget>) - Method in class com.facebook.buck.parser.Parser
 
buildTargetGraphForTargetNodeSpecs(BuckEventBus, Cell, boolean, ListeningExecutorService, Iterable<? extends TargetNodeSpec>) - Method in class com.facebook.buck.parser.Parser
 
buildTargetGraphForTargetNodeSpecs(BuckEventBus, Cell, boolean, ListeningExecutorService, Iterable<? extends TargetNodeSpec>, AbstractParserConfig.ApplyDefaultFlavorsMode) - Method in class com.facebook.buck.parser.Parser
 
BuildTargetMacro - Class in com.facebook.buck.rules.macros
Base class for macros wrapping a single BuildTarget.
BuildTargetMacro() - Constructor for class com.facebook.buck.rules.macros.BuildTargetMacro
 
BuildTargetMacroExpander<M extends BuildTargetMacro> - Class in com.facebook.buck.rules.macros
Abstract expander which resolves using a references to another BuildRule.
BuildTargetMacroExpander() - Constructor for class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
BuildTargetMacroTypeCoercer<M extends BuildTargetMacro> - Class in com.facebook.buck.rules.coercer
 
BuildTargetMacroTypeCoercer(TypeCoercer<BuildTarget>) - Constructor for class com.facebook.buck.rules.coercer.BuildTargetMacroTypeCoercer
 
BuildTargetParseException - Exception in com.facebook.buck.parser
 
BuildTargetParseException(String) - Constructor for exception com.facebook.buck.parser.BuildTargetParseException
 
BuildTargetParser - Class in com.facebook.buck.parser
 
BuildTargetPattern - Interface in com.facebook.buck.model
A pattern that matches one or more build targets.
BuildTargetPatternParser<T> - Class in com.facebook.buck.parser
Context for parsing build target names.
BuildTargetPatternParser(String) - Constructor for class com.facebook.buck.parser.BuildTargetPatternParser
 
BuildTargetPatternTargetNodeParser - Class in com.facebook.buck.parser
 
BuildTargetPatternTargetNodeParser() - Constructor for class com.facebook.buck.parser.BuildTargetPatternTargetNodeParser
 
BuildTargets - Class in com.facebook.buck.model
Static helpers for working with build targets.
BuildTargetSourcePath - Class in com.facebook.buck.rules
A SourcePath which resolves to some output generated by a BuildRule.
BuildTargetSourcePath(BuildTarget) - Constructor for class com.facebook.buck.rules.BuildTargetSourcePath
 
BuildTargetSpec - Class in com.facebook.buck.parser
Matches a TargetNode name by a specific BuildTarget.
BuildTargetsQueue - Class in com.facebook.buck.distributed
 
BuildTargetTypeCoercer - Class in com.facebook.buck.rules.coercer
 
BuildTargetTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.BuildTargetTypeCoercer
 
BuildThreadStateRenderer - Class in com.facebook.buck.event.listener
 
BuildThreadStateRenderer(Ansi, Function<Long, String>, long, int, long, Map<Long, Optional<? extends LeafEvent>>, BuildRuleThreadTracker) - Constructor for class com.facebook.buck.event.listener.BuildThreadStateRenderer
 
BuildTraces - Class in com.facebook.buck.util.trace
Utility to help with reading data from build trace files.
BuildTraces(ProjectFilesystem) - Constructor for class com.facebook.buck.util.trace.BuildTraces
 
BuildTraces.TraceAttributes - Class in com.facebook.buck.util.trace
 
buildTransitiveClosure(Set<QueryTarget>, int) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
buildTransitiveClosure(Set<QueryTarget>, int) - Method in interface com.facebook.buck.query.QueryEnvironment
Construct the dependency graph for a depth-bounded forward transitive closure of all nodes in "targetNodes".
buildTransitiveClosure(Set<QueryTarget>, int) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
buildTransitiveClosure(Set<QueryTarget>, int) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
BuildType - Enum in com.facebook.buck.build_type
 
buildWithClasspath(ExecutionContext, BuildTarget, ImmutableList<String>, ImmutableSortedSet<Path>, Path, Optional<Path>, ProjectFilesystem) - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
 
buildWithClasspath(ExecutionContext, BuildTarget, ImmutableList<String>, ImmutableSortedSet<Path>, Path, Optional<Path>, ProjectFilesystem) - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
 
buildWithClasspath(ExecutionContext, BuildTarget, ImmutableList<String>, ImmutableSortedSet<Path>, Path, Optional<Path>, ProjectFilesystem) - Method in interface com.facebook.buck.jvm.kotlin.Kotlinc
 
BuiltinApplePackage - Class in com.facebook.buck.apple
 
BuiltinApplePackage(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRule) - Constructor for class com.facebook.buck.apple.BuiltinApplePackage
 
BuiltInJavac - Enum in com.facebook.buck.jvm.java
Which of the built in Jsr199Javac implementations to use for compilation.
BundledExternalProcessLauncher - Class in com.facebook.buck.step.external
Provides methods for launching a java binary bundled within the buck binary.
BundledExternalProcessLauncher() - Constructor for class com.facebook.buck.step.external.BundledExternalProcessLauncher
 
bundleJobArgs(Set<Flavor>) - Static method in class com.facebook.buck.js.JsFlavors
 
BUSY_EXIT_CODE - Static variable in class com.facebook.buck.cli.Main
Trying again later might work.
byRelativizingToWorkingDir(Path) - Static method in interface com.facebook.buck.cxx.toolchain.PathShortener
 
BYTE - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
BYTE_ARRAY - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
ByteBufferReplacer - Class in com.facebook.buck.util
Performs an in-place find-and-replace on ByteBuffer objects, where the replacements are of equal length to what they're replacing.
ByteBufferReplacer(ImmutableMap<byte[], byte[]>) - Constructor for class com.facebook.buck.util.ByteBufferReplacer
 
bytecodeIncludeFlags - Variable in class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
 
bytecodeOutput - Variable in class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
 
ByteLineHandler() - Constructor for class com.facebook.buck.util.LineIterating.ByteLineHandler
 
ByteLineHandler(int) - Constructor for class com.facebook.buck.util.LineIterating.ByteLineHandler
 
bytesReceived(NetworkEvent.BytesReceivedEvent) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
bytesReceived(NetworkEvent.BytesReceivedEvent) - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
BytesReceivedEvent(long) - Constructor for class com.facebook.buck.event.NetworkEvent.BytesReceivedEvent
 

C

Cache(String) - Constructor for class com.facebook.buck.event.ActionGraphEvent.Cache
 
CACHE_CHECK_RESOURCE_AMOUNTS - Static variable in class com.facebook.buck.rules.CachingBuildEngine
 
CACHE_MODE - Static variable in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent
 
CACHE_MODE - Static variable in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
CACHE_MODE - Static variable in class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent
 
CACHE_TIME_MS - Static variable in class com.facebook.buck.slb.ServerHealthManager
 
cacheBundlesAndPackages() - Method in class com.facebook.buck.apple.AppleConfig
 
CacheCommand - Class in com.facebook.buck.cli
A command for inspecting the artifact cache.
CacheCommand() - Constructor for class com.facebook.buck.cli.CacheCommand
 
CacheCountersSummary - Class in com.facebook.buck.artifact_cache
Utility class to help outputting the information to the machine-readable log.
CacheCountersSummary.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type CacheCountersSummary.
CacheDecorator - Interface in com.facebook.buck.artifact_cache
A Cache that wraps another cache and performs additional things, e.g.
CachedVersionedTargetGraph - Class in com.facebook.buck.versions
Tuple to store the previously cached versioned target graph along with all inputs that affect how it's generated (for invalidation detection).
cacheError() - Method in class com.facebook.buck.artifact_cache.CacheResult
 
cacheMode() - Method in class com.facebook.buck.artifact_cache.CacheResult
 
cacheRateStatsKeeper - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
CacheRateStatsKeeper - Class in com.facebook.buck.event.listener
Measure CACHE HIT % based on total cache misses and the theoretical total number of build rules.
CacheRateStatsKeeper() - Constructor for class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
CacheRateStatsKeeper.CacheRateStatsUpdateEvent - Class in com.facebook.buck.event.listener
 
CacheRateStatsListener - Class in com.facebook.buck.event.listener
Posts rate-limited cache rate update events for the WebSocket to consume.
CacheRateStatsListener(BuckEventBus) - Constructor for class com.facebook.buck.event.listener.CacheRateStatsListener
 
cacheRateStatsUpdate(CacheRateStatsKeeper.CacheRateStatsUpdateEvent) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
CacheRateStatsUpdateEvent(int, int, int, int, int) - Constructor for class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
CacheRateStatsUpdateExternalEventInterface - Interface in com.facebook.buck.event.external.events
Sent to update the WebSocket clients about cache misses and errors.
CacheReadMode - Enum in com.facebook.buck.artifact_cache
Describes whether the cache allows stores.
CacheResult - Class in com.facebook.buck.artifact_cache
Immutable implementation of AbstractCacheResult.
cacheResult() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
 
CacheResult.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type CacheResult.
CacheResultType - Enum in com.facebook.buck.artifact_cache
 
cacheSource() - Method in class com.facebook.buck.artifact_cache.CacheResult
 
cacheWasEmpty - Variable in class com.facebook.buck.event.ActionGraphEvent.Cache.Miss
 
CachingBuildEngine - Class in com.facebook.buck.rules
A build engine used to build a BuildRule which also caches the results.
CachingBuildEngine(CachingBuildEngineDelegate, WeightedListeningExecutorService, StepRunner, CachingBuildEngine.BuildMode, CachingBuildEngine.MetadataStorage, CachingBuildEngine.DepFiles, long, Optional<Long>, BuildRuleResolver, BuildInfoStoreManager, ResourceAwareSchedulingInfo, boolean, RuleKeyFactories, FileHashCacheMode) - Constructor for class com.facebook.buck.rules.CachingBuildEngine
 
CachingBuildEngine.BuildMode - Enum in com.facebook.buck.rules
The mode in which to build rules.
CachingBuildEngine.DefaultBuildRuleBuilderDelegate - Class in com.facebook.buck.rules
 
CachingBuildEngine.DepFiles - Enum in com.facebook.buck.rules
Whether to use dependency files or not.
CachingBuildEngine.MetadataStorage - Enum in com.facebook.buck.rules
 
CachingBuildEngineBuckConfig - Class in com.facebook.buck.rules
Immutable implementation of AbstractCachingBuildEngineBuckConfig.
CachingBuildEngineDelegate - Interface in com.facebook.buck.rules
Functionality used in the CachingBuildEngine when running a distributed build.
CachingQueryEvaluator - Class in com.facebook.buck.query
 
CachingQueryEvaluator() - Constructor for class com.facebook.buck.query.CachingQueryEvaluator
 
CalculateAbi - Interface in com.facebook.buck.jvm.java
Tag interface for rules that calculate ABIs for Java code.
CalculateAbiFromClasses - Class in com.facebook.buck.jvm.java
 
CalculateAbiFromClasses(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathResolver, SourcePath, boolean) - Constructor for class com.facebook.buck.jvm.java.CalculateAbiFromClasses
 
CalculateAbiFromClassesStep - Class in com.facebook.buck.jvm.java
 
CalculateAbiFromClassesStep(ProjectFilesystem, Path, Path, boolean) - Constructor for class com.facebook.buck.jvm.java.CalculateAbiFromClassesStep
 
CalculateAbiFromSource - Class in com.facebook.buck.jvm.java
 
CalculateAbiFromSource(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, JarBuildStepsFactory) - Constructor for class com.facebook.buck.jvm.java.CalculateAbiFromSource
 
calculateClassHashes(ExecutionContext, ProjectFilesystem, Path) - Static method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
 
call() - Method in class com.facebook.buck.cli.bootstrapper.ConsoleHandler
 
call() - Method in class com.facebook.buck.cli.bootstrapper.LogFileHandler
 
call() - Method in class com.facebook.buck.cli.bootstrapper.MemoryHandler
 
call() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
 
call() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
call() - Method in class com.facebook.buck.util.InputStreamConsumer
 
call(Object, ProcessExecutorParams, ImmutableMap<String, String>) - Method in interface com.facebook.buck.util.ProcessRegistry.ProcessRegisterCallback
 
callback(int) - Method in class com.facebook.buck.sqlite.RetryBusyHandler
 
callOnEachResource(Consumer<R>) - Method in class com.facebook.buck.util.concurrent.ResourcePool
 
CanaryFactory - Class in com.facebook.buck.dalvik
Helper to create a "canary" class for the secondary DEX.
canBeAggregated(IjProjectConfig) - Method in enum com.facebook.buck.ide.intellij.model.IjModuleType
 
canBorrow() - Method in class com.facebook.buck.io.BorrowablePath
 
cancel(boolean) - Method in class com.facebook.buck.util.concurrent.WorkThreadTrackingFutureDecorator
 
canceled(BuildRule, Throwable) - Static method in class com.facebook.buck.rules.BuildResult
 
canMergeWith(IjFolder) - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
 
canMergeWith(IjFolder) - Method in class com.facebook.buck.ide.intellij.model.folders.ResourceFolder
 
canMergeWith(IjFolder) - Method in class com.facebook.buck.ide.intellij.model.folders.SelfMergingOnlyFolder
 
CannotInferException - Exception in com.facebook.buck.jvm.java.abi.source.api
 
CannotInferException(String, Element) - Constructor for exception com.facebook.buck.jvm.java.abi.source.api.CannotInferException
 
CannotInferException(String, TypeMirror) - Constructor for exception com.facebook.buck.jvm.java.abi.source.api.CannotInferException
 
CanProvideNativeLinkTarget - Interface in com.facebook.buck.cxx.toolchain.nativelink
Helper interface for nodes which conditionally support the NativeLinkTarget interface.
canPutEntry(FileLike) - Method in class com.facebook.buck.dalvik.DalvikAwareOutputStreamHelper
 
canStartSimulator(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
 
canWrapBinaryBuildRule(BuildRule) - Static method in class com.facebook.buck.apple.AppleDebuggableBinary
Indicates whether its possible to wrap given _binary_ rule.
capitalize(String) - Static method in class com.facebook.buck.util.MoreStrings
 
CapturingPrintStream - Class in com.facebook.buck.util
 
CapturingPrintStream() - Constructor for class com.facebook.buck.util.CapturingPrintStream
 
cCompiler - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
cCompiler - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
cDepInput - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
cDepInput - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
Cell - Class in com.facebook.buck.rules
Represents a single checkout of a code base.
Cell.MissingBuildFileException - Exception in com.facebook.buck.rules
 
CellConfig - Class in com.facebook.buck.config
Hierarcical configuration of cell/section/key/value quadruples.
cellNames - Variable in class com.facebook.buck.rules.args.MacroArg
 
CellPathResolver - Interface in com.facebook.buck.rules
 
CellPathResolverSerializer - Class in com.facebook.buck.rules
 
CellPathResolverView - Class in com.facebook.buck.rules
View of a subset of cells of a cell path resolver.
CellPathResolverView(CellPathResolver, ImmutableSet<String>, Path) - Constructor for class com.facebook.buck.rules.CellPathResolverView
 
CellProvider - Class in com.facebook.buck.rules
 
cellRoots - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
cFlags - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
chainExceptions(ListenableFuture<F>, ListenableFuture<T>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
 
chainExceptions(ListenableFuture<F>, ListenableFuture<T>, Executor) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
 
changedFiles(String) - Method in class com.facebook.buck.util.versioncontrol.DelegatingVersionControlCmdLineInterface
 
changedFiles(String) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
changedFiles(String) - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
changedFiles(String) - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
characters(char[], int, int) - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
 
CharLineHandler() - Constructor for class com.facebook.buck.util.LineIterating.CharLineHandler
 
CharLineHandler(int) - Constructor for class com.facebook.buck.util.LineIterating.CharLineHandler
 
check() - Method in interface com.facebook.buck.model.Flavor
 
checkAndCleanIfNeeded(Cell) - Static method in class com.facebook.buck.cli.MetadataChecker
 
checkArchive(boolean, String) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
checkArguments(CommandRunnerParams) - Method in class com.facebook.buck.cli.BuildCommand
 
checkBaseName(String, String) - Static method in class com.facebook.buck.parser.BuildTargetParser
 
checkHeader(ByteBuffer) - Static method in class com.facebook.buck.bsd.UnixArchive
 
checkNdkDirectory() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
checkNotNull(T) - Static method in class com.facebook.buck.util.liteinfersupport.Preconditions
 
checkPathExistsAndResolve(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
checkSdkDirectory() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
checkVisibility(ObeysVisibility, ObeysVisibility) - Method in interface com.facebook.buck.rules.VisibilityPattern
 
ChromeTraceBuckConfig - Class in com.facebook.buck.event.listener
 
ChromeTraceBuildListener - Class in com.facebook.buck.event.listener
Logs events to a json file formatted to be viewed in Chrome Trace View (chrome://tracing).
ChromeTraceBuildListener(ProjectFilesystem, InvocationInfo, Clock, ChromeTraceBuckConfig) - Constructor for class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ChromeTraceEvent - Class in com.facebook.buck.event
Json format for Chrome Trace events that can be viewed in chrome://tracing.
ChromeTraceEvent(String, String, ChromeTraceEvent.Phase, long, long, long, long, ImmutableMap<String, ? extends Object>) - Constructor for class com.facebook.buck.event.ChromeTraceEvent
 
ChromeTraceEvent.Phase - Enum in com.facebook.buck.event
 
ChromeTraceParser - Class in com.facebook.buck.util.trace
Event-driven parser for Chrome traces.
ChromeTraceParser(ProjectFilesystem) - Constructor for class com.facebook.buck.util.trace.ChromeTraceParser
 
ChromeTraceParser.ChromeTraceEventMatcher<T> - Interface in com.facebook.buck.util.trace
Extracts data of interest if it finds a Chrome trace event of the type it is looking for.
CHUNK_RES_TABLE_PACKAGE - Static variable in class com.facebook.buck.android.resources.ResChunk
 
CHUNK_RES_TABLE_TYPE - Static variable in class com.facebook.buck.android.resources.ResChunk
 
CHUNK_RES_TABLE_TYPE_SPEC - Static variable in class com.facebook.buck.android.resources.ResChunk
 
CHUNK_RESOURCE_TABLE - Static variable in class com.facebook.buck.android.resources.ResChunk
 
CHUNK_STRING_POOL - Static variable in class com.facebook.buck.android.resources.ResChunk
 
CHUNK_XML_REF_MAP - Static variable in class com.facebook.buck.android.resources.ResChunk
 
CHUNK_XML_TREE - Static variable in class com.facebook.buck.android.resources.ResChunk
 
ChunkAccumulator - Class in com.facebook.buck.util
Accumulates String chunks, keeping only the most recent to stay under a given maximum size.
ChunkAccumulator(Charset, long) - Constructor for class com.facebook.buck.util.ChunkAccumulator
 
chunkArgs(Iterable<String>, int) - Static method in class com.facebook.buck.android.exopackage.RealAndroidDevice
Breaks a list of strings into groups whose total size is within some limit.
ClangCompiler - Class in com.facebook.buck.cxx.toolchain
 
ClangCompiler(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.ClangCompiler
 
ClangPreprocessor - Class in com.facebook.buck.cxx.toolchain
 
ClangPreprocessor(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.ClangPreprocessor
 
CLASS_ABI_FLAVOR - Static variable in interface com.facebook.buck.jvm.java.HasJavaAbi
 
CLASS_INDENTATION - Static variable in class com.facebook.buck.android.WriteAppModuleMetadataStep
 
CLASS_SECTION_HEADER - Static variable in class com.facebook.buck.android.WriteAppModuleMetadataStep
 
classesToRemoveFromJar - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
CLASSIFIER_SOURCES - Static variable in class com.facebook.buck.maven.AetherUtil
 
ClassInfo<T extends Buildable> - Interface in com.facebook.buck.rules.modern
ClassInfo is used by ModernBuildRule to extract information from a Buildable instance.
classIsOnBootClasspath(String) - Method in interface com.facebook.buck.jvm.java.abi.source.api.InterfaceValidatorCallback
 
ClassLoaderBootstrapper - Class in com.facebook.buck.cli.bootstrapper
This class sets up a separate ClassLoader for most of Buck's implementation, leaving only the bare minimum bootstrapping classes (and a few classes for compatibility with library code that is not ClassLoader-aware) in the system ClassLoader.
ClassLoaderCache - Class in com.facebook.buck.util
Maintain a cache mapping class paths to class loaders that load from these class paths.
ClassLoaderCache() - Constructor for class com.facebook.buck.util.ClassLoaderCache
 
ClassNameFilter - Class in com.facebook.buck.android
Filter for internal class names.
ClasspathChecker - Class in com.facebook.buck.jvm.java
 
ClasspathChecker() - Constructor for class com.facebook.buck.jvm.java.ClasspathChecker
 
ClasspathFunction - Class in com.facebook.buck.rules.query
A classpath(expression [, depth]) expression that calculates targets in the classpath of the given library or libraries.
ClasspathFunction() - Constructor for class com.facebook.buck.rules.query.ClasspathFunction
 
ClasspathMacro - Class in com.facebook.buck.rules.macros
Immutable implementation of AbstractClasspathMacro.
ClasspathMacroExpander - Class in com.facebook.buck.rules.macros
Used to expand the macro $(classpath //some:target) to the transitive classpath of that target, expanding all paths to be absolute.
ClasspathMacroExpander() - Constructor for class com.facebook.buck.rules.macros.ClasspathMacroExpander
 
ClasspathMacroTypeCoercer - Class in com.facebook.buck.rules.coercer
 
ClasspathTraversal - Class in com.facebook.buck.jvm.java.classes
Traversal strategy for traversing a set of paths that themselves are traversed.
ClasspathTraversal(Collection<Path>, ProjectFilesystem) - Constructor for class com.facebook.buck.jvm.java.classes.ClasspathTraversal
 
ClasspathTraverser - Interface in com.facebook.buck.jvm.java.classes
 
ClassUsageFileWriter - Interface in com.facebook.buck.jvm.java
 
ClassUsageFileWriterSerializer - Class in com.facebook.buck.jvm.java
 
clean(BuckConfig, Path, boolean, boolean) - Method in class com.facebook.buck.ide.intellij.IJProjectCleaner
 
clean(List<Diagnostic<? extends JavaFileObject>>) - Static method in class com.facebook.buck.jvm.java.DiagnosticCleaner
 
clean(Path) - Method in class com.facebook.buck.util.DirectoryCleaner
 
CleanCommand - Class in com.facebook.buck.cli
 
CleanCommand() - Constructor for class com.facebook.buck.cli.CleanCommand
 
cleanup(SimplePerfEvent.Scope) - Method in class com.facebook.buck.rules.keys.EventPostingRuleKeyCacheScope
Additional cleanup.
clear() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
clearCurrentThreadTracingInterfaceFromJsr199Javac() - Static method in class com.facebook.buck.event.api.BuckTracing
Used by Buck to disconnect this class from its tracing mechanism.
clearLine() - Method in class com.facebook.buck.util.Ansi
Clears the line the cursor is currently on.
clearToTheEndOfLine() - Method in class com.facebook.buck.util.Ansi
Clears from the cursor to the end of line.
ClientSideBuildSlaveFinishedStatsEvent - Class in com.facebook.buck.distributed
 
ClientSideBuildSlaveFinishedStatsEvent(List<BuildSlaveFinishedStats>) - Constructor for class com.facebook.buck.distributed.ClientSideBuildSlaveFinishedStatsEvent
 
clientSideCacheResult() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
 
ClientSideSlb - Class in com.facebook.buck.slb
 
ClientSideSlb(ClientSideSlbConfig) - Constructor for class com.facebook.buck.slb.ClientSideSlb
 
ClientSideSlb.ServerPing - Class in com.facebook.buck.slb
 
ClientSideSlbConfig - Class in com.facebook.buck.slb
Immutable implementation of AbstractClientSideSlbConfig.
ClientSideSlbConfig.Builder - Class in com.facebook.buck.slb
Builds instances of type ClientSideSlbConfig.
clock - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
Clock - Interface in com.facebook.buck.timing
 
ClockDuration - Class in com.facebook.buck.timing
Represents a difference between two time points obtained by Clock.
ClockDuration(long, long, long) - Constructor for class com.facebook.buck.timing.ClockDuration
 
cloneWith(BuckConfig) - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheFactory
 
cloneWith(BuckConfig) - Method in class com.facebook.buck.artifact_cache.ArtifactCaches
 
cloneWith(BuckConfig) - Method in class com.facebook.buck.artifact_cache.SingletonArtifactCacheFactory
 
cloneWithOutputStreams(PrintStream, PrintStream) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
cloneWithOutputStreams(PrintStream, PrintStream) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
cloneWithOutputStreams(PrintStream, PrintStream) - Method in interface com.facebook.buck.util.ProcessExecutor
Makes a clone of this process executor with the stdout and stderr streams overridden.
close() - Method in class com.facebook.buck.android.resources.ResourcesZipBuilder
 
close() - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
close() - Method in interface com.facebook.buck.artifact_cache.ArtifactCache
 
close() - Method in class com.facebook.buck.artifact_cache.DirArtifactCache
 
close() - Method in class com.facebook.buck.artifact_cache.FullyReadOnCloseInputStream
 
close() - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
 
close() - Method in class com.facebook.buck.artifact_cache.MultiArtifactCache
 
close() - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache
 
close() - Method in class com.facebook.buck.artifact_cache.RetryingCacheDecorator
 
close() - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCache
 
close() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response
 
close() - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
 
close() - Method in class com.facebook.buck.bsd.UnixArchive
 
close() - Method in class com.facebook.buck.cli.bootstrapper.CompressingFileHandler
 
close() - Method in class com.facebook.buck.cli.bootstrapper.ConsoleHandler
 
close() - Method in class com.facebook.buck.cli.bootstrapper.LogFileHandler
 
close() - Method in class com.facebook.buck.cli.bootstrapper.MemoryHandler
 
close() - Method in class com.facebook.buck.cli.CommandThreadManager
 
close() - Method in class com.facebook.buck.command.Build
 
close() - Method in class com.facebook.buck.counters.CounterRegistryImpl
 
close() - Method in class com.facebook.buck.dalvik.DalvikAwareOutputStreamHelper
 
close() - Method in class com.facebook.buck.distributed.CoordinatorModeRunner.AsyncCoordinatorRun
 
close() - Method in class com.facebook.buck.distributed.DistBuildService
 
close() - Method in class com.facebook.buck.distributed.InlineContentsProvider
 
close() - Method in class com.facebook.buck.distributed.LocalFsContentsProvider
 
close() - Method in class com.facebook.buck.distributed.MultiSourceContentsProvider
 
close() - Method in class com.facebook.buck.distributed.ServerContentsProvider
 
close() - Method in class com.facebook.buck.distributed.ThriftCoordinatorClient
 
close() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
 
close() - Method in class com.facebook.buck.event.api.BuckTracing.TraceSection
 
close() - Method in class com.facebook.buck.event.DefaultBuckEventBus
ExecutorService.awaitTermination(long, java.util.concurrent.TimeUnit) is called to wait for events which have been posted, but which have been queued by the EventBus, to be delivered.
close() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
close() - Method in class com.facebook.buck.event.listener.BroadcastEventListener.BroadcastEventBusClosable
 
close() - Method in class com.facebook.buck.event.listener.BuckEventOrderer
 
close() - Method in class com.facebook.buck.event.listener.DistBuildClientEventListener
 
close() - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
close() - Method in class com.facebook.buck.event.listener.FileSerializationEventBusListener
 
close() - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
close() - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
 
close() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
 
close() - Method in class com.facebook.buck.io.Watchman
 
close() - Method in interface com.facebook.buck.io.WatchmanClient
 
close() - Method in class com.facebook.buck.io.windowspipe.WindowsNamedPipe
 
close() - Method in class com.facebook.buck.json.HybridProjectBuildFileParser
 
close() - Method in class com.facebook.buck.json.PythonDslProjectBuildFileParser
 
close() - Method in class com.facebook.buck.jvm.java.abi.JarBuilderStubJarWriter
 
close() - Method in interface com.facebook.buck.jvm.java.Javac.Invocation
 
close() - Method in class com.facebook.buck.jvm.java.JavacEventSinkScopedSimplePerfEvent
 
close() - Method in class com.facebook.buck.jvm.java.JavacPipelineState
 
close() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
close() - Method in class com.facebook.buck.log.ConsoleHandler
 
close() - Method in interface com.facebook.buck.log.ConsoleHandlerState.Writer
 
close() - Method in interface com.facebook.buck.log.GlobalStateManager.LoggerIsMappedToThreadScope
 
close() - Method in class com.facebook.buck.log.LogFileHandler
 
close() - Method in class com.facebook.buck.log.memory.MemoryHandler
 
close() - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
close() - Method in class com.facebook.buck.message_ipc.Connection
 
close() - Method in class com.facebook.buck.message_ipc.MessageTransport
 
close() - Method in class com.facebook.buck.oop_javac.MainOutOfProcessJavac
 
close() - Method in interface com.facebook.buck.parser.api.ProjectBuildFileParser
 
close() - Method in class com.facebook.buck.parser.ParsePipeline
 
close() - Method in class com.facebook.buck.parser.PerBuildState
 
close() - Method in class com.facebook.buck.parser.TargetNodeParsePipeline
 
close() - Method in interface com.facebook.buck.rules.BuildInfoStore
 
close() - Method in class com.facebook.buck.rules.BuildInfoStoreManager
 
close() - Method in class com.facebook.buck.rules.CachingBuildEngine
 
close() - Method in class com.facebook.buck.rules.FilesystemBuildInfoStore
 
close() - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyScopedHasher.DefaultContainerScope
Hashes the container iff non-empty (i.e.
close() - Method in class com.facebook.buck.rules.keys.EventPostingRuleKeyCacheScope
 
close() - Method in interface com.facebook.buck.rules.keys.RuleKeyCacheScope
 
close() - Method in interface com.facebook.buck.rules.RulePipelineState
Called after the pipeline is done (either through success or failure partway through) to release resources.
close() - Method in class com.facebook.buck.rules.SQLiteBuildInfoStore
 
close() - Method in class com.facebook.buck.skylark.parser.SkylarkProjectBuildFileParser
 
close() - Method in class com.facebook.buck.slb.ClientSideSlb
 
close() - Method in interface com.facebook.buck.slb.HttpLoadBalancer
 
close() - Method in interface com.facebook.buck.slb.HttpService
 
close() - Method in class com.facebook.buck.slb.LoadBalancedHttpResponse
 
close() - Method in class com.facebook.buck.slb.LoadBalancedService
 
close() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
 
close() - Method in class com.facebook.buck.slb.RetryingHttpService
 
close() - Method in class com.facebook.buck.slb.SingleUriService
 
close() - Method in class com.facebook.buck.slb.ThriftOverHttpService
 
close() - Method in class com.facebook.buck.util.AsyncCloseable
schedule the closing of all registered objects.
close() - Method in class com.facebook.buck.util.ClassLoaderCache
 
close() - Method in interface com.facebook.buck.util.concurrent.AssertScopeExclusiveAccess.Scope
 
close() - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
close() - Method in class com.facebook.buck.util.concurrent.ResourcePool
 
close() - Method in class com.facebook.buck.util.hash.HasherOutputStream
 
close() - Method in class com.facebook.buck.util.LineFetcher
 
close() - Method in class com.facebook.buck.util.NamedTemporaryFile
 
close() - Method in class com.facebook.buck.util.network.BlockingHttpEndpoint
Attempt to complete submitted requests on close so that as much information is recorded as possible.
close() - Method in class com.facebook.buck.util.network.offline.OfflineScribeLogger
 
close() - Method in class com.facebook.buck.util.network.ThriftScribeLogger
 
close() - Method in class com.facebook.buck.util.perf.PerfStatsTracking
 
close() - Method in class com.facebook.buck.util.perf.ProcessTracker
 
close() - Method in interface com.facebook.buck.util.Scope
 
close() - Method in class com.facebook.buck.util.TeeOutputStream
 
close() - Method in class com.facebook.buck.util.zip.CustomZipOutputStream
 
close() - Method in class com.facebook.buck.util.zip.DeterministicZipBuilder
 
close() - Method in interface com.facebook.buck.util.zip.JarEntryContainer
 
close() - Method in class com.facebook.buck.worker.WorkerProcess
 
close() - Method in class com.facebook.buck.worker.WorkerProcessPool
 
close() - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandReceiver
Should be called when the CommandSender has requested the receiver closes.
close() - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandSender
Instructs the CommandReceiver to shut itself down.
close() - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandReceiver
 
close() - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandSender
 
closeAsync(T) - Method in class com.facebook.buck.util.AsyncCloseable
 
closeBuildInvocation(int) - Method in interface com.facebook.buck.jvm.java.OutOfProcessJavacConnectionInterface
 
closeBuildInvocation(int) - Method in class com.facebook.buck.oop_javac.OutOfProcessInvocationReceiver
 
closeEntry() - Method in class com.facebook.buck.util.zip.CustomZipOutputStream
 
CloseHandle(WinNT.HANDLE) - Method in interface com.facebook.buck.io.windowspipe.WindowsNamedPipeLibrary
 
closeLogFile() - Static method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
closeStdin(boolean) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
Closes the stdin of the process.
cmd - Variable in class com.facebook.buck.shell.Genrule
 
cmdExe - Variable in class com.facebook.buck.shell.Genrule
 
CODE_SIGN_ENTITLEMENTS - Static variable in class com.facebook.buck.apple.AppleBundle
 
coderResult - Variable in class com.facebook.buck.charset.NulTerminatedCharsetDecoder.Result
 
CodeSignIdentity - Class in com.facebook.buck.apple
Represents a identity used in code signing.
CodeSignIdentity.Builder - Class in com.facebook.buck.apple
Builds instances of type CodeSignIdentity.
CodeSignIdentityStore - Class in com.facebook.buck.apple
A collection of code sign identities.
CodeSigning - Class in com.facebook.buck.apple
Utility class for code signing.
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.BuildConfigFieldsTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, ImmutableList<String>) - Method in class com.facebook.buck.rules.coercer.BuildTargetMacroTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.BuildTargetTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.ConstraintTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.EitherTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.EnumTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.FlavorTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.IdentityTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.InputPathTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.ListTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.LogLevelTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.ManifestEntriesTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpecTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.NumberTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.OcamlSourceTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.PairTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.PathTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.PatternTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.QueryCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.SetTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.SortedMapTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.SortedSetTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.SourceListTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.SourcePathTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsListTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.StringWithMacrosTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.UriTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.VersionTypeCoercer
 
CoercedTypeCache - Class in com.facebook.buck.rules.coercer
Caches the set of possible ParamInfos for each param on a coercable type.
CoerceFailedException - Exception in com.facebook.buck.rules.coercer
 
CoerceFailedException(String) - Constructor for exception com.facebook.buck.rules.coercer.CoerceFailedException
 
CoerceFailedException(String, Throwable) - Constructor for exception com.facebook.buck.rules.coercer.CoerceFailedException
 
collectAndSubmitResult() - Method in class com.facebook.buck.doctor.AbstractReport
 
collectBasePaths(Iterable<? extends BuildTarget>) - Static method in class com.facebook.buck.model.BuildFileTree
Returns the base paths for zero or more targets.
collectCxxPreprocessorInput(BuildTarget, CxxPlatform, Iterable<BuildRule>, ImmutableMultimap<AbstractCxxSource.Type, ? extends Arg>, ImmutableList<HeaderSymlinkTree>, ImmutableSet<FrameworkPath>, Iterable<CxxPreprocessorInput>, ImmutableList<String>, Optional<SymlinkTree>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
collectDirectAssetCatalogs(TargetGraph, TargetNode<?, ?>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
collectDirectResources(TargetGraph, TargetNode<?, ?>) - Static method in class com.facebook.buck.apple.AppleResources
 
collectInitializationErrors(List<Throwable>) - Method in class com.facebook.buck.testrunner.BuckBlockJUnit4ClassRunner
Override default init error collector so that class without any test methods will pass
CollectionTypeCoercer<C extends com.google.common.collect.ImmutableCollection<T>,T> - Class in com.facebook.buck.rules.coercer
 
collectRecursiveAssetCatalogs(TargetGraph, Optional<AppleDependenciesCache>, Iterable<TargetNode<T, ?>>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
collectRecursiveResources(TargetGraph, Optional<AppleDependenciesCache>, TargetNode<?, ?>) - Static method in class com.facebook.buck.apple.AppleResources
Collect resources from recursive dependencies.
collectRecursiveWrapperResources(TargetGraph, Optional<AppleDependenciesCache>, Iterable<TargetNode<T, ?>>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
collectResourceDirsAndFiles(TargetGraph, BuildRuleResolver, Optional<AppleDependenciesCache>, TargetNode<T, ?>) - Static method in class com.facebook.buck.apple.AppleResources
 
collectTargetPatterns(Collection<String>) - Method in class com.facebook.buck.query.QueryExpression
Collects all target patterns that are referenced anywhere within this query expression and adds them to the given collection, which must be mutable.
collectTransitiveBuildRules(TargetGraph, Optional<AppleDependenciesCache>, ImmutableSet<Class<? extends Description<?>>>, Collection<TargetNode<?, ?>>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
colorFromType(String) - Static method in class com.facebook.buck.graph.Dot
 
com.facebook.buck.android - package com.facebook.buck.android
 
com.facebook.buck.android.aapt - package com.facebook.buck.android.aapt
 
com.facebook.buck.android.agent - package com.facebook.buck.android.agent
 
com.facebook.buck.android.agent.util - package com.facebook.buck.android.agent.util
 
com.facebook.buck.android.apkmodule - package com.facebook.buck.android.apkmodule
 
com.facebook.buck.android.exopackage - package com.facebook.buck.android.exopackage
 
com.facebook.buck.android.packageable - package com.facebook.buck.android.packageable
 
com.facebook.buck.android.redex - package com.facebook.buck.android.redex
 
com.facebook.buck.android.relinker - package com.facebook.buck.android.relinker
 
com.facebook.buck.android.resources - package com.facebook.buck.android.resources
 
com.facebook.buck.android.toolchain - package com.facebook.buck.android.toolchain
 
com.facebook.buck.android.toolchain.impl - package com.facebook.buck.android.toolchain.impl
 
com.facebook.buck.annotations - package com.facebook.buck.annotations
 
com.facebook.buck.apple - package com.facebook.buck.apple
 
com.facebook.buck.apple.clang - package com.facebook.buck.apple.clang
 
com.facebook.buck.apple.device - package com.facebook.buck.apple.device
 
com.facebook.buck.apple.platform_type - package com.facebook.buck.apple.platform_type
 
com.facebook.buck.apple.project_generator - package com.facebook.buck.apple.project_generator
Classes pertaining to the generation of Xcode projects and workspaces.
com.facebook.buck.apple.simulator - package com.facebook.buck.apple.simulator
 
com.facebook.buck.apple.toolchain - package com.facebook.buck.apple.toolchain
 
com.facebook.buck.apple.xcode - package com.facebook.buck.apple.xcode
 
com.facebook.buck.apple.xcode.xcodeproj - package com.facebook.buck.apple.xcode.xcodeproj
 
com.facebook.buck.apple.xcode.xcspec - package com.facebook.buck.apple.xcode.xcspec
 
com.facebook.buck.artifact_cache - package com.facebook.buck.artifact_cache
 
com.facebook.buck.bsd - package com.facebook.buck.bsd
 
com.facebook.buck.bser - package com.facebook.buck.bser
 
com.facebook.buck.build_type - package com.facebook.buck.build_type
 
com.facebook.buck.charset - package com.facebook.buck.charset
 
com.facebook.buck.cli - package com.facebook.buck.cli
 
com.facebook.buck.cli.bootstrapper - package com.facebook.buck.cli.bootstrapper
 
com.facebook.buck.cli.parameter_extractors - package com.facebook.buck.cli.parameter_extractors
A package for interfaces that extract parameters from com.facebook.buck.cli.AbstractCommand descendants.
com.facebook.buck.command - package com.facebook.buck.command
 
com.facebook.buck.config - package com.facebook.buck.config
 
com.facebook.buck.counters - package com.facebook.buck.counters
 
com.facebook.buck.cxx - package com.facebook.buck.cxx
 
com.facebook.buck.cxx.toolchain - package com.facebook.buck.cxx.toolchain
 
com.facebook.buck.cxx.toolchain.elf - package com.facebook.buck.cxx.toolchain.elf
 
com.facebook.buck.cxx.toolchain.linker - package com.facebook.buck.cxx.toolchain.linker
 
com.facebook.buck.cxx.toolchain.nativelink - package com.facebook.buck.cxx.toolchain.nativelink
 
com.facebook.buck.cxx.toolchain.objectfile - package com.facebook.buck.cxx.toolchain.objectfile
 
com.facebook.buck.d - package com.facebook.buck.d
 
com.facebook.buck.dalvik - package com.facebook.buck.dalvik
 
com.facebook.buck.dalvik.firstorder - package com.facebook.buck.dalvik.firstorder
 
com.facebook.buck.distributed - package com.facebook.buck.distributed
 
com.facebook.buck.doctor - package com.facebook.buck.doctor
 
com.facebook.buck.doctor.config - package com.facebook.buck.doctor.config
 
com.facebook.buck.dotnet - package com.facebook.buck.dotnet
 
com.facebook.buck.eden - package com.facebook.buck.eden
 
com.facebook.buck.event - package com.facebook.buck.event
 
com.facebook.buck.event.api - package com.facebook.buck.event.api
 
com.facebook.buck.event.external.elements - package com.facebook.buck.event.external.elements
 
com.facebook.buck.event.external.events - package com.facebook.buck.event.external.events
 
com.facebook.buck.event.listener - package com.facebook.buck.event.listener
 
com.facebook.buck.file - package com.facebook.buck.file
 
com.facebook.buck.go - package com.facebook.buck.go
 
com.facebook.buck.graph - package com.facebook.buck.graph
 
com.facebook.buck.graphql - package com.facebook.buck.graphql
 
com.facebook.buck.gwt - package com.facebook.buck.gwt
 
com.facebook.buck.halide - package com.facebook.buck.halide
 
com.facebook.buck.hashing - package com.facebook.buck.hashing
 
com.facebook.buck.haskell - package com.facebook.buck.haskell
 
com.facebook.buck.httpserver - package com.facebook.buck.httpserver
 
com.facebook.buck.i18n - package com.facebook.buck.i18n
 
com.facebook.buck.ide.intellij - package com.facebook.buck.ide.intellij
 
com.facebook.buck.ide.intellij.aggregation - package com.facebook.buck.ide.intellij.aggregation
 
com.facebook.buck.ide.intellij.lang.android - package com.facebook.buck.ide.intellij.lang.android
 
com.facebook.buck.ide.intellij.lang.cxx - package com.facebook.buck.ide.intellij.lang.cxx
 
com.facebook.buck.ide.intellij.lang.groovy - package com.facebook.buck.ide.intellij.lang.groovy
 
com.facebook.buck.ide.intellij.lang.java - package com.facebook.buck.ide.intellij.lang.java
 
com.facebook.buck.ide.intellij.lang.kotlin - package com.facebook.buck.ide.intellij.lang.kotlin
 
com.facebook.buck.ide.intellij.lang.scala - package com.facebook.buck.ide.intellij.lang.scala
 
com.facebook.buck.ide.intellij.model - package com.facebook.buck.ide.intellij.model
 
com.facebook.buck.ide.intellij.model.folders - package com.facebook.buck.ide.intellij.model.folders
 
com.facebook.buck.ide.intellij.projectview - package com.facebook.buck.ide.intellij.projectview
 
com.facebook.buck.ide.intellij.projectview.shared - package com.facebook.buck.ide.intellij.projectview.shared
Files shared by Project View generator, and various IJ plugins that need to 'know about' Project Views
com.facebook.buck.io - package com.facebook.buck.io
 
com.facebook.buck.io.filesystem - package com.facebook.buck.io.filesystem
 
com.facebook.buck.io.unixsocket - package com.facebook.buck.io.unixsocket
 
com.facebook.buck.io.windowsfs - package com.facebook.buck.io.windowsfs
 
com.facebook.buck.io.windowspipe - package com.facebook.buck.io.windowspipe
 
com.facebook.buck.js - package com.facebook.buck.js
 
com.facebook.buck.json - package com.facebook.buck.json
 
com.facebook.buck.jvm.common - package com.facebook.buck.jvm.common
 
com.facebook.buck.jvm.core - package com.facebook.buck.jvm.core
 
com.facebook.buck.jvm.groovy - package com.facebook.buck.jvm.groovy
 
com.facebook.buck.jvm.java - package com.facebook.buck.jvm.java
 
com.facebook.buck.jvm.java.abi - package com.facebook.buck.jvm.java.abi
 
com.facebook.buck.jvm.java.abi.source - package com.facebook.buck.jvm.java.abi.source
Enables generation of ABI jars using only the Java source code of a single target, without requiring access to the source or ABI of dependencies.
com.facebook.buck.jvm.java.abi.source.api - package com.facebook.buck.jvm.java.abi.source.api
 
com.facebook.buck.jvm.java.autodeps - package com.facebook.buck.jvm.java.autodeps
 
com.facebook.buck.jvm.java.classes - package com.facebook.buck.jvm.java.classes
 
com.facebook.buck.jvm.java.coverage - package com.facebook.buck.jvm.java.coverage
 
com.facebook.buck.jvm.java.plugin - package com.facebook.buck.jvm.java.plugin
 
com.facebook.buck.jvm.java.plugin.adapter - package com.facebook.buck.jvm.java.plugin.adapter
 
com.facebook.buck.jvm.java.plugin.api - package com.facebook.buck.jvm.java.plugin.api
 
com.facebook.buck.jvm.java.runner - package com.facebook.buck.jvm.java.runner
 
com.facebook.buck.jvm.java.tracing - package com.facebook.buck.jvm.java.tracing
 
com.facebook.buck.jvm.kotlin - package com.facebook.buck.jvm.kotlin
 
com.facebook.buck.jvm.scala - package com.facebook.buck.jvm.scala
 
com.facebook.buck.log - package com.facebook.buck.log
 
com.facebook.buck.log.memory - package com.facebook.buck.log.memory
 
com.facebook.buck.log.views - package com.facebook.buck.log.views
 
com.facebook.buck.lua - package com.facebook.buck.lua
 
com.facebook.buck.macho - package com.facebook.buck.macho
 
com.facebook.buck.maven - package com.facebook.buck.maven
 
com.facebook.buck.message_ipc - package com.facebook.buck.message_ipc
 
com.facebook.buck.model - package com.facebook.buck.model
 
com.facebook.buck.model.macros - package com.facebook.buck.model.macros
 
com.facebook.buck.ocaml - package com.facebook.buck.ocaml
 
com.facebook.buck.oop_javac - package com.facebook.buck.oop_javac
 
com.facebook.buck.parser - package com.facebook.buck.parser
 
com.facebook.buck.parser.api - package com.facebook.buck.parser.api
 
com.facebook.buck.parser.events - package com.facebook.buck.parser.events
 
com.facebook.buck.parser.exceptions - package com.facebook.buck.parser.exceptions
 
com.facebook.buck.parser.options - package com.facebook.buck.parser.options
 
com.facebook.buck.python - package com.facebook.buck.python
 
com.facebook.buck.query - package com.facebook.buck.query
 
com.facebook.buck.randomizedtrial - package com.facebook.buck.randomizedtrial
 
com.facebook.buck.rules - package com.facebook.buck.rules
 
com.facebook.buck.rules.args - package com.facebook.buck.rules.args
 
com.facebook.buck.rules.coercer - package com.facebook.buck.rules.coercer
 
com.facebook.buck.rules.keys - package com.facebook.buck.rules.keys
 
com.facebook.buck.rules.keys.hasher - package com.facebook.buck.rules.keys.hasher
 
com.facebook.buck.rules.macros - package com.facebook.buck.rules.macros
 
com.facebook.buck.rules.modern - package com.facebook.buck.rules.modern
 
com.facebook.buck.rules.modern.impl - package com.facebook.buck.rules.modern.impl
 
com.facebook.buck.rules.query - package com.facebook.buck.rules.query
 
com.facebook.buck.rust - package com.facebook.buck.rust
 
com.facebook.buck.shell - package com.facebook.buck.shell
 
com.facebook.buck.skylark.function - package com.facebook.buck.skylark.function
 
com.facebook.buck.skylark.parser - package com.facebook.buck.skylark.parser
 
com.facebook.buck.slb - package com.facebook.buck.slb
 
com.facebook.buck.sqlite - package com.facebook.buck.sqlite
 
com.facebook.buck.step - package com.facebook.buck.step
 
com.facebook.buck.step.external - package com.facebook.buck.step.external
 
com.facebook.buck.step.external.executor - package com.facebook.buck.step.external.executor
 
com.facebook.buck.step.fs - package com.facebook.buck.step.fs
 
com.facebook.buck.swift - package com.facebook.buck.swift
 
com.facebook.buck.swift.toolchain - package com.facebook.buck.swift.toolchain
 
com.facebook.buck.test - package com.facebook.buck.test
 
com.facebook.buck.test.external - package com.facebook.buck.test.external
 
com.facebook.buck.test.result.type - package com.facebook.buck.test.result.type
 
com.facebook.buck.test.selectors - package com.facebook.buck.test.selectors
 
com.facebook.buck.testrunner - package com.facebook.buck.testrunner
 
com.facebook.buck.timing - package com.facebook.buck.timing
 
com.facebook.buck.tools.dxanalysis - package com.facebook.buck.tools.dxanalysis
 
com.facebook.buck.util - package com.facebook.buck.util
 
com.facebook.buck.util.autosparse - package com.facebook.buck.util.autosparse
 
com.facebook.buck.util.cache - package com.facebook.buck.util.cache
 
com.facebook.buck.util.collect - package com.facebook.buck.util.collect
 
com.facebook.buck.util.concurrent - package com.facebook.buck.util.concurrent
 
com.facebook.buck.util.environment - package com.facebook.buck.util.environment
 
com.facebook.buck.util.function - package com.facebook.buck.util.function
 
com.facebook.buck.util.hash - package com.facebook.buck.util.hash
 
com.facebook.buck.util.immutables - package com.facebook.buck.util.immutables
 
com.facebook.buck.util.liteinfersupport - package com.facebook.buck.util.liteinfersupport
 
com.facebook.buck.util.network - package com.facebook.buck.util.network
 
com.facebook.buck.util.network.hostname - package com.facebook.buck.util.network.hostname
 
com.facebook.buck.util.network.offline - package com.facebook.buck.util.network.offline
 
com.facebook.buck.util.perf - package com.facebook.buck.util.perf
 
com.facebook.buck.util.sha1 - package com.facebook.buck.util.sha1
 
com.facebook.buck.util.shutdown - package com.facebook.buck.util.shutdown
 
com.facebook.buck.util.string - package com.facebook.buck.util.string
 
com.facebook.buck.util.trace - package com.facebook.buck.util.trace
 
com.facebook.buck.util.trace.uploader - package com.facebook.buck.util.trace.uploader
 
com.facebook.buck.util.unit - package com.facebook.buck.util.unit
 
com.facebook.buck.util.versioncontrol - package com.facebook.buck.util.versioncontrol
 
com.facebook.buck.util.xml - package com.facebook.buck.util.xml
 
com.facebook.buck.util.zip - package com.facebook.buck.util.zip
 
com.facebook.buck.versions - package com.facebook.buck.versions
 
com.facebook.buck.worker - package com.facebook.buck.worker
 
com.facebook.buck.zip - package com.facebook.buck.zip
 
com.facebook.buck.zip.rules - package com.facebook.buck.zip.rules
 
combine(Set<String>, String, Set<String>) - Static method in class com.facebook.buck.io.FileFinder
Combines prefixes, base, and suffixes to create a set of file names.
COMBINED_PROJECT_OPTIONS - Static variable in class com.facebook.buck.apple.project_generator.ProjectGenerator
Standard options for generating a combined project
combineInputs(IjFolder, IjFolder) - Static method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
 
combineSummaries(SparseSummary) - Method in class com.facebook.buck.util.versioncontrol.AbstractSparseSummary
 
command - Variable in exception com.facebook.buck.android.AdbHelper.CommandFailedException
 
Command - Interface in com.facebook.buck.cli
 
COMMAND - Static variable in class com.facebook.buck.util.trace.ChromeTraceParser
Tries to extract the command that was used to trigger the invocation of Buck that generated the trace.
CommandAlias - Class in com.facebook.buck.shell
 
CommandAlias(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool) - Constructor for class com.facebook.buck.shell.CommandAlias
 
CommandAliasDescription - Class in com.facebook.buck.shell
 
CommandAliasDescription(Platform) - Constructor for class com.facebook.buck.shell.CommandAliasDescription
 
CommandAliasDescription.UnsupportedPlatformException - Exception in com.facebook.buck.shell
 
CommandAliasDescriptionArg - Class in com.facebook.buck.shell
Immutable implementation of CommandAliasDescription.AbstractCommandAliasDescriptionArg.
CommandAliasDescriptionArg.Builder - Class in com.facebook.buck.shell
Builds instances of type CommandAliasDescriptionArg.
CommandEvent - Class in com.facebook.buck.event
Events tracking the start and stop of a buck command.
CommandEvent.Finished - Class in com.facebook.buck.event
 
CommandEvent.Interrupted - Class in com.facebook.buck.event
 
CommandEvent.Started - Class in com.facebook.buck.event
 
CommandFailedException(String, int, String) - Constructor for exception com.facebook.buck.android.AdbHelper.CommandFailedException
 
commandFinished(CommandEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
commandFinished(CommandEvent.Finished) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
commandFinished(CommandEvent.Finished) - Method in class com.facebook.buck.event.listener.PerfTimesEventListener
 
CommandHelper - Class in com.facebook.buck.cli
 
CommandHelper() - Constructor for class com.facebook.buck.cli.CommandHelper
 
CommandIdToIsDaemonMapper - Interface in com.facebook.buck.log
 
commandIdToIsRunningAsDaemon(String) - Method in interface com.facebook.buck.log.CommandIdToIsDaemonMapper
 
commandIdToIsSuperConsoleEnabled(String) - Method in interface com.facebook.buck.log.CommandIdToIsSuperConsoleEnabledMapper
 
CommandIdToIsSuperConsoleEnabledMapper - Interface in com.facebook.buck.log
 
commandInterrupted(CommandEvent.Interrupted) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
CommandLineTargetNodeSpecParser - Class in com.facebook.buck.cli
 
CommandLineTargetNodeSpecParser(BuckConfig, BuildTargetPatternTargetNodeParser) - Constructor for class com.facebook.buck.cli.CommandLineTargetNodeSpecParser
 
CommandMode - Enum in com.facebook.buck.util.environment
 
CommandReceiver(OutputStream, InputStream) - Constructor for class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandReceiver
 
CommandRunnerParameters - Interface in com.facebook.buck.cli.parameter_extractors
Extract fields from com.facebook.buck.cli.CommandRunnerParams without a dependency on com.facebook.buck.cli
CommandRunnerParams - Class in com.facebook.buck.cli
Immutable implementation of AbstractCommandRunnerParams.
CommandRunnerParams.Builder - Class in com.facebook.buck.cli
Builds instances of type CommandRunnerParams.
CommandSegmentSectionNames - Class in com.facebook.buck.macho
 
CommandSender(OutputStream, InputStream, Path, Runnable) - Constructor for class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandSender
 
CommandSplitter - Class in com.facebook.buck.util
Splits an argument list into a list of command invocations whose total length will not exceed the specified limit if possible.
CommandSplitter(List<String>, int) - Constructor for class com.facebook.buck.util.CommandSplitter
 
CommandSplitter(List<String>) - Constructor for class com.facebook.buck.util.CommandSplitter
 
commandStarted(CommandEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
commandStartedEvent(CommandEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
CommandString(Optional<String>, Optional<String>, Optional<String>) - Constructor for class com.facebook.buck.shell.AbstractGenruleStep.CommandString
 
CommandThreadFactory - Class in com.facebook.buck.log
A ThreadFactory which associates created threads with the same command associated with the thread which creates the CommandThreadFactory.
CommandThreadFactory(String, int) - Constructor for class com.facebook.buck.log.CommandThreadFactory
 
CommandThreadFactory(String) - Constructor for class com.facebook.buck.log.CommandThreadFactory
 
CommandThreadFactory(ThreadFactory) - Constructor for class com.facebook.buck.log.CommandThreadFactory
 
CommandThreadFactory(ThreadFactory, Optional<Integer>) - Constructor for class com.facebook.buck.log.CommandThreadFactory
 
CommandThreadManager - Class in com.facebook.buck.cli
Encapsulates a group of threads which operate a ListeningExecutorService, providing an AutoCloseable interface which waits for and kills the threads on close.
CommandThreadManager(String, ListeningMultiSemaphore, ResourceAmounts, int, long, TimeUnit) - Constructor for class com.facebook.buck.cli.CommandThreadManager
 
CommandThreadManager(String, ListeningMultiSemaphore, ResourceAmounts, int) - Constructor for class com.facebook.buck.cli.CommandThreadManager
 
CommandThreadManager(String, ConcurrencyLimit, long, TimeUnit) - Constructor for class com.facebook.buck.cli.CommandThreadManager
 
CommandThreadManager(String, ConcurrencyLimit) - Constructor for class com.facebook.buck.cli.CommandThreadManager
 
CommandTool - Class in com.facebook.buck.rules
A Tool based on a list of arguments formed by SourcePaths.
CommandTool.Builder - Class in com.facebook.buck.rules
 
COMMON_MODIFICATION_TIME_STAMP - Static variable in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileCommonModificationDate
01 Feb 1985 00:00:00 (12:00:00 AM).
CommonDescriptionArg - Interface in com.facebook.buck.rules
 
CommonFastVersionControlStats - Interface in com.facebook.buck.util.versioncontrol
 
CommonGroups - Enum in com.facebook.buck.randomizedtrial
 
CommonSlowVersionControlStats - Interface in com.facebook.buck.util.versioncontrol
 
commonSuffixLength(Path, Path) - Static method in class com.facebook.buck.io.MorePaths
 
CommonThreadFactoryState - Interface in com.facebook.buck.log
 
CommonThreadStateRenderer - Class in com.facebook.buck.event.listener
 
CommonThreadStateRenderer(Ansi, Function<Long, String>, long, int, ImmutableMap<Long, ThreadRenderingInformation>) - Constructor for class com.facebook.buck.event.listener.CommonThreadStateRenderer
 
compact() - Method in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef
 
compact() - Method in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed
 
compare(Path, Path) - Method in class com.facebook.buck.ide.intellij.lang.java.ParsingJavaPackageFinder.PathComponentCountOrder
 
compare(Optional<T>, Optional<T>) - Static method in class com.facebook.buck.util.Optionals
 
compare(String, String) - Method in class com.facebook.buck.util.VersionStringComparator
 
CompareAbis - Class in com.facebook.buck.jvm.java
 
CompareAbis(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathResolver, SourcePath, SourcePath, JavaBuckConfig.SourceAbiVerificationMode) - Constructor for class com.facebook.buck.jvm.java.CompareAbis
 
compareClasses(SourcePath) - Method in interface com.facebook.buck.rules.SourcePath
 
comparePaths(DirectoryCleaner.PathStats, DirectoryCleaner.PathStats) - Method in interface com.facebook.buck.util.DirectoryCleaner.PathSelector
Returns the preferred sorting order to delete paths.
compareStrings(String, String) - Static method in class com.facebook.buck.util.string.StringsUtils
 
compareTo(RDotTxtEntry) - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
A collection of Resources should be sorted such that Resources of the same type should be grouped together, and should be alphabetized within that group.
compareTo(SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
compareTo(IjFolder) - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
 
compareTo(BuildId) - Method in class com.facebook.buck.model.BuildId
 
compareTo(Flavor) - Method in interface com.facebook.buck.model.Flavor
 
compareTo(BuildRule) - Method in interface com.facebook.buck.rules.BuildRule
 
compareTo(ParamInfo) - Method in class com.facebook.buck.rules.coercer.ParamInfo
Only valid when comparing ParamInfo instances from the same description.
compareTo(SourcePath) - Method in class com.facebook.buck.rules.DefaultBuildTargetSourcePath
 
compareTo(SourcePath) - Method in class com.facebook.buck.rules.ExplicitBuildTargetSourcePath
 
compareTo(SourcePath) - Method in class com.facebook.buck.rules.ForwardingBuildTargetSourcePath
 
compareTo(InputPath) - Method in class com.facebook.buck.rules.modern.InputPath
 
compareTo(BuildRule) - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
compareTo(SourcePath) - Method in class com.facebook.buck.rules.PathSourcePath
 
CompDirReplacer - Class in com.facebook.buck.macho
 
CompDirReplacer(ByteBuffer, NulTerminatedCharsetDecoder) - Constructor for class com.facebook.buck.macho.CompDirReplacer
 
COMPILATION_DATABASE - Static variable in class com.facebook.buck.cxx.CxxCompilationDatabase
 
CompilationUnitTreeProxy - Interface in com.facebook.buck.jvm.java.plugin.api
CompilationUnitTree is included with the compiler and is thus not directly accessible from within Buck's class loader.
CompilationUnitTreeProxyImpl - Class in com.facebook.buck.jvm.java.plugin.adapter
 
CompilationUnitTreeProxyImpl(CompilationUnitTree) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.CompilationUnitTreeProxyImpl
 
compile(BuildTarget, ProjectFilesystem, BuildRuleParams, CompilerDelegate, Path, SourcePath, AbstractCxxSource.Type, DebugPathSanitizer, Optional<SymlinkTree>) - Static method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
compileAgainstAbis - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
COMPILED_TESTS_LIBRARY_FLAVOR - Static variable in class com.facebook.buck.jvm.java.JavaTest
 
Compiler - Interface in com.facebook.buck.cxx.toolchain
 
COMPILER_ERROR_EVENT - Static variable in interface com.facebook.buck.event.external.events.CompilerErrorEventExternalInterface
 
CompilerErrorEvent - Class in com.facebook.buck.event
 
compilerErrorEvent(CompilerErrorEvent) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
CompilerErrorEvent.CompilerType - Enum in com.facebook.buck.event
 
CompilerErrorEventExternalInterface - Interface in com.facebook.buck.event.external.events
Describes a compiler error thrown by buck.
CompilerParameters - Class in com.facebook.buck.jvm.java
Immutable implementation of AbstractCompilerParameters.
CompilerParameters.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type CompilerParameters.
CompilerPluginDurationEvent - Class in com.facebook.buck.event
Base class for events being reported by plugins to in-process compilers such as JSR199 javac.
CompilerPluginDurationEvent(EventKey, BuildTarget, String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.event.CompilerPluginDurationEvent
 
CompilerPluginDurationEvent.Finished - Class in com.facebook.buck.event
 
CompilerPluginDurationEvent.Started - Class in com.facebook.buck.event
 
compilerPluginDurationEventFinished(CompilerPluginDurationEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
compilerPluginDurationEventStarted(CompilerPluginDurationEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
CompilerProvider - Class in com.facebook.buck.cxx.toolchain
 
CompilerProvider(ToolProvider, CxxToolProvider.Type) - Constructor for class com.facebook.buck.cxx.toolchain.CompilerProvider
 
CompilerProvider(Path, Optional<CxxToolProvider.Type>) - Constructor for class com.facebook.buck.cxx.toolchain.CompilerProvider
 
CompileStringsStep - Class in com.facebook.buck.android
This Step takes a list of string resource files (strings.xml), groups them by locales, and for each locale generates a file with all the string resources for that locale.
CompileStringsStep(ProjectFilesystem, ImmutableList<Path>, Path, Function<String, Path>) - Constructor for class com.facebook.buck.android.CompileStringsStep
Note: The ordering of files in the input list determines which resource value ends up in the output .fbstr file, in the event of multiple xml files of a locale sharing the same string resource name - file that appears first in the list wins.
CompileToJarStepFactory - Class in com.facebook.buck.jvm.java
Provides a base implementation for post compile steps.
CompileToJarStepFactory() - Constructor for class com.facebook.buck.jvm.java.CompileToJarStepFactory
 
complete(PerfTimesStats) - Static method in class com.facebook.buck.event.listener.PerfTimesEventListener.PerfTimesEvent
 
completedFuture(T) - Static method in interface com.facebook.buck.util.concurrent.WorkThreadTrackingFuture
Returns an instance already completed with the given value.
CompressingFileHandler - Class in com.facebook.buck.cli.bootstrapper
 
CompressingFileHandler() - Constructor for class com.facebook.buck.cli.bootstrapper.CompressingFileHandler
 
CompressingFileHandler - Class in com.facebook.buck.log
 
CompressingFileHandler() - Constructor for class com.facebook.buck.log.CompressingFileHandler
 
computeClosure(UsedResourcesFinder.ApkContentProvider, Iterable<String>, Iterable<Integer>) - Static method in class com.facebook.buck.android.resources.UsedResourcesFinder
 
computeDeps(T, InputRuleResolver, Consumer<BuildRule>) - Method in interface com.facebook.buck.rules.modern.ClassInfo
Computes the deps of ruleImpl and adds the to depsBuilder.
computeIfAbsent(BuildTarget, Function<BuildTarget, BuildRule>) - Method in interface com.facebook.buck.rules.BuildRuleResolver
Retrieve the BuildRule for the given BuildTarget.
computeIfAbsent(BuildTarget, Function<BuildTarget, BuildRule>) - Method in class com.facebook.buck.rules.MultiThreadedBuildRuleResolver
 
computeIfAbsent(BuildTarget, Function<BuildTarget, BuildRule>) - Method in class com.facebook.buck.rules.SingleThreadedBuildRuleResolver
 
computeMd5Hash(ByteSource) - Static method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol
 
computeNode(Cell, BuildTarget, F, AtomicLong) - Method in class com.facebook.buck.parser.ConvertingPipeline
 
computeNode(Cell, BuildTarget, Map<String, Object>, AtomicLong) - Method in class com.facebook.buck.parser.TargetNodeParsePipeline
 
computePrimaryApkClosure(UsedResourcesFinder.ApkContentProvider) - Static method in class com.facebook.buck.android.resources.UsedResourcesFinder
 
computeSha1(Path) - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
computeSha1(Path) - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
computeSha1(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
computeSha1(Path) - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
 
computeSha1(Path) - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
computeSha256(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
computeTransitiveCxxToPreprocessorInputMap(CxxPlatform, CxxPreprocessorDep, boolean) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
 
concat(CxxToolFlags...) - Static method in class com.facebook.buck.cxx.CxxToolFlags
Concatenate multiple flags in a pairwise manner.
concat(Stream<T>) - Method in interface com.facebook.buck.util.RichStream
 
concatenateFiles(Path, Iterable<Path>) - Static method in class com.facebook.buck.io.MoreFiles
Concatenates the contents of one or more files.
ConcatStep - Class in com.facebook.buck.android
Takes in a list of files and outputs a concatenation of them in the same directory.
ConcatStep(ProjectFilesystem, ImmutableList<Path>, Path) - Constructor for class com.facebook.buck.android.ConcatStep
Use this constructor if the files to concatenate are known at the time of step creation.
ConcatStep(ProjectFilesystem, ImmutableList.Builder<Path>, Path) - Constructor for class com.facebook.buck.android.ConcatStep
Use this constructor if the files to concatenate are not known at the time of step creation.
ConcurrencyLimit - Class in com.facebook.buck.util.concurrent
Amalgamation of parameters that control how many jobs we can run at once.
ConcurrencyLimit(int, ResourceAllocationFairness, int, ResourceAmounts, ResourceAmounts) - Constructor for class com.facebook.buck.util.concurrent.ConcurrencyLimit
 
ConditionalStep - Class in com.facebook.buck.step
Step that is run conditionally based on Supplier&lt;Boolean> shouldRunStep.
ConditionalStep(Supplier<Boolean>, Step) - Constructor for class com.facebook.buck.step.ConditionalStep
 
Config - Class in com.facebook.buck.config
Structured representation of data read from a stack of .ini files, where each file can override values defined by the previous ones.
Config() - Constructor for class com.facebook.buck.config.Config
Convenience constructor to create an empty config.
Config(RawConfig) - Constructor for class com.facebook.buck.config.Config
 
ConfigPathGetter - Interface in com.facebook.buck.cli
 
Configs - Class in com.facebook.buck.config
Utility functions for working with Configs.
configure(long, long, long, long, BuildId) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
 
configure(long, long, long, long, BuildId) - Method in class com.facebook.buck.event.AbstractBuckEvent
Method to configure an event before posting it to the BuckEventBus.
configure(long, long, long, long, BuildId) - Method in interface com.facebook.buck.event.BuckEvent
 
configure(WebSocketServletFactory) - Method in class com.facebook.buck.httpserver.StreamingWebSocketServlet
 
configure(JvmLibraryArg, JavacOptions, BuildRuleResolver) - Method in class com.facebook.buck.jvm.groovy.GroovyConfiguredCompilerFactory
 
configure(JvmLibraryArg, JavacOptions, BuildRuleResolver) - Method in class com.facebook.buck.jvm.java.ConfiguredCompilerFactory
 
configure(JvmLibraryArg, JavacOptions, BuildRuleResolver) - Method in class com.facebook.buck.jvm.java.JavaConfiguredCompilerFactory
 
configure(JvmLibraryArg, JavacOptions, BuildRuleResolver) - Method in class com.facebook.buck.jvm.kotlin.KotlinConfiguredCompilerFactory
 
configure(JvmLibraryArg, JavacOptions, BuildRuleResolver) - Method in class com.facebook.buck.jvm.scala.ScalaConfiguredCompilerFactory
 
configure(long, long, long, long, BuildId) - Method in class com.facebook.buck.rules.BuildRuleEvent.BeginningBuildRuleEvent
 
configure(long, long, long, long, BuildId) - Method in class com.facebook.buck.rules.BuildRuleEvent.EndingBuildRuleEvent
 
ConfiguredCompiler - Interface in com.facebook.buck.jvm.java
Represents a compiler bundled with its basic configuration (boot classpath and the like).
ConfiguredCompilerFactory - Class in com.facebook.buck.jvm.java
 
ConfiguredCompilerFactory() - Constructor for class com.facebook.buck.jvm.java.ConfiguredCompilerFactory
 
configureParser(Object, SubCommand) - Method in class com.facebook.buck.cli.AdditionalOptionsSubCommandHandler
 
ConfigValue - Class in com.facebook.buck.cli
Immutable implementation of AuditConfigCommand.AbstractConfigValue.
ConfigValue.Builder - Class in com.facebook.buck.cli
Builds instances of type ConfigValue.
ConfigView<T> - Interface in com.facebook.buck.config
A view of a particular config class.
ConfigViewCache<T> - Class in com.facebook.buck.config
A cache for views of some Config.
ConfigViewCache(T) - Constructor for class com.facebook.buck.config.ConfigViewCache
 
confirm(String) - Method in class com.facebook.buck.doctor.UserInput
 
ConflictingHeadersException(Path, SourcePath, SourcePath) - Constructor for exception com.facebook.buck.cxx.CxxHeaders.ConflictingHeadersException
 
CONNECT_TIMEOUT_MS - Static variable in class com.facebook.buck.android.agent.AgentMain
 
Connection<REMOTE> - Class in com.facebook.buck.message_ipc
Connection is a wrapper around MessageTransport class that transforms function calls into messages.
Connection(MessageTransport) - Constructor for class com.facebook.buck.message_ipc.Connection
 
connectionForOutOfProcessBuild(ExecutionContext, ProjectFilesystem, Javac, BuildTarget) - Static method in class com.facebook.buck.jvm.java.OutOfProcessConnectionFactory
 
console - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
Console - Class in com.facebook.buck.util
 
Console(Verbosity, PrintStream, PrintStream, Ansi) - Constructor for class com.facebook.buck.util.Console
 
CONSOLE_EVENT - Static variable in interface com.facebook.buck.event.external.events.ConsoleEventExternalInterface
 
ConsoleEvent - Class in com.facebook.buck.event
Event for messages.
ConsoleEvent(Level, boolean, String) - Constructor for class com.facebook.buck.event.ConsoleEvent
 
consoleEvent(ConsoleEvent) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
ConsoleEventExternalInterface - Interface in com.facebook.buck.event.external.events
Describes a console event thrown by buck.
ConsoleHandler - Class in com.facebook.buck.cli.bootstrapper
 
ConsoleHandler() - Constructor for class com.facebook.buck.cli.bootstrapper.ConsoleHandler
 
ConsoleHandler - Class in com.facebook.buck.log
Implementation of Handler which writes to the console (System.err by default).
ConsoleHandler() - Constructor for class com.facebook.buck.log.ConsoleHandler
 
ConsoleHandlerState - Interface in com.facebook.buck.log
How the ConsoleHandler is supposed to behave for a particular thread.
ConsoleHandlerState.Writer - Interface in com.facebook.buck.log
 
ConstantJavacProvider - Class in com.facebook.buck.jvm.java
 
ConstantJavacProvider(Javac) - Constructor for class com.facebook.buck.jvm.java.ConstantJavacProvider
 
Constants() - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
Constants() - Constructor for class com.facebook.buck.util.Libc.Constants
 
ConstantToolProvider - Class in com.facebook.buck.rules
 
ConstantToolProvider(Tool) - Constructor for class com.facebook.buck.rules.ConstantToolProvider
 
Constraint - Interface in com.facebook.buck.versions
Represents a version constraint applied to a dependency.
ConstraintTypeCoercer - Class in com.facebook.buck.rules.coercer
 
ConstraintTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.ConstraintTypeCoercer
 
construct(int, Map<Integer, SortedSet<Integer>>) - Static method in class com.facebook.buck.android.resources.BringToFrontMapper
Constructs a ReferenceMapper that will reassign ids and adjust offsets such that for each key in idsByType, the ids in idsByType will be reassigned to the first n ids of that type.
ConstructorArgMarshaller - Class in com.facebook.buck.rules.coercer
Used to derive information from the constructor args returned by Description instances.
ConstructorArgMarshaller(TypeCoercerFactory) - Constructor for class com.facebook.buck.rules.coercer.ConstructorArgMarshaller
Constructor.
ConsumeAllOptionsHandler - Class in com.facebook.buck.cli
 
ConsumeAllOptionsHandler(CmdLineParser, OptionDef, Setter<? super String>) - Constructor for class com.facebook.buck.cli.ConsumeAllOptionsHandler
 
CONTAINER - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
containerScope(RuleKeyHasher.Container) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyScopedHasher
Hashes the container iff non-empty (i.e.
containerScope(RuleKeyHasher.Container) - Method in interface com.facebook.buck.rules.keys.RuleKeyScopedHasher
 
containerSubType(RuleKeyHasher.Container) - Static method in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
contains(BuildRule) - Method in class com.facebook.buck.android.AndroidPrebuiltAarCollection
 
contains(Flavor) - Method in class com.facebook.buck.model.FlavorDomain
 
contains(Path) - Method in class com.facebook.buck.util.autosparse.ManifestTrie
Check if the trie contains the path (either as file or directory)
contains(Object) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
containsAll(Collection<?>) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
containsAndAddPath(Path) - Method in class com.facebook.buck.distributed.RecordedFileHashes
 
containsAndAddPath(ArchiveMemberPath) - Method in class com.facebook.buck.distributed.RecordedFileHashes
 
containsAnsiEscapeCodes() - Method in class com.facebook.buck.event.ConsoleEvent
 
containsAnyOf(ImmutableSet<Flavor>) - Method in class com.facebook.buck.go.GoPlatformFlavorDomain
 
containsAnyOf(Set<Flavor>) - Method in class com.facebook.buck.model.FlavorDomain
 
containsDirectory(Path) - Method in class com.facebook.buck.util.autosparse.ManifestTrie
 
containsEdge(T, T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
containsEntry(FileLike) - Method in class com.facebook.buck.dalvik.DalvikAwareOutputStreamHelper
 
containsFlavor(Flavor) - Static method in class com.facebook.buck.model.BuildTargets
 
containsFlavors(FlavorDomain<?>) - Static method in class com.facebook.buck.model.BuildTargets
 
containsLeafNodes(Path) - Method in class com.facebook.buck.util.autosparse.ManifestTrie
Check if the path is a directory (not a leaf) and contains at least one leaf node
containsManifest(Path) - Method in class com.facebook.buck.util.autosparse.ManifestTrie
 
containsNode(T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
containsWorkerMacro(MacroHandler, String) - Static method in class com.facebook.buck.rules.args.MacroArg
 
ContentAgnosticRuleKeyFactory - Class in com.facebook.buck.rules.keys
A factory for generating RuleKeys that only take into the account the path of a file and not the contents(hash) of the file.
ContentAgnosticRuleKeyFactory(RuleKeyFieldLoader, SourcePathResolver, SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.keys.ContentAgnosticRuleKeyFactory
 
ContentAgnosticRuleKeyFactory.Builder<RULE_KEY> - Class in com.facebook.buck.rules.keys
 
contentLength() - Method in interface com.facebook.buck.slb.HttpResponse
 
contentLength() - Method in class com.facebook.buck.slb.LoadBalancedHttpResponse
 
contentLength() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
 
ContentRoot - Class in com.facebook.buck.ide.intellij.model
Immutable implementation of AbstractContentRoot.
ContentRoot.Builder - Class in com.facebook.buck.ide.intellij.model
Builds instances of type ContentRoot.
ContextualProcessExecutor - Class in com.facebook.buck.util
 
ContextualProcessExecutor(ProcessExecutor, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.util.ContextualProcessExecutor
 
convertAppleHeadersToPrivateCxxHeaders(BuildTarget, Function<SourcePath, Path>, Path, CxxLibraryDescription.CommonArg) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
convertAppleHeadersToPublicCxxHeaders(BuildTarget, Function<SourcePath, Path>, Path, CxxLibraryDescription.CommonArg) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
ConvertingPipeline<F,T> - Class in com.facebook.buck.parser
Base class for a parse pipeline that converts data one item at a time.
ConvertingPipeline(ListeningExecutorService, PipelineNodeCache.Cache<BuildTarget, T>) - Constructor for class com.facebook.buck.parser.ConvertingPipeline
 
convertLanguageLevelToIjFormat(String) - Static method in class com.facebook.buck.ide.intellij.JavaLanguageLevelHelper
 
convertToAllCapsIfNeeded(String) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
convertValue(Map<String, Object>, Class<T>) - Static method in class com.facebook.buck.util.ObjectMappers
 
CoordinatorAndMinionInfoSetter - Class in com.facebook.buck.distributed
 
CoordinatorAndMinionInfoSetter(DistBuildService, StampedeId, String) - Constructor for class com.facebook.buck.distributed.CoordinatorAndMinionInfoSetter
 
CoordinatorAndMinionModeRunner - Class in com.facebook.buck.distributed
 
CoordinatorAndMinionModeRunner(CoordinatorModeRunner, MinionModeRunner) - Constructor for class com.facebook.buck.distributed.CoordinatorAndMinionModeRunner
 
CoordinatorModeRunner - Class in com.facebook.buck.distributed
 
CoordinatorModeRunner(int, BuildTargetsQueue, StampedeId, CoordinatorModeRunner.EventListener, int) - Constructor for class com.facebook.buck.distributed.CoordinatorModeRunner
 
CoordinatorModeRunner.AsyncCoordinatorRun - Class in com.facebook.buck.distributed
 
CoordinatorModeRunner.EventListener - Interface in com.facebook.buck.distributed
 
copy() - Method in class com.facebook.buck.android.resources.StringPool
 
copy(Path, Path, ProjectFilesystem.CopySourceMode) - Method in class com.facebook.buck.io.ProjectFilesystem
 
copy(ProjectFilesystem, BuildCellRelativePathFactory, ImmutableList.Builder<Step>, Path, ImmutableSortedSet<SourcePath>, SourcePathResolver) - Method in class com.facebook.buck.zip.rules.FileBundler
 
copyAppendingExtraDeps(Supplier<? extends Iterable<? extends BuildRule>>) - Method in class com.facebook.buck.rules.BuildRuleParams
 
copyAppendingExtraDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.rules.BuildRuleParams
 
copyAppendingExtraDeps(BuildRule...) - Method in class com.facebook.buck.rules.BuildRuleParams
 
copyDir(ProjectFilesystem, Path, Path, Predicate<Path>) - Method in class com.facebook.buck.util.DefaultFilteredDirectoryCopier
 
copyDir(ProjectFilesystem, Path, Path, Predicate<Path>) - Method in interface com.facebook.buck.util.FilteredDirectoryCopier
Creates a filtered copy of a directory.
copyDirs(ProjectFilesystem, Map<Path, Path>, Predicate<Path>) - Method in class com.facebook.buck.util.DefaultFilteredDirectoryCopier
 
copyDirs(ProjectFilesystem, Map<Path, Path>, Predicate<Path>) - Method in interface com.facebook.buck.util.FilteredDirectoryCopier
Copies multiple directories while filtering out individual files which fail a predicate.
copyFile(Path, Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
CopyFilePhaseDestinationSpec - Class in com.facebook.buck.apple.xcode.xcodeproj
Immutable implementation of AbstractCopyFilePhaseDestinationSpec.
CopyFilePhaseDestinationSpec.Builder - Class in com.facebook.buck.apple.xcode.xcodeproj
Builds instances of type CopyFilePhaseDestinationSpec.
copyFolder(Path, Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
CopyingFileBundler - Class in com.facebook.buck.zip.rules
 
CopyingFileBundler(BuildTarget) - Constructor for class com.facebook.buck.zip.rules.CopyingFileBundler
 
CopyingFileBundler(Path) - Constructor for class com.facebook.buck.zip.rules.CopyingFileBundler
 
CopyInXcode - Class in com.facebook.buck.apple.project_generator
Immutable implementation of AbstractCopyInXcode.
CopyNativeLibraries - Class in com.facebook.buck.android
A BuildRule that gathers shared objects generated by ndk_library and prebuilt_native_library rules into a directory.
CopyNativeLibraries(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, ImmutableSortedSet<BuildRule>, ImmutableSet<SourcePath>, ImmutableMap<StripLinkable, StrippedObjectDescription>, ImmutableMap<StripLinkable, StrippedObjectDescription>, ImmutableSet<TargetCpuType>, String) - Constructor for class com.facebook.buck.android.CopyNativeLibraries
 
copyNativeLibrary(BuildContext, ProjectFilesystem, Path, Path, ImmutableSet<TargetCpuType>, ImmutableList.Builder<Step>) - Static method in class com.facebook.buck.android.CopyNativeLibraries
 
copyNodeWithDescription(TargetNode<?, ?>, U) - Method in class com.facebook.buck.rules.TargetNodeFactory
 
copyNodeWithFlavors(TargetNode<T, U>, ImmutableSet<Flavor>) - Method in class com.facebook.buck.rules.TargetNodeFactory
 
copyOf(HasInstallableApk.AbstractApkInfo) - Static method in class com.facebook.buck.android.ApkInfo
Creates an immutable copy of a HasInstallableApk.AbstractApkInfo value.
copyOf(AbstractAndroidPackageableCollection.AbstractResourceDetails) - Static method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
Creates an immutable copy of a AbstractAndroidPackageableCollection.AbstractResourceDetails value.
copyOf(AbstractAsynchronousCache.AbstractFetchResult) - Static method in class com.facebook.buck.artifact_cache.FetchResult
Creates an immutable copy of a AbstractAsynchronousCache.AbstractFetchResult value.
copyOf(AbstractAsynchronousCache.AbstractMultiFetchResult) - Static method in class com.facebook.buck.artifact_cache.MultiFetchResult
Creates an immutable copy of a AbstractAsynchronousCache.AbstractMultiFetchResult value.
copyOf(AbstractAsynchronousCache.AbstractStoreResult) - Static method in class com.facebook.buck.artifact_cache.StoreResult
Creates an immutable copy of a AbstractAsynchronousCache.AbstractStoreResult value.
copyOf(AbstractCommandRunnerParams) - Static method in class com.facebook.buck.cli.CommandRunnerParams
Creates an immutable copy of a AbstractCommandRunnerParams value.
copyOf(AbstractCxxSource) - Static method in class com.facebook.buck.cxx.CxxSource
Creates an immutable copy of a AbstractCxxSource value.
copyOf(Iterable<Arg>, Iterable<Arg>) - Static method in class com.facebook.buck.cxx.CxxToolFlags
Directly construct an instance from the given members.
copyOf(DefectReporter.AbstractDefectReport) - Static method in class com.facebook.buck.doctor.DefectReport
Creates an immutable copy of a DefectReporter.AbstractDefectReport value.
copyOf(DefectReporter.AbstractDefectSubmitResult) - Static method in class com.facebook.buck.doctor.DefectSubmitResult
Creates an immutable copy of a DefectReporter.AbstractDefectSubmitResult value.
copyOf(ExtraInfoCollector.AbstractExtraInfoResult) - Static method in class com.facebook.buck.doctor.ExtraInfoResult
Creates an immutable copy of a ExtraInfoCollector.AbstractExtraInfoResult value.
copyOf(DefectReporter.AbstractFileChangesIgnoredReport) - Static method in class com.facebook.buck.doctor.FileChangesIgnoredReport
Creates an immutable copy of a DefectReporter.AbstractFileChangesIgnoredReport value.
copyOf(AbstractArchiveMemberPath) - Static method in class com.facebook.buck.io.ArchiveMemberPath
Creates an immutable copy of a AbstractArchiveMemberPath value.
copyOf(BuildEngine.AbstractBuildEngineResult) - Static method in class com.facebook.buck.rules.BuildEngineResult
Creates an immutable copy of a BuildEngine.AbstractBuildEngineResult value.
copyOf(DependencyFileRuleKeyFactory.AbstractRuleKeyAndInputs) - Static method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
Creates an immutable copy of a DependencyFileRuleKeyFactory.AbstractRuleKeyAndInputs value.
copyOf(FileHashCache.AbstractFileHashCacheVerificationResult) - Static method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Creates an immutable copy of a FileHashCache.AbstractFileHashCacheVerificationResult value.
copyPlatformWithFlavorAndConfig(CxxPlatform, Platform, CxxBuckConfig, Flavor) - Static method in class com.facebook.buck.cxx.toolchain.CxxPlatforms
Creates a CxxPlatform with a defined flavor for a CxxBuckConfig with default values provided from another default CxxPlatform
copyRecursively(Path, Path) - Static method in class com.facebook.buck.io.MoreFiles
Recursively copies all files under fromPath to toPath.
copyRecursively(Path, Path, Function<Path, Path>) - Static method in class com.facebook.buck.io.MoreFiles
Recursively copies all files under fromPath to toPath.
copyRecursively(Path, Path, Function<Path, Path>, Function<Path, Boolean>) - Static method in class com.facebook.buck.io.MoreFiles
 
copyRecursivelyWithFilter(Path, Path, Function<Path, Boolean>) - Static method in class com.facebook.buck.io.MoreFiles
Recursively copies all files under fromPath to toPath.
CopyResourcesStep - Class in com.facebook.buck.jvm.java
 
CopyResourcesStep(ProjectFilesystem, BuildContext, SourcePathRuleFinder, BuildTarget, ResourcesParameters, Path) - Constructor for class com.facebook.buck.jvm.java.CopyResourcesStep
 
CopyStep - Class in com.facebook.buck.step.fs
 
CopyStep.DirectoryMode - Enum in com.facebook.buck.step.fs
When copying a directory, this specifies whether only the contents of the directory should be copied, or if the directory itself should be included.
copyToOutputStream(Path, OutputStream) - Method in class com.facebook.buck.io.ProjectFilesystem
Copies a file to an output stream.
copyToPath(InputStream, Path, CopyOption...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
copyWithNewIdValue(String) - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
copyWithNewParent(String) - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
CORE_DATA_MODEL_DESCRIPTION_CLASSES - Static variable in class com.facebook.buck.apple.AppleBuildRules
 
CORE_WLAN_INSTANCE - Static variable in class com.facebook.buck.util.environment.MacWifiSsidFinder
 
CoreDataModel - Class in com.facebook.buck.apple
 
CoreDataModelDescription - Class in com.facebook.buck.apple
Description for a core_data_model rule, which identifies a model file for use with Apple's Core Data.
CoreDataModelDescription() - Constructor for class com.facebook.buck.apple.CoreDataModelDescription
 
CoreReactNativeLibraryArg - Interface in com.facebook.buck.js
 
Counter - Class in com.facebook.buck.counters
 
Counter(String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.counters.Counter
 
COUNTER_CATEGORY - Static variable in class com.facebook.buck.event.listener.LoadBalancerEventsListener
 
COUNTER_CATEGORY - Static variable in class com.facebook.buck.slb.RetryingHttpService
 
CounterInfo - Class in com.facebook.buck.counters
Immutable implementation of Counter.AbstractCounterInfo.
CounterInfo.Builder - Class in com.facebook.buck.counters
Builds instances of type CounterInfo.
CounterRegistry - Interface in com.facebook.buck.counters
 
CounterRegistry.AsyncCounterRegistrationEvent - Class in com.facebook.buck.counters
 
CounterRegistryImpl - Class in com.facebook.buck.counters
 
CounterRegistryImpl(ScheduledExecutorService, BuckEventBus) - Constructor for class com.facebook.buck.counters.CounterRegistryImpl
 
CounterRegistryImpl(ScheduledExecutorService, BuckEventBus, long, long) - Constructor for class com.facebook.buck.counters.CounterRegistryImpl
 
CounterSnapshot - Class in com.facebook.buck.counters
Immutable implementation of AbstractCounterSnapshot.
CounterSnapshot.Builder - Class in com.facebook.buck.counters
Builds instances of type CounterSnapshot.
CountersSnapshotEvent - Class in com.facebook.buck.counters
 
CountersSnapshotEvent(Iterable<CounterSnapshot>) - Constructor for class com.facebook.buck.counters.CountersSnapshotEvent
 
CountingRuleKeyHasher<HASH> - Class in com.facebook.buck.rules.keys.hasher
A delegating RuleKeyHasher that counts the number of values put in it.
CountingRuleKeyHasher(RuleKeyHasher<HASH>) - Constructor for class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
CoverageReportFormat - Enum in com.facebook.buck.test
 
CoverageReportFormatsHandler(CmdLineParser, OptionDef, Setter<CoverageReportFormat>) - Constructor for class com.facebook.buck.cli.TestCommand.CoverageReportFormatsHandler
 
CrateType - Enum in com.facebook.buck.rust
Describe the kinds of crates rustc can generate.
create(ImmutableList<String>, ProjectFilesystem, Optional<Path>, String, Optional<String>, Path, Set<Path>, ProGuardObfuscateStep.SdkProguardType, Optional<Integer>, Optional<List<String>>, Map<Path, Path>, Set<Path>, Path, BuildableContext, BuildContext, boolean, ImmutableList.Builder<Step>) - Static method in class com.facebook.buck.android.ProGuardObfuscateStep
Create steps that write out ProGuard's command line arguments to a text file and then run ProGuard using those arguments.
create(Iterable<String>) - Static method in class com.facebook.buck.android.resources.StringPool
 
create(BuckConfig, ProjectFilesystem, AndroidDirectoryResolver) - Static method in class com.facebook.buck.android.toolchain.impl.NdkCxxPlatformsProviderFactory
 
create(FlavorDomain<AppleCxxPlatform>, BuildTarget) - Static method in class com.facebook.buck.apple.MultiarchFileInfos
Inspect the given build target and return information about it if its a fat binary.
create(BuckConfig, ProjectFilesystem, Optional<ImmutableMap<AppleSdk, AppleSdkPaths>>, Optional<ImmutableMap<String, AppleToolchain>>) - Static method in class com.facebook.buck.apple.toolchain.AppleCxxPlatformsProvider
 
create(ProcessExecutor, AndroidDirectoryResolver, SdkEnvironment) - Method in interface com.facebook.buck.cli.Main.KnownBuildRuleTypesFactoryFactory
 
create(Path, Path, Iterable<Arg>, Path, ImmutableList<Arg>, Linker, Path, SourcePathResolver) - Static method in class com.facebook.buck.cxx.CxxPrepareForLinkStep
 
create(BuildTarget, ProjectFilesystem, Path, ImmutableMap<Path, SourcePath>) - Static method in class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
 
create(BuckConfig, ImmutableMap<Flavor, CxxPlatform>) - Static method in class com.facebook.buck.cxx.toolchain.CxxPlatformsProvider
 
create(String, int) - Static method in class com.facebook.buck.dalvik.CanaryFactory
Adds a "canary" class to a secondary dex that can be safely loaded on any system.
create(BuildTarget, String, CompilerErrorEvent.CompilerType, ImmutableSet<String>) - Static method in class com.facebook.buck.event.CompilerErrorEvent
 
create(Level, String) - Static method in class com.facebook.buck.event.ConsoleEvent
 
create(Level, String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
 
create(Throwable, String, Object...) - Static method in class com.facebook.buck.event.ThrowableConsoleEvent
 
create(BuckConfig, AggregationMode, String, String, String, boolean, boolean, boolean, boolean, boolean) - Static method in class com.facebook.buck.ide.intellij.IjProjectBuckConfig
 
create(Path, boolean, ImmutableSortedSet<Path>) - Method in interface com.facebook.buck.ide.intellij.model.folders.IJFolderFactory
 
create(Path, Path, ImmutableSortedSet<Path>) - Method in interface com.facebook.buck.ide.intellij.model.folders.ResourceFolderFactory
 
create() - Method in class com.facebook.buck.io.LazyPath
 
create() - Method in class com.facebook.buck.jvm.java.coverage.ReportGenerator
Create the report.
create(SourcePathRuleFinder, JavaBuckConfig, JvmLibraryArg) - Static method in class com.facebook.buck.jvm.java.JavacFactory
 
create(JavacOptions, BuildTarget, ProjectFilesystem, BuildRuleResolver, JvmLibraryArg) - Static method in class com.facebook.buck.jvm.java.JavacOptionsFactory
 
create(JavaLibrary, BuildTarget, ProjectFilesystem, BuildRuleParams, Optional<String>, Optional<SourcePath>) - Static method in class com.facebook.buck.jvm.java.MavenUberJar
Will traverse transitive dependencies of rootRule, separating those that do and don't have maven coordinates.
create(BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableSortedSet<SourcePath>, Optional<String>, Optional<SourcePath>) - Static method in class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
 
create(JavaCompiler) - Method in interface com.facebook.buck.jvm.java.StandardJavaFileManagerFactory
 
create(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<Arg>, Optional<String>, Path, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableList<Path>, boolean, boolean, SourcePathResolver) - Static method in class com.facebook.buck.ocaml.OcamlLinkStep
 
create(RuleKeyCache<V>) - Static method in class com.facebook.buck.rules.keys.RuleKeyCacheRecycler
 
create(CacheStats) - Static method in class com.facebook.buck.rules.keys.RuleKeyCacheStatsEvent
 
create(BuckConfig, ProjectFilesystem) - Method in class com.facebook.buck.rules.KnownBuildRuleTypesFactory
 
create(ImmutableSet<BuildTarget>, TargetGraph, boolean, ImmutableSet<BuildTarget>) - Static method in class com.facebook.buck.rules.TargetGraphAndTargets
 
create(HashCode, U, T, ProjectFilesystem, BuildTarget, ImmutableSet<BuildTarget>, ImmutableSet<VisibilityPattern>, ImmutableSet<VisibilityPattern>, CellPathResolver) - Method in class com.facebook.buck.rules.TargetNodeFactory
 
create(Path) - Static method in class com.facebook.buck.skylark.function.Glob
Creates a built-in glob function that can resolve glob patterns under basePath.
create(AppleCxxPlatformsProvider) - Static method in class com.facebook.buck.swift.toolchain.SwiftPlatformsProvider
 
create(Function<WorkThreadTrackingFuture.WorkThreadTracker, FUTURE>) - Static method in interface com.facebook.buck.util.concurrent.WorkThreadTrackingFuture
Returns a WorkThreadTrackingFuture that adds work tracking to another future.
create(ProjectFilesystem, Collection<Path>, Path) - Static method in class com.facebook.buck.util.zip.Zip
Takes a sequence of paths relative to the project root and writes a zip file to out with the contents and structure that matches that of the specified paths.
create32BitFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.MachoHeaderUtils
 
create64BitFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.MachoHeaderUtils
 
CREATE_PROCESS_ESCAPER - Static variable in class com.facebook.buck.util.Escaper
CreateProcess (Windows) quoting Function which can be passed to Iterables.transform().
createAggregationModule(Path, ImmutableSet<TargetNode<?, ?>>) - Method in interface com.facebook.buck.ide.intellij.aggregation.AggregationModuleFactory
 
createAggregationModule(Path, ImmutableSet<TargetNode<?, ?>>) - Method in class com.facebook.buck.ide.intellij.aggregation.DefaultAggregationModuleFactory
 
createAndRegister(EventBus, RuleKeyCache<V>, ImmutableSet<ProjectFilesystem>) - Static method in class com.facebook.buck.rules.keys.RuleKeyCacheRecycler
 
createAndroidGenPath(ProjectFilesystem, Path) - Static method in class com.facebook.buck.ide.intellij.IjAndroidHelper
 
createAnsi(Optional<String>) - Method in class com.facebook.buck.cli.BuckConfig
Create an Ansi object appropriate for the current output.
createAnsiHighlightingHandler(boolean, PrintStream, Ansi) - Static method in class com.facebook.buck.util.InputStreamConsumer
 
createBinaryBuildRule(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, RustBuckConfig, FlavorDomain<CxxPlatform>, CxxPlatform, Optional<String>, ImmutableSortedSet<String>, Iterator<String>, Iterator<String>, Linker.LinkableDepType, boolean, ImmutableSortedSet<SourcePath>, Optional<SourcePath>, ImmutableSet<String>, boolean) - Static method in class com.facebook.buck.rust.RustCompileUtils
 
createBuckOutFileHashCache(ProjectFilesystem, FileHashCacheMode) - Static method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
createBuild(BuildMode, int, String, String) - Method in class com.facebook.buck.distributed.DistBuildService
 
createBuildEngineDelegate(DistBuildSlaveTimingStatsTracker) - Method in class com.facebook.buck.distributed.DistBuildSlaveExecutor
 
createBuildFileParser(TypeCoercerFactory, Console, BuckEventBus) - Method in class com.facebook.buck.rules.Cell
Callers are responsible for managing the life-cycle of the created ProjectBuildFileParser.
createBuildFileParser(TypeCoercerFactory, Console, BuckEventBus, boolean) - Method in class com.facebook.buck.rules.Cell
Same as @{Cell.createBuildFileParser(TypeCoercerFactory, Console, BuckEventBus)} but provides a way to configure whether parse profiling should be enabled
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AndroidAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidAarDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AndroidAppModularityDescriptionArg) - Method in class com.facebook.buck.android.AndroidAppModularityDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AndroidBinaryDescriptionArg) - Method in class com.facebook.buck.android.AndroidBinaryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AndroidBuildConfigDescriptionArg) - Method in class com.facebook.buck.android.AndroidBuildConfigDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AndroidInstrumentationApkDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AndroidInstrumentationTestDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AndroidLibraryDescriptionArg) - Method in class com.facebook.buck.android.AndroidLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AndroidManifestDescriptionArg) - Method in class com.facebook.buck.android.AndroidManifestDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AndroidPrebuiltAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AndroidResourceDescriptionArg) - Method in class com.facebook.buck.android.AndroidResourceDescription
 
createBuildRule(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, ApkGenruleDescriptionArg, Optional<Arg>, Optional<Arg>, Optional<Arg>) - Method in class com.facebook.buck.android.ApkGenruleDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, GenAidlDescriptionArg) - Method in class com.facebook.buck.android.GenAidlDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, NdkLibraryDescriptionArg) - Method in class com.facebook.buck.android.NdkLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, PrebuiltNativeLibraryDescriptionArg) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, RobolectricTestDescriptionArg) - Method in class com.facebook.buck.android.RobolectricTestDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AppleAssetCatalogDescriptionArg) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AppleBinaryDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AppleBundleDescriptionArg) - Method in class com.facebook.buck.apple.AppleBundleDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AppleLibraryDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, ApplePackageDescriptionArg) - Method in class com.facebook.buck.apple.ApplePackageDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AppleResourceDescriptionArg) - Method in class com.facebook.buck.apple.AppleResourceDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AppleTestDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AppleWrapperResourceArg) - Method in class com.facebook.buck.apple.CoreDataModelDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, PrebuiltAppleFrameworkDescriptionArg) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AppleWrapperResourceArg) - Method in class com.facebook.buck.apple.SceneKitAssetsDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, XcodeScriptDescriptionArg) - Method in class com.facebook.buck.apple.XcodePostbuildScriptDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, XcodeScriptDescriptionArg) - Method in class com.facebook.buck.apple.XcodePrebuildScriptDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, XcodeWorkspaceConfigDescriptionArg) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, CxxBinaryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
createBuildRule(BuildTarget, ProjectFilesystem, Supplier<? extends SortedSet<BuildRule>>, BuildRuleResolver, CellPathResolver, CxxBinaryDescriptionArg, ImmutableSortedSet<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, CxxGenruleDescriptionArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, CxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
createBuildRule(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, CxxLibraryDescriptionArg, Optional<Linker.LinkableDepType>, Optional<SourcePath>, ImmutableSet<BuildTarget>, ImmutableSortedSet<BuildTarget>, CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction, Optional<CxxLibraryDescriptionDelegate>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, CxxPrecompiledHeaderDescriptionArg) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, CxxTestDescriptionArg) - Method in class com.facebook.buck.cxx.CxxTestDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, PrebuiltCxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, DBinaryDescriptionArg) - Method in class com.facebook.buck.d.DBinaryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, DLibraryDescriptionArg) - Method in class com.facebook.buck.d.DLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, DTestDescriptionArg) - Method in class com.facebook.buck.d.DTestDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, CsharpLibraryDescriptionArg) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, PrebuiltDotnetLibraryDescriptionArg) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, RemoteFileDescriptionArg) - Method in class com.facebook.buck.file.RemoteFileDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, GoBinaryDescriptionArg) - Method in class com.facebook.buck.go.GoBinaryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, GoLibraryDescriptionArg) - Method in class com.facebook.buck.go.GoLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, GoTestDescriptionArg) - Method in class com.facebook.buck.go.GoTestDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, GraphqlLibraryDescriptionArg) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, GwtBinaryDescriptionArg) - Method in class com.facebook.buck.gwt.GwtBinaryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, HalideLibraryDescriptionArg) - Method in class com.facebook.buck.halide.HalideLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, HaskellBinaryDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellBinaryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, HaskellGhciDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellGhciDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, HaskellHaddockDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellHaddockDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, HaskellLibraryDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, HaskellPrebuiltLibraryDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, AndroidReactNativeLibraryDescriptionArg) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, ReactNativeLibraryArg) - Method in class com.facebook.buck.js.IosReactNativeLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, JsBundleDescriptionArg) - Method in class com.facebook.buck.js.JsBundleDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, JsLibraryDescriptionArg) - Method in class com.facebook.buck.js.JsLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, GroovyLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, GroovyTestDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, JavaAnnotationProcessorDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, JavaBinaryDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, JavaLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, JavaTestDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, KeystoreDescriptionArg) - Method in class com.facebook.buck.jvm.java.KeystoreDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, PrebuiltJarDescriptionArg) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, KotlinLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, KotlinTestDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, ScalaLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, ScalaTestDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, CxxLuaExtensionDescriptionArg) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, LuaBinaryDescriptionArg) - Method in class com.facebook.buck.lua.LuaBinaryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, LuaLibraryDescriptionArg) - Method in class com.facebook.buck.lua.LuaLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, OcamlBinaryDescriptionArg) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, OcamlLibraryDescriptionArg) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescription
 
createBuildRule(OcamlBuckConfig, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, ImmutableList<OcamlSource>, boolean, boolean, ImmutableList<Arg>, ImmutableList<String>, boolean) - Static method in class com.facebook.buck.ocaml.OcamlRuleBuilder
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, PrebuiltOcamlLibraryDescriptionArg) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, CxxPythonExtensionDescriptionArg) - Method in class com.facebook.buck.python.CxxPythonExtensionDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, PrebuiltPythonLibraryDescriptionArg) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, PythonBinaryDescriptionArg) - Method in class com.facebook.buck.python.PythonBinaryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, PythonLibraryDescriptionArg) - Method in class com.facebook.buck.python.PythonLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, PythonTestDescriptionArg) - Method in class com.facebook.buck.python.PythonTestDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, T) - Method in interface com.facebook.buck.rules.Description
Create a BuildRule for the given BuildRuleParams.
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, PrebuiltRustLibraryDescriptionArg) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, RustBinaryDescriptionArg) - Method in class com.facebook.buck.rust.RustBinaryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, RustLibraryDescriptionArg) - Method in class com.facebook.buck.rust.RustLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, RustTestDescriptionArg) - Method in class com.facebook.buck.rust.RustTestDescription
 
createBuildRule(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, T, Optional<Arg>, Optional<Arg>, Optional<Arg>) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, T) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, CommandAliasDescriptionArg) - Method in class com.facebook.buck.shell.CommandAliasDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, ExportFileDescriptionArg) - Method in class com.facebook.buck.shell.ExportFileDescription
 
createBuildRule(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, GenruleDescriptionArg, Optional<Arg>, Optional<Arg>, Optional<Arg>) - Method in class com.facebook.buck.shell.GenruleDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, ShBinaryDescriptionArg) - Method in class com.facebook.buck.shell.ShBinaryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, ShTestDescriptionArg) - Method in class com.facebook.buck.shell.ShTestDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, WorkerToolDescriptionArg) - Method in class com.facebook.buck.shell.WorkerToolDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, SwiftLibraryDescriptionArg) - Method in class com.facebook.buck.swift.SwiftLibraryDescription
 
createBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, ZipFileDescriptionArg) - Method in class com.facebook.buck.zip.rules.ZipFileDescription
 
createBuildRuleForTransitiveAssetCatalogDependencies(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathResolver, ApplePlatform, String, Tool, AppleAssetCatalog.ValidationType) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
createBuildRulesForCoreDataDependencies(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, String, AppleCxxPlatform) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
createBuildRulesForCxxBinary(BuildTarget, ProjectFilesystem, BuildRuleResolver, CellPathResolver, CxxBuckConfig, CxxPlatform, ImmutableMap<String, CxxSource>, ImmutableMap<Path, SourcePath>, SortedSet<BuildRule>, ImmutableSet<BuildTarget>, Optional<StripStyle>, Optional<LinkerMapMode>, Linker.LinkableDepType, boolean, ImmutableList<StringWithMacros>, PatternMatchedCollection<ImmutableList<StringWithMacros>>, ImmutableMap<AbstractCxxSource.Type, ImmutableList<StringWithMacros>>, ImmutableSortedSet<FrameworkPath>, ImmutableSortedSet<FrameworkPath>, ImmutableList<StringWithMacros>, ImmutableMap<AbstractCxxSource.Type, ImmutableList<StringWithMacros>>, PatternMatchedCollection<ImmutableList<StringWithMacros>>, Optional<SourcePath>, Optional<SourcePath>, ImmutableList<StringWithMacros>, PatternMatchedCollection<ImmutableList<StringWithMacros>>, Optional<Linker.CxxRuntimeType>, ImmutableList<String>, Optional<Boolean>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createBuildRulesForCxxBinaryDescriptionArg(BuildTarget, ProjectFilesystem, BuildRuleResolver, CellPathResolver, CxxBuckConfig, CxxPlatform, CxxBinaryDescription.CommonArg, ImmutableSet<BuildTarget>, Optional<StripStyle>, Optional<LinkerMapMode>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createBuildRulesForSceneKitAssetsDependencies(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, AppleCxxPlatform) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
createBuildSlaveConsoleEvent(ConsoleEvent, long) - Static method in class com.facebook.buck.distributed.DistBuildUtil
 
createBuildSlaveEventsQuery(StampedeId, RunId, int) - Method in class com.facebook.buck.distributed.DistBuildService
 
createBuildTargetForSwiftCode(BuildTarget) - Static method in class com.facebook.buck.apple.AppleLibraryDescriptionSwiftEnhancer
 
createBulkBuildRule(OcamlBuckConfig, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, ImmutableList<OcamlSource>, boolean, boolean, ImmutableList<Arg>, ImmutableList<String>) - Static method in class com.facebook.buck.ocaml.OcamlRuleBuilder
 
createCCompileBuildTarget(BuildTarget, String) - Static method in class com.facebook.buck.ocaml.OcamlBuildRulesGenerator
 
createClientSideSlb(Clock, BuckEventBus) - Method in class com.facebook.buck.slb.SlbBuckConfig
 
createCompanionBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.swift.SwiftLibraryDescription
 
createCompilationDatabase(BuildTarget, ProjectFilesystem, Iterable<CxxPreprocessAndCompile>) - Static method in class com.facebook.buck.cxx.CxxCompilationDatabase
 
createCompilationDatabaseDependencies(BuildTarget, FlavorDomain<CxxPlatform>, BuildRuleResolver, CxxConstructorArg) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createCompiler(JavacExecutionContext) - Method in class com.facebook.buck.jvm.java.JarBackedJavac
 
createCompiler(JavacExecutionContext) - Method in class com.facebook.buck.jvm.java.JdkProvidedInMemoryJavac
 
createCompiler(JavacExecutionContext) - Method in class com.facebook.buck.jvm.java.Jsr199Javac
 
createCompileStep(BuildContext, BuildTarget, SourcePathResolver, ProjectFilesystem, CompilerParameters, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.java.CompileToJarStepFactory
 
createCompileStep(BuildContext, BuildTarget, SourcePathResolver, ProjectFilesystem, CompilerParameters, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
 
createCompileStep(BuildContext, BuildTarget, SourcePathResolver, ProjectFilesystem, CompilerParameters, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.kotlin.KotlincToJarStepFactory
 
createCompileStep(BuildContext, BuildTarget, SourcePathResolver, ProjectFilesystem, CompilerParameters, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
 
createCompileToJarStep(BuildContext, BuildTarget, SourcePathResolver, SourcePathRuleFinder, ProjectFilesystem, CompilerParameters, ResourcesParameters, ImmutableList<String>, Optional<JarParameters>, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.java.CompileToJarStepFactory
 
createCompileToJarStepImpl(BuildContext, BuildTarget, SourcePathResolver, SourcePathRuleFinder, ProjectFilesystem, CompilerParameters, ImmutableList<String>, JarParameters, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.java.CompileToJarStepFactory
 
createCompileToJarStepImpl(BuildContext, BuildTarget, SourcePathResolver, SourcePathRuleFinder, ProjectFilesystem, CompilerParameters, ImmutableList<String>, JarParameters, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
 
createConcurrent() - Static method in class com.facebook.buck.graph.MutableDirectedGraph
 
createConfigFromRemoteAndOverride(BuildJobStateBuckConfig, BuckConfig) - Static method in class com.facebook.buck.distributed.DistBuildState
 
createConnection(URI) - Method in class com.facebook.buck.file.HttpDownloader
 
createConsoleEvent(BuildSlaveConsoleEvent) - Static method in class com.facebook.buck.distributed.DistBuildUtil
 
createCopyWith(Path) - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
Create a copy of this folder using the specified path.
createCxxLinkableBuildRule(CxxBuckConfig, CxxPlatform, ProjectFilesystem, BuildRuleResolver, SourcePathRuleFinder, BuildTarget, Path, ImmutableList<Arg>, Linker.LinkableDepType, boolean, Optional<Linker.CxxRuntimeType>, Optional<LinkOutputPostprocessor>) - Static method in class com.facebook.buck.cxx.CxxLinkableEnhancer
 
createCxxLinkableBuildRule(CxxBuckConfig, CxxPlatform, ProjectFilesystem, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, BuildTarget, Linker.LinkType, Optional<String>, Path, Linker.LinkableDepType, boolean, Iterable<? extends NativeLinkable>, Optional<Linker.CxxRuntimeType>, Optional<SourcePath>, ImmutableSet<BuildTarget>, ImmutableSet<BuildTarget>, NativeLinkableInput, Optional<LinkOutputPostprocessor>) - Static method in class com.facebook.buck.cxx.CxxLinkableEnhancer
Construct a CxxLink rule that builds a native linkable from top-level input objects and a dependency tree of NativeLinkable dependencies.
createCxxLinkableSharedBuildRule(CxxBuckConfig, CxxPlatform, ProjectFilesystem, BuildRuleResolver, SourcePathRuleFinder, BuildTarget, Path, Optional<String>, ImmutableList<? extends Arg>) - Static method in class com.facebook.buck.cxx.CxxLinkableEnhancer
 
createCxxLinkTarget(BuildTarget, Optional<LinkerMapMode>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createCxxStripRule(BuildTarget, ProjectFilesystem, BuildRuleResolver, StripStyle, BuildRule, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createDateUidGidScrubber(ObjectFileScrubbers.PaddingStyle) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
createDefaultConfig(Path) - Static method in class com.facebook.buck.config.Configs
Convienence constructor
createDefaultConfig(Path, RawConfig) - Static method in class com.facebook.buck.config.Configs
Generates a Buck config by merging configs from specified locations on disk.
createDefaultFileHashCache(ProjectFilesystem, FileHashCacheMode) - Static method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
createDefaultHashCaches(ProjectFilesystem, FileHashCacheMode) - Static method in class com.facebook.buck.util.cache.StackedFileHashCache
 
createDefaultJavaPackageFinder(Iterable<String>) - Static method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
createDefaultJavaPackageFinder() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
createDensityFilter(ProjectFilesystem, Set<ResourceFilters.Density>) - Static method in class com.facebook.buck.android.ResourceFilters
Given a set of target densities, returns a Predicate that fails for any non-drawable resource of a different density.
createDirectory(Path) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
createDistBuildClientCacheResultsEvent(List<RuleKeyLogEntry>) - Method in class com.facebook.buck.event.listener.DistBuildClientEventListener
 
createDistBuildExecutor(DistBuildState, CommandRunnerParams, WeightedListeningExecutorService, DistBuildService, DistBuildMode, int, String, Optional<StampedeId>, FileContentsProvider, DistBuildConfig) - Static method in class com.facebook.buck.cli.DistBuildFactory
 
createDistributedBuildDurationMs() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
createDummyRoot(BuildTarget, ProjectFilesystem, BuildRuleResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, ImmutableList<? extends Arg>, Omnibus.OmnibusSpec, SourcePath, NativeLinkTarget) - Static method in class com.facebook.buck.cxx.Omnibus
 
createEdenMountForProjectRoot(Path, EdenClientPool) - Static method in class com.facebook.buck.eden.EdenMount
 
createEmptyInitModule(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver) - Static method in class com.facebook.buck.python.PythonBinaryDescription
 
createEntry(String) - Static method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
Creates a ZipEntry for placing in the jar output stream.
CreateEvent(WinBase.SECURITY_ATTRIBUTES, boolean, boolean, String) - Method in interface com.facebook.buck.io.windowspipe.WindowsNamedPipeLibrary
 
createExcludes(IjModule) - Method in class com.facebook.buck.ide.intellij.IjProjectTemplateDataPreparer
 
createFetchBuildGraphRequest(StampedeId) - Static method in class com.facebook.buck.distributed.DistBuildService
 
createFetchSourceFilesRequest(Set<String>) - Static method in class com.facebook.buck.distributed.DistBuildService
 
CreateFile(String, int, int, WinBase.SECURITY_ATTRIBUTES, int, int, WinNT.HANDLE) - Method in interface com.facebook.buck.io.windowspipe.WindowsNamedPipeLibrary
 
createFileHashCache(ProjectFileHashCache, BuildJobStateFileHashes) - Static method in class com.facebook.buck.distributed.DistBuildFileHashes
Creates a FileHashCache that returns the hash codes cached on the remote end.
createFileReference(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
createFileReference() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
createFilesystemTraversalBoundaryPathSet(ImmutableSet<IjModule>) - Method in class com.facebook.buck.ide.intellij.IjProjectTemplateDataPreparer
 
createFineGrainedBuildRule(OcamlBuckConfig, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, ImmutableList<OcamlSource>, boolean, boolean, ImmutableList<Arg>, ImmutableList<String>, boolean) - Static method in class com.facebook.buck.ocaml.OcamlRuleBuilder
 
createFinishedEvent(ImmutableMap<String, Object>) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
Creates a new event which indicates the end of a performance event.
createFinishedEvent() - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
createFinishedEvent(String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
createFinishedEvent(String, Object, String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
createFor(Lock) - Static method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
createForBuildFileParseError(Path, IOException) - Static method in exception com.facebook.buck.parser.exceptions.BuildFileParseException
 
createForCellRoot(ProjectFileHashCache, RecordedFileHashes, DistBuildConfig) - Static method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
 
createForChildren(Path, Path) - Method in class com.facebook.buck.parser.BuildTargetPatternParser
 
createForChildren(Path, Path) - Method in class com.facebook.buck.parser.BuildTargetPatternTargetNodeParser
 
createForDescendants(Path, Path) - Method in class com.facebook.buck.parser.BuildTargetPatternParser
 
createForDescendants(Path, Path) - Method in class com.facebook.buck.parser.BuildTargetPatternTargetNodeParser
 
createForDistributedBuild(ConstructorArgMarshaller, TargetNodeFactory) - Static method in class com.facebook.buck.parser.DefaultParserTargetNodeFactory
 
createForDistributedBuild(ImmutableMap<Path, DistBuildCellParams>, KnownBuildRuleTypesFactory, SdkEnvironment) - Static method in class com.facebook.buck.rules.CellProvider
 
createForLocalBuild(ProjectFilesystem, Watchman, BuckConfig, CellConfig, KnownBuildRuleTypesFactory, SdkEnvironment) - Static method in class com.facebook.buck.rules.CellProvider
Create a cell provider at a given root.
createForMessageWithAnsiEscapeCodes(Level, String) - Static method in class com.facebook.buck.event.ConsoleEvent
 
createForNonCellRoot(ProjectFileHashCache, RecordedFileHashes) - Static method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
 
createForParser(ConstructorArgMarshaller, LoadingCache<Cell, BuildFileTree>, TargetNodeListener<TargetNode<?, ?>>, TargetNodeFactory) - Static method in class com.facebook.buck.parser.DefaultParserTargetNodeFactory
 
createForSingleton(BuildTarget) - Method in class com.facebook.buck.parser.BuildTargetPatternParser
 
createForSingleton(BuildTarget) - Method in class com.facebook.buck.parser.BuildTargetPatternTargetNodeParser
 
createForUnknownParseError(String) - Static method in exception com.facebook.buck.parser.exceptions.BuildFileParseException
 
createForward() - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
createForward() - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
createFrom(Collection<BuildRule>, Optional<UnsortedAndroidResourceDeps.Callback>) - Static method in class com.facebook.buck.android.UnsortedAndroidResourceDeps
Returns transitive android resource deps which are _not_ sorted topologically, only to be used when the order of the resource rules does not matter, for instance, when graph enhancing UberRDotJava, DummyRDotJava, AaptPackageResources where we only need the deps to correctly order the execution of those buildables.
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.FatArchUtils
 
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.FatHeaderUtils
 
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.LinkEditDataCommandUtils
 
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.LoadCommandCommonFieldsUtils
 
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.MachoHeaderUtils
Reads the Mach Header from the given buffer from current position.
createFromBuffer(ByteBuffer, boolean) - Static method in class com.facebook.buck.macho.NlistUtils
Reads Nlist entry for the given architecture from the buffer at the current position.
createFromBuffer(ByteBuffer, boolean, NulTerminatedCharsetDecoder) - Static method in class com.facebook.buck.macho.SectionUtils
Creates a section for the given architecture by reading the provided byte buffer from its current position.
createFromBuffer(ByteBuffer, NulTerminatedCharsetDecoder) - Static method in class com.facebook.buck.macho.SegmentCommandUtils
 
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
 
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.UnknownCommandUtils
 
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.UUIDCommandUtils
 
createFromConfig(BuckConfig, Optional<Path>) - Static method in class com.facebook.buck.file.StackedDownloader
 
createFromGitHash(String) - Static method in class com.facebook.buck.distributed.BuckVersionUtil
 
createFromLocalBinary(Path) - Static method in class com.facebook.buck.distributed.BuckVersionUtil
 
createFromObject(HashCode, U, Object, ProjectFilesystem, BuildTarget, ImmutableSet<BuildTarget>, ImmutableSet<VisibilityPattern>, ImmutableSet<VisibilityPattern>, CellPathResolver) - Method in class com.facebook.buck.rules.TargetNodeFactory
This factory method lets the wildcard be bound, so the constructor can be casted to it.
createFromPropertiesFile(Path, Path, ProjectFilesystem) - Static method in class com.facebook.buck.android.KeystoreProperties
 
createFrontendBuildStatusRequest(StampedeId) - Static method in class com.facebook.buck.distributed.DistBuildService
 
createFSDependentHardLink(Path, Path) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
createGenerator(OutputStream) - Static method in class com.facebook.buck.util.ObjectMappers
 
createGenruleStep(BuildContext) - Method in class com.facebook.buck.shell.Genrule
 
createGroupsFromSourcePaths(Function<SourcePath, Path>, Iterable<SourceWithFlags>, Iterable<SourcePath>, Iterable<SourcePath>, Iterable<SourcePath>, Iterable<SourcePath>) - Static method in class com.facebook.buck.apple.RuleUtils
 
createHalideCompilerBuildTarget(BuildTarget) - Static method in class com.facebook.buck.halide.HalideLibraryDescription
 
createHeaderSymlinkTree(BuildTarget, ProjectFilesystem, HeaderMode, ImmutableMap<Path, SourcePath>, HeaderVisibility, Flavor...) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createHeaderSymlinkTree(BuildTarget, ProjectFilesystem, BuildRuleResolver, CxxPlatform, ImmutableMap<Path, SourcePath>, HeaderVisibility, boolean) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createHeaderSymlinkTreeBuildRule(BuildTarget, ProjectFilesystem, BuildRuleResolver, CxxPlatform, CxxBinaryDescriptionArg) - Static method in class com.facebook.buck.cxx.CxxBinaryDescription
 
createHeaderSymlinkTreeBuildRule(BuildTarget, ProjectFilesystem, Path, ImmutableMap<Path, SourcePath>, HeaderMode) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
Build the HeaderSymlinkTree rule using the original build params from a target node.
createHeaderSymlinkTreeTarget(BuildTarget, HeaderVisibility, Flavor...) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createImageDensityFilter(Collection<Path>, Set<ResourceFilters.Density>, boolean) - Static method in class com.facebook.buck.android.ResourceFilters
Given a list of paths of available drawables, and a target screen density, returns a Predicate that fails for drawables of a different density, whenever they can be safely removed.
createJarFile(Path) - Method in class com.facebook.buck.util.zip.JarBuilder
 
createJarStep(ProjectFilesystem, JarParameters, ImmutableList.Builder<Step>) - Method in class com.facebook.buck.jvm.java.CompileToJarStepFactory
 
createJavac(Either<Path, SourcePath>) - Static method in class com.facebook.buck.jvm.java.ExternalJavac
 
createJavaDepsFinder(BuckConfig, BuildEngineBuildContext, ExecutionContext, BuildEngine) - Static method in class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder
 
createJavaFileParser(JavacOptions) - Static method in class com.facebook.buck.jvm.java.JavaFileParser
 
createLibraryBuildRule(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, A, Optional<Linker.LinkableDepType>, Optional<SourcePath>, ImmutableSet<BuildTarget>, ImmutableSortedSet<BuildTarget>, CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
createLinkRule(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, HaskellPlatform, Linker.LinkType, ImmutableList<Arg>, Iterable<Arg>, Iterable<? extends NativeLinkable>, ImmutableSet<BuildTarget>, Linker.LinkableDepType, Path, Optional<String>, boolean) - Static method in class com.facebook.buck.haskell.HaskellDescriptionUtils
Create a Haskell link rule that links the given inputs to a executable or shared library and pulls in transitive native linkable deps from the given dep roots.
createListener() - Method in class com.facebook.buck.httpserver.WebServer
 
createLoadBalancedResponse(URI, HttpLoadBalancer, Call) - Static method in class com.facebook.buck.slb.LoadBalancedHttpResponse
 
createLoadCommandFromBuffer(ByteBuffer, NulTerminatedCharsetDecoder) - Static method in class com.facebook.buck.macho.LoadCommandUtils
This is a kind of umbrella method that returns you LoadCommand object depending on the contents of the given bytes array.
createMaterializerAndPreload(ProjectFileHashCache, FileContentsProvider) - Method in class com.facebook.buck.distributed.DistBuildState
 
createMetadata(BuildTarget, BuildRuleResolver, CellPathResolver, AppleBinaryDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.apple.AppleBinaryDescription
 
createMetadata(BuildTarget, BuildRuleResolver, CellPathResolver, AppleBundleDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.apple.AppleBundleDescription
 
createMetadata(BuildTarget, BuildRuleResolver, CellPathResolver, AppleLibraryDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
createMetadata(BuildTarget, BuildRuleResolver, CellPathResolver, AppleTestDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.apple.AppleTestDescription
 
createMetadata(BuildTarget, BuildRuleResolver, CellPathResolver, PrebuiltAppleFrameworkDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
 
createMetadata(BuildTarget, BuildRuleResolver, CellPathResolver, CxxBinaryDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
createMetadata(BuildTarget, BuildRuleResolver, CellPathResolver, CxxLibraryDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
createMetadata(BuildTarget, BuildRuleResolver, CellPathResolver, CxxTestDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.cxx.CxxTestDescription
 
createMetadata(BuildTarget, BuildRuleResolver, CellPathResolver, GoLibraryDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.go.GoLibraryDescription
 
createMetadata(BuildTarget, BuildRuleResolver, CellPathResolver, GoTestDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.go.GoTestDescription
 
createMetadata(BuildTarget, BuildRuleResolver, CellPathResolver, PythonLibraryDescriptionArg, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in class com.facebook.buck.python.PythonLibraryDescription
 
createMetadata(BuildTarget, BuildRuleResolver, CellPathResolver, T, Optional<ImmutableMap<BuildTarget, Version>>, Class<U>) - Method in interface com.facebook.buck.rules.MetadataProvidingDescription
 
createMetadataStep(ProjectFilesystem, Path, Path) - Static method in class com.facebook.buck.android.CopyNativeLibraries
 
createMLBytecodeCompileBuildTarget(BuildTarget, String) - Static method in class com.facebook.buck.ocaml.OcamlBuildRulesGenerator
 
createMLNativeCompileBuildTarget(BuildTarget, String) - Static method in class com.facebook.buck.ocaml.OcamlBuildRulesGenerator
 
createModule(Path, ImmutableSet<TargetNode>, Set<Path>) - Method in class com.facebook.buck.ide.intellij.DefaultIjModuleFactory
 
createModule(Path, ImmutableSet<TargetNode>, Set<Path>) - Method in interface com.facebook.buck.ide.intellij.model.IjModuleFactory
Create an IjModule form the supplied parameters.
createMultiSourceContentsProvider(DistBuildService, DistBuildConfig, FileMaterializationStatsTracker, ScheduledExecutorService, ListeningExecutorService, Optional<Path>) - Static method in class com.facebook.buck.cli.DistBuildFactory
 
createNewFile(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Creates a new file relative to the project root.
createNewOrThrowHumanReadableException(Path) - Static method in class com.facebook.buck.io.ProjectFilesystem
 
createNullConsole() - Static method in class com.facebook.buck.util.Console
Returns a Console that simply discards written bytes.
createObjCGeneratedHeaderBuildRule(BuildTarget, ProjectFilesystem, BuildRuleResolver) - Static method in class com.facebook.buck.apple.AppleLibraryDescriptionSwiftEnhancer
 
createOcamlLinkTarget(BuildTarget) - Static method in class com.facebook.buck.ocaml.OcamlRuleBuilder
 
createOkHttpClient() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
createOkHttpClient() - Method in class com.facebook.buck.util.network.RemoteLogBuckConfig
 
createOmnibus(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, ImmutableList<? extends Arg>, Omnibus.OmnibusSpec) - Static method in class com.facebook.buck.cxx.Omnibus
 
createOsRootDirectoriesCaches(FileHashCacheMode) - Static method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
createPackageLookupPathSet(IjModuleGraph) - Static method in class com.facebook.buck.ide.intellij.IjProjectTemplateDataPreparer
 
createParentDirs(String) - Method in class com.facebook.buck.io.ProjectFilesystem
// @deprecated Prefer operating on Paths directly, replaced by ProjectFilesystem.createParentDirs(java.nio.file.Path).
createParentDirs(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
createParser(Path) - Static method in class com.facebook.buck.util.ObjectMappers
 
createParser(String) - Static method in class com.facebook.buck.util.ObjectMappers
 
createParser(byte[]) - Static method in class com.facebook.buck.util.ObjectMappers
 
createParser(InputStream) - Static method in class com.facebook.buck.util.ObjectMappers
 
createPipeWithPath(String) - Static method in class com.facebook.buck.io.windowspipe.WindowsNamedPipe
Creates a Windows named pipe bound to a path
createProcessExecutor(PrintStream, PrintStream) - Method in class com.facebook.buck.util.PrintStreamProcessExecutorFactory
 
createProcessExecutor(PrintStream, PrintStream) - Method in interface com.facebook.buck.util.ProcessExecutorFactory
 
createReadableExceptionWithWhenSuffix(BuildTarget, BuildTarget, BuildFileParseException) - Static method in class com.facebook.buck.parser.ParserMessages
 
createReadableExceptionWithWhenSuffix(BuildTarget, BuildTarget, BuildTargetException) - Static method in class com.facebook.buck.parser.ParserMessages
 
createReadableExceptionWithWhenSuffix(BuildTarget, BuildTarget, HumanReadableException) - Static method in class com.facebook.buck.parser.ParserMessages
 
createRealtimeLogRequests(Collection<BuildSlaveInfo>) - Method in class com.facebook.buck.distributed.DistBuildLogStateTracker
 
createReferencedFolderPathsSet(ImmutableSet<IjModule>) - Static method in class com.facebook.buck.ide.intellij.IjProjectTemplateDataPreparer
 
createRelativeSymlink(Path, Path, Path) - Static method in class com.facebook.buck.io.MorePaths
Creates a symlink at pathToProjectRoot.resolve(pathToDesiredLinkUnderProjectRoot) that points to pathToProjectRoot.resolve(pathToExistingFileUnderProjectRoot) using a relative symlink.
createRelativeSymlink(Path, Path, ProjectFilesystem) - Static method in class com.facebook.buck.io.MoreProjectFilesystems
Creates a symlink at projectFilesystem.getRootPath().resolve(pathToDesiredLinkUnderProjectRoot) that points to projectFilesystem.getRootPath().resolve(pathToExistingFileUnderProjectRoot) using a relative symlink.
createRemoteFileHashCache(ProjectFileHashCache) - Method in class com.facebook.buck.distributed.DistBuildState
 
createRenderLinesAtTime(long) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
Creates a list of lines to be rendered at a given time.
createRequest(ThriftProtocol, BuckCacheRequest, ByteSource...) - Static method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol
 
createRoot(BuildTarget, ProjectFilesystem, BuildRuleResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, ImmutableList<? extends Arg>, Omnibus.OmnibusSpec, SourcePath, NativeLinkTarget, BuildTarget, Optional<Path>) - Static method in class com.facebook.buck.cxx.Omnibus
 
createRoot(BuildTarget, ProjectFilesystem, BuildRuleResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, ImmutableList<? extends Arg>, Omnibus.OmnibusSpec, SourcePath, NativeLinkTarget) - Static method in class com.facebook.buck.cxx.Omnibus
 
createRuleKeyFactories(SourcePathResolver, SourcePathRuleFinder, FileHashCache, int) - Static method in class com.facebook.buck.distributed.DistBuildFileHashes
 
createSandboxSymlinkTree(BuildTarget, ProjectFilesystem, CxxPlatform, ImmutableMap<Path, SourcePath>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createSandboxSymlinkTreeTarget(BuildTarget, Flavor) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createSandboxTree(BuildTarget, BuildRuleResolver, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createSandboxTreeBuildRule(BuildRuleResolver, CxxConstructorArg, CxxPlatform, BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createSharedInterfaceLibrary(BuildTarget, ProjectFilesystem, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, SourcePath) - Method in interface com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceFactory
 
createSharedLibraryBuildTarget(BuildTarget, Flavor, Linker.LinkType) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createSharedLibrarySymlinkTree(BuildTarget, ProjectFilesystem, CxxPlatform, Iterable<? extends BuildRule>, Predicate<Object>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
Build a HeaderSymlinkTree of all the shared libraries found via the top-level rule's transitive dependencies.
createSharedLibrarySymlinkTree(BuildTarget, ProjectFilesystem, CxxPlatform, Iterable<? extends BuildRule>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createSharedLibrarySymlinkTreeTarget(BuildTarget, Flavor) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createSocketWithPath(Path) - Static method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
Creates a Unix domain socket bound to a path.
createStaticLibraryBuildTarget(BuildTarget, Flavor, AbstractCxxSourceRuleFactory.PicType) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createStaticLibraryBuildTarget(BuildTarget) - Static method in class com.facebook.buck.ocaml.OcamlRuleBuilder
 
createStepForDummyRDotJava(ProjectFilesystem, SourcePathResolver, List<HasAndroidResourceDeps>, Path, boolean, Optional<String>, Optional<String>, boolean) - Static method in class com.facebook.buck.android.MergeAndroidResourcesStep
 
createStepForUberRDotJava(ProjectFilesystem, SourcePathResolver, List<HasAndroidResourceDeps>, Path, Path, EnumSet<RDotTxtEntry.RType>, Optional<Path>, Optional<String>) - Static method in class com.facebook.buck.android.MergeAndroidResourcesStep
 
createSteps(ProjectFilesystem, SourcePathResolver, RedexOptions, Path, Path, Supplier<KeystoreProperties>, Path, BuildableContext) - Static method in class com.facebook.buck.android.redex.ReDexStep
 
createSwiftCompileRule(BuildTarget, CellPathResolver, BuildRuleResolver, SourcePathRuleFinder, BuildRuleParams, CxxLibraryDescription.CommonArg, ProjectFilesystem, CxxPlatform, AppleCxxPlatform, SwiftBuckConfig) - Static method in class com.facebook.buck.apple.AppleLibraryDescriptionSwiftEnhancer
 
createSwiftCompileRule(CxxPlatform, SwiftPlatform, SwiftBuckConfig, BuildTarget, BuildRuleParams, BuildRuleResolver, CellPathResolver, ProjectFilesystem, SwiftLibraryDescriptionArg, Preprocessor, PreprocessorFlags) - Static method in class com.facebook.buck.swift.SwiftLibraryDescription
 
createSymbolicLink(Path, PathFragment) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
createSymbolicLink(Path, Path, boolean) - Static method in class com.facebook.buck.io.windowsfs.WindowsFS
Creates a symbolic link (using CreateSymbolicLink winapi call under the hood).
CreateSymbolicLinkW(String, String, int) - Method in interface com.facebook.buck.io.windowsfs.WindowsFSLibrary
 
createSymLink(Path, Path, boolean) - Method in class com.facebook.buck.io.ProjectFilesystem
 
createTargetGraph(DistBuildTargetGraphCodec) - Method in class com.facebook.buck.distributed.DistBuildState
 
createTargetGraph(BuildJobStateTargetGraph, Function<Integer, Cell>) - Method in class com.facebook.buck.distributed.DistBuildTargetGraphCodec
 
createTargetNode(Cell, Path, BuildTarget, Map<String, Object>, Function<PerfEventId, SimplePerfEvent.Scope>) - Method in class com.facebook.buck.parser.DefaultParserTargetNodeFactory
 
createTargetNode(Cell, Path, BuildTarget, Map<String, Object>, Function<PerfEventId, SimplePerfEvent.Scope>) - Method in interface com.facebook.buck.parser.ParserTargetNodeFactory
 
createTempFile(String, String, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
Returns a relative path whose parent directory is guaranteed to exist.
createTempFile(Path, String, String, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
Prefer ProjectFilesystem.createTempFile(String, String, FileAttribute[]) so that temporary files are guaranteed to be created under buck-out.
createTest() - Method in class com.facebook.buck.testrunner.BuckBlockJUnit4ClassRunner
 
createUberCompilationDatabase(BuildTarget, ProjectFilesystem, BuildRuleResolver) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createUndefinedSymbolsFile(ProjectFilesystem, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, BuildTarget, Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.toolchain.LazyDelegatingSymbolNameTool
 
createUndefinedSymbolsFile(ProjectFilesystem, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, BuildTarget, Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.toolchain.PosixNmSymbolNameTool
 
createUndefinedSymbolsFile(ProjectFilesystem, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, BuildTarget, Iterable<? extends SourcePath>) - Method in interface com.facebook.buck.cxx.toolchain.SymbolNameTool
Creates a BuildRule which extracts all undefined symbols from the given inputs.
createUndefinedSymbolsLinkerArgs(ProjectFilesystem, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, BuildTarget, Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
createUndefinedSymbolsLinkerArgs(ProjectFilesystem, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, BuildTarget, Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
Write all undefined symbols given in symbolFiles into a linker script wrapped in `EXTERN` commands.
createUndefinedSymbolsLinkerArgs(ProjectFilesystem, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, BuildTarget, Iterable<? extends SourcePath>) - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
Generate a necessary linker arguments to propagate undefined symbols to a link command.
createUndefinedSymbolsLinkerArgs(ProjectFilesystem, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, BuildTarget, Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
createUpdateEvent(ImmutableMap<String, Object>) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
Creates a new event which indicates an update to the performance data being gathered.
createUpdateEvent(String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
createUpdateEvent(String, Object, String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
createVariableExpansionFunction(Map<String, String>) - Static method in class com.facebook.buck.apple.InfoPlistSubstitution
 
createVersionGroup() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
createWithSuggestions(Flavored, Cell, BuildTarget) - Static method in exception com.facebook.buck.parser.UnexpectedFlavorException
 
createWorkerProcess(ProcessExecutorParams, ExecutionContext, Path) - Method in class com.facebook.buck.worker.WorkerProcessPoolFactory
 
createWorkerShellStep(BuildContext) - Method in class com.facebook.buck.shell.Genrule
 
createXcodeProjects() - Method in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
CsharpLibrary - Class in com.facebook.buck.dotnet
 
CsharpLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, String, ImmutableSortedSet<SourcePath>, ImmutableList<Either<BuildRule, String>>, ImmutableMap<String, SourcePath>, FrameworkVersion) - Constructor for class com.facebook.buck.dotnet.CsharpLibrary
 
CsharpLibraryCompile - Class in com.facebook.buck.dotnet
 
CsharpLibraryCompile(Path, ImmutableSortedSet<Path>, ImmutableList<Either<Path, String>>, ImmutableListMultimap<Path, String>, FrameworkVersion) - Constructor for class com.facebook.buck.dotnet.CsharpLibraryCompile
 
CsharpLibraryDescription - Class in com.facebook.buck.dotnet
 
CsharpLibraryDescription() - Constructor for class com.facebook.buck.dotnet.CsharpLibraryDescription
 
CsharpLibraryDescriptionArg - Class in com.facebook.buck.dotnet
Immutable implementation of CsharpLibraryDescription.AbstractCsharpLibraryDescriptionArg.
CsharpLibraryDescriptionArg.Builder - Class in com.facebook.buck.dotnet
Builds instances of type CsharpLibraryDescriptionArg.
CURRENT_BUILD_TYPE - Static variable in enum com.facebook.buck.build_type.BuildType
Check in runtime to see what current build type is.
currentRevisionId() - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
currentRevisionId() - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
currentTimeMillis() - Method in interface com.facebook.buck.timing.Clock
 
currentTimeMillis() - Method in class com.facebook.buck.timing.DefaultClock
 
cursorPreviousLine(int) - Method in class com.facebook.buck.util.Ansi
Moves the cursor y lines up.
CUSTOM_DRAWABLE_IDENTIFIER - Static variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
CustomJarOutputStream - Class in com.facebook.buck.util.zip
Extension of CustomZipOutputStream with jar-specific functionality.
CustomJarOutputStream(CustomZipOutputStream.Impl) - Constructor for class com.facebook.buck.util.zip.CustomJarOutputStream
 
customType - Variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
CustomZipEntry - Class in com.facebook.buck.util.zip
 
CustomZipEntry(ZipEntry) - Constructor for class com.facebook.buck.util.zip.CustomZipEntry
 
CustomZipEntry(String) - Constructor for class com.facebook.buck.util.zip.CustomZipEntry
 
CustomZipEntry(Path, boolean) - Constructor for class com.facebook.buck.util.zip.CustomZipEntry
 
CustomZipEntry(Path) - Constructor for class com.facebook.buck.util.zip.CustomZipEntry
 
CustomZipOutputStream - Class in com.facebook.buck.util.zip
An implementation of an OutputStream that will zip output.
CustomZipOutputStream(CustomZipOutputStream.Impl) - Constructor for class com.facebook.buck.util.zip.CustomZipOutputStream
 
CustomZipOutputStream.Impl - Interface in com.facebook.buck.util.zip
 
CXX_LINK_BINARY_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
CxxBinary - Class in com.facebook.buck.cxx
 
CxxBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CxxPlatform, BuildRule, Tool, Iterable<FrameworkPath>, Iterable<BuildTarget>, BuildTarget) - Constructor for class com.facebook.buck.cxx.CxxBinary
 
CxxBinaryDescription - Class in com.facebook.buck.cxx
 
CxxBinaryDescription(CxxBuckConfig, InferBuckConfig, Flavor, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.cxx.CxxBinaryDescription
 
CxxBinaryDescription.CommonArg - Interface in com.facebook.buck.cxx
 
CxxBinaryDescriptionArg - Class in com.facebook.buck.cxx
Immutable implementation of CxxBinaryDescription.AbstractCxxBinaryDescriptionArg.
CxxBinaryDescriptionArg.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxBinaryDescriptionArg.
CxxBridgingHeaders - Class in com.facebook.buck.cxx
Encapsulates a Swift bridging header
CxxBridgingHeaders.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxBridgingHeaders.
CxxBuckConfig - Class in com.facebook.buck.cxx.toolchain
Contains platform independent settings for C/C++ rules.
CxxBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
CxxBuckConfig(BuckConfig, Flavor) - Constructor for class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
CxxCompilationDatabase - Class in com.facebook.buck.cxx
 
CxxCompilationDatabaseEntry - Class in com.facebook.buck.cxx
Immutable implementation of AbstractCxxCompilationDatabaseEntry.
CxxCompilationDatabaseEntry.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxCompilationDatabaseEntry.
cxxCompiler - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
cxxCompiler - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
CxxConstructorArg - Interface in com.facebook.buck.cxx
 
CxxDeps - Class in com.facebook.buck.cxx
The group of BuildTargets from C/C++ constructor args which comprise a C/C++ descriptions logical C/C++ deps used to find dependency NativeLinkables or CxxPreprocessorDeps.
CxxDescriptionEnhancer - Class in com.facebook.buck.cxx
 
CxxFlags - Class in com.facebook.buck.cxx
 
CxxFlavorSanitizer - Class in com.facebook.buck.cxx.toolchain
 
CxxGenrule - Class in com.facebook.buck.cxx
 
CxxGenrule(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, String) - Constructor for class com.facebook.buck.cxx.CxxGenrule
 
CxxGenruleDescription - Class in com.facebook.buck.cxx
 
CxxGenruleDescription(FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.cxx.CxxGenruleDescription
 
CxxGenruleDescriptionArg - Class in com.facebook.buck.cxx
Immutable implementation of CxxGenruleDescription.AbstractCxxGenruleDescriptionArg.
CxxGenruleDescriptionArg.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxGenruleDescriptionArg.
CxxHeaders - Class in com.facebook.buck.cxx
Encapsulates headers from a single root location.
CxxHeaders() - Constructor for class com.facebook.buck.cxx.CxxHeaders
 
CxxHeaders.ConflictingHeadersException - Exception in com.facebook.buck.cxx
 
CxxHeadersDir - Class in com.facebook.buck.cxx
Wraps a header directory to add to the preprocessors search path.
CxxHeadersDir.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxHeadersDir.
CxxInferEnhancer - Class in com.facebook.buck.cxx
Handles infer flavors for CxxLibrary and CxxBinary.
CxxInferEnhancer.InferFlavors - Enum in com.facebook.buck.cxx
Flavors affixed to a library or binary rule to run infer.
CxxLibrary - Class in com.facebook.buck.cxx
An action graph representation of a C/C++ library from the target graph, providing the various interfaces to make it consumable by C/C++ preprocessing and native linkable rules.
CxxLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CxxDeps, CxxDeps, Predicate<CxxPlatform>, Function<? super CxxPlatform, Iterable<? extends Arg>>, Function<? super CxxPlatform, NativeLinkableInput>, Optional<Pattern>, ImmutableSet<FrameworkPath>, ImmutableSet<FrameworkPath>, NativeLinkable.Linkage, boolean, Optional<String>, ImmutableSortedSet<BuildTarget>, boolean, boolean, boolean, Optional<CxxLibraryDescriptionDelegate>) - Constructor for class com.facebook.buck.cxx.CxxLibrary
 
CxxLibraryDescription - Class in com.facebook.buck.cxx
 
CxxLibraryDescription(CxxBuckConfig, Flavor, InferBuckConfig, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.cxx.CxxLibraryDescription
 
CxxLibraryDescription.CommonArg - Interface in com.facebook.buck.cxx
 
CxxLibraryDescription.MetadataType - Enum in com.facebook.buck.cxx
 
CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction - Interface in com.facebook.buck.cxx
This is a hack to allow fine grained control over how the transitive CxxPreprocessorInputs are found.
CxxLibraryDescription.Type - Enum in com.facebook.buck.cxx
 
CxxLibraryDescriptionArg - Class in com.facebook.buck.cxx
Immutable implementation of CxxLibraryDescription.AbstractCxxLibraryDescriptionArg.
CxxLibraryDescriptionArg.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxLibraryDescriptionArg.
CxxLibraryDescriptionDelegate - Interface in com.facebook.buck.cxx
Defines a plugin interface for CxxLibraryDescription so that its behavior can be extended.
CxxLibraryEnhancement(BuildTarget, ProjectFilesystem, BuildRuleParams, Optional<Boolean>, ImmutableSet<BuildTarget>, BuildRuleResolver, SourcePathRuleFinder, CxxPlatform) - Constructor for class com.facebook.buck.jvm.java.JavaTestDescription.CxxLibraryEnhancement
 
CxxLibraryModuleRule - Class in com.facebook.buck.ide.intellij.lang.cxx
 
CxxLibraryModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.cxx.CxxLibraryModuleRule
 
CxxLink - Class in com.facebook.buck.cxx
 
CxxLink(BuildTarget, ProjectFilesystem, BuildRuleParams, Linker, Path, ImmutableList<Arg>, Optional<LinkOutputPostprocessor>, Optional<RuleScheduleInfo>, boolean, boolean) - Constructor for class com.facebook.buck.cxx.CxxLink
 
CxxLinkableEnhancer - Class in com.facebook.buck.cxx
 
CxxLinkAndCompileRules - Class in com.facebook.buck.cxx
 
CxxLuaExtension - Class in com.facebook.buck.lua
 
CxxLuaExtension(BuildTarget, ProjectFilesystem, BuildRuleParams) - Constructor for class com.facebook.buck.lua.CxxLuaExtension
 
CxxLuaExtensionDescription - Class in com.facebook.buck.lua
 
CxxLuaExtensionDescription(FlavorDomain<LuaPlatform>, CxxBuckConfig) - Constructor for class com.facebook.buck.lua.CxxLuaExtensionDescription
 
CxxLuaExtensionDescriptionArg - Class in com.facebook.buck.lua
Immutable implementation of CxxLuaExtensionDescription.AbstractCxxLuaExtensionDescriptionArg.
CxxLuaExtensionDescriptionArg.Builder - Class in com.facebook.buck.lua
Builds instances of type CxxLuaExtensionDescriptionArg.
CxxPlatform - Class in com.facebook.buck.cxx.toolchain
Interface describing a C/C++ toolchain and platform to build for.
CxxPlatform.Builder - Class in com.facebook.buck.cxx.toolchain
Builds instances of type CxxPlatform.
CxxPlatforms - Class in com.facebook.buck.cxx.toolchain
 
CxxPlatformsProvider - Class in com.facebook.buck.cxx.toolchain
 
CxxPlatformsProvider(CxxPlatform, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.cxx.toolchain.CxxPlatformsProvider
 
CxxPrecompiledHeaderDescription - Class in com.facebook.buck.cxx
 
CxxPrecompiledHeaderDescription() - Constructor for class com.facebook.buck.cxx.CxxPrecompiledHeaderDescription
 
CxxPrecompiledHeaderDescriptionArg - Class in com.facebook.buck.cxx
Immutable implementation of CxxPrecompiledHeaderDescription.AbstractCxxPrecompiledHeaderDescriptionArg.
CxxPrecompiledHeaderDescriptionArg.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxPrecompiledHeaderDescriptionArg.
CxxPrecompiledHeaderTemplate - Class in com.facebook.buck.cxx
Represents a precompilable header file, along with dependencies.
CxxPrepareForLinkStep - Class in com.facebook.buck.cxx
Prepares argfile for the CxxLinkStep, so all arguments to the linker will be stored in a single file.
CxxPreprocessables - Class in com.facebook.buck.cxx
 
CxxPreprocessables.IncludeType - Enum in com.facebook.buck.cxx
 
CxxPreprocessAndCompile - Class in com.facebook.buck.cxx
A build rule which preprocesses and/or compiles a C/C++ source in a single step.
CxxPreprocessorDep - Interface in com.facebook.buck.cxx
An interface that represents a BuildRule which can contribute components (e.g.
CxxPreprocessorInput - Class in com.facebook.buck.cxx
The components that get contributed to a top-level run of the C++ preprocessor.
CxxPreprocessorInput.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxPreprocessorInput.
CxxPythonExtension - Class in com.facebook.buck.python
 
CxxPythonExtension(BuildTarget, ProjectFilesystem, BuildRuleParams) - Constructor for class com.facebook.buck.python.CxxPythonExtension
 
CxxPythonExtensionDescription - Class in com.facebook.buck.python
 
CxxPythonExtensionDescription(FlavorDomain<PythonPlatform>, CxxBuckConfig, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.python.CxxPythonExtensionDescription
 
CxxPythonExtensionDescription.Type - Enum in com.facebook.buck.python
 
CxxPythonExtensionDescriptionArg - Class in com.facebook.buck.python
Immutable implementation of CxxPythonExtensionDescription.AbstractCxxPythonExtensionDescriptionArg.
CxxPythonExtensionDescriptionArg.Builder - Class in com.facebook.buck.python
Builds instances of type CxxPythonExtensionDescriptionArg.
CxxSource - Class in com.facebook.buck.cxx
Describes a source file written in the C programming language or a derivative (C++, Objective-C, Objective-C++, etc.) and the various paths it uses from input to output.
CxxSource.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxSource.
CxxSourceRuleFactory - Class in com.facebook.buck.cxx
Immutable implementation of AbstractCxxSourceRuleFactory.
CxxSourceRuleFactory.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxSourceRuleFactory.
CxxSourceTypes - Class in com.facebook.buck.cxx
Utilities for working with C-like source types.
CxxStrip - Class in com.facebook.buck.cxx
Controls how strip tool is invoked.
CxxStrip(BuildTarget, ProjectFilesystem, SourcePath, SourcePathRuleFinder, StripStyle, Tool, Path) - Constructor for class com.facebook.buck.cxx.CxxStrip
 
CxxSymlinkTreeHeaders - Class in com.facebook.buck.cxx
Encapsulates headers modeled using a HeaderSymlinkTree.
CxxSymlinkTreeHeaders.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxSymlinkTreeHeaders.
CxxTestDescription - Class in com.facebook.buck.cxx
 
CxxTestDescription(CxxBuckConfig, Flavor, FlavorDomain<CxxPlatform>, Optional<Long>) - Constructor for class com.facebook.buck.cxx.CxxTestDescription
 
CxxTestDescriptionArg - Class in com.facebook.buck.cxx
Immutable implementation of CxxTestDescription.AbstractCxxTestDescriptionArg.
CxxTestDescriptionArg.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxTestDescriptionArg.
CxxToolFlags - Class in com.facebook.buck.cxx
Tracks flags passed to the preprocessor or compiler.
CxxToolFlags() - Constructor for class com.facebook.buck.cxx.CxxToolFlags
 
CxxToolProvider<T> - Class in com.facebook.buck.cxx.toolchain
A provide for the Preprocessor and Compiler C/C++ drivers.
CxxToolProvider(ToolProvider, CxxToolProvider.Type) - Constructor for class com.facebook.buck.cxx.toolchain.CxxToolProvider
Build using a ToolProvider and a required type.
CxxToolProvider(Path, Optional<CxxToolProvider.Type>) - Constructor for class com.facebook.buck.cxx.toolchain.CxxToolProvider
Build using a Path and an optional type.
CxxToolProvider.Type - Enum in com.facebook.buck.cxx.toolchain
 
CxxToolProviderParams - Class in com.facebook.buck.cxx.toolchain
Immutable implementation of CxxBuckConfig.AbstractCxxToolProviderParams.
CxxToolProviderParams.Builder - Class in com.facebook.buck.cxx.toolchain
Builds instances of type CxxToolProviderParams.

D

d_tag - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.Entry
 
d_un - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.Entry
 
DaemonBootstrap() - Constructor for class com.facebook.buck.cli.Main.DaemonBootstrap
 
DaemonEvent - Class in com.facebook.buck.event
 
DaemonEvent(EventKey, String) - Constructor for class com.facebook.buck.event.DaemonEvent
 
DaemonEvent.NewDaemonInstance - Class in com.facebook.buck.event
 
DaemonicParserState - Class in com.facebook.buck.parser
Persistent parsing data, that can exist between invocations of the Parser.
DaemonicParserState(BroadcastEventListener, TypeCoercerFactory, int) - Constructor for class com.facebook.buck.parser.DaemonicParserState
 
daemonNewInstance(DaemonEvent.NewDaemonInstance) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
DalvikAwareOutputStreamHelper - Class in com.facebook.buck.dalvik
Helper to write a Zip file used by DalvikAwareZipSplitter.
DalvikAwareZipSplitter - Class in com.facebook.buck.dalvik
Implementation of ZipSplitter that uses estimates from DalvikStatsTool to determine how many classes to pack into a dex.
DalvikAwareZipSplitterFactory - Class in com.facebook.buck.dalvik
 
DalvikAwareZipSplitterFactory(long, Set<String>) - Constructor for class com.facebook.buck.dalvik.DalvikAwareZipSplitterFactory
 
DalvikMemberReference - Class in com.facebook.buck.dalvik
Immutable implementation of AbstractDalvikMemberReference.
DalvikStatsTool - Class in com.facebook.buck.dalvik
Tool to get stats about dalvik classes.
DalvikStatsTool.Stats - Class in com.facebook.buck.dalvik
Stats about a java class.
DARWIN_F_GETFD - Static variable in class com.facebook.buck.util.Libc.Constants
 
DARWIN_F_SETFD - Static variable in class com.facebook.buck.util.Libc.Constants
 
DARWIN_FD_CLOEXEC - Static variable in class com.facebook.buck.util.Libc.Constants
 
DARWIN_TIOCSCTTY - Static variable in class com.facebook.buck.util.Libc.Constants
 
DarwinLinker - Class in com.facebook.buck.cxx.toolchain.linker
A specialization of Linker containing information specific to the Darwin implementation.
DarwinLinker(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
Data(ImmutableSortedMap<String, HashCode>) - Constructor for class com.facebook.buck.jvm.java.JavaLibrary.Data
 
Data(RuleKey) - Constructor for class com.facebook.buck.shell.DefaultWorkerTool.Data
 
DataHolder() - Constructor for class com.facebook.buck.rules.modern.ModernBuildRule.DataHolder
 
DBinary - Class in com.facebook.buck.d
BinaryBuildRule implementation for D binaries.
DBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool, SourcePath) - Constructor for class com.facebook.buck.d.DBinary
 
DBinaryDescription - Class in com.facebook.buck.d
 
DBinaryDescription(DBuckConfig, CxxBuckConfig, CxxPlatform) - Constructor for class com.facebook.buck.d.DBinaryDescription
 
DBinaryDescriptionArg - Class in com.facebook.buck.d
Immutable implementation of DBinaryDescription.AbstractDBinaryDescriptionArg.
DBinaryDescriptionArg.Builder - Class in com.facebook.buck.d
Builds instances of type DBinaryDescriptionArg.
DBuckConfig - Class in com.facebook.buck.d
 
DBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.d.DBuckConfig
 
DCompileBuildRule - Class in com.facebook.buck.d
A build rule for invoking the D compiler.
DCompileBuildRule(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool, ImmutableList<String>, String, ImmutableSortedSet<SourcePath>, ImmutableList<DIncludes>) - Constructor for class com.facebook.buck.d.DCompileBuildRule
 
DCompileStep - Class in com.facebook.buck.d
 
DCompileStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, Path, ImmutableCollection<Path>) - Constructor for class com.facebook.buck.d.DCompileStep
 
DdmLibLogRedirector - Class in com.facebook.buck.cli
This is used to convert ddmlib's logging to ConsoleEvents to interact correctly with SuperConsole.
DdmLibLogRedirector() - Constructor for class com.facebook.buck.cli.DdmLibLogRedirector
 
debug(Throwable, String) - Method in class com.facebook.buck.log.Logger
Logs a message at DEBUG level.
debug(String) - Method in class com.facebook.buck.log.Logger
Logs a message at DEBUG level.
debug(String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at DEBUG level.
debug(Throwable, String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at DEBUG level.
DEBUG_CONSTANT - Static variable in class com.facebook.buck.android.BuildConfigs
Name of the boolean global variable provided by the standard Android tools to indicate whether an app was built in debug mode or not.
DebugPathSanitizer - Class in com.facebook.buck.cxx.toolchain
Encapsulates all the logic to sanitize debug paths in native code.
DebugPathSanitizer() - Constructor for class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
 
DebugSection - Class in com.facebook.buck.cxx.toolchain
Encapsulates the various properties and data for a debug section of a native file format.
DebugSection(ImmutableSet<DebugSectionProperty>, ByteBuffer) - Constructor for class com.facebook.buck.cxx.toolchain.DebugSection
 
DebugSectionFinder - Class in com.facebook.buck.cxx.toolchain
 
DebugSectionFinder() - Constructor for class com.facebook.buck.cxx.toolchain.DebugSectionFinder
 
DebugSectionProperty - Enum in com.facebook.buck.cxx.toolchain
Properties describing debug sections found in native file formats.
decode(ByteBuffer, CharBuffer, boolean) - Method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder
 
decodeBuildTarget(BuildJobStateBuildTarget, Cell) - Static method in class com.facebook.buck.distributed.DistBuildTargetGraphCodec
 
decodeNumericEscape(StringBuilder, String, int, int, int, int) - Static method in class com.facebook.buck.util.Escaper
Decode a numeric escape as explained in this page: http://en.cppreference.com/w/cpp/language/escape .
decodeNumericEscape(StringBuilder, String, int, int, int) - Static method in class com.facebook.buck.util.Escaper
Call Escaper.decodeNumericEscape(StringBuilder, String, int, int, int, int) to parse at most one escaped character; i.e.
decodeString(ByteBuffer) - Method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder
 
decodeUTF8String(ByteBuffer) - Static method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder
 
dedupKeepLast(Iterable<T>) - Static method in class com.facebook.buck.util.MoreIterables
Returns a deduped version of toDedup and keeps the order of elements If a key is contained more than once (that is, there are multiple elements e1, e2...
DEFAULT - Static variable in enum com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry.BuildFor
 
DEFAULT - Static variable in enum com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig.MultiFetchType
 
DEFAULT - Static variable in enum com.facebook.buck.cli.ActionGraphParallelizationMode
 
DEFAULT - Static variable in enum com.facebook.buck.util.cache.FileHashCacheMode
 
DEFAULT_AMOUNTS - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
 
DEFAULT_ANDROID_PLATFORM_TARGET - Static variable in class com.facebook.buck.android.AndroidPlatformTarget
 
DEFAULT_BUCK_CONFIG_OVERRIDE_FILE_NAME - Static variable in class com.facebook.buck.config.Configs
 
DEFAULT_COMMON_CFLAGS - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
Defaults for c and c++ flags
DEFAULT_COMMON_COMPILER_FLAGS - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
Flags used when compiling either C or C++ sources.
DEFAULT_COMMON_CPPFLAGS - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
 
DEFAULT_COMMON_CXXFLAGS - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
 
DEFAULT_COMMON_CXXPPFLAGS - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
 
DEFAULT_COMMON_LDFLAGS - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
Default linker flags added by the NDK.
DEFAULT_COMMON_TIMEOUT_MS - Static variable in class com.facebook.buck.util.network.BlockingHttpEndpoint
 
DEFAULT_COMPILER_KEY - Static variable in class com.facebook.buck.apple.xcode.xcspec.SDKSettings
Key into the default properties dictionary for the default compiler identifier.
DEFAULT_COMPILER_TYPE - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
 
DEFAULT_COMPRESSION_LEVEL - Static variable in class com.facebook.buck.step.fs.XzStep
 
DEFAULT_CONFIG_NAMES - Static variable in enum com.facebook.buck.apple.SchemeActionType
 
DEFAULT_CPU_ABIS - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
 
DEFAULT_CPU_AMOUNT - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
 
DEFAULT_CPU_CAP - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
CPU resource amount is considered as number of cores.
DEFAULT_CXX_RUNTIME - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
 
DEFAULT_DISK_IO_AMOUNT - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
 
DEFAULT_DISK_IO_CAP - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
Disk IO resource unit size has been chosen arbitrarily.
DEFAULT_FLAVOR_LIBRARY_TYPE - Static variable in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
DEFAULT_FLAVOR_PLATFORM - Static variable in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
DEFAULT_IDENTITIES_COMMAND - Static variable in class com.facebook.buck.apple.CodeSignIdentityStore
 
DEFAULT_INITIAL_CHAR_BUFFER_CAPACITY - Static variable in class com.facebook.buck.charset.NulTerminatedCharsetDecoder
 
DEFAULT_IS_DEP - Static variable in annotation type com.facebook.buck.rules.Hint
 
DEFAULT_IS_INPUT - Static variable in annotation type com.facebook.buck.rules.Hint
 
DEFAULT_KEY_VALUE_SEPARATOR - Static variable in class com.facebook.buck.config.Config
Used in a string representation of a map; separates keys from values
DEFAULT_MANAGED_THREAD_COUNT - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
Total number of threads Buck can use to schedule various work.
DEFAULT_MAXIMUM_AMOUNTS - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
 
DEFAULT_MEMORY_AMOUNT - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
 
DEFAULT_MEMORY_CAP - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
Memory resource unit size has been chosen arbitrarily.
DEFAULT_MIN_BATCH_SIZE - Static variable in class com.facebook.buck.util.network.AbstractBatchingLogger
 
DEFAULT_NETWORK_IO_AMOUNT - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
 
DEFAULT_NETWORK_IO_CAP - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
Network IO resource unit size has been chosen arbitrarily.
DEFAULT_PAIR_SEPARATOR - Static variable in class com.facebook.buck.config.Config
Used in a string representation of a map; separates pairs of value
DEFAULT_PYTHON_PLATFORM - Static variable in class com.facebook.buck.python.PythonBuckConfig
 
DEFAULT_QUERY_FUNCTIONS - Static variable in interface com.facebook.buck.query.QueryEnvironment
List of the default query functions.
DEFAULT_READ_COMMAND - Static variable in class com.facebook.buck.apple.ProvisioningProfileStore
 
DEFAULT_SHUTDOWN_TIMEOUT_MS - Static variable in class com.facebook.buck.event.DefaultBuckEventBus
 
DEFAULT_SUMMARY_INCLUDE_STDERR - Static variable in class com.facebook.buck.test.TestConfig
 
DEFAULT_SUMMARY_INCLUDE_STDOUT - Static variable in class com.facebook.buck.test.TestConfig
 
DEFAULT_TARGET_APP_PLATFORM - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
 
DefaultAggregationModuleFactory - Class in com.facebook.buck.ide.intellij.aggregation
 
DefaultAggregationModuleFactory(SupportedTargetTypeRegistry) - Constructor for class com.facebook.buck.ide.intellij.aggregation.DefaultAggregationModuleFactory
 
defaultAmounts - Variable in class com.facebook.buck.util.concurrent.ConcurrencyLimit
Default resource amounts that job would require.
DefaultAndroidDirectoryResolver - Class in com.facebook.buck.android
Utility class used for resolving the location of Android specific directories.
DefaultAndroidDirectoryResolver(FileSystem, ImmutableMap<String, String>, Optional<String>, Optional<String>) - Constructor for class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
DefaultAndroidLibraryCompilerFactory - Class in com.facebook.buck.android
 
DefaultAndroidLibraryCompilerFactory(JavaBuckConfig, ScalaBuckConfig, KotlinBuckConfig) - Constructor for class com.facebook.buck.android.DefaultAndroidLibraryCompilerFactory
 
DefaultAndroidManifestReader - Class in com.facebook.buck.android
 
DefaultBuckEventBus - Class in com.facebook.buck.event
Thin wrapper around guava event bus.
DefaultBuckEventBus(Clock, BuildId) - Constructor for class com.facebook.buck.event.DefaultBuckEventBus
 
DefaultBuckEventBus(Clock, boolean, BuildId, int) - Constructor for class com.facebook.buck.event.DefaultBuckEventBus
 
DefaultBuildableContext - Class in com.facebook.buck.rules
 
DefaultBuildableContext(BuildInfoRecorder) - Constructor for class com.facebook.buck.rules.DefaultBuildableContext
 
DefaultBuildCellRelativePathFactory - Class in com.facebook.buck.rules.modern
 
DefaultBuildCellRelativePathFactory(Path, ProjectFilesystem, Optional<OutputPathResolver>) - Constructor for class com.facebook.buck.rules.modern.DefaultBuildCellRelativePathFactory
 
DefaultBuildRuleBuilderDelegate(CachingBuildEngine, BuildEngineBuildContext) - Constructor for class com.facebook.buck.rules.CachingBuildEngine.DefaultBuildRuleBuilderDelegate
 
DefaultBuildTargetSourcePath - Class in com.facebook.buck.rules
A BuildTargetSourcePath which resolves to the default output of the BuildRule referred to by its target.
DefaultBuildTargetSourcePath(BuildTarget) - Constructor for class com.facebook.buck.rules.DefaultBuildTargetSourcePath
 
DefaultCellPathResolver - Class in com.facebook.buck.rules
 
DefaultCellPathResolver(Path, ImmutableMap<String, Path>) - Constructor for class com.facebook.buck.rules.DefaultCellPathResolver
 
DefaultCellPathResolver(Path, Config) - Constructor for class com.facebook.buck.rules.DefaultCellPathResolver
 
DefaultClassInfoFactory - Class in com.facebook.buck.rules.modern.impl
Creates and caches the default ClassInfo implementations.
DefaultClassInfoFactory() - Constructor for class com.facebook.buck.rules.modern.impl.DefaultClassInfoFactory
 
DefaultClasspathTraverser - Class in com.facebook.buck.jvm.java.classes
 
DefaultClasspathTraverser() - Constructor for class com.facebook.buck.jvm.java.classes.DefaultClasspathTraverser
 
DefaultClassUsageFileWriter - Class in com.facebook.buck.jvm.java
 
DefaultClassUsageFileWriter(Path) - Constructor for class com.facebook.buck.jvm.java.DefaultClassUsageFileWriter
 
DefaultClock - Class in com.facebook.buck.timing
Clock implementation that invokes the System calls.
DefaultClock() - Constructor for class com.facebook.buck.timing.DefaultClock
 
DefaultClock(boolean) - Constructor for class com.facebook.buck.timing.DefaultClock
 
DefaultCompiler - Class in com.facebook.buck.cxx.toolchain
 
DefaultCompiler(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
DefaultCxxPlatforms - Class in com.facebook.buck.cxx.toolchain
Utility class to create a C/C++ platform described in the "cxx" section of .buckconfig, with reasonable system defaults.
DefaultDefectReporter - Class in com.facebook.buck.doctor
Takes care of actually writing out the report.
DefaultDefectReporter(ProjectFilesystem, DoctorConfig, BuckEventBus, Clock) - Constructor for class com.facebook.buck.doctor.DefaultDefectReporter
 
DefaultDependencyFileRuleKeyFactory - Class in com.facebook.buck.rules.keys
A factory for generating dependency-file RuleKeys.
DefaultDependencyFileRuleKeyFactory(RuleKeyFieldLoader, FileHashLoader, SourcePathResolver, SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.keys.DefaultDependencyFileRuleKeyFactory
 
DefaultDrawableFinder() - Constructor for class com.facebook.buck.android.FilterResourcesSteps.DefaultDrawableFinder
 
DefaultExecutionEnvironment - Class in com.facebook.buck.util.environment
 
DefaultExecutionEnvironment(ImmutableMap<String, String>, Properties) - Constructor for class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
DefaultExtraInfoCollector - Class in com.facebook.buck.doctor
Runs an optional user-specified command to get extra info for the rage report.
DefaultExtraInfoCollector(DoctorConfig, ProjectFilesystem, ProcessExecutor) - Constructor for class com.facebook.buck.doctor.DefaultExtraInfoCollector
 
DefaultFileHashCache - Class in com.facebook.buck.util.cache
 
DefaultFileHashCache(ProjectFilesystem, Predicate<Path>, FileHashCacheMode) - Constructor for class com.facebook.buck.util.cache.DefaultFileHashCache
 
DefaultFilteredDirectoryCopier - Class in com.facebook.buck.util
This class allows the creation of copies of multiple directories, while filtering out files which do not match a specified predicate.
DefaultIjModuleFactory - Class in com.facebook.buck.ide.intellij
 
DefaultIjModuleFactory(ProjectFilesystem, SupportedTargetTypeRegistry) - Constructor for class com.facebook.buck.ide.intellij.DefaultIjModuleFactory
 
DefaultInputPathResolver - Class in com.facebook.buck.rules.modern
 
DefaultInputPathResolver(SourcePathResolver) - Constructor for class com.facebook.buck.rules.modern.DefaultInputPathResolver
 
DefaultInputRuleResolver - Class in com.facebook.buck.rules.modern.impl
 
DefaultInputRuleResolver(SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.modern.impl.DefaultInputRuleResolver
 
DefaultJavaLibrary - Class in com.facebook.buck.jvm.java
Suppose this were a rule defined in src/com/facebook/feed/BUCK:
DefaultJavaLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathResolver, JarBuildStepsFactory, Optional<SourcePath>, SortedSet<BuildRule>, ImmutableSortedSet<BuildRule>, ImmutableSortedSet<BuildRule>, BuildTarget, Optional<String>, ImmutableSortedSet<BuildTarget>, boolean) - Constructor for class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
DefaultJavaLibraryBuilder - Class in com.facebook.buck.jvm.java
 
DefaultJavaLibraryBuilder(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver, JavaBuckConfig) - Constructor for class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
DefaultJavaLibraryBuilder(TargetGraph, BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CellPathResolver) - Constructor for class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
DefaultJavaLibraryBuilder.BuilderHelper - Class in com.facebook.buck.jvm.java
 
DefaultJavaPackageFinder - Class in com.facebook.buck.jvm.java
 
DefaultJavaPackageFinder(ImmutableSortedSet<String>, ImmutableSet<String>) - Constructor for class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
DefaultLinkerProvider - Class in com.facebook.buck.cxx.toolchain.linker
 
DefaultLinkerProvider(LinkerProvider.Type, ToolProvider) - Constructor for class com.facebook.buck.cxx.toolchain.linker.DefaultLinkerProvider
 
DefaultOnDiskBuildInfo - Class in com.facebook.buck.rules
Utility for reading the metadata associated with a build rule's output.
DefaultOnDiskBuildInfo(BuildTarget, ProjectFilesystem, BuildInfoStore) - Constructor for class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
DefaultParserTargetNodeFactory - Class in com.facebook.buck.parser
Creates TargetNode instances from raw data coming in form the ProjectBuildFileParser.
DefaultProcessExecutor - Class in com.facebook.buck.util
Executes a Process and blocks until it is finished.
DefaultProcessExecutor(Console) - Constructor for class com.facebook.buck.util.DefaultProcessExecutor
Creates a new DefaultProcessExecutor with the specified parameters used for writing the output of the process.
DefaultProcessExecutor(PrintStream, PrintStream, Ansi, ProcessHelper, ProcessRegistry) - Constructor for class com.facebook.buck.util.DefaultProcessExecutor
 
DefaultProjectFilesystemDelegate - Class in com.facebook.buck.io
Default implementation of ProjectFilesystemDelegate that talks to the filesystem via standard Java APIs.
DefaultProjectFilesystemDelegate(Path) - Constructor for class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
DefaultRuleKeyCache<V> - Class in com.facebook.buck.rules.keys
A RuleKey cache used by a RuleKeyFactory.
DefaultRuleKeyCache() - Constructor for class com.facebook.buck.rules.keys.DefaultRuleKeyCache
 
DefaultRuleKeyFactory - Class in com.facebook.buck.rules.keys
A RuleKeyFactory which adds some default settings to RuleKeys.
DefaultRuleKeyFactory(RuleKeyFieldLoader, FileHashLoader, SourcePathResolver, SourcePathRuleFinder, RuleKeyCache<RuleKey>) - Constructor for class com.facebook.buck.rules.keys.DefaultRuleKeyFactory
 
DefaultRuleKeyFactory(RuleKeyFieldLoader, FileHashLoader, SourcePathResolver, SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.keys.DefaultRuleKeyFactory
 
DefaultRuleKeyFactory(int, FileHashLoader, SourcePathResolver, SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.keys.DefaultRuleKeyFactory
 
DefaultRuleKeyFactory.Builder<RULE_KEY> - Class in com.facebook.buck.rules.keys
 
DefaultRuleKeyScopedHasher<HASH> - Class in com.facebook.buck.rules.keys
A wrapper of RuleKeyHasher that provides scoped hashing facilities.
DefaultRuleKeyScopedHasher.DefaultContainerScope - Class in com.facebook.buck.rules.keys
 
DefaultShellStep - Class in com.facebook.buck.shell
 
DefaultShellStep(Path, List<String>, Map<String, String>) - Constructor for class com.facebook.buck.shell.DefaultShellStep
 
DefaultShellStep(Path, List<String>) - Constructor for class com.facebook.buck.shell.DefaultShellStep
 
DefaultSourcePathResolver - Class in com.facebook.buck.rules
 
DefaultStepRunner - Class in com.facebook.buck.step
 
DefaultStepRunner() - Constructor for class com.facebook.buck.step.DefaultStepRunner
 
DefaultTargetNodeToBuildRuleTransformer - Class in com.facebook.buck.rules
Takes in an TargetNode from the target graph and builds a BuildRule.
DefaultTargetNodeToBuildRuleTransformer() - Constructor for class com.facebook.buck.rules.DefaultTargetNodeToBuildRuleTransformer
 
defaultTestTimeoutMillis - Variable in class com.facebook.buck.testrunner.BaseRunner
 
DefaultTypeCoercerFactory - Class in com.facebook.buck.rules.coercer
Create TypeCoercers that can convert incoming java structures (from json) into particular types.
DefaultTypeCoercerFactory() - Constructor for class com.facebook.buck.rules.coercer.DefaultTypeCoercerFactory
 
DefaultTypeCoercerFactory(PathTypeCoercer.PathExistenceVerificationMode) - Constructor for class com.facebook.buck.rules.coercer.DefaultTypeCoercerFactory
 
DefaultWorkerTool - Class in com.facebook.buck.shell
 
DefaultWorkerTool(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool, int, boolean) - Constructor for class com.facebook.buck.shell.DefaultWorkerTool
 
DefaultWorkerTool.Data - Class in com.facebook.buck.shell
 
DefectReport - Class in com.facebook.buck.doctor
Immutable implementation of DefectReporter.AbstractDefectReport.
DefectReport.Builder - Class in com.facebook.buck.doctor
Builds instances of type DefectReport.
DefectReporter - Interface in com.facebook.buck.doctor
Interface around the 'backend' of submitting a defect report.
DefectReporter.AbstractDefectReport - Interface in com.facebook.buck.doctor
 
DefectReporter.AbstractDefectSubmitResult - Interface in com.facebook.buck.doctor
 
DefectReporter.AbstractFileChangesIgnoredReport - Interface in com.facebook.buck.doctor
Information helpful when diagnosing 'buck is not picking up changes' reports.
DefectSubmitResult - Class in com.facebook.buck.doctor
Immutable implementation of DefectReporter.AbstractDefectSubmitResult.
DefectSubmitResult.Builder - Class in com.facebook.buck.doctor
Builds instances of type DefectSubmitResult.
DelegatingFileHashCacheEngine - Class in com.facebook.buck.util.cache
 
DelegatingFileHashCacheEngine(FileHashCacheEngine) - Constructor for class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
 
DelegatingVersionControlCmdLineInterface - Class in com.facebook.buck.util.versioncontrol
 
DelegatingVersionControlCmdLineInterface(Path, ProcessExecutorFactory, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.util.versioncontrol.DelegatingVersionControlCmdLineInterface
 
delete(Path) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
delete() - Method in class com.facebook.buck.jvm.java.JarFileObject
 
deleteExistingMetadata() - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
deleteExistingMetadata() - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
 
deleteFileAtPath(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Deletes a file specified by its path relative to the project root.
deleteFileAtPathIfExists(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Deletes a file specified by its path relative to the project root.
deleteMetadata(BuildTarget) - Method in interface com.facebook.buck.rules.BuildInfoStore
 
deleteMetadata(BuildTarget) - Method in class com.facebook.buck.rules.FilesystemBuildInfoStore
 
deleteMetadata(BuildTarget) - Method in class com.facebook.buck.rules.SQLiteBuildInfoStore
 
deleteRecursively(Path) - Static method in class com.facebook.buck.io.MoreFiles
 
deleteRecursivelyIfExists(Path) - Static method in class com.facebook.buck.io.MoreFiles
 
deleteRecursivelyIfExists(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Recursively delete everything under the specified path.
deleteRecursivelyWithOptions(Path, EnumSet<MoreFiles.DeleteRecursivelyOptions>) - Static method in class com.facebook.buck.io.MoreFiles
 
density - Variable in class com.facebook.buck.android.ResourceFilters.Qualifiers
e.g.
DEPENDENCY_FILE - Static variable in class com.facebook.buck.js.JsFlavors
 
DependencyAggregation - Class in com.facebook.buck.rules
A noop build rule used to aggregate dependencies shared amongst many rules.
DependencyAggregation(BuildTarget, ProjectFilesystem, ImmutableSortedSet<BuildRule>) - Constructor for class com.facebook.buck.rules.DependencyAggregation
 
DependencyEntry - Class in com.facebook.buck.ide.intellij
The design of this classes API is tied to how the corresponding StringTemplate template interacts with it.
DependencyEntry.Builder - Class in com.facebook.buck.ide.intellij
Builds instances of type DependencyEntry.
DependencyEntryData - Class in com.facebook.buck.ide.intellij
Immutable implementation of IjDependencyListBuilder.AbstractDependencyEntryData.
DependencyEntryData.Builder - Class in com.facebook.buck.ide.intellij
Builds instances of type DependencyEntryData.
DependencyFileEntry - Class in com.facebook.buck.rules.keys
Immutable implementation of AbstractDependencyFileEntry.
DependencyFileEntry.Builder - Class in com.facebook.buck.rules.keys
Builds instances of type DependencyFileEntry.
DependencyFileRuleKeyFactory - Interface in com.facebook.buck.rules.keys
 
DependencyFileRuleKeyFactory.AbstractRuleKeyAndInputs - Interface in com.facebook.buck.rules.keys
 
DependencyInfo() - Constructor for class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder.DependencyInfo
 
DependencyMode - Enum in com.facebook.buck.util
 
DependencyTrackingMode - Enum in com.facebook.buck.cxx.toolchain
Describes the underlying mechanism to track dependencies for a cxx compilation unit.
DependencyType - Enum in com.facebook.buck.ide.intellij.model
 
deprecatedGetExtraDeps() - Method in class com.facebook.buck.android.AndroidBinary
 
deprecatedGetExtraDeps() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
 
deprecatedGetExtraDeps() - Method in class com.facebook.buck.rules.AbstractBuildRuleWithDeclaredAndExtraDeps
 
deprecatedGetExtraDeps() - Method in interface com.facebook.buck.rules.HasDeclaredAndExtraDeps
 
DeprecatedPrebuiltCxxLibraryPaths - Class in com.facebook.buck.cxx
Immutable implementation of AbstractDeprecatedPrebuiltCxxLibraryPaths.
DeprecatedPrebuiltCxxLibraryPaths.Builder - Class in com.facebook.buck.cxx
Builds instances of type DeprecatedPrebuiltCxxLibraryPaths.
deps - Variable in class com.facebook.buck.cxx.CxxLinkAndCompileRules
 
deps - Variable in class com.facebook.buck.rules.BuildRuleDiagnosticData
 
deps - Variable in class com.facebook.buck.rules.keys.RuleKeyResult
All other `BuildRule`s and `RuleKeyAppendable`s which this rule key's value depends on.
DepsFunction - Class in com.facebook.buck.query
A 'deps(x [, depth, next_expr])' expression, which finds the dependencies of the given argument set 'x'.
DepsFunction() - Constructor for class com.facebook.buck.query.DepsFunction
 
DepsFunction.FirstOrderDepsFunction - Class in com.facebook.buck.query
A function that resolves to the current node's target being traversed when evaluating the deps function.
dequeueZeroDependencyNodes(ImmutableList<String>) - Method in class com.facebook.buck.distributed.BuildTargetsQueue
 
deriveDeps(AddsToRuleKey, SourcePathRuleFinder) - Static method in class com.facebook.buck.rules.BuildableSupport
 
deriveDeps(BuildRule, SourcePathRuleFinder) - Static method in class com.facebook.buck.rules.BuildableSupport
 
Description<T> - Interface in com.facebook.buck.rules
The Source of Truth about a BuildRule, providing mechanisms to expose the arguments that rules derived from the Buildable take and providing a factory for those BuildRules.
deserialize(byte[]) - Static method in class com.facebook.buck.apple.clang.HeaderMap
 
deserialize(ByteBuffer) - Static method in class com.facebook.buck.apple.clang.HeaderMap
 
deserialize(InputStream) - Static method in class com.facebook.buck.distributed.BuildJobStateSerializer
 
deserialize(byte[]) - Static method in class com.facebook.buck.distributed.BuildJobStateSerializer
 
deserialize(Map<String, Object>) - Static method in class com.facebook.buck.jvm.java.ClassUsageFileWriterSerializer
 
deserialize(Map<String, Object>) - Static method in class com.facebook.buck.jvm.java.JarParametersSerializer
 
deserialize(Map<String, Object>, JavacEventSink, PrintStream, ClassLoaderCache, Console) - Static method in class com.facebook.buck.jvm.java.JavacExecutionContextSerializer
 
deserialize(Map<String, Object>) - Static method in class com.facebook.buck.jvm.java.JavacPluginJsr199FieldsSerializer
 
deserialize(Map<String, Object>) - Static method in class com.facebook.buck.jvm.java.JavaPackageFinderSerializer
 
deserialize(Map<String, Object>) - Static method in class com.facebook.buck.rules.CellPathResolverSerializer
 
deserialize(ThriftProtocol, byte[], TBase<?, ?>) - Static method in class com.facebook.buck.slb.ThriftUtil
 
deserialize(ThriftProtocol, InputStream, TBase<?, ?>) - Static method in class com.facebook.buck.slb.ThriftUtil
 
deserialize(JsonParser, DeserializationContext) - Method in class com.facebook.buck.util.LenientBooleanJsonDeserializer
 
deserialize(Map<String, Object>, Console) - Static method in class com.facebook.buck.util.ProcessExecutorSerializer
 
deserializeBserValue(InputStream) - Method in class com.facebook.buck.bser.BserDeserializer
Deserializes the next BSER-encoded value from the stream.
deserializeInvocation(String) - Method in class com.facebook.buck.message_ipc.MessageSerializer
 
deserializeResult(String) - Method in class com.facebook.buck.message_ipc.MessageSerializer
 
destroyLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
destroyLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
destroyLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in interface com.facebook.buck.util.ProcessExecutor
Terminates a process previously returned by ProcessExecutor.launchProcess(ProcessExecutorParams).
destroyProcess(ListeningProcessExecutor.LaunchedProcess, boolean) - Method in class com.facebook.buck.util.ListeningProcessExecutor
Destroys a process.
destroyWorkerProcess(WorkerProcess) - Method in class com.facebook.buck.worker.WorkerProcessPool
 
detect() - Static method in enum com.facebook.buck.util.environment.Architecture
 
detect() - Static method in enum com.facebook.buck.util.environment.Platform
 
detectModuleType(TargetNode<AndroidBinaryDescriptionArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidBinaryModuleRule
 
detectModuleType(TargetNode<AndroidLibraryDescription.CoreArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidLibraryModuleRule
 
detectModuleType(TargetNode<AndroidResourceDescriptionArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidResourceModuleRule
 
detectModuleType(TargetNode<RobolectricTestDescriptionArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.android.RobolectricTestModuleRule
 
detectModuleType(TargetNode<CxxLibraryDescriptionArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.cxx.CxxLibraryModuleRule
 
detectModuleType(TargetNode<GroovyLibraryDescription.CoreArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.groovy.GroovyLibraryModuleRule
 
detectModuleType(TargetNode<GroovyTestDescriptionArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.groovy.GroovyTestModuleRule
 
detectModuleType(TargetNode<JavaBinaryDescriptionArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.java.JavaBinaryModuleRule
 
detectModuleType(TargetNode<JavaLibraryDescription.CoreArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.java.JavaLibraryModuleRule
 
detectModuleType(TargetNode<JavaTestDescription.CoreArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.java.JavaTestModuleRule
 
detectModuleType(TargetNode<KotlinLibraryDescriptionArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.kotlin.KotlinLibraryModuleRule
 
detectModuleType(TargetNode<KotlinTestDescriptionArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.kotlin.KotlinTestModuleRule
 
detectModuleType(TargetNode<ScalaLibraryDescriptionArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.scala.ScalaLibraryModuleRule
 
detectModuleType(TargetNode<ScalaTestDescriptionArg, ?>) - Method in class com.facebook.buck.ide.intellij.lang.scala.ScalaTestModuleRule
 
detectModuleType(TargetNode<T, ?>) - Method in interface com.facebook.buck.ide.intellij.model.IjModuleRule
 
determineOptimalThreadCount() - Static method in class com.facebook.buck.android.SmartDexingStep
 
DeterministicManifest - Class in com.facebook.buck.util.zip
A manifest implementation whose formatted output is deterministic given the same input (entries and attributes are sorted).
DeterministicManifest() - Constructor for class com.facebook.buck.util.zip.DeterministicManifest
 
DeterministicManifest(InputStream) - Constructor for class com.facebook.buck.util.zip.DeterministicManifest
 
DeterministicManifest(Manifest) - Constructor for class com.facebook.buck.util.zip.DeterministicManifest
 
DeterministicZipBuilder - Class in com.facebook.buck.util.zip
 
DeterministicZipBuilder(Path) - Constructor for class com.facebook.buck.util.zip.DeterministicZipBuilder
 
DEV - Static variable in class com.facebook.buck.js.ReactNativeFlavors
 
deviceStartActivity(String, boolean) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
DEX_FLAVOR - Static variable in class com.facebook.buck.android.AndroidBinaryGraphEnhancer
 
DEX_MERGE_FLAVOR - Static variable in class com.facebook.buck.android.AndroidBinaryGraphEnhancer
 
DEX_WITH_CLASSES_COMPARATOR - Static variable in interface com.facebook.buck.android.DexWithClasses
 
DexExoHelper - Class in com.facebook.buck.android.exopackage
 
dexInputHashes - Variable in class com.facebook.buck.android.PreDexedFilesSorter.Result
 
DexProducedFromJavaLibrary - Class in com.facebook.buck.android
DexProducedFromJavaLibrary is a BuildRule that serves a very specific purpose: it takes a JavaLibrary and dexes the output of the JavaLibrary if its list of classes is non-empty.
DexStoreContents(APKModule, ProjectFilesystem, ImmutableList.Builder<Step>) - Constructor for class com.facebook.buck.android.PreDexedFilesSorter.DexStoreContents
 
DexWithClasses - Interface in com.facebook.buck.android
Object that represents a .dex.jar file that knows what .class files went into it, as well as its estimated dex weight.
diagKey - Variable in class com.facebook.buck.rules.keys.RuleKeyDiagnostics.Result
 
DiagnosticCleaner - Class in com.facebook.buck.jvm.java
 
diagnosticKeys - Variable in class com.facebook.buck.rules.BuildRuleDiagnosticData
 
DiagnosticPrettyPrinter - Class in com.facebook.buck.jvm.java
Take a Diagnostic and pretty print it, using the same formatting as you'd find in the Oracle javac implementation.
didFinishBuild() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didFinishBuildRule(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.BuildRuleThreadTracker
 
didFinishParsing() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didFinishProjectGeneration() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didFinishRule() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didFinishTestRule(TestRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.BuildRuleThreadTracker
 
didGenerateProjectForTarget() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didParseBuckRules(int) - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didResumeBuildRule(BuildRuleEvent.Resumed) - Method in class com.facebook.buck.event.listener.BuildRuleThreadTracker
 
didResumeRule() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didStartBuild() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didStartBuildRule(BuildRuleEvent.Started) - Method in class com.facebook.buck.event.listener.BuildRuleThreadTracker
 
didStartRule() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didStartTestRule(TestRuleEvent.Started) - Method in class com.facebook.buck.event.listener.BuildRuleThreadTracker
 
didSuspendBuildRule(BuildRuleEvent.Suspended) - Method in class com.facebook.buck.event.listener.BuildRuleThreadTracker
 
didSuspendRule() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
diff() - Method in class com.facebook.buck.jvm.java.JarDiffer
 
DiffAbisStep - Class in com.facebook.buck.jvm.java
Immutable implementation of AbstractDiffAbisStep.
diffBetweenRevisions(String, String) - Method in class com.facebook.buck.util.versioncontrol.DelegatingVersionControlCmdLineInterface
 
diffBetweenRevisions(String, String) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
diffBetweenRevisions(String, String) - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
diffBetweenRevisions(String, String) - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
diffBetweenRevisionsOrAbsent(String, String) - Method in class com.facebook.buck.util.versioncontrol.DelegatingVersionControlCmdLineInterface
 
diffBetweenRevisionsOrAbsent(String, String) - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
diffJars(Path, Path) - Static method in class com.facebook.buck.jvm.java.JarDiffer
 
DIGEST_ATTRIBUTE_NAME - Static variable in class com.facebook.buck.util.zip.CustomJarOutputStream
 
DIncludes - Class in com.facebook.buck.d
Immutable implementation of AbstractDIncludes.
DIncludes.Builder - Class in com.facebook.buck.d
Builds instances of type DIncludes.
DirArtifactCache - Class in com.facebook.buck.artifact_cache
 
DirArtifactCache(String, ProjectFilesystem, Path, CacheReadMode, Optional<Long>) - Constructor for class com.facebook.buck.artifact_cache.DirArtifactCache
 
DirArtifactCacheEvent - Class in com.facebook.buck.artifact_cache
 
DirArtifactCacheEvent.DirArtifactCacheEventFactory - Class in com.facebook.buck.artifact_cache
 
DirArtifactCacheEvent.Finished - Class in com.facebook.buck.artifact_cache
 
DirArtifactCacheEvent.Started - Class in com.facebook.buck.artifact_cache
 
DirArtifactCacheEventFactory() - Constructor for class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.DirArtifactCacheEventFactory
 
DirCacheEntry - Class in com.facebook.buck.artifact_cache
Immutable implementation of ArtifactCacheBuckConfig.AbstractDirCacheEntry.
DirCacheEntry.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type DirCacheEntry.
DirectedAcyclicGraph<T> - Class in com.facebook.buck.graph
 
DirectedAcyclicGraph(MutableDirectedGraph<T>) - Constructor for class com.facebook.buck.graph.DirectedAcyclicGraph
 
DirectoryCleaner - Class in com.facebook.buck.util
 
DirectoryCleaner(DirectoryCleanerArgs) - Constructor for class com.facebook.buck.util.DirectoryCleaner
 
DirectoryCleaner.PathSelector - Interface in com.facebook.buck.util
 
DirectoryCleaner.PathStats - Class in com.facebook.buck.util
 
DirectoryCleanerArgs - Class in com.facebook.buck.util
Immutable implementation of AbstractDirectoryCleanerArgs.
DirectoryCleanerArgs.Builder - Class in com.facebook.buck.util
Builds instances of type DirectoryCleanerArgs.
DirtyPrintStreamDecorator - Class in com.facebook.buck.util
Decorator of PrintStreams that tracks whether or not that stream has been written to.
DirtyPrintStreamDecorator(PrintStream) - Constructor for class com.facebook.buck.util.DirtyPrintStreamDecorator
 
disarm() - Static method in class com.facebook.buck.util.BgProcessKiller
 
discoverAppleSdkPaths(Optional<Path>, ImmutableList<Path>, ImmutableMap<String, AppleToolchain>, AppleConfig) - Static method in class com.facebook.buck.apple.AppleSdkDiscovery
Given a path to an Xcode developer directory and a map of (xctoolchain ID: path) pairs as returned by AppleToolchainDiscovery, walks through the platforms and builds a map of (AppleSdk: AppleSdkPaths) objects describing the paths to the SDKs inside.
discoverAppleSimulatorProfile(AppleSimulator, Path) - Static method in class com.facebook.buck.apple.simulator.AppleSimulatorDiscovery
Given a simulators, looks up metadata on the supported architectures and product families for that simulator (if present).
discoverAppleSimulators(ProcessExecutor, Path) - Static method in class com.facebook.buck.apple.simulator.AppleSimulatorDiscovery
 
discoverAppleToolchains(Optional<Path>, ImmutableList<Path>) - Static method in class com.facebook.buck.apple.AppleToolchainDiscovery
Given a path to an Xcode developer directory, walks through the toolchains and builds a map of (identifier: path) pairs of the toolchains inside.
DIST_BUILD_ANALYSIS_FILE_NAME - Static variable in class com.facebook.buck.util.BuckConstant
 
DIST_BUILD_FINISHED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
DIST_BUILD_SLAVE_BUCK_OUT_LOG_DIR_NAME - Static variable in class com.facebook.buck.util.BuckConstant
 
DIST_BUILD_SLAVE_TOPLEVEL_LOG_DIR_NAME_TEMPLATE - Static variable in class com.facebook.buck.util.BuckConstant
 
DIST_BUILD_STARTED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
DistBuildCachingEngineDelegate - Class in com.facebook.buck.distributed
Implementation of CachingBuildEngineDelegate for use when building from a state file in distributed build.
DistBuildCachingEngineDelegate(SourcePathResolver, SourcePathRuleFinder, StackedFileHashCache, StackedFileHashCache, long) - Constructor for class com.facebook.buck.distributed.DistBuildCachingEngineDelegate
 
DistBuildCachingEngineDelegate(SourcePathResolver, SourcePathRuleFinder, StackedFileHashCache, StackedFileHashCache) - Constructor for class com.facebook.buck.distributed.DistBuildCachingEngineDelegate
 
DistBuildCellIndexer - Class in com.facebook.buck.distributed
Keeps track of Cells encountered while serializing the distributed build state.
DistBuildCellIndexer(Cell) - Constructor for class com.facebook.buck.distributed.DistBuildCellIndexer
 
DistBuildCellParams - Class in com.facebook.buck.rules
Immutable implementation of CellProvider.AbstractDistBuildCellParams.
DistBuildCellParams.Builder - Class in com.facebook.buck.rules
Builds instances of type DistBuildCellParams.
DistBuildClientCacheResult - Class in com.facebook.buck.distributed
Immutable implementation of AbstractDistBuildClientCacheResult.
DistBuildClientCacheResult.Builder - Class in com.facebook.buck.distributed
Builds instances of type DistBuildClientCacheResult.
DistBuildClientCacheResultEvent - Class in com.facebook.buck.distributed
 
DistBuildClientCacheResultEvent(List<DistBuildClientCacheResult>) - Constructor for class com.facebook.buck.distributed.DistBuildClientCacheResultEvent
 
DistBuildClientEventListener - Class in com.facebook.buck.event.listener
 
DistBuildClientEventListener() - Constructor for class com.facebook.buck.event.listener.DistBuildClientEventListener
 
DistBuildClientExecutor - Class in com.facebook.buck.distributed
 
DistBuildClientExecutor(BuildJobState, DistBuildCellIndexer, DistBuildService, DistBuildLogStateTracker, BuckVersion, DistBuildClientStatsTracker, ScheduledExecutorService, int) - Constructor for class com.facebook.buck.distributed.DistBuildClientExecutor
 
DistBuildClientExecutor(BuildJobState, DistBuildCellIndexer, DistBuildService, DistBuildLogStateTracker, BuckVersion, DistBuildClientStatsTracker, ScheduledExecutorService) - Constructor for class com.facebook.buck.distributed.DistBuildClientExecutor
 
DistBuildClientExecutor.ExecutionResult - Class in com.facebook.buck.distributed
 
DistBuildClientExecutor.JobCompletedException - Exception in com.facebook.buck.distributed
 
DistBuildClientStats - Class in com.facebook.buck.distributed
Immutable implementation of AbstractDistBuildClientStats.
DistBuildClientStats.Builder - Class in com.facebook.buck.distributed
Builds instances of type DistBuildClientStats.
DistBuildClientStatsEvent - Class in com.facebook.buck.distributed
 
DistBuildClientStatsEvent(DistBuildClientStats) - Constructor for class com.facebook.buck.distributed.DistBuildClientStatsEvent
 
DistBuildClientStatsTracker - Class in com.facebook.buck.distributed
 
DistBuildClientStatsTracker(String) - Constructor for class com.facebook.buck.distributed.DistBuildClientStatsTracker
 
DistBuildClientStatsTracker.DistBuildClientStat - Enum in com.facebook.buck.distributed
 
DistBuildCommand - Class in com.facebook.buck.cli
 
DistBuildCommand() - Constructor for class com.facebook.buck.cli.DistBuildCommand
 
DistBuildConfig - Class in com.facebook.buck.distributed
 
DistBuildConfig(BuckConfig) - Constructor for class com.facebook.buck.distributed.DistBuildConfig
 
DistBuildCreatedEvent - Class in com.facebook.buck.distributed
 
DistBuildCreatedEvent(String) - Constructor for class com.facebook.buck.distributed.DistBuildCreatedEvent
 
DistBuildExecutorArgs - Class in com.facebook.buck.distributed
Immutable implementation of AbstractDistBuildExecutorArgs.
DistBuildExecutorArgs.Builder - Class in com.facebook.buck.distributed
Builds instances of type DistBuildExecutorArgs.
DistBuildFactory - Class in com.facebook.buck.cli
 
DistBuildFileHashes - Class in com.facebook.buck.distributed
Responsible for extracting file hash and RuleKey information from the ActionGraph and presenting it as a Thrift data structure.
DistBuildFileHashes(ActionGraph, SourcePathResolver, SourcePathRuleFinder, StackedFileHashCache, DistBuildCellIndexer, ListeningExecutorService, int, Cell) - Constructor for class com.facebook.buck.distributed.DistBuildFileHashes
 
distBuildFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
distBuildFinished(BuildEvent.DistBuildFinished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
distBuildFinished(BuildEvent.DistBuildStarted, int) - Static method in class com.facebook.buck.rules.BuildEvent
 
DistBuildFinished(BuildEvent.DistBuildStarted, int) - Constructor for class com.facebook.buck.rules.BuildEvent.DistBuildFinished
 
DistBuildLogStateTracker - Class in com.facebook.buck.distributed
 
DistBuildLogStateTracker(Path, ProjectFilesystem) - Constructor for class com.facebook.buck.distributed.DistBuildLogStateTracker
 
DistBuildMode - Enum in com.facebook.buck.distributed
 
DistBuildModeRunner - Interface in com.facebook.buck.distributed
 
DistBuildPostBuildAnalysis - Class in com.facebook.buck.distributed
 
DistBuildPostBuildAnalysis(BuildId, StampedeId, Path, List<RunId>, String) - Constructor for class com.facebook.buck.distributed.DistBuildPostBuildAnalysis
 
DistBuildRunCommand - Class in com.facebook.buck.cli
 
DistBuildRunCommand() - Constructor for class com.facebook.buck.cli.DistBuildRunCommand
 
DistBuildService - Class in com.facebook.buck.distributed
 
DistBuildService(FrontendService) - Constructor for class com.facebook.buck.distributed.DistBuildService
 
DistBuildSlaveEventBusListener - Class in com.facebook.buck.event.listener
Listener to transmit DistBuildSlave events over to buck frontend.
DistBuildSlaveEventBusListener(StampedeId, RunId, DistBuildMode, Clock, DistBuildSlaveTimingStatsTracker, FileMaterializationStatsTracker, ScheduledExecutorService) - Constructor for class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
DistBuildSlaveEventBusListener(StampedeId, RunId, DistBuildMode, Clock, DistBuildSlaveTimingStatsTracker, FileMaterializationStatsTracker, ScheduledExecutorService, long) - Constructor for class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
DistBuildSlaveExecutor - Class in com.facebook.buck.distributed
 
DistBuildSlaveExecutor(DistBuildExecutorArgs) - Constructor for class com.facebook.buck.distributed.DistBuildSlaveExecutor
 
DistBuildSlaveStateRenderer - Class in com.facebook.buck.event.listener
 
DistBuildSlaveStateRenderer(Ansi, long, ImmutableList<BuildSlaveStatus>) - Constructor for class com.facebook.buck.event.listener.DistBuildSlaveStateRenderer
 
DistBuildSlaveTimingStatsTracker - Class in com.facebook.buck.distributed
 
DistBuildSlaveTimingStatsTracker() - Constructor for class com.facebook.buck.distributed.DistBuildSlaveTimingStatsTracker
 
DistBuildSlaveTimingStatsTracker.SlaveEvents - Enum in com.facebook.buck.distributed
 
DistBuildSourceFilesCommand - Class in com.facebook.buck.cli
Distributed build debug command that prints out all files in the local hard-drive whose contents were hashed in order to take part in any rule key computation.
DistBuildSourceFilesCommand() - Constructor for class com.facebook.buck.cli.DistBuildSourceFilesCommand
 
DistBuildSourceFilesCommand(List<String>) - Constructor for class com.facebook.buck.cli.DistBuildSourceFilesCommand
 
distBuildStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
distBuildStarted(BuildEvent.DistBuildStarted) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
distBuildStarted() - Static method in class com.facebook.buck.rules.BuildEvent
 
DistBuildStarted() - Constructor for class com.facebook.buck.rules.BuildEvent.DistBuildStarted
 
DistBuildState - Class in com.facebook.buck.distributed
Saves and restores the state of a build to/from a thrift data structure.
DistBuildStatus - Class in com.facebook.buck.distributed
Immutable implementation of DistBuildStatusEvent.AbstractDistBuildStatus.
distBuildStatus - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
DistBuildStatus.Builder - Class in com.facebook.buck.distributed
Builds instances of type DistBuildStatus.
DistBuildStatusCommand - Class in com.facebook.buck.cli
 
DistBuildStatusCommand() - Constructor for class com.facebook.buck.cli.DistBuildStatusCommand
 
DistBuildStatusEvent - Class in com.facebook.buck.distributed
 
DistBuildStatusEvent(DistBuildStatus) - Constructor for class com.facebook.buck.distributed.DistBuildStatusEvent
 
distBuildStatusLock - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
DistBuildTargetGraphCodec - Class in com.facebook.buck.distributed
Saves and loads the TargetNodes needed for the build.
DistBuildTargetGraphCodec(ParserTargetNodeFactory<TargetNode<?, ?>>, Function<? super TargetNode<?, ?>, ? extends Map<String, Object>>, Set<String>) - Constructor for class com.facebook.buck.distributed.DistBuildTargetGraphCodec
 
DistBuildUtil - Class in com.facebook.buck.distributed
 
distinct() - Method in interface com.facebook.buck.util.RichStream
 
distributedBuildExitCode() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
DLibrary - Class in com.facebook.buck.d
 
DLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, DIncludes) - Constructor for class com.facebook.buck.d.DLibrary
 
DLibraryDescription - Class in com.facebook.buck.d
 
DLibraryDescription(DBuckConfig, CxxBuckConfig, CxxPlatform) - Constructor for class com.facebook.buck.d.DLibraryDescription
 
DLibraryDescriptionArg - Class in com.facebook.buck.d
Immutable implementation of DLibraryDescription.AbstractDLibraryDescriptionArg.
DLibraryDescriptionArg.Builder - Class in com.facebook.buck.d
Builds instances of type DLibraryDescriptionArg.
doBeginning(BuildRule, long, long) - Method in class com.facebook.buck.rules.BuildRuleDurationTracker
 
DOC_JAR - Static variable in class com.facebook.buck.jvm.java.Javadoc
 
DoctorCommand - Class in com.facebook.buck.cli
 
DoctorCommand() - Constructor for class com.facebook.buck.cli.DoctorCommand
 
DoctorConfig - Class in com.facebook.buck.doctor.config
Immutable implementation of AbstractDoctorConfig.
DoctorEndpointRequest - Class in com.facebook.buck.doctor.config
Immutable implementation of AbstractDoctorEndpointRequest.
DoctorEndpointRequest.Builder - Class in com.facebook.buck.doctor.config
Builds instances of type DoctorEndpointRequest.
DoctorEndpointResponse - Class in com.facebook.buck.doctor.config
Immutable implementation of AbstractDoctorEndpointResponse.
DoctorEndpointResponse.Builder - Class in com.facebook.buck.doctor.config
Builds instances of type DoctorEndpointResponse.
DoctorInteractiveReport - Class in com.facebook.buck.doctor
Responsible for gathering logs and other interesting information from buck when part of the information is already available when calling the constructor.
DoctorInteractiveReport(DefectReporter, ProjectFilesystem, Console, UserInput, Optional<String>, BuildEnvironmentDescription, VersionControlStatsGenerator, DoctorConfig, ExtraInfoCollector, ImmutableSet<BuildLogEntry>, Optional<WatchmanDiagReportCollector>) - Constructor for class com.facebook.buck.doctor.DoctorInteractiveReport
 
DoctorIssueCategory - Enum in com.facebook.buck.doctor.config
 
DoctorJsonResponse - Class in com.facebook.buck.doctor.config
Immutable implementation of AbstractDoctorJsonResponse.
DoctorJsonResponse.Builder - Class in com.facebook.buck.doctor.config
Builds instances of type DoctorJsonResponse.
DoctorProtocolVersion - Enum in com.facebook.buck.doctor.config
 
DoctorReportHelper - Class in com.facebook.buck.doctor
 
DoctorReportHelper(ProjectFilesystem, UserInput, Console, DoctorConfig) - Constructor for class com.facebook.buck.doctor.DoctorReportHelper
 
DoctorSuggestion - Class in com.facebook.buck.doctor.config
Immutable implementation of AbstractDoctorSuggestion.
DoctorSuggestion.Builder - Class in com.facebook.buck.doctor.config
Builds instances of type DoctorSuggestion.
DocumentLocation - Class in com.facebook.buck.util.xml
Immutable implementation of AbstractDocumentLocation.
doEnding(BuildRule, long, long, long) - Method in class com.facebook.buck.rules.BuildRuleDurationTracker
 
doInstall(ApkInfo, String) - Method in class com.facebook.buck.android.exopackage.ExopackageInstaller
 
doNotDelete(Path) - Method in class com.facebook.buck.ide.intellij.IJProjectCleaner
 
DOS_FAKE_TIME - Static variable in class com.facebook.buck.util.zip.ZipConstants
 
Dot<T> - Class in com.facebook.buck.graph
 
Dot(DirectedAcyclicGraph<T>, String, Function<T, String>, Function<T, String>, Appendable) - Constructor for class com.facebook.buck.graph.Dot
 
DotnetFramework - Class in com.facebook.buck.dotnet
Represents an instance of the .Net framework.
DOUBLE - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
DownloadConfig - Class in com.facebook.buck.cli
 
DownloadConfig(BuckConfig) - Constructor for class com.facebook.buck.cli.DownloadConfig
 
Downloader - Interface in com.facebook.buck.file
 
DownloadEvent - Class in com.facebook.buck.file
 
DownloadEvent.Finished - Class in com.facebook.buck.file
 
DownloadEvent.Started - Class in com.facebook.buck.file
 
DownloadProgressEvent - Class in com.facebook.buck.file
 
DownloadProgressEvent(URI, long, long) - Constructor for class com.facebook.buck.file.DownloadProgressEvent
 
DownloadStep - Class in com.facebook.buck.file
Download a file from a known location.
DownloadStep(ProjectFilesystem, Downloader, URI, HashCode, Path) - Constructor for class com.facebook.buck.file.DownloadStep
 
drainTo(Collection<? super E>) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
drainTo(Collection<? super E>, int) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
dropInternalCaches(Path) - Static method in class com.facebook.buck.io.MorePaths
Drop the cache in Path object.
DRY_RUN_LONG_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
 
DSYM_DWARF_FILE_FOLDER - Static variable in class com.facebook.buck.apple.AppleDsym
 
DTest - Class in com.facebook.buck.d
 
DTest(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRule, ImmutableSortedSet<String>, ImmutableSortedSet<String>, Optional<Long>) - Constructor for class com.facebook.buck.d.DTest
 
DTestDescription - Class in com.facebook.buck.d
 
DTestDescription(DBuckConfig, CxxBuckConfig, CxxPlatform, Optional<Long>) - Constructor for class com.facebook.buck.d.DTestDescription
 
DTestDescriptionArg - Class in com.facebook.buck.d
Immutable implementation of DTestDescription.AbstractDTestDescriptionArg.
DTestDescriptionArg.Builder - Class in com.facebook.buck.d
Builds instances of type DTestDescriptionArg.
DTestStep - Class in com.facebook.buck.d
Runs a D test command, remembering its exit code and streaming its output to a given output file.
DTestStep(ProjectFilesystem, ImmutableList<String>, Path, Optional<Long>, Path) - Constructor for class com.facebook.buck.d.DTestStep
 
DUMMY_R_DOT_JAVA_FLAVOR - Static variable in class com.facebook.buck.android.AndroidLibraryGraphEnhancer
 
DummyRDotJava - Class in com.facebook.buck.android
Buildable that takes in a list of HasAndroidResourceDeps and for each of these rules, first creates an R.java file using MergeAndroidResourcesStep and compiles it to generate a corresponding R.class file.
DummyRDotJava(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, Set<HasAndroidResourceDeps>, JavacToJarStepFactory, boolean, Optional<String>, Optional<String>, boolean) - Constructor for class com.facebook.buck.android.DummyRDotJava
 
dump(PrintStream) - Method in class com.facebook.buck.android.resources.ResourcesXml
 
dump(PrintStream) - Method in class com.facebook.buck.android.resources.ResourceTable
 
dump(StringPool, PrintStream) - Method in class com.facebook.buck.android.resources.ResTablePackage
 
dump(StringPool, ResTablePackage, PrintStream) - Method in class com.facebook.buck.android.resources.ResTableType
 
dump(StringPool, ResTablePackage, PrintStream) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
dump(PrintStream) - Method in class com.facebook.buck.android.resources.StringPool
 
dump(DistBuildCellIndexer, DistBuildFileHashes, DistBuildTargetGraphCodec, TargetGraph, ImmutableSet<BuildTarget>) - Static method in class com.facebook.buck.distributed.DistBuildState
 
dump(Collection<TargetNode<?, ?>>, DistBuildCellIndexer) - Method in class com.facebook.buck.distributed.DistBuildTargetGraphCodec
 
dump(Path) - Method in class com.facebook.buck.jvm.java.JarDumper
 
dumpEntry(JarFile, JarEntry) - Method in class com.facebook.buck.jvm.java.JarDumper
 
dumpResultsToLogFile(AnalysisResults) - Method in class com.facebook.buck.distributed.DistBuildPostBuildAnalysis
 
dumpStrings(PrintStream) - Method in class com.facebook.buck.android.resources.ResourceTable
 
duration - Variable in class com.facebook.buck.rules.BuildRuleEvent
Accumulated duration of work spent on this rule up until this event occurred.
DxAnalysisMain - Class in com.facebook.buck.tools.dxanalysis
This is a command-line tool for performing ad-hoc static analysis of the DX tool.
DxConfig - Class in com.facebook.buck.android
 
DxConfig(BuckConfig) - Constructor for class com.facebook.buck.android.DxConfig
 
DxStep - Class in com.facebook.buck.android
 
DxStep(ProjectFilesystem, Path, Iterable<Path>) - Constructor for class com.facebook.buck.android.DxStep
 
DxStep(ProjectFilesystem, Path, Iterable<Path>, EnumSet<DxStep.Option>) - Constructor for class com.facebook.buck.android.DxStep
 
DxStep(ProjectFilesystem, Path, Iterable<Path>, EnumSet<DxStep.Option>, Optional<String>) - Constructor for class com.facebook.buck.android.DxStep
 
DxStep.Option - Enum in com.facebook.buck.android
Options to pass to dx.

E

e_ehsize - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
e_entry - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
e_flags - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
e_ident - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
e_machine - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
e_phentsize - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
e_phnum - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
e_phoff - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
e_shentsize - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
e_shnum - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
e_shoff - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
e_shstrndx - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
e_type - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
e_version - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
EdenClient - Interface in com.facebook.buck.eden
Client of Eden's fbthrift API that is intended to be a thin wrapper around EdenService.Client's API.
EdenClientPool - Class in com.facebook.buck.eden
A pool of EdenClient objects.
EdenMount - Class in com.facebook.buck.eden
Utility to make requests to the Eden thrift API for an (Eden mount point, Buck project root) pair.
EdenProjectFilesystemDelegate - Class in com.facebook.buck.eden
 
EdenProjectFilesystemDelegate(EdenMount, Config) - Constructor for class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
EI_CLASS - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
ei_class - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
EI_DATA - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
ei_data - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
EI_MAG0 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
EI_MAG1 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
EI_MAG2 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
EI_MAG3 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
EI_NIDENT - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
EI_PAD - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
EI_VERSION - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
Either<LEFT,RIGHT> - Class in com.facebook.buck.model
A simple discriminated union of two parameters.
EitherTypeCoercer<Left,Right> - Class in com.facebook.buck.rules.coercer
Coerces a type to either type, trying the left type before the right.
EitherTypeCoercer(TypeCoercer<Left>, TypeCoercer<Right>) - Constructor for class com.facebook.buck.rules.coercer.EitherTypeCoercer
 
element() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
elementScope() - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyScopedHasher.DefaultContainerScope
Increases element count if anything gets hashed during the element scope.
elementScope() - Method in interface com.facebook.buck.rules.keys.RuleKeyScopedHasher.ContainerScope
 
Elf - Class in com.facebook.buck.cxx.toolchain.elf
 
Elf(ByteBuffer) - Constructor for class com.facebook.buck.cxx.toolchain.elf.Elf
 
Elf.Elf32 - Class in com.facebook.buck.cxx.toolchain.elf
 
Elf.Elf64 - Class in com.facebook.buck.cxx.toolchain.elf
 
ElfDynamicSection - Class in com.facebook.buck.cxx.toolchain.elf
 
ElfDynamicSection(ImmutableList<ElfDynamicSection.Entry>) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection
 
ElfDynamicSection.DTag - Enum in com.facebook.buck.cxx.toolchain.elf
 
ElfDynamicSection.DTag.Type - Enum in com.facebook.buck.cxx.toolchain.elf
 
ElfDynamicSection.Entry - Class in com.facebook.buck.cxx.toolchain.elf
 
ElfHeader - Class in com.facebook.buck.cxx.toolchain.elf
Encapsulate the data found in an ELF header.
ElfHeader.EIClass - Enum in com.facebook.buck.cxx.toolchain.elf
 
ElfHeader.EIData - Enum in com.facebook.buck.cxx.toolchain.elf
 
ELFMAG0 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
ELFMAG1 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
ELFMAG2 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
ELFMAG3 - Static variable in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
ElfSection - Class in com.facebook.buck.cxx.toolchain.elf
Encapsulates the header information and raw body of an ELF section.
ElfSectionHeader - Class in com.facebook.buck.cxx.toolchain.elf
Encapsulate the data in an ELF section header.
ElfSectionHeader(long, ElfSectionHeader.SHType, long, long, long, long, long, long, long, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
 
ElfSectionHeader.SHType - Enum in com.facebook.buck.cxx.toolchain.elf
 
ElfSectionLookupResult - Class in com.facebook.buck.cxx.toolchain.elf
A tuple of section index and ElfSection object returned from lookup functions in this class.
ElfSharedLibraryInterfaceParams - Class in com.facebook.buck.cxx.toolchain
Immutable implementation of AbstractElfSharedLibraryInterfaceParams.
ElfStringTable - Class in com.facebook.buck.cxx.toolchain.elf
 
ElfSymbolTable - Class in com.facebook.buck.cxx.toolchain.elf
 
ElfSymbolTable(ImmutableList<ElfSymbolTable.Entry>) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable
 
ElfSymbolTable.Entry - Class in com.facebook.buck.cxx.toolchain.elf
Encapsulate the data in an ELF section header.
ElfSymbolTable.Entry.Info - Class in com.facebook.buck.cxx.toolchain.elf
 
ElfSymbolTable.Entry.Info.Bind - Enum in com.facebook.buck.cxx.toolchain.elf
 
ElfSymbolTable.Entry.Info.Type - Enum in com.facebook.buck.cxx.toolchain.elf
 
ElfVerDef - Class in com.facebook.buck.cxx.toolchain.elf
 
ElfVerDef(ImmutableList<Pair<ElfVerDef.Verdef, ImmutableList<ElfVerDef.Verdaux>>>) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfVerDef
 
ElfVerDef.Verdaux - Class in com.facebook.buck.cxx.toolchain.elf
 
ElfVerDef.Verdef - Class in com.facebook.buck.cxx.toolchain.elf
 
ElfVerNeed - Class in com.facebook.buck.cxx.toolchain.elf
 
ElfVerNeed(ImmutableList<Pair<ElfVerNeed.Verneed, ImmutableList<ElfVerNeed.Vernaux>>>) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed
 
ElfVerNeed.Vernaux - Class in com.facebook.buck.cxx.toolchain.elf
 
ElfVerNeed.Verneed - Class in com.facebook.buck.cxx.toolchain.elf
 
EMPTY - Static variable in interface com.facebook.buck.jvm.java.ExtraClasspathFromContextFunction
 
EMPTY - Static variable in class com.facebook.buck.jvm.java.RemoveClassesPatternsMatcher
 
EMPTY - Static variable in class com.facebook.buck.rules.TargetGraph
 
EMPTY - Static variable in class com.facebook.buck.test.selectors.TestSelectorList
 
empty() - Static method in class com.facebook.buck.test.selectors.TestSelectorList
 
empty() - Static method in interface com.facebook.buck.util.RichStream
 
EMPTY_PATH - Static variable in class com.facebook.buck.io.MorePaths
 
EMULATOR_MODE_SHORT_ARG - Static variable in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
enabled() - Method in class com.facebook.buck.util.autosparse.AbstractAutoSparseConfig
 
enabled() - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig
 
enableStringWhitelisting() - Method in class com.facebook.buck.android.FilterResourcesSteps.Builder
 
encodeBuildTarget(BuildTarget) - Static method in class com.facebook.buck.distributed.DistBuildTargetGraphCodec
 
encodeHybridFetchRequestNoPayload() - Method in class com.facebook.buck.artifact_cache.HybridPayloadGenerator
 
encodeHybridStoreRequestOnePayload() - Method in class com.facebook.buck.artifact_cache.HybridPayloadGenerator
 
ENCODING - Static variable in class com.facebook.buck.testrunner.BaseRunner
 
end() - Method in class com.facebook.buck.event.api.BuckTracing
Records the end of the traced section started by the most recent call to BuckTracing.begin(String, Map), on any BuckTracing object, on the current thread.
end(Map<String, String>) - Method in class com.facebook.buck.event.api.BuckTracing
Records the end of the traced section started by the most recent call to BuckTracing.begin(String, Map), on any BuckTracing object, on the current thread.
end(Map<String, String>) - Method in interface com.facebook.buck.event.api.BuckTracingInterface
 
end(Map<String, String>) - Method in class com.facebook.buck.event.BuckTracingEventBusBridge
 
end(Map<String, String>) - Method in class com.facebook.buck.jvm.java.Jsr199TracingBridge
 
END_OF_FILE_HEADER_MARKER - Static variable in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
endAnalyze(List<String>, List<String>) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
endAnalyze(List<String>, List<String>) - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
endAnalyze(List<String>, List<String>) - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
endAnnotationProcessing() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
endAnnotationProcessingRound(boolean) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
endAnnotationProcessingRound() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
endAnnotationProcessingRound() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
endElement(String, String, String) - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
 
endEnter(List<String>) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
endEnter(List<String>) - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
endEnter(List<String>) - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
endGenerate() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
endGenerate() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
endGenerate() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
EndingBuildRuleEvent(BuildRuleEvent.BeginningBuildRuleEvent) - Constructor for class com.facebook.buck.rules.BuildRuleEvent.EndingBuildRuleEvent
 
endParse() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
endParse() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
endParse() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
endRunAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
endsWithIgnoreCase(String, String) - Static method in class com.facebook.buck.util.MoreStrings
 
enforceBuckPackageBoundaries(Cell, BuildTarget, BuildFileTree, ImmutableSet<Path>) - Method in class com.facebook.buck.parser.DefaultParserTargetNodeFactory
 
enhance(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidNativeLibsPackageableGraphEnhancer
 
enhanceForAndroid(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, AndroidReactNativeLibraryDescriptionArg) - Method in class com.facebook.buck.js.ReactNativeLibraryGraphEnhancer
 
enhanceForIos(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, ReactNativeLibraryArg) - Method in class com.facebook.buck.js.ReactNativeLibraryGraphEnhancer
 
enqueueMinions(StampedeId, int, String) - Method in class com.facebook.buck.distributed.DistBuildService
 
ensureAndroidFacetBuilder() - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
ensureConcreteFilesExist(BuckEventBus) - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
ensureConcreteFilesExist(BuckEventBus) - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
ensureConcreteFilesExist(BuckEventBus) - Method in class com.facebook.buck.io.ProjectFilesystem
Hook for virtual filesystems to materialise virtual files as Buck will need to be able to read them past this point.
ensureConcreteFilesExist(BuckEventBus) - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
Hook for virtual filesystems to materialise virtual files as Buck will need to be able to read them past this point.
ensureConcreteFilesExist(BuckEventBus) - Method in class com.facebook.buck.parser.PerBuildState
 
ensureConcreteFilesExist(BuckEventBus) - Method in class com.facebook.buck.rules.Cell
 
ensureConcreteFilesExist(BuckEventBus) - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
ensureHandshake() - Method in class com.facebook.buck.oop_javac.MainOutOfProcessJavac
 
ensureLaunchAndHandshake() - Method in class com.facebook.buck.worker.WorkerProcess
 
ensureLogFileIsWritten(ProjectFilesystem) - Static method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
ensureModuleConsistency(Path, ImmutableMultimap<APKModule, Path>, ProjectFilesystem, Optional<Path>, Optional<Path>, boolean) - Static method in class com.facebook.buck.android.AndroidModuleConsistencyStep
 
enter() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
 
enter() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
 
enter() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
enter() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
 
ENTER - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
entries - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection
 
entries - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable
 
entries - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef
 
entries - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed
 
Entry(ElfDynamicSection.DTag, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.Entry
 
Entry(long, ElfSymbolTable.Entry.Info, int, int, long, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry
 
entrySet() - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
 
enumerate(Iterable<T>) - Static method in class com.facebook.buck.util.MoreIterables
 
enumerateLoadCommandsInFile(ByteBuffer, NulTerminatedCharsetDecoder, Function<LoadCommand, Boolean>) - Static method in class com.facebook.buck.macho.LoadCommandUtils
Enumerates the load commands in the given mach binary which is represented by the buffer by calling the given callback, starting at buffer's position.
enumerateSectionsInSegmentLoadCommand(ByteBuffer, MachoMagicInfo, SegmentCommand, NulTerminatedCharsetDecoder, Function<Section, Boolean>) - Static method in class com.facebook.buck.macho.SegmentCommandUtils
Enumerates the sections in the given segment command by calling the given callback.
EnumTypeCoercer<E extends Enum<E>> - Class in com.facebook.buck.rules.coercer
 
EnumTypeCoercer(Class<?>) - Constructor for class com.facebook.buck.rules.coercer.EnumTypeCoercer
 
environment - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
environment - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
environment - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
environment - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
environmentalChange(ParsingEvent.EnvVariableChange) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
environmentalChange(String) - Static method in class com.facebook.buck.event.ParsingEvent
 
EnvironmentOverrideOptionHandler - Class in com.facebook.buck.cli
OptionHandler used for specifying environment overrides.
EnvironmentOverrideOptionHandler(CmdLineParser, OptionDef, Setter<? super Map<?, ?>>) - Constructor for class com.facebook.buck.cli.EnvironmentOverrideOptionHandler
 
environmentSupportsAnsiEscapes(Platform, Map<String, String>) - Static method in class com.facebook.buck.util.AnsiEnvironmentChecking
Returns true if the environment supports ANSI escape sequences, false otherwise.
EnvironmentVariableMacroExpander - Class in com.facebook.buck.rules.macros
Expands $(env XYZ) to use the appropriate shell expansion for the current platform.
EnvironmentVariableMacroExpander(Platform) - Constructor for class com.facebook.buck.rules.macros.EnvironmentVariableMacroExpander
 
envVariableChange(ParsingEvent.EnvVariableChange) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
EnvVariableChange(String) - Constructor for class com.facebook.buck.event.ParsingEvent.EnvVariableChange
 
equals(Object) - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
This instance is equal to all instances of AndroidResourceIndexEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.aapt.FakeRDotTxtEntryWithID
 
equals(Object) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
This instance is equal to all instances of MergeAndroidResourceSourcesStep that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
equals(Object) - Method in class com.facebook.buck.android.AaptOutputInfo
This instance is equal to all instances of AaptOutputInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
This instance is equal to all instances of AndroidAarDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
This instance is equal to all instances of AndroidAppModularityDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
This instance is equal to all instances of AndroidAppModularityGraphEnhancementResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
This instance is equal to all instances of AndroidBinaryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
This instance is equal to all instances of AndroidBinaryResourcesGraphEnhancementResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
This instance is equal to all instances of AndroidBuildConfigDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
This instance is equal to all instances of AndroidGraphEnhancementResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
This instance is equal to all instances of AndroidInstrumentationApkDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
This instance is equal to all instances of AndroidInstrumentationTestDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
This instance is equal to all instances of AndroidInstrumentationTestJVMArgs that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
This instance is equal to all instances of AndroidLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidLinkableMetadata
This instance is equal to all instances of AndroidLinkableMetadata that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
This instance is equal to all instances of AndroidManifestDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
This instance is equal to all instances of AndroidNativeLibsGraphEnhancementResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
This instance is equal to all instances of AndroidPrebuiltAarDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
This instance is equal to all instances of AndroidResourceDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
This instance is equal to all instances of ApkGenruleDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.ApkInfo
This instance is equal to all instances of ApkInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.apkmodule.APKModule
This instance is equal to all instances of APKModule that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
equals(Object) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo
This instance is equal to all instances of DexInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
This instance is equal to all instances of ExopackageInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo
This instance is equal to all instances of NativeLibsInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo
This instance is equal to all instances of ResourcesInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
This instance is equal to all instances of GenAidlDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.GenerateBuildConfigStep
 
equals(Object) - Method in class com.facebook.buck.android.GenerateManifestStep
 
equals(Object) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
This instance is equal to all instances of MergedNativeLibraryConstituents that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
This instance is equal to all instances of NativeLibraryMergeEnhancementResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
This instance is equal to all instances of NdkCxxPlatformCompiler that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
This instance is equal to all instances of NdkCxxPlatformTargetConfiguration that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
This instance is equal to all instances of NdkLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
This instance is equal to all instances of AndroidPackageableCollection that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
This instance is equal to all instances of ResourceDetails that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
This instance is equal to all instances of PrebuiltNativeLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.ProGuardObfuscateStep
 
equals(Object) - Method in class com.facebook.buck.android.redex.RedexOptions
This instance is equal to all instances of RedexOptions that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
This instance is equal to all instances of RobolectricTestDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.StrippedObjectDescription
This instance is equal to all instances of StrippedObjectDescription that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform
This instance is equal to all instances of NdkCxxPlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
This instance is equal to all instances of AppleAssetCatalogDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
This instance is equal to all instances of AppleBinaryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
This instance is equal to all instances of AppleBundleDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleBundleDestinations
This instance is equal to all instances of AppleBundleDestinations that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleBundleResources
This instance is equal to all instances of AppleBundleResources that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleCxxPlatform
This instance is equal to all instances of AppleCxxPlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
This instance is equal to all instances of AppleLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.ApplePackageConfig
This instance is equal to all instances of ApplePackageConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
This instance is equal to all instances of ApplePackageConfigAndPlatformInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
This instance is equal to all instances of ApplePackageDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.ApplePlatform
This instance is equal to all instances of ApplePlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
This instance is equal to all instances of AppleResourceDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleSdk
This instance is equal to all instances of AppleSdk that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleSdkPaths
This instance is equal to all instances of AppleSdkPaths that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
This instance is equal to all instances of AppleTestDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleToolchain
This instance is equal to all instances of AppleToolchain that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
This instance is equal to all instances of AppleWrapperResourceArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.CodeSignIdentity
This instance is equal to all instances of CodeSignIdentity that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.GroupedSource
This instance is equal to all instances of GroupedSource that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.MultiarchFileInfo
This instance is equal to all instances of MultiarchFileInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
This instance is equal to all instances of PrebuiltAppleFrameworkDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.project_generator.CopyInXcode
This instance is equal to all instances of CopyInXcode that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
This instance is equal to all instances of GenerationResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
This instance is equal to all instances of ProvisioningProfileMetadata that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.simulator.AppleSimulator
This instance is equal to all instances of AppleSimulator that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
This instance is equal to all instances of AppleSimulatorProfile that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.TestHostInfo
This instance is equal to all instances of TestHostInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
This instance is equal to all instances of CopyFilePhaseDestinationSpec that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
This instance is equal to all instances of ProductType that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
equals(Object) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
This instance is equal to all instances of XcodeScriptDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
This instance is equal to all instances of XcodeWorkspaceConfigDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
This instance is equal to all instances of ArtifactCacheEntries that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
 
equals(Object) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
This instance is equal to all instances of ArtifactInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
This instance is equal to all instances of CacheCountersSummary that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.CacheResult
This instance is equal to all instances of CacheResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
This instance is equal to all instances of DirCacheEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
This instance is equal to all instances of FetchResponseReadResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.FetchResult
This instance is equal to all instances of FetchResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
This instance is equal to all instances of HttpArtifactCacheEventFetchData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
This instance is equal to all instances of HttpArtifactCacheEventStoreData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
This instance is equal to all instances of HttpCacheEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
This instance is equal to all instances of MetadataAndPayloadReadResultInternal that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.MultiFetchResult
This instance is equal to all instances of MultiFetchResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
This instance is equal to all instances of NetworkCacheArgs that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
This instance is equal to all instances of RuleKeyCacheResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
This instance is equal to all instances of SQLiteCacheEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
This instance is equal to all instances of StoreResponseReadResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.StoreResult
This instance is equal to all instances of StoreResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
This instance is equal to all instances of StoreWriteResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
This instance is equal to all instances of UnixArchiveEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder.Result
 
equals(Object) - Method in class com.facebook.buck.cli.BuckConfig
 
equals(Object) - Method in class com.facebook.buck.cli.CommandRunnerParams
This instance is equal to all instances of CommandRunnerParams that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cli.ConfigValue
This instance is equal to all instances of ConfigValue that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cli.InstallResult
This instance is equal to all instances of InstallResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cli.ShowOptions
This instance is equal to all instances of ShowOptions that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cli.TestRun
This instance is equal to all instances of TestRun that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.command.BuildExecutionResult
This instance is equal to all instances of BuildExecutionResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.config.CellConfig
This instance is equal to all instances of CellConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.config.Config
 
equals(Object) - Method in class com.facebook.buck.config.RawConfig
This instance is equal to all instances of RawConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.counters.Counter
 
equals(Object) - Method in class com.facebook.buck.counters.CounterInfo
This instance is equal to all instances of CounterInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.counters.CounterSnapshot
This instance is equal to all instances of CounterSnapshot that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
This instance is equal to all instances of CxxBinaryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxBridgingHeaders
This instance is equal to all instances of CxxBridgingHeaders that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
This instance is equal to all instances of CxxCompilationDatabaseEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxDeps
This instance is equal to all instances of CxxDeps that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
This instance is equal to all instances of CxxGenruleDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxHeadersDir
This instance is equal to all instances of CxxHeadersDir that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
This instance is equal to all instances of CxxLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
This instance is equal to all instances of CxxPrecompiledHeaderDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
This instance is equal to all instances of CxxPreprocessorInput that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxSource
This instance is equal to all instances of CxxSource that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
This instance is equal to all instances of CxxSourceRuleFactory that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
This instance is equal to all instances of CxxSymlinkTreeHeaders that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
This instance is equal to all instances of CxxTestDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
This instance is equal to all instances of DeprecatedPrebuiltCxxLibraryPaths that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
This instance is equal to all instances of ExplicitCxxToolFlags that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.FrameworkDependencies
This instance is equal to all instances of FrameworkDependencies that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
This instance is equal to all instances of IterableCxxToolFlags that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
This instance is equal to all instances of NewPrebuiltCxxLibraryPaths that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.OmnibusLibraries
This instance is equal to all instances of OmnibusLibraries that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.OmnibusLibrary
This instance is equal to all instances of OmnibusLibrary that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.OmnibusRoot
This instance is equal to all instances of OmnibusRoot that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.OmnibusRoots
This instance is equal to all instances of OmnibusRoots that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
This instance is equal to all instances of PrebuiltCxxLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription
This instance is equal to all instances of PrebuiltCxxLibraryGroupDescription that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
This instance is equal to all instances of PrebuiltCxxLibraryGroupDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
This instance is equal to all instances of PreprocessorDelegateCacheKey that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.PreprocessorFlags
This instance is equal to all instances of PreprocessorFlags that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
This instance is equal to all instances of CxxPlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
This instance is equal to all instances of CxxToolProviderParams that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionLookupResult
This instance is equal to all instances of ElfSectionLookupResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.toolchain.ElfSharedLibraryInterfaceParams
This instance is equal to all instances of ElfSharedLibraryInterfaceParams that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
This instance is equal to all instances of HeaderVerification that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
This instance is equal to all instances of NativeLinkableInput that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
This instance is equal to all instances of NativeLinkTargetMode that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader
This instance is equal to all instances of MachoHeader that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
This instance is equal to all instances of DBinaryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.d.DIncludes
This instance is equal to all instances of DIncludes that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
This instance is equal to all instances of DLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.d.DTestDescriptionArg
This instance is equal to all instances of DTestDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.d.DTestStep
 
equals(Object) - Method in class com.facebook.buck.dalvik.DalvikMemberReference
This instance is equal to all instances of DalvikMemberReference that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.distributed.AnalysisResults
This instance is equal to all instances of AnalysisResults that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
This instance is equal to all instances of BuildRuleMachineLogEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.distributed.BuildRuleStats
This instance is equal to all instances of BuildRuleStats that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
This instance is equal to all instances of DistBuildClientCacheResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.distributed.DistBuildClientStats
This instance is equal to all instances of DistBuildClientStats that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
This instance is equal to all instances of DistBuildExecutorArgs that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.distributed.DistBuildStatus
This instance is equal to all instances of DistBuildStatus that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
This instance is equal to all instances of PerRuleCumulativeStats that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
This instance is equal to all instances of BuildLogEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.config.DoctorConfig
This instance is equal to all instances of DoctorConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
This instance is equal to all instances of DoctorEndpointRequest that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
This instance is equal to all instances of DoctorEndpointResponse that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse
This instance is equal to all instances of DoctorJsonResponse that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
This instance is equal to all instances of DoctorSuggestion that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.config.SourceControlInfo
This instance is equal to all instances of SourceControlInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.config.UserLocalConfiguration
This instance is equal to all instances of UserLocalConfiguration that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.DefectReport
This instance is equal to all instances of DefectReport that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.DefectSubmitResult
This instance is equal to all instances of DefectSubmitResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.ExtraInfoResult
This instance is equal to all instances of ExtraInfoResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport
This instance is equal to all instances of FileChangesIgnoredReport that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.UserReport
This instance is equal to all instances of UserReport that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
This instance is equal to all instances of CsharpLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.dotnet.DotnetFramework
 
equals(Object) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
This instance is equal to all instances of PrebuiltDotnetLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.event.AbstractBuckEvent
The default implementation of equals checks to see if two events are related, are on the same thread, and are the same concrete class.
equals(Object) - Method in class com.facebook.buck.event.EventKey
This instance is equal to all instances of EventKey that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.event.InstallEvent.Finished
 
equals(Object) - Method in class com.facebook.buck.event.listener.EventPair
This instance is equal to all instances of EventPair that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
This instance is equal to all instances of ProxyBuckEvent that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.event.listener.RunIdStreamPair
This instance is equal to all instances of RunIdStreamPair that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.event.PerfEventId
This instance is equal to all instances of PerfEventId that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.event.StartActivityEvent.Finished
 
equals(Object) - Method in class com.facebook.buck.event.UninstallEvent.Finished
 
equals(Object) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
This instance is equal to all instances of RemoteFileDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
This instance is equal to all instances of GoBinaryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
This instance is equal to all instances of GoLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.go.GoLinkable
This instance is equal to all instances of GoLinkable that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.go.GoPlatform
This instance is equal to all instances of GoPlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.go.GoTestDescriptionArg
This instance is equal to all instances of GoTestDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.go.GoTestStep
 
equals(Object) - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
 
equals(Object) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
This instance is equal to all instances of GraphqlLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
This instance is equal to all instances of GwtBinaryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
This instance is equal to all instances of HalideLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
This instance is equal to all instances of HaskellBinaryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellCompileInput
This instance is equal to all instances of HaskellCompileInput that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
This instance is equal to all instances of HaskellGhciDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
This instance is equal to all instances of HaskellHaddockDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellHaddockInput
This instance is equal to all instances of HaskellHaddockInput that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
This instance is equal to all instances of HaskellLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellPackage
This instance is equal to all instances of HaskellPackage that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellPackageInfo
This instance is equal to all instances of HaskellPackageInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellPlatform
This instance is equal to all instances of HaskellPlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
This instance is equal to all instances of HaskellPrebuiltLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellSources
This instance is equal to all instances of HaskellSources that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellVersion
This instance is equal to all instances of HaskellVersion that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
This instance is equal to all instances of NumberFormatterCacheKey that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
This instance is equal to all instances of AggregationModule that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ide.intellij.DependencyEntry
This instance is equal to all instances of DependencyEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData
This instance is equal to all instances of DependencyEntryData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot
This instance is equal to all instances of ContentRoot that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
 
equals(Object) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
This instance is equal to all instances of IjSourceFolder that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ide.intellij.model.folders.ResourceFolder
 
equals(Object) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
This instance is equal to all instances of IjLibrary that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ide.intellij.model.IjModule
This instance is equal to all instances of IjModule that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
This instance is equal to all instances of IjModuleAndroidFacet that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
This instance is equal to all instances of IjProjectConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
This instance is equal to all instances of ModuleIndexEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.io.ArchiveMemberPath
This instance is equal to all instances of ArchiveMemberPath that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.io.BuckPaths
This instance is equal to all instances of BuckPaths that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.io.BuildCellRelativePath
This instance is equal to all instances of BuildCellRelativePath that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
equals(Object) - Method in class com.facebook.buck.io.ProjectFilesystem
 
equals(Object) - Method in class com.facebook.buck.io.ProjectWatch
This instance is equal to all instances of ProjectWatch that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.io.WatchmanDiagnostic
This instance is equal to all instances of WatchmanDiagnostic that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.io.WatchmanOverflowEvent
This instance is equal to all instances of WatchmanOverflowEvent that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.io.WatchmanPathEvent
This instance is equal to all instances of WatchmanPathEvent that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.io.WatchmanQuery
This instance is equal to all instances of WatchmanQuery that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
This instance is equal to all instances of AndroidReactNativeLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
This instance is equal to all instances of JsBundleDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
This instance is equal to all instances of JsLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
This instance is equal to all instances of ReactNativeLibraryArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
This instance is equal to all instances of BuildFileParseExceptionData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
This instance is equal to all instances of BuildFileParseExceptionStackTraceEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.json.BuildFilePythonResult
This instance is equal to all instances of BuildFilePythonResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.json.BuildFileSyntaxError
This instance is equal to all instances of BuildFileSyntaxError that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
This instance is equal to all instances of GroovyLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
This instance is equal to all instances of GroovyTestDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
This instance is equal to all instances of AnnotationProcessingParams that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.CompilerParameters
This instance is equal to all instances of CompilerParameters that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.DiffAbisStep
This instance is equal to all instances of DiffAbisStep that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JarParameters
This instance is equal to all instances of JarParameters that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
This instance is equal to all instances of JavaAnnotationProcessorDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
This instance is equal to all instances of JavaBinaryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
This instance is equal to all instances of JavacExecutionContext that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavacOptions
This instance is equal to all instances of JavacOptions that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
This instance is equal to all instances of JavacPluginJsr199Fields that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
This instance is equal to all instances of JavacPluginProperties that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavacSpec
This instance is equal to all instances of JavacSpec that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavacVersion
This instance is equal to all instances of JavacVersion that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
This instance is equal to all instances of JavaLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavaOptions
This instance is equal to all instances of JavaOptions that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
This instance is equal to all instances of JavaTestDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
This instance is equal to all instances of JUnitJvmArgs that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
This instance is equal to all instances of KeystoreDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
This instance is equal to all instances of PrebuiltJarDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.ResourcesParameters
This instance is equal to all instances of ResourcesParameters that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion
This instance is equal to all instances of KotlincVersion that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
This instance is equal to all instances of KotlinLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
This instance is equal to all instances of KotlinTestDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
This instance is equal to all instances of ScalaLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
This instance is equal to all instances of ScalaTestDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.log.ErrorLogRecord
This instance is equal to all instances of ErrorLogRecord that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.log.InvocationInfo
This instance is equal to all instances of InvocationInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.log.LogConfigSetup
This instance is equal to all instances of LogConfigSetup that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.log.PerfTimesStats
This instance is equal to all instances of PerfTimesStats that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
This instance is equal to all instances of CxxLuaExtensionDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
This instance is equal to all instances of LuaBinaryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
This instance is equal to all instances of LuaBinaryPackageComponents that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
This instance is equal to all instances of LuaLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.lua.LuaPackageComponents
This instance is equal to all instances of LuaPackageComponents that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.lua.LuaPlatform
This instance is equal to all instances of LuaPlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.lua.LuaScriptStarter
This instance is equal to all instances of LuaScriptStarter that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.lua.NativeExecutableStarter
This instance is equal to all instances of NativeExecutableStarter that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.FatArch
This instance is equal to all instances of FatArch that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.FatHeader
This instance is equal to all instances of FatHeader that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.LinkEditDataCommand
This instance is equal to all instances of LinkEditDataCommand that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.LoadCommandCommonFields
This instance is equal to all instances of LoadCommandCommonFields that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.MachoHeader
This instance is equal to all instances of MachoHeader that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.Nlist
This instance is equal to all instances of Nlist that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.Section
This instance is equal to all instances of Section that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.SegmentCommand
This instance is equal to all instances of SegmentCommand that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.SymTabCommand
This instance is equal to all instances of SymTabCommand that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.UnknownCommand
This instance is equal to all instances of UnknownCommand that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.UUIDCommand
This instance is equal to all instances of UUIDCommand that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.model.BuildId
 
equals(Object) - Method in class com.facebook.buck.model.BuildTarget
This instance is equal to all instances of BuildTarget that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.model.Either
 
equals(Object) - Method in class com.facebook.buck.model.ImmediateDirectoryBuildTargetPattern
This instance is equal to all instances of ImmediateDirectoryBuildTargetPattern that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.model.macros.MacroMatchResult
This instance is equal to all instances of MacroMatchResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.model.Pair
 
equals(Object) - Method in class com.facebook.buck.model.SingletonBuildTargetPattern
This instance is equal to all instances of SingletonBuildTargetPattern that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.model.SubdirectoryBuildTargetPattern
This instance is equal to all instances of SubdirectoryBuildTargetPattern that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.model.UnflavoredBuildTarget
This instance is equal to all instances of UnflavoredBuildTarget that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
This instance is equal to all instances of OcamlBinaryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
This instance is equal to all instances of OcamlBuildContext that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
This instance is equal to all instances of OcamlGeneratedBuildRules that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
This instance is equal to all instances of OcamlLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
This instance is equal to all instances of PrebuiltOcamlLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.parser.BuildFileSpec
This instance is equal to all instances of BuildFileSpec that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.parser.BuildTargetSpec
This instance is equal to all instances of BuildTargetSpec that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
 
equals(Object) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
This instance is equal to all instances of ProjectBuildFileParserOptions that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.parser.ParserConfig
This instance is equal to all instances of ParserConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
This instance is equal to all instances of TargetNodePredicateSpec that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
This instance is equal to all instances of CxxPythonExtensionDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.python.NeededCoverageSpec
This instance is equal to all instances of NeededCoverageSpec that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
This instance is equal to all instances of PrebuiltPythonLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
This instance is equal to all instances of PythonBinaryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
This instance is equal to all instances of PythonLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.python.PythonPackageComponents
This instance is equal to all instances of PythonPackageComponents that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.python.PythonPlatform
This instance is equal to all instances of PythonPlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
This instance is equal to all instances of PythonTestDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.python.PythonVersion
This instance is equal to all instances of PythonVersion that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.query.BinaryOperatorExpression
This instance is equal to all instances of BinaryOperatorExpression that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.query.QueryBuildTarget
This instance is equal to all instances of QueryBuildTarget that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
equals(Object) - Method in class com.facebook.buck.query.QueryFileTarget
This instance is equal to all instances of QueryFileTarget that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.query.SetExpression
This instance is equal to all instances of SetExpression that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.query.TargetLiteral
This instance is equal to all instances of TargetLiteral that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.query.TargetSetExpression
This instance is equal to all instances of TargetSetExpression that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.AbstractBuildRule
 
equals(Object) - Method in class com.facebook.buck.rules.ActionGraphAndResolver
This instance is equal to all instances of ActionGraphAndResolver that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
This instance is equal to all instances of ArchiveMemberSourcePath that have equal attribute values.
equals(Object) - Method in interface com.facebook.buck.rules.args.Arg
 
equals(Object) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
equals(Object) - Method in class com.facebook.buck.rules.args.MacroArg
 
equals(Object) - Method in class com.facebook.buck.rules.args.ProxyArg
 
equals(Object) - Method in class com.facebook.buck.rules.args.SanitizedArg
 
equals(Object) - Method in class com.facebook.buck.rules.args.SourcePathArg
This instance is equal to all instances of SourcePathArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.args.StringArg
This instance is equal to all instances of StringArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
This instance is equal to all instances of StringWithMacrosArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.BuildContext
This instance is equal to all instances of BuildContext that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
This instance is equal to all instances of BuildEngineBuildContext that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.BuildEngineResult
This instance is equal to all instances of BuildEngineResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.BuildEvent.DistBuildFinished
 
equals(Object) - Method in class com.facebook.buck.rules.BuildEvent.Finished
 
equals(Object) - Method in class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
 
equals(Object) - Method in class com.facebook.buck.rules.BuildEvent.UnskippedRuleCountUpdated
 
equals(Object) - Method in class com.facebook.buck.rules.BuildRuleKeys
This instance is equal to all instances of BuildRuleKeys that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.BuildRuleType
This instance is equal to all instances of BuildRuleType that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
This instance is equal to all instances of CachingBuildEngineBuckConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.Cell
 
equals(Object) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields
This instance is equal to all instances of BuildConfigFields that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
This instance is equal to all instances of Field that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.coercer.DefaultTypeCoercerFactory
 
equals(Object) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
This instance is equal to all instances of FrameworkPath that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
This instance is equal to all instances of ManifestEntries that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.coercer.OcamlSource
This instance is equal to all instances of OcamlSource that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.coercer.ParamInfo
 
equals(Object) - Method in class com.facebook.buck.rules.coercer.SourceList
This instance is equal to all instances of SourceList that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
This instance is equal to all instances of SourceWithFlagsList that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.DefaultBuildTargetSourcePath
 
equals(Object) - Method in class com.facebook.buck.rules.DistBuildCellParams
This instance is equal to all instances of DistBuildCellParams that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.ExplicitBuildTargetSourcePath
 
equals(Object) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
This instance is equal to all instances of ExternalTestRunnerTestSpec that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.ForwardingBuildTargetSourcePath
 
equals(Object) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
This instance is equal to all instances of DependencyFileEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
This instance is equal to all instances of RuleKeyAndInputs that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
This instance is equal to all instances of RuleKeyFactories that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyInput
This instance is equal to all instances of RuleKeyInput that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyResult
 
equals(Object) - Method in class com.facebook.buck.rules.macros.ClasspathMacro
This instance is equal to all instances of ClasspathMacro that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.macros.ExecutableMacro
This instance is equal to all instances of ExecutableMacro that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.macros.LocationMacro
This instance is equal to all instances of LocationMacro that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacro
This instance is equal to all instances of MavenCoordinatesMacro that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacro
This instance is equal to all instances of QueryOutputsMacro that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.macros.QueryPathsMacro
This instance is equal to all instances of QueryPathsMacro that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacro
This instance is equal to all instances of QueryTargetsMacro that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.macros.StringWithMacros
This instance is equal to all instances of StringWithMacros that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.modern.InputPath
 
equals(Object) - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
equals(Object) - Method in class com.facebook.buck.rules.PathSourcePath
 
equals(Object) - Method in class com.facebook.buck.rules.query.Query
This instance is equal to all instances of Query that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.RelativeCellName
This instance is equal to all instances of RelativeCellName that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
This instance is equal to all instances of ResourceAwareSchedulingInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.RuleKey
 
equals(Object) - Method in class com.facebook.buck.rules.RuleScheduleInfo
This instance is equal to all instances of RuleScheduleInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.SdkEnvironment
This instance is equal to all instances of SdkEnvironment that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.SourceWithFlags
This instance is equal to all instances of SourceWithFlags that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.SystemToolProvider
This instance is equal to all instances of SystemToolProvider that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.TargetGraph
 
equals(Object) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
This instance is equal to all instances of TargetGraphAndBuildTargets that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.TargetNode
This instance is equal to all instances of TargetNode that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.TargetNodeFactory
 
equals(Object) - Method in class com.facebook.buck.rules.VersionedTool
This instance is equal to all instances of VersionedTool that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
This instance is equal to all instances of PrebuiltRustLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
This instance is equal to all instances of RustBinaryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rust.RustLibraryArg
 
equals(Object) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
This instance is equal to all instances of RustLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
This instance is equal to all instances of RustTestDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
This instance is equal to all instances of CommandAliasDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
This instance is equal to all instances of ExportFileDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
This instance is equal to all instances of GenruleDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
This instance is equal to all instances of ShBinaryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
This instance is equal to all instances of ShTestDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
This instance is equal to all instances of WorkerToolDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
This instance is equal to all instances of ClientSideSlbConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
This instance is equal to all instances of LoadBalancedServiceEventData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
This instance is equal to all instances of LoadBalancerPingEventData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.slb.PerServerData
This instance is equal to all instances of PerServerData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.slb.PerServerPingData
This instance is equal to all instances of PerServerPingData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
This instance is equal to all instances of ServerHealthManagerEventData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
This instance is equal to all instances of ThriftOverHttpServiceConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.step.AbstractTestStep
 
equals(Object) - Method in class com.facebook.buck.step.ExecutionContext
This instance is equal to all instances of ExecutionContext that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.step.fs.MkdirStep
This instance is equal to all instances of MkdirStep that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.step.fs.RmStep
This instance is equal to all instances of RmStep that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.step.fs.SymlinkFileStep
This instance is equal to all instances of SymlinkFileStep that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
 
equals(Object) - Method in class com.facebook.buck.step.fs.TouchStep
 
equals(Object) - Method in class com.facebook.buck.step.StepEvent.Finished
 
equals(Object) - Method in class com.facebook.buck.step.StepExecutionResult
This instance is equal to all instances of StepExecutionResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
This instance is equal to all instances of SwiftLibraryDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.swift.SwiftPlatform
This instance is equal to all instances of SwiftPlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.test.selectors.TestDescription
 
equals(Object) - Method in class com.facebook.buck.test.TestResults
This instance is equal to all instances of TestResults that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.test.TestResultSummary
 
equals(Object) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
This instance is equal to all instances of TestResultSummaryVerbosity that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.test.TestRunningOptions
This instance is equal to all instances of TestRunningOptions that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.test.TestStatusMessage
This instance is equal to all instances of TestStatusMessage that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.timing.ClockDuration
 
equals(Object) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig
This instance is equal to all instances of AutoSparseConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.autosparse.ManifestInfo
This instance is equal to all instances of ManifestInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
This instance is equal to all instances of FileHashCacheVerificationResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
This instance is equal to all instances of HashCodeAndFileType that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
This instance is equal to all instances of ListeningSemaphoreArrayPendingItem that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
This instance is equal to all instances of ResourceAmounts that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
This instance is equal to all instances of DirectoryCleanerArgs that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
This instance is equal to all instances of BuildEnvironmentDescription that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
 
equals(Object) - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
 
equals(Object) - Method in class com.facebook.buck.util.network.offline.ScribeData
This instance is equal to all instances of ScribeData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.PatternAndMessage
This instance is equal to all instances of PatternAndMessage that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.ProcessExecutorParams
This instance is equal to all instances of ProcessExecutorParams that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.ProcessResourceConsumption
This instance is equal to all instances of ProcessResourceConsumption that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.SampleRate
This instance is equal to all instances of SampleRate that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.sha1.Sha1HashCode
 
equals(Object) - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
This instance is equal to all instances of FastVersionControlStats that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
This instance is equal to all instances of FullVersionControlStats that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
This instance is equal to all instances of SlowVersionControlStats that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary
This instance is equal to all instances of SparseSummary that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.xml.DocumentLocation
This instance is equal to all instances of DocumentLocation that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
This instance is equal to all instances of CachedVersionedTargetGraph that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.ExactConstraint
This instance is equal to all instances of ExactConstraint that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
This instance is equal to all instances of FlavorSearchTargetNodeFinder that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.Version
This instance is equal to all instances of Version that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.VersionedAliasDescription
This instance is equal to all instances of VersionedAliasDescription that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
This instance is equal to all instances of VersionedAliasDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
This instance is equal to all instances of VersionedTargetGraphCacheResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
This instance is equal to all instances of VersionedTargetGraphInputs that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.VersionInfo
This instance is equal to all instances of VersionInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.VersionUniverse
This instance is equal to all instances of VersionUniverse that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.worker.WorkerJobParams
This instance is equal to all instances of WorkerJobParams that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.worker.WorkerJobResult
This instance is equal to all instances of WorkerJobResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.worker.WorkerProcessCommand
This instance is equal to all instances of WorkerProcessCommand that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.worker.WorkerProcessIdentity
This instance is equal to all instances of WorkerProcessIdentity that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.worker.WorkerProcessParams
This instance is equal to all instances of WorkerProcessParams that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
This instance is equal to all instances of ZipFileDescriptionArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.zip.ZipScrubberStep
This instance is equal to all instances of ZipScrubberStep that have equal attribute values.
equalsForDaemonRestart(BuckConfig) - Method in class com.facebook.buck.cli.BuckConfig
 
equalsIgnoring(Config, ImmutableMap<String, ImmutableSet<String>>) - Method in class com.facebook.buck.config.Config
 
equalTo(QueryEnvironment.Argument) - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
error(Throwable, String, Object...) - Method in class com.facebook.buck.android.BuckEventAndroidLogger
 
error(Throwable, String) - Method in class com.facebook.buck.log.Logger
Logs a message at ERROR level.
error(String) - Method in class com.facebook.buck.log.Logger
Logs a message at ERROR level.
error(Throwable, String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at ERROR level.
error(Throwable) - Method in class com.facebook.buck.log.Logger
Logs a message at ERROR level.
error(String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at ERROR level.
error(SAXParseException) - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
 
ErrorLogRecord - Class in com.facebook.buck.log
Immutable implementation of AbstractErrorLogRecord.
ErrorLogRecord.Builder - Class in com.facebook.buck.log
Builds instances of type ErrorLogRecord.
ErrorParsingReceiver() - Constructor for class com.facebook.buck.android.exopackage.RealAndroidDevice.ErrorParsingReceiver
 
ErrorSuppressingDiagnosticListener - Class in com.facebook.buck.jvm.java.abi.source.api
When running the compiler with some dependencies missing (as when generating ABIs from source), by default it will abort after the last round of annotation processing because it believes there are missing types.
ErrorSuppressingDiagnosticListener(DiagnosticListener<? super JavaFileObject>) - Constructor for class com.facebook.buck.jvm.java.abi.source.api.ErrorSuppressingDiagnosticListener
 
ErrorToolProvider - Class in com.facebook.buck.rules
 
escape(Escaper.Quoter, CharMatcher, String) - Static method in class com.facebook.buck.util.Escaper
Escapes the special characters identified the CharMatcher, using single quotes.
escapeAsBashString(String) - Static method in class com.facebook.buck.util.Escaper
Quotes a string to be passed to Bash, if necessary.
escapeAsBashString(Path) - Static method in class com.facebook.buck.util.Escaper
 
escapeAsMakefileValueString(String) - Static method in class com.facebook.buck.util.Escaper
 
escapeAsPythonString(String) - Static method in class com.facebook.buck.util.Escaper
 
escapeAsShellString(String) - Static method in class com.facebook.buck.util.Escaper
Quotes a string to be passed to the shell, if necessary.
escapePathForCIncludeString(Path) - Static method in class com.facebook.buck.util.Escaper
Escapes forward slashes in a Path as a String that is safe to consume with other tools (such as gcc).
Escaper - Class in com.facebook.buck.util
 
escaper(Escaper.Quoter, CharMatcher) - Static method in class com.facebook.buck.util.Escaper
 
Escaper.Quoter - Enum in com.facebook.buck.util
The quoting style to use when escaping.
EstimateDexWeightStep - Class in com.facebook.buck.dalvik
 
EstimateDexWeightStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.dalvik.EstimateDexWeightStep
This uses an estimator that uses the size of the .class file as the estimate.
estimatedLinearAllocSize - Variable in class com.facebook.buck.dalvik.DalvikStatsTool.Stats
Estimated bytes the class will contribute to Dalvik linear alloc.
eval(QueryEvaluator, QueryEnvironment, ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.AllPathsFunction
 
eval(QueryEvaluator, QueryEnvironment, ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.AttrFilterFunction
 
eval(QueryEvaluator, QueryEnvironment, ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.BuildFileFunction
 
eval(QueryExpression, QueryEnvironment) - Method in class com.facebook.buck.query.CachingQueryEvaluator
 
eval(QueryEvaluator, QueryEnvironment, ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.DepsFunction
Evaluates to the dependencies of the argument.
eval(QueryEvaluator, QueryEnvironment, ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.DepsFunction.FirstOrderDepsFunction
 
eval(QueryEvaluator, QueryEnvironment, ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.InputsFunction
Evaluates to the direct inputs of the argument.
eval(QueryEvaluator, QueryEnvironment, ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.LabelsFunction
 
eval(QueryExpression, QueryEnvironment) - Method in class com.facebook.buck.query.NoopQueryEvaluator
 
eval(QueryEvaluator, QueryEnvironment, ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.OwnerFunction
 
eval(QueryEvaluator, QueryEnvironment, ImmutableList<QueryEnvironment.Argument>) - Method in interface com.facebook.buck.query.QueryEnvironment.QueryFunction
Called when a user-defined function is to be evaluated.
eval(QueryExpression, QueryEnvironment) - Method in interface com.facebook.buck.query.QueryEvaluator
Evaluates the result of a query expression in the given environment.
eval(QueryEvaluator, QueryEnvironment, ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.RdepsFunction
Evaluates to the reverse dependencies of the argument 'x' in the transitive closure of the set 'u'.
eval(QueryEvaluator, QueryEnvironment, ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.TestsOfFunction
 
eval(QueryEvaluator, QueryEnvironment, ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.rules.query.ClasspathFunction
 
evaluateQuery(QueryExpression) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
Evaluate the specified query expression in this environment.
evaluateQuery(String) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
evaluateTarget(String) - Method in interface com.facebook.buck.query.QueryEnvironment.TargetEvaluator
Returns the set of target nodes for the specified target pattern, in 'buck build' syntax.
Event(EventKey, RuleKeyCalculationEvent.Type) - Constructor for class com.facebook.buck.event.RuleKeyCalculationEvent.Event
 
Event(Network) - Constructor for class com.facebook.buck.util.environment.NetworkInfo.Event
 
EVENT_NAME - Static variable in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
 
EventDispatcher - Interface in com.facebook.buck.event
Thin wrapper around guava event bus.
EventKey - Class in com.facebook.buck.event
Immutable implementation of AbstractEventKey.
EventKey.Builder - Class in com.facebook.buck.event
Builds instances of type EventKey.
EventPair - Class in com.facebook.buck.event.listener
Utility class to help match up start and end events
EventPair.Builder - Class in com.facebook.buck.event.listener
Builds instances of type EventPair.
EventPostingRuleKeyCacheScope<V> - Class in com.facebook.buck.rules.keys
A RuleKeyCacheScope which logs stats on close.
EventPostingRuleKeyCacheScope(BuckEventBus, RuleKeyCache<V>) - Constructor for class com.facebook.buck.rules.keys.EventPostingRuleKeyCacheScope
 
ExactConstraint - Class in com.facebook.buck.versions
Immutable implementation of AbstractExactConstraint.
ExceptionWithHumanReadableMessage - Interface in com.facebook.buck.util
 
ExcludeFolder - Class in com.facebook.buck.ide.intellij.model.folders
A path which contains a set of sources we wish to present to IntelliJ.
ExcludeFolder(Path) - Constructor for class com.facebook.buck.ide.intellij.model.folders.ExcludeFolder
 
executable - Variable in class com.facebook.buck.cxx.CxxLinkAndCompileRules
 
ExecutableFinder - Class in com.facebook.buck.io
Given the name of an executable, search a set of (possibly platform-specific) known locations for that executable.
ExecutableFinder() - Constructor for class com.facebook.buck.io.ExecutableFinder
 
ExecutableFinder(Platform) - Constructor for class com.facebook.buck.io.ExecutableFinder
 
ExecutableMacro - Class in com.facebook.buck.rules.macros
Immutable implementation of AbstractExecutableMacro.
ExecutableMacroExpander - Class in com.facebook.buck.rules.macros
Resolves to the executable command for a build target referencing a BinaryBuildRule.
ExecutableMacroExpander() - Constructor for class com.facebook.buck.rules.macros.ExecutableMacroExpander
 
ExecutableMacroTypeCoercer - Class in com.facebook.buck.rules.coercer
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.aapt.MiniAapt
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.AndroidModuleConsistencyStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.ApkBuilderStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.ApkInstallStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.CompileStringsStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.ConcatStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.DxStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.ExtractFromAndroidManifestStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.GenerateBuildConfigStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.GenerateManifestStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.GenStringSourceMapStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.GetStringsFilesStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.HashInputJarsToDexStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.IntraDexReorderStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.ProGuardObfuscateStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.ReplaceManifestPlaceholdersStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.SmartDexingStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.SplitZipStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.WriteAppModuleMetadataStep
 
execute() - Method in class com.facebook.buck.dalvik.DalvikAwareZipSplitter
 
execute(ExecutionContext) - Method in class com.facebook.buck.dalvik.EstimateDexWeightStep
 
execute() - Method in interface com.facebook.buck.dalvik.ZipSplitter
Writes the primary zip file and if necessary, the secondary zip files.
execute(ExecutionContext) - Method in class com.facebook.buck.file.DownloadStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.json.JsonConcatenateStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CalculateAbiFromClassesStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CopyResourcesStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.GenerateCodeCoverageReportStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JarDirectoryStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JavacStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.jvm.kotlin.KotlincStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlBuildStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlDebugLauncherStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.python.PythonRunTestsStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.shell.RunShTestAndRecordResultStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.shell.SymlinkFilesIntoDirectoryStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.shell.WorkerShellStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.AbstractExecutionStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.AbstractTestStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.ConditionalStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.CopyStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.FileScrubberStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.FindAndReplaceStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.LogContentsOfFileStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.MakeExecutableStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.MoveStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.StringTemplateStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymCopyStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.TouchStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.WriteFileStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.XzStep
 
execute(ExecutionContext) - Method in interface com.facebook.buck.step.Step
 
execute(Runnable) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
execute(ProcessExecutor.LaunchedProcess, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
Executes the specified already-launched process.
execute(ExecutionContext) - Method in class com.facebook.buck.zip.RepackZipEntriesStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.zip.UnzipStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.zip.ZipStep
 
executeAndPrintFailuresToEventBus(Iterable<BuildTarget>, boolean, BuckEventBus, Console, Optional<Path>) - Method in class com.facebook.buck.command.Build
 
executeAndPrintFailuresToEventBus(ListeningExecutorService, ProjectFilesystem, FileHashCache, BuckEventBus, BuildMode, int, String, String) - Method in class com.facebook.buck.distributed.DistBuildClientExecutor
 
executeBuild(Iterable<? extends BuildTarget>, boolean) - Method in class com.facebook.buck.command.Build
If isKeepGoing is false, then this returns a future that succeeds only if all of rulesToBuild build successfully.
executeLocalBuild(CommandRunnerParams, ActionGraphAndResolver, WeightedListeningExecutorService) - Method in class com.facebook.buck.cli.BuildCommand
 
ExecutionContext - Class in com.facebook.buck.step
Immutable implementation of AbstractExecutionContext.
ExecutionContext.Builder - Class in com.facebook.buck.step
Builds instances of type ExecutionContext.
ExecutionEnvironment - Interface in com.facebook.buck.util.environment
 
ExecutionResult(StampedeId, int) - Constructor for class com.facebook.buck.distributed.DistBuildClientExecutor.ExecutionResult
 
ExecutorPool - Enum in com.facebook.buck.step
 
executorService - Variable in class com.facebook.buck.parser.ConvertingPipeline
 
exists(Path, LinkOption...) - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
exists(Path, LinkOption...) - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
exists(Path, boolean) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
exists(Path, LinkOption...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
exists(Path, LinkOption...) - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
 
exists(Path, LinkOption...) - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
existsInManifest(Path) - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
Query if a file is available in the source control manifest (and is thus tracked by source control)
existsInManifest(Path) - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
 
exitCode - Variable in exception com.facebook.buck.android.AdbHelper.CommandFailedException
 
exitCode - Variable in class com.facebook.buck.distributed.DistBuildClientExecutor.ExecutionResult
 
EXOPACKAGE_FLAGS - Static variable in class com.facebook.buck.android.BuildConfigs
Name of a global variable that includes the exopackage configuration as a bitmask.
EXOPACKAGE_INSTALL_ROOT - Static variable in class com.facebook.buck.android.exopackage.ExopackageInstaller
 
ExopackageDeviceDirectoryLister - Class in com.facebook.buck.android
This lists the entire contents of the exopackage installation directory on the requested devices.
ExopackageDeviceDirectoryLister(BuildTarget, ProjectFilesystem) - Constructor for class com.facebook.buck.android.ExopackageDeviceDirectoryLister
 
ExopackageFilesInstaller - Class in com.facebook.buck.android
Installs exopackage files to the device/devices.
ExopackageFilesInstaller(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, SourcePath, SourcePath, ExopackageInfo) - Constructor for class com.facebook.buck.android.ExopackageFilesInstaller
 
ExopackageInfo - Class in com.facebook.buck.android.exopackage
Immutable implementation of AbstractExopackageInfo.
ExopackageInfo.Builder - Class in com.facebook.buck.android.exopackage
Builds instances of type ExopackageInfo.
ExopackageInfo.DexInfo - Class in com.facebook.buck.android.exopackage
Immutable implementation of AbstractExopackageInfo.AbstractDexInfo.
ExopackageInfo.DexInfo.Builder - Class in com.facebook.buck.android.exopackage
Builds instances of type DexInfo.
ExopackageInfo.NativeLibsInfo - Class in com.facebook.buck.android.exopackage
Immutable implementation of AbstractExopackageInfo.AbstractNativeLibsInfo.
ExopackageInfo.NativeLibsInfo.Builder - Class in com.facebook.buck.android.exopackage
Builds instances of type NativeLibsInfo.
ExopackageInfo.ResourcesInfo - Class in com.facebook.buck.android.exopackage
Immutable implementation of AbstractExopackageInfo.AbstractResourcesInfo.
ExopackageInfo.ResourcesInfo.Builder - Class in com.facebook.buck.android.exopackage
Builds instances of type ResourcesInfo.
ExopackageInstaller - Class in com.facebook.buck.android.exopackage
ExopackageInstaller manages the installation of apps with the "exopackage" flag set to true.
ExopackageInstaller(SourcePathResolver, ExecutionContext, ProjectFilesystem, String, AndroidDevice) - Constructor for class com.facebook.buck.android.exopackage.ExopackageInstaller
 
ExopackageInstallFinisher - Class in com.facebook.buck.android
Finishes exopackage installation by: updating the metadata.txt files for the different exopackage types deleting unwanted files (.so/.dex/.apk from previous installs) installing the apk killing the app/process
ExopackageInstallFinisher(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, ApkInfo, ExopackageDeviceDirectoryLister, ExopackageFilesInstaller) - Constructor for class com.facebook.buck.android.ExopackageInstallFinisher
 
ExopackageUtil - Class in com.facebook.buck.android.exopackage
 
ExopackageUtil() - Constructor for class com.facebook.buck.android.exopackage.ExopackageUtil
 
ExoResourcesRewriter - Class in com.facebook.buck.android.resources
ExoResourceRewriter is the core of constructing build outputs for exo-for-resources.
expand(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
 
expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
 
expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.LocationMacroExpander
 
expand(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in interface com.facebook.buck.rules.macros.MacroExpander
Expand the input given for the this macro to some string.
expand(BuildTarget, CellPathResolver, BuildRuleResolver, String) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
expand(BuildTarget, CellPathResolver, BuildRuleResolver, String, Map<MacroMatchResult, Object>) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacroExpander
 
expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.WorkerMacroExpander
 
expandAtFiles(Iterable<String>, Path) - Static method in class com.facebook.buck.util.BuckArgsMethods
Expland AT-file syntax in a way that matches what args4j does.
expander - Variable in class com.facebook.buck.rules.args.MacroArg
 
expandForFile(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
 
expandForFile(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in interface com.facebook.buck.rules.macros.MacroExpander
Expand the input given for the this macro to some string, which is intended to be written to a file.
expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T, P) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T, Object) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
 
expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
 
expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, M) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, String) - Method in class com.facebook.buck.rules.macros.EnvironmentVariableMacroExpander
 
expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryOutputsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
 
expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryPathsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryPathsMacroExpander
 
expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryTargetsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
 
expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, Void) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
 
expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
 
expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.StringExpander
 
expandHomeDir(Path) - Static method in class com.facebook.buck.io.MorePaths
Expands "~/foo" into "/home/zuck/foo".
EXPECTED_NUMBER_OF_GENERATED_PROJECT_FILES - Static variable in class com.facebook.buck.event.listener.ProgressEstimator
 
EXPECTED_NUMBER_OF_PARSED_BUCK_FILES - Static variable in class com.facebook.buck.event.listener.ProgressEstimator
 
EXPECTED_NUMBER_OF_PARSED_RULES - Static variable in class com.facebook.buck.event.listener.ProgressEstimator
 
ExperimentEvent - Class in com.facebook.buck.event
 
ExperimentEvent(String, String, String, Long, String) - Constructor for class com.facebook.buck.event.ExperimentEvent
 
EXPLICIT_FILE_TYPE_BROKEN_IDENTIFIERS - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.FileTypes
Set of identifiers which only work as "lastKnownFileType" and not "explicitFileType" in a PBXFileReference.
explicitBuilder() - Static method in class com.facebook.buck.cxx.CxxToolFlags
Returns a builder for explicitly specifying the flags.
ExplicitBuildTargetSourcePath - Class in com.facebook.buck.rules
A BuildTargetSourcePath which resolves to a specific (possibly non-default) output of the BuildRule referred to by its target.
ExplicitBuildTargetSourcePath(BuildTarget, Path) - Constructor for class com.facebook.buck.rules.ExplicitBuildTargetSourcePath
 
ExplicitCxxToolFlags - Class in com.facebook.buck.cxx
CxxToolFlags implementation where the flags are stored explicitly as lists.
ExplicitCxxToolFlags.Builder - Class in com.facebook.buck.cxx
Builds instances of type ExplicitCxxToolFlags.
EXPLODING_ANDROID_PLATFORM_TARGET_SUPPLIER - Static variable in class com.facebook.buck.android.AndroidPlatformTarget
Supplier for an AndroidPlatformTarget that always throws.
ExplodingDownloader - Class in com.facebook.buck.file
 
ExplodingDownloader() - Constructor for class com.facebook.buck.file.ExplodingDownloader
 
ExportDependencies - Interface in com.facebook.buck.rules
BuildRule that can export a subset of it's dependencies.
EXPORTED_HEADER_SYMLINK_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
ExportedDepsClosureResolver - Class in com.facebook.buck.ide.intellij
Calculates the transitive closure of exported deps for every node in a TargetGraph.
ExportedDepsClosureResolver(TargetGraph, ImmutableSet<String>) - Constructor for class com.facebook.buck.ide.intellij.ExportedDepsClosureResolver
 
exportedSymbols - Variable in class com.facebook.buck.jvm.java.JavaFileParser.JavaFileFeatures
Exported symbols are those that need to be on the classpath when compiling against the providedSymbols.
ExportFile - Class in com.facebook.buck.shell
Export a file so that it can be easily referenced by other BuildRules.
ExportFile(BuildTarget, ProjectFilesystem, BuildRuleParams, String, ExportFileDescription.Mode, SourcePath) - Constructor for class com.facebook.buck.shell.ExportFile
 
ExportFileDescription - Class in com.facebook.buck.shell
 
ExportFileDescription() - Constructor for class com.facebook.buck.shell.ExportFileDescription
 
ExportFileDescription.Mode - Enum in com.facebook.buck.shell
Controls how `export_file` exports it's wrapped source.
ExportFileDescriptionArg - Class in com.facebook.buck.shell
Immutable implementation of ExportFileDescription.AbstractExportFileDescriptionArg.
ExportFileDescriptionArg.Builder - Class in com.facebook.buck.shell
Builds instances of type ExportFileDescriptionArg.
exportHgSparseRules(Path) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
exposeSourceMap(BuildTarget) - Static method in class com.facebook.buck.js.ReactNativeFlavors
 
ext(String...) - Static method in class com.facebook.buck.ocaml.OcamlUtil
Constructs a Predicate instance which returns true if the input argument ends with any String in extensions
EXTERNAL_IMMUTABLE_BASE_CLASSES - Static variable in class com.facebook.buck.tools.dxanalysis.MutabilityAnalyzer
NonExternal classes that are non-final but have no inherent mutability.
ExternalJavac - Class in com.facebook.buck.jvm.java
 
ExternalJavac(Either<Path, SourcePath>) - Constructor for class com.facebook.buck.jvm.java.ExternalJavac
 
ExternalKotlinc - Class in com.facebook.buck.jvm.kotlin
 
ExternalKotlinc(Path) - Constructor for class com.facebook.buck.jvm.kotlin.ExternalKotlinc
 
ExternallyBuiltApplePackage - Class in com.facebook.buck.apple
Rule for generating an apple package via external script.
ExternallyBuiltApplePackage(BuildTarget, ProjectFilesystem, BuildRuleParams, ApplePackageConfigAndPlatformInfo, SourcePath, boolean) - Constructor for class com.facebook.buck.apple.ExternallyBuiltApplePackage
 
ExternalOrJarBackedJavacProvider - Class in com.facebook.buck.jvm.java
Provides either an ExternalJavac or JarBackedJavac, depending on its parameters.
ExternalOrJarBackedJavacProvider(SourcePath, String, Javac.Location) - Constructor for class com.facebook.buck.jvm.java.ExternalOrJarBackedJavacProvider
 
ExternalStepExecutorMain - Class in com.facebook.buck.step.external.executor
Entry point to out-of-process step executor
ExternalStepExecutorMain() - Constructor for class com.facebook.buck.step.external.executor.ExternalStepExecutorMain
 
ExternalTestRunEvent - Class in com.facebook.buck.test.external
Base class for events related to external test runs.
ExternalTestRunEvent.Finished - Class in com.facebook.buck.test.external
 
ExternalTestRunEvent.Started - Class in com.facebook.buck.test.external
 
externalTestRunFinished(ExternalTestRunEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ExternalTestRunnerRule - Interface in com.facebook.buck.rules
A interface describing TestRules which support being run by an external test runner.
ExternalTestRunnerTestSpec - Class in com.facebook.buck.rules
A JSON-serializable structure that gets passed to external test runners.
ExternalTestRunnerTestSpec.Builder - Class in com.facebook.buck.rules
Builds instances of type ExternalTestRunnerTestSpec.
externalTestRunStarted(ExternalTestRunEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ExternalTestSpecCalculationEvent - Class in com.facebook.buck.test.external
Base class for events about external test specs.
ExternalTestSpecCalculationEvent.Finished - Class in com.facebook.buck.test.external
 
ExternalTestSpecCalculationEvent.Started - Class in com.facebook.buck.test.external
 
externalTestSpecCalculationFinished(ExternalTestSpecCalculationEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
externalTestSpecCalculationStarted(ExternalTestSpecCalculationEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
extraClasspathFromContextFunction - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
ExtraClasspathFromContextFunction - Interface in com.facebook.buck.jvm.java
Used to provide extra classpath entries to a compiler based on the build context.
ExtraClasspathFromContextFunction.EmptyExtraClasspathFromContextFunction - Class in com.facebook.buck.jvm.java
 
extractBuildTargetContainer(BuildTarget) - Static method in class com.facebook.buck.query.QueryTargetAccessor
 
extractBuildTargets(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, Query) - Static method in class com.facebook.buck.rules.query.QueryUtils
 
extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
extractBuildTimeDeps(BuildRuleResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
extractBuildTimeDeps(BuildRuleResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
 
extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in interface com.facebook.buck.rules.macros.MacroExpander
 
extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, String) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, String, Map<MacroMatchResult, Object>) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
extractBuildTimeDeps(BuildRuleResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.WorkerMacroExpander
 
extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T, P) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T, Object) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
 
extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
 
extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, M) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, ClasspathMacro) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
 
extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryOutputsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
 
extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryPathsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryPathsMacroExpander
 
extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryTargetsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
 
extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, Void) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
 
extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
 
extractFeaturesFromJavaCode(String) - Method in class com.facebook.buck.jvm.java.JavaFileParser
 
ExtractFromAndroidManifestStep - Class in com.facebook.buck.android
 
ExtractFromAndroidManifestStep(Path, ProjectFilesystem, BuildableContext, String, Path) - Constructor for class com.facebook.buck.android.ExtractFromAndroidManifestStep
 
extractParseTimeDeps(BuildTarget, CellPathResolver, ImmutableList<String>, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
extractParseTimeDeps(BuildTarget, CellPathResolver, ImmutableList<String>, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in interface com.facebook.buck.rules.macros.MacroExpander
 
extractParseTimeDeps(BuildTarget, CellPathResolver, String, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
extractParseTimeDepsFrom(BuildTarget, CellPathResolver, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
extractParseTimeDepsFrom(BuildTarget, CellPathResolver, M, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
extractParseTimeDepsFrom(BuildTarget, CellPathResolver, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rules.macros.QueryMacroExpander
 
extractParseTimeDepsFrom(BuildTarget, CellPathResolver, Void, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
 
extractParseTimeDepsFrom(BuildTarget, CellPathResolver, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
 
extractParseTimeTargets(BuildTarget, CellPathResolver, Query) - Static method in class com.facebook.buck.rules.query.QueryUtils
 
extractRawManifest(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
extractRawManifest() - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>, Object) - Method in interface com.facebook.buck.rules.macros.MacroExpander
 
extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, String) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, String, Map<MacroMatchResult, Object>) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T, P) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T, Object) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, M) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, ClasspathMacro) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, ExecutableMacro) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryOutputsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryPathsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryPathsMacroExpander
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, QueryTargetsMacro, QueryMacroExpander.QueryResults) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, Void) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.StringExpander
 
extractSourcePath(ImmutableBiMap<Flavor, Either<SourcePath, Pair<SourcePath, String>>>, Stream<Flavor>) - Static method in class com.facebook.buck.js.JsFlavors
 
extractSourcePath(SourcePath) - Static method in class com.facebook.buck.query.QueryTargetAccessor
 
extractSymbolInfo(String) - Static method in class com.facebook.buck.android.relinker.Symbols
 
extractZipFile(Path, ProjectFilesystem, Path, Unzip.ExistingFileMode) - Static method in class com.facebook.buck.util.zip.Unzip
Unzips a file to a destination and returns the paths of the written files.
extractZipFile(Path, ProjectFilesystem, Unzip.ExistingFileMode) - Static method in class com.facebook.buck.util.zip.Unzip
 
extractZipFile(Path, Path, Unzip.ExistingFileMode) - Static method in class com.facebook.buck.util.zip.Unzip
 
ExtraInfoCollector - Interface in com.facebook.buck.doctor
Responsible for getting extra information to the report by running a user-specified command.
ExtraInfoCollector.AbstractExtraInfoResult - Interface in com.facebook.buck.doctor
 
ExtraInfoCollector.ExtraInfoExecutionException - Exception in com.facebook.buck.doctor
 
ExtraInfoExecutionException(String) - Constructor for exception com.facebook.buck.doctor.ExtraInfoCollector.ExtraInfoExecutionException
 
ExtraInfoExecutionException(String, Throwable) - Constructor for exception com.facebook.buck.doctor.ExtraInfoCollector.ExtraInfoExecutionException
 
ExtraInfoResult - Class in com.facebook.buck.doctor
Immutable implementation of ExtraInfoCollector.AbstractExtraInfoResult.
ExtraInfoResult.Builder - Class in com.facebook.buck.doctor
Builds instances of type ExtraInfoResult.

F

FACTORY - Static variable in class com.facebook.buck.ide.intellij.lang.android.AndroidResourceFolder
 
FACTORY - Static variable in class com.facebook.buck.ide.intellij.model.folders.ExcludeFolder
 
FACTORY - Static variable in class com.facebook.buck.ide.intellij.model.folders.JavaResourceFolder
 
FACTORY - Static variable in class com.facebook.buck.ide.intellij.model.folders.JavaTestResourceFolder
 
FACTORY - Static variable in class com.facebook.buck.ide.intellij.model.folders.SourceFolder
 
FACTORY - Static variable in class com.facebook.buck.ide.intellij.model.folders.TestFolder
 
FAIL_EXIT_CODE - Static variable in class com.facebook.buck.cli.Main
Trying again won't help.
failed(IOException, String, CacheResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener.FetchRequestEvents
 
failed(int, IOException, String, CacheResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener.MultiFetchRequestEvents
 
failed(IOException, String) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.StoreEvents.StoreRequestEvents
 
failure(BuildRule, Throwable) - Static method in class com.facebook.buck.rules.BuildResult
 
fakeOutParseEvents(BuckEventBus) - Method in class com.facebook.buck.cli.CacheCommand
 
FakeRDotTxtEntry - Class in com.facebook.buck.android.aapt
An RDotTxtEntry with fake RDotTxtEntry.idValue, useful for comparing two resource entries for equality, since RDotTxtEntry.compareTo(RDotTxtEntry) ignores the id value.
FakeRDotTxtEntry(RDotTxtEntry.IdType, RDotTxtEntry.RType, String) - Constructor for class com.facebook.buck.android.aapt.FakeRDotTxtEntry
 
FakeRDotTxtEntry(RDotTxtEntry.IdType, RDotTxtEntry.RType, String, RDotTxtEntry.CustomDrawableType) - Constructor for class com.facebook.buck.android.aapt.FakeRDotTxtEntry
 
FakeRDotTxtEntryWithID - Class in com.facebook.buck.android.aapt
An RDotTxtEntry with given RDotTxtEntry.idValue, useful for comparing two resource entries for equality, since RDotTxtEntry.compareTo(RDotTxtEntry) and RDotTxtEntry.equals(Object) ignores the id value.
FakeRDotTxtEntryWithID(RDotTxtEntry.IdType, RDotTxtEntry.RType, String, String) - Constructor for class com.facebook.buck.android.aapt.FakeRDotTxtEntryWithID
 
FALSE - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
fastVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.DelegatingVersionControlCmdLineInterface
 
FastVersionControlStats - Class in com.facebook.buck.util.versioncontrol
Immutable implementation of AbstractFastVersionControlStats.
fastVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
fastVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
fastVersionControlStats() - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
FastVersionControlStatsEvent - Class in com.facebook.buck.util.versioncontrol
 
FastVersionControlStatsEvent(CommonFastVersionControlStats) - Constructor for class com.facebook.buck.util.versioncontrol.FastVersionControlStatsEvent
 
FAT_JAR_INFO_RESOURCE - Static variable in class com.facebook.buck.jvm.java.FatJar
 
FAT_JAR_MAIN_SRC_RESOURCE - Static variable in class com.facebook.buck.jvm.java.JarFattener
 
FAT_JAR_SRC_RESOURCES - Static variable in class com.facebook.buck.jvm.java.JarFattener
 
fatalError(SAXParseException) - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
 
FatArch - Class in com.facebook.buck.macho
This header file describes the structures of the file format for "fat" architecture specific file (wrapper design).
FatArchUtils - Class in com.facebook.buck.macho
 
FatHeader - Class in com.facebook.buck.macho
Immutable implementation of AbstractFatHeader.
FatHeaderUtils - Class in com.facebook.buck.macho
 
FatJar - Class in com.facebook.buck.jvm.java
 
FatJar() - Constructor for class com.facebook.buck.jvm.java.FatJar
 
FatJar(String, Map<String, String>) - Constructor for class com.facebook.buck.jvm.java.FatJar
 
FatJarMain - Class in com.facebook.buck.jvm.java
 
fcntl(int, int, Object...) - Method in interface com.facebook.buck.util.Libc
 
fetch(BuckEventBus, URI, Optional<PasswordAuthentication>, Path) - Method in interface com.facebook.buck.file.AuthAwareDownloader
 
fetch(BuckEventBus, URI, Path) - Method in interface com.facebook.buck.file.Downloader
Download the given URL and, upon a successful download, place it in output.
fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.ExplodingDownloader
 
fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.HttpDownloader
 
fetch(BuckEventBus, URI, Optional<PasswordAuthentication>, Path) - Method in class com.facebook.buck.file.HttpDownloader
 
fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.OnDiskMavenDownloader
 
fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.RemoteMavenDownloader
 
fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.RetryingDownloader
 
fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.StackedDownloader
 
fetchAsync(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
 
fetchAsync(RuleKey, LazyPath) - Method in interface com.facebook.buck.artifact_cache.ArtifactCache
Fetch a cached artifact, keyed by ruleKey, save the artifact to path specified by output, and return true on success.
fetchAsync(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.DirArtifactCache
 
fetchAsync(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
 
fetchAsync(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.MultiArtifactCache
Fetch the artifact matching ruleKey and store it to output.
fetchAsync(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache
 
fetchAsync(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.RetryingCacheDecorator
 
fetchAsync(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCache
 
fetchAsync(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
 
fetchBuildJobState(StampedeId) - Method in class com.facebook.buck.distributed.DistBuildService
 
fetchBuildSlaveFinishedStats(StampedeId, RunId) - Method in class com.facebook.buck.distributed.DistBuildService
 
fetchBuildSlaveLogDir(StampedeId, List<RunId>) - Method in class com.facebook.buck.distributed.DistBuildService
 
fetchBuildSlaveStatus(StampedeId, RunId) - Method in class com.facebook.buck.distributed.DistBuildService
 
fetchClient - Variable in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
FetchCommand - Class in com.facebook.buck.cli
 
FetchCommand() - Constructor for class com.facebook.buck.cli.FetchCommand
 
fetchImpl(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
 
fetchImpl(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCache
 
fetchImpl(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCache
 
FetchRequest(RuleKey, LazyPath, SettableFuture<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.AbstractAsynchronousCache.FetchRequest
 
FetchResponse(ImmutableSet<RuleKey>, ImmutableMap<String, String>, ByteSource) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.FetchResponse
 
FetchResponseReadResult - Class in com.facebook.buck.artifact_cache
Immutable implementation of HttpArtifactCacheBinaryProtocol.AbstractFetchResponseReadResult.
FetchResponseReadResult.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type FetchResponseReadResult.
FetchResult - Class in com.facebook.buck.artifact_cache
FetchResult.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type FetchResult.
fetchRuleKeyLogs(Collection<String>) - Method in class com.facebook.buck.distributed.DistBuildService
 
fetchScheduled(RuleKey) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener
 
fetchSlaveLogLines(StampedeId, List<LogLineBatchRequest>) - Method in class com.facebook.buck.distributed.DistBuildService
 
fetchSourceFile(String) - Method in class com.facebook.buck.distributed.DistBuildService
 
fetchStarted(RuleKey) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener
 
fieldReferences - Variable in class com.facebook.buck.dalvik.DalvikStatsTool.Stats
Fields referenced by the class.
FieldValueExtractor - Class in com.facebook.buck.rules.keys
Extracts a value of a given field, that is assumed to be accessible.
FILE_EXTENSION_TO_IDENTIFIER - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.FileTypes
Map of file extension to Xcode identifiers.
FileAttributesScrubber - Interface in com.facebook.buck.io
Created by beefon on 06/06/2016.
FileBundler - Class in com.facebook.buck.zip.rules
 
FileBundler(BuildTarget) - Constructor for class com.facebook.buck.zip.rules.FileBundler
 
FileBundler(Path) - Constructor for class com.facebook.buck.zip.rules.FileBundler
 
FileChangesIgnoredReport - Class in com.facebook.buck.doctor
Information helpful when diagnosing 'buck is not picking up changes' reports.
FileChangesIgnoredReport.Builder - Class in com.facebook.buck.doctor
Builds instances of type FileChangesIgnoredReport.
FileClassPathRunner - Class in com.facebook.buck.jvm.java.runner
A standalone class that's designed to read its classpath from a file given using the standard `@` syntax used by javac.
fileContentsDiffer(InputStream, Path, ProjectFilesystem) - Static method in class com.facebook.buck.io.MoreProjectFilesystems
 
FileContentsProvider - Interface in com.facebook.buck.distributed
 
FileContentsScrubber - Interface in com.facebook.buck.io
 
fileCreation(String) - Static method in class com.facebook.buck.event.WatchmanStatusEvent
 
FileCreation(String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.FileCreation
 
fileDeletion(String) - Static method in class com.facebook.buck.event.WatchmanStatusEvent
 
FileDeletion(String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.FileDeletion
 
FileFinder - Class in com.facebook.buck.io
Methods for finding files.
fileFlavorForSourcePath(Path) - Static method in class com.facebook.buck.js.JsFlavors
 
FileHashCache - Interface in com.facebook.buck.util.cache
A cache which maps Paths to cached hashes of their contents, based on a simplified subset of the java.util.Map<Path, HashCode> interface.
FileHashCache.AbstractFileHashCacheVerificationResult - Interface in com.facebook.buck.util.cache
 
FileHashCacheEvent - Class in com.facebook.buck.event
 
FileHashCacheEvent(String, long, long, long) - Constructor for class com.facebook.buck.event.FileHashCacheEvent
 
FileHashCacheEvent(EventKey) - Constructor for class com.facebook.buck.event.FileHashCacheEvent
 
FileHashCacheEvent.InvalidationFinished - Class in com.facebook.buck.event
 
FileHashCacheEvent.InvalidationStarted - Class in com.facebook.buck.event
 
FileHashCacheMode - Enum in com.facebook.buck.util.cache
Defines which file hash cache engine to use.
FileHashCacheVerificationResult - Class in com.facebook.buck.util.cache
FileHashCacheVerificationResult.Builder - Class in com.facebook.buck.util.cache
Builds instances of type FileHashCacheVerificationResult.
FileHashLoader - Interface in com.facebook.buck.hashing
 
FileLike - Interface in com.facebook.buck.jvm.java.classes
Provides a file-like interface for objects which may be present within more specialized containers (like zip files).
FileLikeCharSource - Class in com.facebook.buck.jvm.java.classes
 
FileLikeCharSource(FileLike) - Constructor for class com.facebook.buck.jvm.java.classes.FileLikeCharSource
 
FileLikes - Class in com.facebook.buck.jvm.java.classes
Utilities for common operations when working with FileLikes.
fileList(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
fileList(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
fileList(Path) - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
Specifies that the linker should link the files listed in file.
fileList(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
FileListableLinkerInputArg - Class in com.facebook.buck.rules.args
Arg that represents object file that should be linked into resulting binary using normal mechanism, e.g.
FileMaterializationStatsTracker - Class in com.facebook.buck.distributed
 
FileMaterializationStatsTracker() - Constructor for class com.facebook.buck.distributed.FileMaterializationStatsTracker
 
filenameFor(String, CxxPlatform) - Method in enum com.facebook.buck.rust.CrateType
Return an appropriate filename for this crate, given its type and the platform.
fileOutputName(BuildTarget, Optional<String>) - Static method in class com.facebook.buck.halide.HalideCompile
 
FilePathHashLoader - Class in com.facebook.buck.hashing
A FileHashLoader that only hashes the files' paths without reading their contents.
FilePathHashLoader(Path, ImmutableSet<Path>, boolean) - Constructor for class com.facebook.buck.hashing.FilePathHashLoader
 
FileScrubber - Interface in com.facebook.buck.io
 
FileScrubber.ScrubException - Exception in com.facebook.buck.io
 
FileScrubberStep - Class in com.facebook.buck.step.fs
Scrub any non-deterministic meta-data from the given file (e.g.
FileScrubberStep(ProjectFilesystem, Path, ImmutableList<FileScrubber>) - Constructor for class com.facebook.buck.step.fs.FileScrubberStep
 
FileSerializationEventBusListener - Class in com.facebook.buck.event.listener
 
FileSerializationEventBusListener(Path) - Constructor for class com.facebook.buck.event.listener.FileSerializationEventBusListener
 
FilesystemBackedBuildFileTree - Class in com.facebook.buck.model
Class to allow looking up parents and children of build files.
FilesystemBackedBuildFileTree(ProjectFilesystem, String) - Constructor for class com.facebook.buck.model.FilesystemBackedBuildFileTree
 
FilesystemBuildInfoStore - Class in com.facebook.buck.rules
 
FilesystemBuildInfoStore(ProjectFilesystem) - Constructor for class com.facebook.buck.rules.FilesystemBuildInfoStore
 
FileSystemMap<T> - Class in com.facebook.buck.util
This class implements a map for a filesystem structure relying on a prefix tree.
FileSystemMap(FileSystemMap.ValueLoader<T>) - Constructor for class com.facebook.buck.util.FileSystemMap
 
FileSystemMap.ValueLoader<T> - Interface in com.facebook.buck.util
Wrapper class that implements a method for loading a value in the leaves of the trie.
FileTypes - Class in com.facebook.buck.apple.xcode.xcodeproj
File types used in Apple targets.
fill(CellPathResolver, ProjectFilesystem, Path, ImmutableCollection.Builder<T>, Object) - Method in class com.facebook.buck.rules.coercer.CollectionTypeCoercer
Helper method to add coerced elements to the builder.
fillSortedSet(CellPathResolver, ProjectFilesystem, Path, SortedSet<T>, Object) - Method in class com.facebook.buck.rules.coercer.SortedSetTypeCoercer
 
filter(Iterable<TargetNode<?, ?>>) - Method in interface com.facebook.buck.parser.TargetNodeSpec
 
filter(Class<U>) - Method in interface com.facebook.buck.util.RichStream
Filter stream elements, returning only those that is an instance of the given class.
filter(Predicate<? super T>) - Method in interface com.facebook.buck.util.RichStream
 
FILTER_BUILD_RULE_INPUTS - Variable in class com.facebook.buck.rules.SourcePathRuleFinder
 
filterArgs(List<String>, ImmutableSet<String>) - Static method in class com.facebook.buck.util.BuckArgsMethods
Drops options from the args array.
filterAttributeContents(QueryTarget, String, Predicate<Object>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
filterAttributeContents(QueryTarget, String, Predicate<Object>) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the objects in the `attribute` of the given `target` that satisfy `predicate`
filterAttributeContents(TargetNode<T, ?>, String, Predicate<Object>) - Static method in class com.facebook.buck.query.QueryTargetAccessor
Filters the objects in the given attribute that satisfy the given predicate.
filterAttributeContents(QueryTarget, String, Predicate<Object>) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
filterAttributeContents(QueryTarget, String, Predicate<Object>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
filterBuildRuleInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rules.SourcePathRuleFinder
 
filterBuildRuleInputs(SourcePath...) - Method in class com.facebook.buck.rules.SourcePathRuleFinder
 
FilteredDirectoryCopier - Interface in com.facebook.buck.util
 
FilteredResourcesProvider - Interface in com.facebook.buck.android
 
filterForSubpaths(Iterable<Path>, Path) - Static method in class com.facebook.buck.io.MorePaths
Filters out Path objects from paths that aren't a subpath of root and returns a set of paths relative to root.
FilterFunction - Class in com.facebook.buck.query
A filter(pattern, argument) expression, evaluates its argument and filters the resulting targets by applying the given regular expression pattern to the targets' names.
FilterFunction() - Constructor for class com.facebook.buck.query.FilterFunction
 
filterInputsToCompareToOutput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rules.DefaultSourcePathResolver
Takes an Iterable of SourcePath objects and filters those that represent Paths.
filterInputsToCompareToOutput(SourcePath...) - Method in class com.facebook.buck.rules.DefaultSourcePathResolver
 
filterInputsToCompareToOutput(Iterable<? extends SourcePath>) - Method in interface com.facebook.buck.rules.SourcePathResolver
 
filterInputsToCompareToOutput(SourcePath...) - Method in interface com.facebook.buck.rules.SourcePathResolver
 
filterLibrariesForAbi(Path, ImmutableMultimap<String, Path>, String, ImmutableSet<String>) - Static method in class com.facebook.buck.android.exopackage.NativeExoHelper
 
filterMatchingMapKeys(Map<String, V>) - Method in class com.facebook.buck.util.PatternsMatcher
 
FilterResourcesSteps - Class in com.facebook.buck.android
This Step copies res directories to a different location, while filtering out certain resources.
FilterResourcesSteps.Builder - Class in com.facebook.buck.android
 
FilterResourcesSteps.DefaultDrawableFinder - Class in com.facebook.buck.android
 
FilterResourcesSteps.DrawableFinder - Interface in com.facebook.buck.android
 
FilterResourcesSteps.ImageScaler - Interface in com.facebook.buck.android
 
FilterResourcesSteps.ResourceFilter - Class in com.facebook.buck.android
Helper class for interpreting the resource_filter argument to android_binary().
finalize() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
 
finalize() - Method in class com.facebook.buck.log.GlobalStateManager
Since this is a Singleton class, make sure it cleans after itself once it's GC'ed.
find(ByteBuffer) - Method in class com.facebook.buck.cxx.toolchain.DebugSectionFinder
 
findAll(ImmutableSet<String>, String) - Method in class com.facebook.buck.model.macros.MacroFinder
 
FindAndReplaceStep - Class in com.facebook.buck.step.fs
 
FindAndReplaceStep(ProjectFilesystem, Path, Path, Function<String, String>) - Constructor for class com.facebook.buck.step.fs.FindAndReplaceStep
 
findChildren(T) - Method in interface com.facebook.buck.graph.GraphTraversable
 
findChildren(AggregationTreeNode) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationTree
 
findCurrentSsid() - Static method in class com.facebook.buck.util.environment.MacWifiSsidFinder
Finds the SSID of the default Wi-Fi interface using Mac OS X APIs.
findCycles() - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
findDependencyInfoForGraph(TargetGraph) - Method in class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidBinaryDescription.AbstractAndroidBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidLibraryDescription.AbstractAndroidLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RobolectricTestDescription.AbstractRobolectricTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleBinaryDescription.AbstractAppleBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleBundleDescription.AbstractAppleBundleDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescription
Propagate the bundle's platform, debug symbol and strip flavors to its dependents which are other bundles (e.g.
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleLibraryDescription.AbstractAppleLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleNativeTargetDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ApplePackageDescription.AbstractApplePackageDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.ApplePackageDescription
Propagate the packages's flavors to its dependents.
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleTestDescription.AbstractAppleTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxBinaryDescription.AbstractCxxBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, Optional<Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxGenruleDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxLibraryDescription.CommonArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxTestDescription.AbstractCxxTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, PrebuiltCxxLibraryDescription.AbstractPrebuiltCxxLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, DBinaryDescription.AbstractDBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.d.DBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, DTestDescription.AbstractDTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.d.DTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, GoBinaryDescription.AbstractGoBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.go.GoBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, GoTestDescription.AbstractGoTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.go.GoTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, HaskellBinaryDescription.AbstractHaskellBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, HaskellGhciDescription.AbstractHaskellGhciDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellGhciDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, HaskellHaddockDescription.AbstractHaskellHaddockDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, HaskellLibraryDescription.AbstractHaskellLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidReactNativeLibraryDescription.AbstractAndroidReactNativeLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AbstractReactNativeLibraryArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.js.IosReactNativeLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, JsLibraryDescription.AbstractJsLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.js.JsLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, GroovyTestDescription.AbstractGroovyTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, JavaBinaryDescription.AbstractJavaBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, JavaTestDescription.AbstractJavaTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, KotlinTestDescription.AbstractKotlinTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ScalaLibraryDescription.AbstractScalaLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ScalaTestDescription.AbstractScalaTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxLuaExtensionDescription.AbstractCxxLuaExtensionDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, LuaBinaryDescription.AbstractLuaBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.lua.LuaBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, OcamlBinaryDescription.AbstractOcamlBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, OcamlLibraryDescription.AbstractOcamlLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxPythonExtensionDescription.AbstractCxxPythonExtensionDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, PythonBinaryDescription.AbstractPythonBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, PythonTestDescription.AbstractPythonTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in interface com.facebook.buck.rules.ImplicitDepsInferringDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, TargetGraph, BuildRuleResolver, SourcePathRuleFinder, ProjectFilesystem, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in interface com.facebook.buck.rules.ImplicitDepsInferringDescription
Infers any dependencies which can only be detected with access to the whole TargetGraph
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RustBinaryDescription.AbstractRustBinaryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rust.RustBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RustLibraryDescription.AbstractRustLibraryDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rust.RustLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RustTestDescription.AbstractRustTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.rust.RustTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, TargetGraph, BuildRuleResolver, SourcePathRuleFinder, ProjectFilesystem, T, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ShTestDescription.AbstractShTestDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.shell.ShTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, WorkerToolDescription.AbstractWorkerToolDescriptionArg, ImmutableCollection.Builder<BuildTarget>, ImmutableCollection.Builder<BuildTarget>) - Method in class com.facebook.buck.shell.WorkerToolDescription
 
findDrawables(Collection<Path>, ProjectFilesystem) - Method in class com.facebook.buck.android.FilterResourcesSteps.DefaultDrawableFinder
 
findDrawables(Collection<Path>, ProjectFilesystem) - Method in interface com.facebook.buck.android.FilterResourcesSteps.DrawableFinder
 
findJavaPackage(Path) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
 
findJavaPackage(BuildTarget) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
 
findJavaPackage(Path) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
findJavaPackage(BuildTarget) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
findJavaPackage(Path) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
 
findJavaPackage(BuildTarget) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
 
findJavaPackageFolder(Path) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
Given the relative path to a file under the project root, return the Java package with which the file is associated.
findJavaPackageFolder(Path) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
findJavaPackageFolder(Path) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
 
findJavaPackageWithPackageFolder(Path) - Static method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
findLoadCommandsWithClass(ByteBuffer, NulTerminatedCharsetDecoder, Class<T>) - Static method in class com.facebook.buck.macho.LoadCommandUtils
Finds all load commands with the given type in the buffer starting at the buffer's position.
findManifestFiles() - Method in class com.facebook.buck.android.AndroidTransitiveDependencyGraph
 
findModuleForTarget(BuildTarget) - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
Get the Module that contains the given target
findNdkVersion(Path) - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
findNdkVersionFromDirectory(Path) - Static method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
The method returns the NDK version of a path.
findReferenceAssembly(String) - Method in class com.facebook.buck.dotnet.DotnetFramework
 
findSelector(TestDescription) - Method in class com.facebook.buck.test.selectors.TestSelectorList
 
findSources(ProjectFilesystem, Path) - Method in class com.facebook.buck.android.NdkLibraryDescription
 
findStronglyConnectedComponents() - Method in class com.facebook.buck.graph.MutableDirectedGraph
For this graph, returns the set of strongly connected components using Tarjan's algorithm.
fine(String) - Static method in class com.facebook.buck.event.ConsoleEvent
 
fine(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
 
finer(String) - Static method in class com.facebook.buck.event.ConsoleEvent
 
finer(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
 
finished(FetchResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener.FetchRequestEvents
 
finished(int, FetchResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener.MultiFetchRequestEvents
 
finished(StoreResult) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.StoreEvents.StoreRequestEvents
 
finished(ArtifactCacheConnectEvent.Started) - Static method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
 
Finished(ArtifactCacheConnectEvent.Started) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent.Finished
 
Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
 
Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.Finished
 
Finished(ArtifactCacheEvent.Started, Optional<String>, HttpArtifactCacheEventFetchData) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
 
Finished(ArtifactCacheEvent.Started, HttpArtifactCacheEventStoreData) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
 
Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent.Finished
 
finished(ActionGraphEvent.Started) - Static method in class com.facebook.buck.event.ActionGraphEvent
 
finished(ActionGraphEvent.Started, int) - Static method in class com.facebook.buck.event.ActionGraphEvent
 
Finished(ActionGraphEvent.Started, OptionalInt) - Constructor for class com.facebook.buck.event.ActionGraphEvent.Finished
 
finished(ArtifactCompressionEvent.Started) - Static method in class com.facebook.buck.event.ArtifactCompressionEvent
 
Finished(ArtifactCompressionEvent.Started) - Constructor for class com.facebook.buck.event.ArtifactCompressionEvent.Finished
 
finished(CommandEvent.Started, int) - Static method in class com.facebook.buck.event.CommandEvent
 
finished(CompilerPluginDurationEvent.Started, ImmutableMap<String, String>) - Static method in class com.facebook.buck.event.CompilerPluginDurationEvent
 
Finished(CompilerPluginDurationEvent.Started, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.event.CompilerPluginDurationEvent.Finished
 
finished(InstallEvent.Started, boolean, Optional<Long>, Optional<String>) - Static method in class com.facebook.buck.event.InstallEvent
 
Finished(InstallEvent.Started, boolean, Optional<Long>, Optional<String>) - Constructor for class com.facebook.buck.event.InstallEvent.Finished
 
finished() - Static method in class com.facebook.buck.event.ProjectGenerationEvent
 
Finished() - Constructor for class com.facebook.buck.event.ProjectGenerationEvent.Finished
 
Finished(SimplePerfEvent.StartedImpl, ImmutableMap<String, Object>) - Constructor for class com.facebook.buck.event.SimplePerfEvent.Finished
 
finished(StartActivityEvent.Started, boolean) - Static method in class com.facebook.buck.event.StartActivityEvent
 
Finished(StartActivityEvent.Started, boolean) - Constructor for class com.facebook.buck.event.StartActivityEvent.Finished
 
finished(UninstallEvent.Started, boolean) - Static method in class com.facebook.buck.event.UninstallEvent
 
Finished(UninstallEvent.Started, boolean) - Constructor for class com.facebook.buck.event.UninstallEvent.Finished
 
finished() - Static method in class com.facebook.buck.event.WatchmanStatusEvent
 
Finished() - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.Finished
 
finished(DownloadEvent.Started) - Static method in class com.facebook.buck.file.DownloadEvent
 
Finished(DownloadEvent.Started) - Constructor for class com.facebook.buck.file.DownloadEvent.Finished
 
Finished(ProjectBuildFileParseEvents.Started) - Constructor for class com.facebook.buck.json.ProjectBuildFileParseEvents.Finished
 
finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.abi.source.ValidatingTaskListener
 
finished(AnnotationProcessingEvent.Started) - Static method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
Finished(AnnotationProcessingEvent.Started) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Finished
 
Finished(EventKey, BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Finished
 
finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
 
finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskListenerProxy
 
finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.PostEnterTaskListener
 
finished(TaskEventMirror) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerProxy
 
finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerWrapper
 
finished(TaskEventMirror) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskListener
 
finished(JavacPhaseEvent.Started, ImmutableMap<String, String>) - Static method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
 
Finished(JavacPhaseEvent.Started, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Finished
 
finished(TaskEventMirror) - Method in class com.facebook.buck.jvm.java.tracing.TracingTaskListener
 
finished(ParseBuckFileEvent.Started, List<Map<String, Object>>, long, Optional<String>) - Static method in class com.facebook.buck.parser.events.ParseBuckFileEvent
 
Finished(ParseBuckFileEvent.Started, List<Map<String, Object>>, long, Optional<String>) - Constructor for class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
 
finished(ParseEvent.Started, long, Optional<TargetGraph>) - Static method in class com.facebook.buck.parser.ParseEvent
 
Finished(ParseEvent.Started, long, Optional<TargetGraph>) - Constructor for class com.facebook.buck.parser.ParseEvent.Finished
 
finished(BuildEvent.Started, int) - Static method in class com.facebook.buck.rules.BuildEvent
 
Finished(BuildEvent.Started, int) - Constructor for class com.facebook.buck.rules.BuildEvent.Finished
 
finished(BuildRuleEvent.BeginningBuildRuleEvent, BuildRuleKeys, BuildRuleStatus, CacheResult, Optional<BuildId>, Optional<BuildRuleSuccessType>, boolean, Optional<HashCode>, Optional<Long>, Optional<BuildRuleDiagnosticData>) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
finished(Iterable<String>, TestResults) - Static method in class com.facebook.buck.rules.IndividualTestEvent
 
finished(ImmutableSet<String>, List<TestResults>) - Static method in class com.facebook.buck.rules.TestRunEvent
 
Finished(int, List<TestResults>) - Constructor for class com.facebook.buck.rules.TestRunEvent.Finished
 
finished(TestStatusMessageEvent.Started, TestStatusMessage) - Static method in class com.facebook.buck.rules.TestStatusMessageEvent
 
Finished(TestStatusMessageEvent.Started, TestStatusMessage) - Constructor for class com.facebook.buck.rules.TestStatusMessageEvent.Finished
 
finished(UUID, TestResultSummary) - Static method in class com.facebook.buck.rules.TestSummaryEvent
 
Finished(UUID, TestResultSummary) - Constructor for class com.facebook.buck.rules.TestSummaryEvent.Finished
 
finished(StepEvent.Started, int) - Static method in class com.facebook.buck.step.StepEvent
 
Finished(StepEvent.Started, int) - Constructor for class com.facebook.buck.step.StepEvent.Finished
 
finished(Set<String>, int) - Static method in class com.facebook.buck.test.external.ExternalTestRunEvent
 
Finished(int, int) - Constructor for class com.facebook.buck.test.external.ExternalTestRunEvent.Finished
 
finished(BuildTarget) - Static method in class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent
 
Finished(BuildTarget) - Constructor for class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent.Finished
 
finished(BuildTarget) - Static method in class com.facebook.buck.test.TestRuleEvent
 
Finished(BuildTarget) - Constructor for class com.facebook.buck.test.TestRuleEvent.Finished
 
finished(VersionedTargetGraphEvent.Started) - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent
 
finishedBuilding(String, int) - Method in class com.facebook.buck.distributed.ThriftCoordinatorClient
 
finishedBuildingTargets(String) - Method in class com.facebook.buck.distributed.MinionWorkloadAllocator
 
finishExoFileInstallation(ImmutableSortedSet<Path>, ExopackageInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInstaller
 
finishModuleCreation() - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationContext
 
firstHttpCacheUploadScheduled - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
FirstOrderDepsFunction() - Constructor for class com.facebook.buck.query.DepsFunction.FirstOrderDepsFunction
 
FirstOrderHelper - Class in com.facebook.buck.dalvik.firstorder
 
fixPath(Path) - Static method in class com.facebook.buck.io.MorePaths
Drop any "." parts (useless).
fixupSourcePath(BuildRuleResolver, SourcePathRuleFinder, CxxPlatform, SourcePath) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
 
fixupSourcePaths(BuildRuleResolver, SourcePathRuleFinder, CxxPlatform, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
 
fixupSourcePaths(BuildRuleResolver, SourcePathRuleFinder, CxxPlatform, ImmutableSortedSet<SourcePath>) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
 
fixupSourcePaths(BuildRuleResolver, SourcePathRuleFinder, CxxPlatform, ImmutableMap<T, SourcePath>) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
 
flags - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
flags - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
flags - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in interface com.facebook.buck.util.RichStream
 
flattenToSpaceSeparatedString(Optional<Arg>, SourcePathResolver) - Static method in interface com.facebook.buck.rules.args.Arg
 
FLAVOR - Static variable in class com.facebook.buck.apple.AppleAssetCatalog
 
FLAVOR - Static variable in class com.facebook.buck.apple.CoreDataModel
 
FLAVOR - Static variable in class com.facebook.buck.apple.SceneKitAssets
 
FLAVOR - Static variable in class com.facebook.buck.cxx.toolchain.DefaultCxxPlatforms
 
Flavor - Interface in com.facebook.buck.model
 
FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.apple.AppleDebugFormat
 
FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.cxx.toolchain.LinkerMapMode
 
FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.cxx.toolchain.StripStyle
 
FLAVOR_VALUES - Static variable in enum com.facebook.buck.haskell.HaskellLibraryDescription.Type
 
FlavorConvertible - Interface in com.facebook.buck.model
Values that has a canonical mapping to flavors.
FlavorDomain<T> - Class in com.facebook.buck.model
Provides a named flavor abstraction on top of boolean flavors.
FlavorDomain(String, ImmutableMap<Flavor, T>) - Constructor for class com.facebook.buck.model.FlavorDomain
 
FlavorDomainException - Exception in com.facebook.buck.model
 
FlavorDomainException(String) - Constructor for exception com.facebook.buck.model.FlavorDomainException
 
flavorDomains() - Method in class com.facebook.buck.apple.AppleBinaryDescription
 
flavorDomains() - Method in class com.facebook.buck.apple.AppleBundleDescription
 
flavorDomains() - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
flavorDomains() - Method in class com.facebook.buck.apple.ApplePackageDescription
 
flavorDomains() - Method in class com.facebook.buck.apple.AppleTestDescription
 
flavorDomains() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
 
flavorDomains() - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
flavorDomains() - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
flavorDomains() - Method in class com.facebook.buck.js.JsBundleDescription
 
flavorDomains() - Method in class com.facebook.buck.js.JsLibraryDescription
 
flavorDomains() - Method in interface com.facebook.buck.model.Flavored
 
flavorDomains() - Method in class com.facebook.buck.rust.RustBinaryDescription
 
flavorDomains() - Method in class com.facebook.buck.rust.RustLibraryDescription
 
flavorDomains() - Method in class com.facebook.buck.rust.RustTestDescription
 
flavorDomains() - Method in class com.facebook.buck.swift.SwiftLibraryDescription
 
Flavored - Interface in com.facebook.buck.model
When applied to a Description this indicates that it supports flavours.
flavorForLinkableDepType(Linker.LinkableDepType) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
FlavorParser - Class in com.facebook.buck.model
Parses a string containing one or more flavor names.
FlavorParser() - Constructor for class com.facebook.buck.model.FlavorParser
 
flavorsDoNotAllowLinkerMapMode(BuildTarget) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
FlavorSearchTargetNodeFinder - Class in com.facebook.buck.versions
A lookup table of TargetNodes which matches BuildTarget lookups to nodes indexed by a base target which contains a subset of the input targets flavors.
FlavorTypeCoercer - Class in com.facebook.buck.rules.coercer
 
FlavorTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.FlavorTypeCoercer
 
FLOAT - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
flush() - Method in class com.facebook.buck.cli.bootstrapper.CompressingFileHandler
 
flush() - Method in class com.facebook.buck.cli.bootstrapper.ConsoleHandler
 
flush() - Method in class com.facebook.buck.cli.bootstrapper.LogFileHandler
 
flush() - Method in class com.facebook.buck.cli.bootstrapper.MemoryHandler
 
flush() - Method in class com.facebook.buck.counters.Counter
If the counter has no data, returns an absent value.
flush() - Method in class com.facebook.buck.counters.IntegerCounter
 
flush() - Method in class com.facebook.buck.counters.SamplingCounter
 
flush() - Method in class com.facebook.buck.counters.TagSetCounter
 
flush() - Method in class com.facebook.buck.log.ConsoleHandler
 
flush() - Method in interface com.facebook.buck.log.ConsoleHandlerState.Writer
 
flush() - Method in class com.facebook.buck.log.LogFileHandler
 
flush() - Method in class com.facebook.buck.log.memory.MemoryHandler
 
flush() - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
flush() - Method in class com.facebook.buck.util.TeeOutputStream
 
flushLogs() - Static method in class com.facebook.buck.log.LogConfig
 
flushToFile() - Method in class com.facebook.buck.maven.Pom
 
FocusedModuleTargetMatcher - Class in com.facebook.buck.apple.project_generator
 
focusedOn(ImmutableSet<UnflavoredBuildTarget>) - Static method in class com.facebook.buck.apple.project_generator.FocusedModuleTargetMatcher
Returns a matcher that specifies a set of targets to focus on.
FOLDER_IJ_NAME - Static variable in class com.facebook.buck.ide.intellij.model.folders.ExcludeFolder
 
FolderTypeWithPackageInfo - Enum in com.facebook.buck.ide.intellij
 
forBaseName(String) - Static method in class com.facebook.buck.parser.BuildTargetPatternParser
Used when parsing target names relative to another target, such as in a build file.
forBuildable(T) - Static method in class com.facebook.buck.rules.modern.impl.DefaultClassInfoFactory
 
FORCE_JS_BUNDLE - Static variable in class com.facebook.buck.js.JsFlavors
 
forceFlush() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger
 
forceFlush() - Method in interface com.facebook.buck.util.network.BatchingLogger
Signals to upload whatever remaining information is buffered.
forceTty() - Static method in class com.facebook.buck.util.Ansi
 
forDirectory(ProjectFilesystem, Path, Path, CopyStep.DirectoryMode) - Static method in class com.facebook.buck.step.fs.CopyStep
Creates a CopyStep which recursively copies a directory from 'source' to 'destination'.
forEachFwdDep(Iterable<QueryTarget>, Consumer<? super QueryTarget>) - Method in interface com.facebook.buck.query.QueryEnvironment
Applies action to each forward dependencies of the specified targets.
forEachFwdDep(Iterable<QueryTarget>, Consumer<? super QueryTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
forEachOrderedThrowing(RichStream.ThrowingConsumer<? super T, E>) - Method in interface com.facebook.buck.util.RichStream
A variant of Stream.forEachOrdered(java.util.function.Consumer<? super T>) that can safely throw a checked exception.
forEachThrowing(RichStream.ThrowingConsumer<? super T, E>) - Method in interface com.facebook.buck.util.RichStream
A variant of Stream.forEach(java.util.function.Consumer<? super T>) that can safely throw a checked exception.
forFile(ProjectFilesystem, Path, Path) - Static method in class com.facebook.buck.step.fs.CopyStep
Creates a CopyStep which copies a single file from 'source' to 'destination'.
forkJoinPoolWithThreadLimit(int, int) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
Construct a ForkJoinPool with a stricter thread limit.
ForkMode - Enum in com.facebook.buck.jvm.java
 
forkMode() - Method in class com.facebook.buck.jvm.java.JavaTest
 
format(LogRecord) - Method in class com.facebook.buck.cli.bootstrapper.LogFormatter
 
format(Locale, double) - Method in class com.facebook.buck.i18n.NumberFormatter
 
format(Locale, double, StringBuffer, FieldPosition) - Method in class com.facebook.buck.i18n.NumberFormatter
 
format(Locale, long) - Method in class com.facebook.buck.i18n.NumberFormatter
 
format(Locale, Object) - Method in class com.facebook.buck.i18n.NumberFormatter
 
format(Locale, Object, StringBuffer, FieldPosition) - Method in class com.facebook.buck.i18n.NumberFormatter
 
format(Diagnostic<? extends JavaFileObject>) - Static method in class com.facebook.buck.jvm.java.DiagnosticPrettyPrinter
 
format(LogRecord) - Method in class com.facebook.buck.log.LogFormatter
 
format(LogRecord) - Method in class com.facebook.buck.testrunner.JulLogFormatter
 
format(String, Object...) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
format(Locale, String, Object...) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
format(String, Object...) - Method in class com.facebook.buck.util.ThrowingPrintWriter
 
formatConsoleEvent(ConsoleEvent, ImmutableList.Builder<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
Formats a ConsoleEvent and adds it to lines.
formatElapsedTime(long) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
formatElapsedTime(long) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
formatForConsole(Locale, long, Ansi) - Static method in class com.facebook.buck.util.TimeFormat
 
forPath(Path) - Static method in class com.facebook.buck.android.DefaultAndroidManifestReader
Parses an XML given via its path and returns an AndroidManifestReader for it.
forString(String) - Static method in class com.facebook.buck.android.DefaultAndroidManifestReader
Parses an XML given as a string and returns an AndroidManifestReader for it.
forVisibilityArgument() - Static method in class com.facebook.buck.parser.BuildTargetPatternParser
Used when parsing target names in the visibility argument to a build rule.
ForwardingBuildTargetSourcePath - Class in com.facebook.buck.rules
A BuildTargetSourcePath which resolves to the value of another SourcePath.
ForwardingBuildTargetSourcePath(BuildTarget, SourcePath) - Constructor for class com.facebook.buck.rules.ForwardingBuildTargetSourcePath
 
ForwardingProcessListener - Class in com.facebook.buck.util
 
ForwardingProcessListener(OutputStream, OutputStream) - Constructor for class com.facebook.buck.util.ForwardingProcessListener
 
ForwardingRuleKeyHasher<HASH,HASH2> - Class in com.facebook.buck.rules.keys.hasher
A RuleKeyHasher that forwards all the methods to the two underlying hashers.
ForwardingRuleKeyHasher(RuleKeyHasher<HASH>, RuleKeyHasher<HASH2>) - Constructor for class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
ForwardingStandardJavaFileManager - Class in com.facebook.buck.jvm.java
 
ForwardingStandardJavaFileManager(StandardJavaFileManager) - Constructor for class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
 
FRAMEWORK_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDescriptions
 
FrameworkDependencies - Class in com.facebook.buck.cxx
Metadata query for collecting framework dependencies to include in a bundle.
FrameworkDependencies.Builder - Class in com.facebook.buck.cxx
Builds instances of type FrameworkDependencies.
FrameworkPath - Class in com.facebook.buck.rules.coercer
Frameworks can be specified as either a path to a file, or a path prefixed by a build setting.
FrameworkPath.Builder - Class in com.facebook.buck.rules.coercer
Builds instances of type FrameworkPath.
frameworkPathToSearchPath(CxxPlatform, SourcePathResolver) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
FrameworkPathTypeCoercer - Class in com.facebook.buck.rules.coercer
 
FrameworkPathTypeCoercer(TypeCoercer<SourcePath>) - Constructor for class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
 
FrameworkVersion - Enum in com.facebook.buck.dotnet
 
from(AndroidResourceIndexEntry) - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry.Builder
Fill a builder with attribute values from the provided AndroidResourceIndexEntry instance.
from(MergeAndroidResourceSourcesStep) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
Fill a builder with attribute values from the provided MergeAndroidResourceSourcesStep instance.
from(String) - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.IdType
 
from(AaptOutputInfo) - Method in class com.facebook.buck.android.AaptOutputInfo.Builder
Fill a builder with attribute values from the provided AaptOutputInfo instance.
from(AndroidLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidLibraryDescription.CoreArg instance.
from(HasProvidedDeps) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasProvidedDeps instance.
from(HasSrcs) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(HasTests) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(AndroidKotlinCoreArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidKotlinCoreArg instance.
from(HasDepsQuery) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDepsQuery instance.
from(MaybeRequiredForSourceAbiArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceAbiArg instance.
from(HasProvidedDepsQuery) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasProvidedDepsQuery instance.
from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
from(AndroidAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Fill a builder with attribute values from the provided AndroidAarDescriptionArg instance.
from(JvmLibraryArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(AndroidAppModularityDescriptionArg) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Fill a builder with attribute values from the provided AndroidAppModularityDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(AndroidAppModularityGraphEnhancementResult) - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult.Builder
Fill a builder with attribute values from the provided AndroidAppModularityGraphEnhancementResult instance.
from(AndroidBinaryDescriptionArg) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided AndroidBinaryDescriptionArg instance.
from(HasTests) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(AndroidBinaryResourcesGraphEnhancementResult) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Fill a builder with attribute values from the provided AndroidBinaryResourcesGraphEnhancementResult instance.
from(AndroidBuildConfigDescriptionArg) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Fill a builder with attribute values from the provided AndroidBuildConfigDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(AndroidGraphEnhancementResult) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Fill a builder with attribute values from the provided AndroidGraphEnhancementResult instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(AndroidInstrumentationApkDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Fill a builder with attribute values from the provided AndroidInstrumentationApkDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(HasContacts) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
from(HasTestTimeout) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(AndroidInstrumentationTestDescriptionArg) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Fill a builder with attribute values from the provided AndroidInstrumentationTestDescriptionArg instance.
from(AndroidInstrumentationTestJVMArgs) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Fill a builder with attribute values from the provided AndroidInstrumentationTestJVMArgs instance.
from(AndroidLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidLibraryDescription.CoreArg instance.
from(HasProvidedDeps) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasProvidedDeps instance.
from(HasSrcs) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(HasTests) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(AndroidKotlinCoreArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidKotlinCoreArg instance.
from(HasDepsQuery) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDepsQuery instance.
from(MaybeRequiredForSourceAbiArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceAbiArg instance.
from(HasProvidedDepsQuery) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasProvidedDepsQuery instance.
from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
from(JvmLibraryArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(AndroidLibraryDescriptionArg) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided AndroidLibraryDescriptionArg instance.
from(AndroidLinkableMetadata) - Method in class com.facebook.buck.android.AndroidLinkableMetadata.Builder
Fill a builder with attribute values from the provided AndroidLinkableMetadata instance.
from(AndroidManifestDescriptionArg) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Fill a builder with attribute values from the provided AndroidManifestDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(AndroidNativeLibsGraphEnhancementResult) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
Fill a builder with attribute values from the provided AndroidNativeLibsGraphEnhancementResult instance.
from(MaybeRequiredForSourceAbiArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceAbiArg instance.
from(AndroidPrebuiltAarDescriptionArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Fill a builder with attribute values from the provided AndroidPrebuiltAarDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(AndroidResourceDescriptionArg) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Fill a builder with attribute values from the provided AndroidResourceDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(ApkGenruleDescriptionArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Fill a builder with attribute values from the provided ApkGenruleDescriptionArg instance.
from(AbstractGenruleDescription.CommonArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.shell.AbstractGenruleDescription.CommonArg instance.
from(HasTests) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasInstallableApk.AbstractApkInfo) - Method in class com.facebook.buck.android.ApkInfo.Builder
Fill a builder with attribute values from the provided AbstractApkInfo instance.
from(ExopackageInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.Builder
Fill a builder with attribute values from the provided ExopackageInfo instance.
from(ExopackageInfo.DexInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo.Builder
Fill a builder with attribute values from the provided DexInfo instance.
from(ExopackageInfo.NativeLibsInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo.Builder
Fill a builder with attribute values from the provided NativeLibsInfo instance.
from(ExopackageInfo.ResourcesInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo.Builder
Fill a builder with attribute values from the provided ResourcesInfo instance.
from(GenAidlDescriptionArg) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Fill a builder with attribute values from the provided GenAidlDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(MergedNativeLibraryConstituents) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
Fill a builder with attribute values from the provided MergedNativeLibraryConstituents instance.
from(NativeLibraryMergeEnhancementResult) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Fill a builder with attribute values from the provided NativeLibraryMergeEnhancementResult instance.
from(NdkCxxPlatformCompiler) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler.Builder
Fill a builder with attribute values from the provided NdkCxxPlatformCompiler instance.
from(NdkCxxPlatformTargetConfiguration) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Fill a builder with attribute values from the provided NdkCxxPlatformTargetConfiguration instance.
from(HasSrcs) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(NdkLibraryDescriptionArg) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided NdkLibraryDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(AndroidPackageableCollection) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Fill a builder with attribute values from the provided AndroidPackageableCollection instance.
from(AbstractAndroidPackageableCollection.AbstractResourceDetails) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Fill a builder with attribute values from the provided AbstractResourceDetails instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(PrebuiltNativeLibraryDescriptionArg) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided PrebuiltNativeLibraryDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(RedexOptions) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
Fill a builder with attribute values from the provided RedexOptions instance.
from(String) - Static method in enum com.facebook.buck.android.ResourceFilters.Density
 
from(Path) - Static method in class com.facebook.buck.android.ResourceFilters.Qualifiers
Creates a Qualfiers given the Path to a resource folder, pulls out the density filters and leaves the rest.
from(HasContacts) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
from(HasTestTimeout) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
from(HasProvidedDeps) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasProvidedDeps instance.
from(HasSrcs) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(HasTests) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(AndroidKotlinCoreArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.android.AndroidKotlinCoreArg instance.
from(JavaTestDescription.CoreArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaTestDescription.CoreArg instance.
from(MaybeRequiredForSourceAbiArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceAbiArg instance.
from(RobolectricTestDescriptionArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Fill a builder with attribute values from the provided RobolectricTestDescriptionArg instance.
from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
from(JvmLibraryArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(StrippedObjectDescription) - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
Fill a builder with attribute values from the provided StrippedObjectDescription instance.
from(NdkCxxPlatform) - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform.Builder
Fill a builder with attribute values from the provided NdkCxxPlatform instance.
from(AppleAssetCatalogDescriptionArg) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Fill a builder with attribute values from the provided AppleAssetCatalogDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
from(HasDefaultPlatform) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDefaultPlatform instance.
from(AppleBinaryDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided AppleBinaryDescriptionArg instance.
from(CxxConstructorArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
from(SwiftCommonArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.swift.SwiftCommonArg instance.
from(HasTests) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(AppleNativeTargetDescriptionArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.apple.AppleNativeTargetDescriptionArg instance.
from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(HasDefaultPlatform) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDefaultPlatform instance.
from(HasAppleBundleFields) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasAppleBundleFields instance.
from(HasTests) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(AppleBundleDescriptionArg) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Fill a builder with attribute values from the provided AppleBundleDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(AppleBundleDestinations) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Fill a builder with attribute values from the provided AppleBundleDestinations instance.
from(AppleBundleResources) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Fill a builder with attribute values from the provided AppleBundleResources instance.
from(AppleCxxPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Fill a builder with attribute values from the provided AppleCxxPlatform instance.
from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
from(HasDefaultPlatform) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDefaultPlatform instance.
from(CxxConstructorArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
from(SwiftCommonArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.swift.SwiftCommonArg instance.
from(HasTests) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(AppleLibraryDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided AppleLibraryDescriptionArg instance.
from(AppleNativeTargetDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.apple.AppleNativeTargetDescriptionArg instance.
from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(ImmutableSortedSet<SourceWithFlags>, SourcePathResolver) - Static method in class com.facebook.buck.apple.AppleLibrarySwiftMetadata
 
from(ApplePackageDescriptionArg) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
Fill a builder with attribute values from the provided ApplePackageDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(ApplePlatform) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Fill a builder with attribute values from the provided ApplePlatform instance.
from(AppleResourceDescriptionArg) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Fill a builder with attribute values from the provided AppleResourceDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(AppleSdk) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Fill a builder with attribute values from the provided AppleSdk instance.
from(AppleSdkPaths) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Fill a builder with attribute values from the provided AppleSdkPaths instance.
from(HasContacts) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
from(HasDefaultPlatform) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDefaultPlatform instance.
from(HasAppleBundleFields) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.apple.HasAppleBundleFields instance.
from(HasTestTimeout) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
from(CxxConstructorArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
from(HasTests) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
from(AppleTestDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Fill a builder with attribute values from the provided AppleTestDescriptionArg instance.
from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
from(SwiftCommonArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.swift.SwiftCommonArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(AppleNativeTargetDescriptionArg) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.apple.AppleNativeTargetDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(AppleToolchain) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
Fill a builder with attribute values from the provided AppleToolchain instance.
from(AppleWrapperResourceArg) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
Fill a builder with attribute values from the provided AppleWrapperResourceArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(CodeSignIdentity) - Method in class com.facebook.buck.apple.CodeSignIdentity.Builder
Fill a builder with attribute values from the provided CodeSignIdentity instance.
from(GroupedSource) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Fill a builder with attribute values from the provided GroupedSource instance.
from(MultiarchFileInfo) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Fill a builder with attribute values from the provided MultiarchFileInfo instance.
from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(PrebuiltAppleFrameworkDescriptionArg) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Fill a builder with attribute values from the provided PrebuiltAppleFrameworkDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(ProvisioningProfileMetadata) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Fill a builder with attribute values from the provided ProvisioningProfileMetadata instance.
from(AppleSimulator) - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
Fill a builder with attribute values from the provided AppleSimulator instance.
from(AppleSimulatorProfile) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Fill a builder with attribute values from the provided AppleSimulatorProfile instance.
from(CopyFilePhaseDestinationSpec) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
Fill a builder with attribute values from the provided CopyFilePhaseDestinationSpec instance.
from(ProductType) - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType.Builder
Fill a builder with attribute values from the provided ProductType instance.
from(HasSrcs) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(XcodeScriptDescriptionArg) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Fill a builder with attribute values from the provided XcodeScriptDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(XcodeWorkspaceConfigDescriptionArg) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Fill a builder with attribute values from the provided XcodeWorkspaceConfigDescriptionArg instance.
from(ArtifactCacheEntries) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
Fill a builder with attribute values from the provided ArtifactCacheEntries instance.
from(ArtifactInfo) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Fill a builder with attribute values from the provided ArtifactInfo instance.
from(CacheCountersSummary) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Fill a builder with attribute values from the provided CacheCountersSummary instance.
from(CacheResult) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Fill a builder with attribute values from the provided CacheResult instance.
from(DirCacheEntry) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
Fill a builder with attribute values from the provided DirCacheEntry instance.
from(HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Fill a builder with attribute values from the provided com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult instance.
from(FetchResponseReadResult) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Fill a builder with attribute values from the provided FetchResponseReadResult instance.
from(AbstractAsynchronousCache.AbstractFetchResult) - Method in class com.facebook.buck.artifact_cache.FetchResult.Builder
Fill a builder with attribute values from the provided AbstractFetchResult instance.
from(HttpArtifactCacheEventFetchData) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Fill a builder with attribute values from the provided HttpArtifactCacheEventFetchData instance.
from(HttpArtifactCacheEventStoreData) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Fill a builder with attribute values from the provided HttpArtifactCacheEventStoreData instance.
from(HttpCacheEntry) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Fill a builder with attribute values from the provided HttpCacheEntry instance.
from(HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Fill a builder with attribute values from the provided com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult instance.
from(MetadataAndPayloadReadResultInternal) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Fill a builder with attribute values from the provided MetadataAndPayloadReadResultInternal instance.
from(AbstractAsynchronousCache.AbstractMultiFetchResult) - Method in class com.facebook.buck.artifact_cache.MultiFetchResult.Builder
Fill a builder with attribute values from the provided AbstractMultiFetchResult instance.
from(NetworkCacheArgs) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Fill a builder with attribute values from the provided NetworkCacheArgs instance.
from(RuleKeyCacheResult) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult.Builder
Fill a builder with attribute values from the provided RuleKeyCacheResult instance.
from(SQLiteCacheEntry) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry.Builder
Fill a builder with attribute values from the provided SQLiteCacheEntry instance.
from(StoreResponseReadResult) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Fill a builder with attribute values from the provided StoreResponseReadResult instance.
from(HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Fill a builder with attribute values from the provided com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult instance.
from(AbstractAsynchronousCache.AbstractStoreResult) - Method in class com.facebook.buck.artifact_cache.StoreResult.Builder
Fill a builder with attribute values from the provided AbstractStoreResult instance.
from(StoreWriteResult) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult.Builder
Fill a builder with attribute values from the provided StoreWriteResult instance.
from(Cell, OwnersReport.Builder, PerBuildState, ListeningExecutorService, TargetPatternEvaluator) - Static method in class com.facebook.buck.cli.BuckQueryEnvironment
 
from(CommandRunnerParams, PerBuildState, ListeningExecutorService, boolean) - Static method in class com.facebook.buck.cli.BuckQueryEnvironment
 
from(AbstractCommandRunnerParams) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Fill a builder with attribute values from the provided AbstractCommandRunnerParams instance.
from(ConfigValue) - Method in class com.facebook.buck.cli.ConfigValue.Builder
Fill a builder with attribute values from the provided ConfigValue instance.
from(InstallResult) - Method in class com.facebook.buck.cli.InstallResult.Builder
Fill a builder with attribute values from the provided InstallResult instance.
from(ShowOptions) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Fill a builder with attribute values from the provided ShowOptions instance.
from(TestRun) - Method in class com.facebook.buck.cli.TestRun.Builder
Fill a builder with attribute values from the provided TestRun instance.
from(BuildExecutionResult) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Fill a builder with attribute values from the provided BuildExecutionResult instance.
from(CounterInfo) - Method in class com.facebook.buck.counters.CounterInfo.Builder
Fill a builder with attribute values from the provided CounterInfo instance.
from(CounterSnapshot) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Fill a builder with attribute values from the provided CounterSnapshot instance.
from(BuildTarget, ProjectFilesystem, BuildRuleResolver, SourcePathRuleFinder, CxxPlatform, ArchiveContents, Path, ImmutableList<SourcePath>, boolean) - Static method in class com.facebook.buck.cxx.Archive
 
from(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Archiver, ImmutableList<String>, Tool, ImmutableList<String>, ArchiveContents, Path, ImmutableList<SourcePath>, boolean) - Static method in class com.facebook.buck.cxx.Archive
Construct an Archive from a BuildRuleParams object representing a target node.
from(HasVersionUniverse) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
from(HasDefaultPlatform) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDefaultPlatform instance.
from(CxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
from(CxxBinaryDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxBinaryDescription.CommonArg instance.
from(HasTests) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
from(HasDepsQuery) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDepsQuery instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(CxxBinaryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided CxxBinaryDescriptionArg instance.
from(CxxBridgingHeaders) - Method in class com.facebook.buck.cxx.CxxBridgingHeaders.Builder
Fill a builder with attribute values from the provided CxxBridgingHeaders instance.
from(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxBridgingHeaders.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxHeaders instance.
from(CxxCompilationDatabaseEntry) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
Fill a builder with attribute values from the provided CxxCompilationDatabaseEntry instance.
from(AbstractGenruleDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.shell.AbstractGenruleDescription.CommonArg instance.
from(HasTests) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(CxxGenruleDescriptionArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Fill a builder with attribute values from the provided CxxGenruleDescriptionArg instance.
from(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxHeaders instance.
from(CxxHeadersDir) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
Fill a builder with attribute values from the provided CxxHeadersDir instance.
from(CxxLibraryDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxLibraryDescription.CommonArg instance.
from(HasDefaultPlatform) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDefaultPlatform instance.
from(CxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
from(HasTests) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(CxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided CxxLibraryDescriptionArg instance.
from(CxxPrecompiledHeaderDescriptionArg) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Fill a builder with attribute values from the provided CxxPrecompiledHeaderDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(CxxPreprocessorInput) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Fill a builder with attribute values from the provided CxxPreprocessorInput instance.
from(AbstractCxxSource) - Method in class com.facebook.buck.cxx.CxxSource.Builder
Fill a builder with attribute values from the provided AbstractCxxSource instance.
from(CxxSourceRuleFactory) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Fill a builder with attribute values from the provided CxxSourceRuleFactory instance.
from(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxHeaders instance.
from(CxxSymlinkTreeHeaders) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Fill a builder with attribute values from the provided CxxSymlinkTreeHeaders instance.
from(HasContacts) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
from(HasDefaultPlatform) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDefaultPlatform instance.
from(HasTestTimeout) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
from(CxxTestDescriptionArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Fill a builder with attribute values from the provided CxxTestDescriptionArg instance.
from(CxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
from(CxxBinaryDescription.CommonArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxBinaryDescription.CommonArg instance.
from(HasTests) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
from(HasDepsQuery) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDepsQuery instance.
from(HasVersionUniverse) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(DeprecatedPrebuiltCxxLibraryPaths) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths.Builder
Fill a builder with attribute values from the provided DeprecatedPrebuiltCxxLibraryPaths instance.
from(CxxToolFlags) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxToolFlags instance.
from(ExplicitCxxToolFlags) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Fill a builder with attribute values from the provided ExplicitCxxToolFlags instance.
from(FrameworkDependencies) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
Fill a builder with attribute values from the provided FrameworkDependencies instance.
from(NewPrebuiltCxxLibraryPaths) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Fill a builder with attribute values from the provided NewPrebuiltCxxLibraryPaths instance.
from(OmnibusLibraries) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Fill a builder with attribute values from the provided OmnibusLibraries instance.
from(OmnibusLibrary) - Method in class com.facebook.buck.cxx.OmnibusLibrary.Builder
Fill a builder with attribute values from the provided OmnibusLibrary instance.
from(OmnibusRoot) - Method in class com.facebook.buck.cxx.OmnibusRoot.Builder
Fill a builder with attribute values from the provided OmnibusRoot instance.
from(PrebuiltCxxLibraryDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided PrebuiltCxxLibraryDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(PrebuiltCxxLibraryGroupDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Fill a builder with attribute values from the provided PrebuiltCxxLibraryGroupDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(PreprocessorFlags) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Fill a builder with attribute values from the provided PreprocessorFlags instance.
from(Archiver) - Static method in interface com.facebook.buck.cxx.toolchain.ArchiverProvider
 
from(ToolProvider, Platform) - Static method in interface com.facebook.buck.cxx.toolchain.ArchiverProvider
 
from(FlavorConvertible) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Fill a builder with attribute values from the provided com.facebook.buck.model.FlavorConvertible instance.
from(CxxPlatform) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Fill a builder with attribute values from the provided CxxPlatform instance.
from(CxxToolProviderParams) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams.Builder
Fill a builder with attribute values from the provided CxxToolProviderParams instance.
from(HeaderVerification) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification.Builder
Fill a builder with attribute values from the provided HeaderVerification instance.
from(NativeLinkableInput) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
Fill a builder with attribute values from the provided NativeLinkableInput instance.
from(MachoHeader) - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader.Builder
Fill a builder with attribute values from the provided MachoHeader instance.
from(DBinaryDescriptionArg) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided DBinaryDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(DIncludes) - Method in class com.facebook.buck.d.DIncludes.Builder
Fill a builder with attribute values from the provided DIncludes instance.
from(DLibraryDescriptionArg) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided DLibraryDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(HasContacts) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
from(HasTestTimeout) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
from(DTestDescriptionArg) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Fill a builder with attribute values from the provided DTestDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(AnalysisResults) - Method in class com.facebook.buck.distributed.AnalysisResults.Builder
Fill a builder with attribute values from the provided AnalysisResults instance.
from(BuildRuleMachineLogEntry) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
Fill a builder with attribute values from the provided BuildRuleMachineLogEntry instance.
from(BuildRuleStats) - Method in class com.facebook.buck.distributed.BuildRuleStats.Builder
Fill a builder with attribute values from the provided BuildRuleStats instance.
from(DistBuildClientCacheResult) - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult.Builder
Fill a builder with attribute values from the provided DistBuildClientCacheResult instance.
from(DistBuildClientStats) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Fill a builder with attribute values from the provided DistBuildClientStats instance.
from(DistBuildExecutorArgs) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Fill a builder with attribute values from the provided DistBuildExecutorArgs instance.
from(DistBuildStatus) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Fill a builder with attribute values from the provided DistBuildStatus instance.
from(PerRuleCumulativeStats) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
Fill a builder with attribute values from the provided PerRuleCumulativeStats instance.
from(BuildLogEntry) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Fill a builder with attribute values from the provided BuildLogEntry instance.
from(DoctorEndpointRequest) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Fill a builder with attribute values from the provided DoctorEndpointRequest instance.
from(DoctorEndpointResponse) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
Fill a builder with attribute values from the provided DoctorEndpointResponse instance.
from(DoctorJsonResponse) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse.Builder
Fill a builder with attribute values from the provided DoctorJsonResponse instance.
from(DoctorSuggestion) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
Fill a builder with attribute values from the provided DoctorSuggestion instance.
from(UserLocalConfiguration) - Method in class com.facebook.buck.doctor.config.UserLocalConfiguration.Builder
Fill a builder with attribute values from the provided UserLocalConfiguration instance.
from(DefectReporter.AbstractDefectReport) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Fill a builder with attribute values from the provided AbstractDefectReport instance.
from(DefectReporter.AbstractDefectSubmitResult) - Method in class com.facebook.buck.doctor.DefectSubmitResult.Builder
Fill a builder with attribute values from the provided AbstractDefectSubmitResult instance.
from(ExtraInfoCollector.AbstractExtraInfoResult) - Method in class com.facebook.buck.doctor.ExtraInfoResult.Builder
Fill a builder with attribute values from the provided AbstractExtraInfoResult instance.
from(DefectReporter.AbstractFileChangesIgnoredReport) - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport.Builder
Fill a builder with attribute values from the provided AbstractFileChangesIgnoredReport instance.
from(UserReport) - Method in class com.facebook.buck.doctor.UserReport.Builder
Fill a builder with attribute values from the provided UserReport instance.
from(CsharpLibraryDescriptionArg) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided CsharpLibraryDescriptionArg instance.
from(HasSrcs) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(PrebuiltDotnetLibraryDescriptionArg) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided PrebuiltDotnetLibraryDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(EventKey) - Method in class com.facebook.buck.event.EventKey.Builder
Fill a builder with attribute values from the provided EventKey instance.
from(EventPair) - Method in class com.facebook.buck.event.listener.EventPair.Builder
Fill a builder with attribute values from the provided EventPair instance.
from(ProxyBuckEvent) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent.Builder
Fill a builder with attribute values from the provided ProxyBuckEvent instance.
from(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent.Builder
Fill a builder with attribute values from the provided com.facebook.buck.event.external.events.BuckEventExternalInterface instance.
from(RunIdStreamPair) - Method in class com.facebook.buck.event.listener.RunIdStreamPair.Builder
Fill a builder with attribute values from the provided RunIdStreamPair instance.
from(PerfEventId) - Method in class com.facebook.buck.event.PerfEventId.Builder
Fill a builder with attribute values from the provided PerfEventId instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(RemoteFileDescriptionArg) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Fill a builder with attribute values from the provided RemoteFileDescriptionArg instance.
from(GoBinaryDescriptionArg) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided GoBinaryDescriptionArg instance.
from(HasSrcs) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(GoLibraryDescriptionArg) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided GoLibraryDescriptionArg instance.
from(HasSrcs) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(HasTests) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(GoLinkable) - Method in class com.facebook.buck.go.GoLinkable.Builder
Fill a builder with attribute values from the provided GoLinkable instance.
from(GoPlatform) - Method in class com.facebook.buck.go.GoPlatform.Builder
Fill a builder with attribute values from the provided GoPlatform instance.
from(HasContacts) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
from(HasTestTimeout) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
from(HasSrcs) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(GoTestDescriptionArg) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Fill a builder with attribute values from the provided GoTestDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(HasSrcs) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(GraphqlLibraryDescriptionArg) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided GraphqlLibraryDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(GwtBinaryDescriptionArg) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided GwtBinaryDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(HasVersionUniverse) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
from(HasDefaultPlatform) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDefaultPlatform instance.
from(CxxConstructorArg) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
from(CxxBinaryDescription.CommonArg) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxBinaryDescription.CommonArg instance.
from(HalideLibraryDescriptionArg) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided HalideLibraryDescriptionArg instance.
from(HasTests) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(LinkableCxxConstructorArg) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.LinkableCxxConstructorArg instance.
from(HasDepsQuery) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDepsQuery instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(HaskellBinaryDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided HaskellBinaryDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDepsQuery) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDepsQuery instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(HaskellCompileInput) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Fill a builder with attribute values from the provided HaskellCompileInput instance.
from(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, Tool, HaskellVersion, ImmutableList<String>, PreprocessorFlags, CxxPlatform, AbstractCxxSourceRuleFactory.PicType, boolean, Optional<String>, Optional<HaskellPackageInfo>, ImmutableList<SourcePath>, ImmutableSortedMap<String, HaskellPackage>, ImmutableSortedMap<String, HaskellPackage>, HaskellSources, Preprocessor) - Static method in class com.facebook.buck.haskell.HaskellCompileRule
 
from(HaskellGhciDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Fill a builder with attribute values from the provided HaskellGhciDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDepsQuery) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDepsQuery instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, HaskellSources, ImmutableList<String>, Optional<BuildTarget>, Optional<SourcePath>, BuildRule, ImmutableSortedMap<String, SourcePath>, ImmutableSet<HaskellPackage>, ImmutableSet<HaskellPackage>, ImmutableSet<HaskellPackage>, boolean, Path, Path, Path, Path, Path, Path, Path) - Static method in class com.facebook.buck.haskell.HaskellGhciRule
 
from(HaskellHaddockDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Fill a builder with attribute values from the provided HaskellHaddockDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDepsQuery) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDepsQuery instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(HaskellHaddockInput) - Method in class com.facebook.buck.haskell.HaskellHaddockInput.Builder
Fill a builder with attribute values from the provided HaskellHaddockInput instance.
from(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, HaskellSources, Tool, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, ImmutableSet<SourcePath>, ImmutableSortedMap<String, HaskellPackage>, ImmutableSortedMap<String, HaskellPackage>, HaskellPackageInfo) - Static method in class com.facebook.buck.haskell.HaskellHaddockLibRule
 
from(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, Tool, ImmutableList<String>, ImmutableSet<HaskellHaddockInput>) - Static method in class com.facebook.buck.haskell.HaskellHaddockRule
 
from(HaskellLibraryDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided HaskellLibraryDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(HaskellPackage) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Fill a builder with attribute values from the provided HaskellPackage instance.
from(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, Tool, HaskellVersion, Linker.LinkableDepType, HaskellPackageInfo, ImmutableSortedMap<String, HaskellPackage>, ImmutableSortedSet<String>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>) - Static method in class com.facebook.buck.haskell.HaskellPackageRule
 
from(HaskellPlatform) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Fill a builder with attribute values from the provided HaskellPlatform instance.
from(HaskellPrebuiltLibraryDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided HaskellPrebuiltLibraryDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(HaskellSources) - Method in class com.facebook.buck.haskell.HaskellSources.Builder
Fill a builder with attribute values from the provided HaskellSources instance.
from(HaskellVersion) - Method in class com.facebook.buck.haskell.HaskellVersion.Builder
Fill a builder with attribute values from the provided HaskellVersion instance.
from(AggregationModule) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
Fill a builder with attribute values from the provided AggregationModule instance.
from(DependencyEntry) - Method in class com.facebook.buck.ide.intellij.DependencyEntry.Builder
Fill a builder with attribute values from the provided DependencyEntry instance.
from(DependencyEntryData) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData.Builder
Fill a builder with attribute values from the provided DependencyEntryData instance.
from(ProjectFilesystem, IjProjectConfig, TargetGraph, IjLibraryFactory, IjModuleFactory, AggregationModuleFactory) - Static method in class com.facebook.buck.ide.intellij.IjModuleGraphFactory
 
from(ContentRoot) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot.Builder
Fill a builder with attribute values from the provided ContentRoot instance.
from(IjSourceFolder) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
Fill a builder with attribute values from the provided IjSourceFolder instance.
from(IjProjectElement) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Fill a builder with attribute values from the provided com.facebook.buck.ide.intellij.model.IjProjectElement instance.
from(IjLibrary) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Fill a builder with attribute values from the provided IjLibrary instance.
from(IjModule) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Fill a builder with attribute values from the provided IjModule instance.
from(IjProjectElement) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Fill a builder with attribute values from the provided com.facebook.buck.ide.intellij.model.IjProjectElement instance.
from(IjModuleAndroidFacet) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Fill a builder with attribute values from the provided IjModuleAndroidFacet instance.
from(IjProjectConfig) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Fill a builder with attribute values from the provided IjProjectConfig instance.
from(ModuleIndexEntry) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry.Builder
Fill a builder with attribute values from the provided ModuleIndexEntry instance.
from(BuckPaths) - Method in class com.facebook.buck.io.BuckPaths.Builder
Fill a builder with attribute values from the provided BuckPaths instance.
from(AndroidReactNativeLibraryDescriptionArg) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided AndroidReactNativeLibraryDescriptionArg instance.
from(CoreReactNativeLibraryArg) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.js.CoreReactNativeLibraryArg instance.
from(HasSrcs) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(JsBundleDescriptionArg) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Fill a builder with attribute values from the provided JsBundleDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(JsLibraryDescriptionArg) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided JsLibraryDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDepsQuery) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDepsQuery instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(CoreReactNativeLibraryArg) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.js.CoreReactNativeLibraryArg instance.
from(HasSrcs) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(ReactNativeLibraryArg) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Fill a builder with attribute values from the provided ReactNativeLibraryArg instance.
from(String) - Static method in enum com.facebook.buck.json.HybridProjectBuildFileParser.Syntax
Converts a syntax name specified after in the first line of the build file.
from(MaybeRequiredForSourceAbiArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceAbiArg instance.
from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasProvidedDeps instance.
from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
from(HasSrcs) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(HasTests) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(GroovyLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.groovy.GroovyLibraryDescription.CoreArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(GroovyLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided GroovyLibraryDescriptionArg instance.
from(MaybeRequiredForSourceAbiArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceAbiArg instance.
from(HasContacts) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
from(HasTestTimeout) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasProvidedDeps instance.
from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
from(HasSrcs) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(HasTests) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(GroovyLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.groovy.GroovyLibraryDescription.CoreArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(JavaTestDescription.CoreArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaTestDescription.CoreArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(GroovyTestDescriptionArg) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Fill a builder with attribute values from the provided GroovyTestDescriptionArg instance.
from(AnnotationProcessingParams) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Fill a builder with attribute values from the provided AnnotationProcessingParams instance.
from(CompilerParameters) - Method in class com.facebook.buck.jvm.java.CompilerParameters.Builder
Fill a builder with attribute values from the provided CompilerParameters instance.
from(JarParameters) - Method in class com.facebook.buck.jvm.java.JarParameters.Builder
Fill a builder with attribute values from the provided JarParameters instance.
from(JavaAnnotationProcessorDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Fill a builder with attribute values from the provided JavaAnnotationProcessorDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(JavaBinaryDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided JavaBinaryDescriptionArg instance.
from(HasTests) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(JavacOptions) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Fill a builder with attribute values from the provided JavacOptions instance.
from(JavacPluginJsr199Fields) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
Fill a builder with attribute values from the provided JavacPluginJsr199Fields instance.
from(JavacPluginProperties) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Fill a builder with attribute values from the provided JavacPluginProperties instance.
from(JavacSpec) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
Fill a builder with attribute values from the provided JavacSpec instance.
from(JavacVersion) - Method in class com.facebook.buck.jvm.java.JavacVersion.Builder
Fill a builder with attribute values from the provided JavacVersion instance.
from(MaybeRequiredForSourceAbiArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceAbiArg instance.
from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasProvidedDeps instance.
from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
from(HasSrcs) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(HasTests) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(JavaLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided JavaLibraryDescriptionArg instance.
from(MaybeRequiredForSourceAbiArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceAbiArg instance.
from(HasContacts) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
from(HasTestTimeout) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasProvidedDeps instance.
from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
from(HasSrcs) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(HasTests) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(JavaTestDescription.CoreArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaTestDescription.CoreArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(JavaTestDescriptionArg) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided JavaTestDescriptionArg instance.
from(JUnitJvmArgs) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Fill a builder with attribute values from the provided JUnitJvmArgs instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(KeystoreDescriptionArg) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Fill a builder with attribute values from the provided KeystoreDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(MaybeRequiredForSourceAbiArg) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceAbiArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(PrebuiltJarDescriptionArg) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Fill a builder with attribute values from the provided PrebuiltJarDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(ResourcesParameters) - Method in class com.facebook.buck.jvm.java.ResourcesParameters.Builder
Fill a builder with attribute values from the provided ResourcesParameters instance.
from(KotlincVersion) - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion.Builder
Fill a builder with attribute values from the provided KotlincVersion instance.
from(MaybeRequiredForSourceAbiArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceAbiArg instance.
from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasProvidedDeps instance.
from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
from(HasSrcs) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(HasTests) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(KotlinLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided KotlinLibraryDescriptionArg instance.
from(MaybeRequiredForSourceAbiArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceAbiArg instance.
from(HasContacts) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
from(HasTestTimeout) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasProvidedDeps instance.
from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
from(HasSrcs) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(HasTests) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(JavaTestDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaTestDescription.CoreArg instance.
from(KotlinLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(KotlinTestDescriptionArg) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Fill a builder with attribute values from the provided KotlinTestDescriptionArg instance.
from(MaybeRequiredForSourceAbiArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceAbiArg instance.
from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasProvidedDeps instance.
from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
from(HasSrcs) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(HasTests) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(ScalaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.scala.ScalaLibraryDescription.CoreArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(ScalaLibraryDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided ScalaLibraryDescriptionArg instance.
from(MaybeRequiredForSourceAbiArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.MaybeRequiredForSourceAbiArg instance.
from(HasContacts) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
from(HasTestTimeout) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
from(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg instance.
from(HasProvidedDeps) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasProvidedDeps instance.
from(JvmLibraryArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JvmLibraryArg instance.
from(HasSrcs) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(HasTests) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(JavaTestDescription.CoreArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.JavaTestDescription.CoreArg instance.
from(ScalaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.scala.ScalaLibraryDescription.CoreArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(ScalaTestDescriptionArg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Fill a builder with attribute values from the provided ScalaTestDescriptionArg instance.
from(ErrorLogRecord) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Fill a builder with attribute values from the provided ErrorLogRecord instance.
from(InvocationInfo) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Fill a builder with attribute values from the provided InvocationInfo instance.
from(LogConfigSetup) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
Fill a builder with attribute values from the provided LogConfigSetup instance.
from(PerfTimesStats) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
Fill a builder with attribute values from the provided PerfTimesStats instance.
from(CxxLuaExtensionDescriptionArg) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Fill a builder with attribute values from the provided CxxLuaExtensionDescriptionArg instance.
from(HasDefaultPlatform) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDefaultPlatform instance.
from(CxxConstructorArg) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
from(HasTests) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(LuaBinaryDescriptionArg) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided LuaBinaryDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(LuaLibraryDescriptionArg) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided LuaLibraryDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(LuaPlatform) - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Fill a builder with attribute values from the provided LuaPlatform instance.
from(String, Iterable<T>) - Static method in class com.facebook.buck.model.FlavorDomain
Create a FlavorDomain from FlavorConvertible objects.
from(String, Class<E>) - Static method in class com.facebook.buck.model.FlavorDomain
Create a FlavorDomain from FlavorConverbile Enum.
from(InternalFlavor) - Method in class com.facebook.buck.model.InternalFlavor.Builder
Fill a builder with attribute values from the provided InternalFlavor instance.
from(Flavor) - Method in class com.facebook.buck.model.InternalFlavor.Builder
Fill a builder with attribute values from the provided com.facebook.buck.model.Flavor instance.
from(MacroMatchResult) - Method in class com.facebook.buck.model.macros.MacroMatchResult.Builder
Fill a builder with attribute values from the provided MacroMatchResult instance.
from(UnflavoredBuildTarget) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Fill a builder with attribute values from the provided UnflavoredBuildTarget instance.
from(UserFlavor) - Method in class com.facebook.buck.model.UserFlavor.Builder
Fill a builder with attribute values from the provided UserFlavor instance.
from(Flavor) - Method in class com.facebook.buck.model.UserFlavor.Builder
Fill a builder with attribute values from the provided com.facebook.buck.model.Flavor instance.
from(OcamlBinaryDescriptionArg) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided OcamlBinaryDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(OcamlBuildContext) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Fill a builder with attribute values from the provided OcamlBuildContext instance.
from(OcamlGeneratedBuildRules) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Fill a builder with attribute values from the provided OcamlGeneratedBuildRules instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(OcamlLibraryDescriptionArg) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided OcamlLibraryDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(PrebuiltOcamlLibraryDescriptionArg) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided PrebuiltOcamlLibraryDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(ProjectBuildFileParserOptions) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Fill a builder with attribute values from the provided ProjectBuildFileParserOptions instance.
from(HasDefaultPlatform) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDefaultPlatform instance.
from(CxxPythonExtensionDescriptionArg) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Fill a builder with attribute values from the provided CxxPythonExtensionDescriptionArg instance.
from(CxxConstructorArg) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxConstructorArg instance.
from(HasTests) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(HasSystemFrameworkAndLibraries) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(PrebuiltPythonLibraryDescriptionArg) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided PrebuiltPythonLibraryDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(HasVersionUniverse) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
from(HasTests) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(PythonBinaryDescriptionArg) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided PythonBinaryDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, CxxPlatform, PythonPlatform, String, PythonPackageComponents, String, ImmutableSet<String>, boolean, SymlinkTree, Tool) - Static method in class com.facebook.buck.python.PythonInPlaceBinary
 
from(PythonLibraryDescription.CoreArg) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.python.PythonLibraryDescription.CoreArg instance.
from(HasTests) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(PythonLibraryDescriptionArg) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided PythonLibraryDescriptionArg instance.
from(PythonPlatform) - Method in class com.facebook.buck.python.PythonPlatform.Builder
Fill a builder with attribute values from the provided PythonPlatform instance.
from(FlavorConvertible) - Method in class com.facebook.buck.python.PythonPlatform.Builder
Fill a builder with attribute values from the provided com.facebook.buck.model.FlavorConvertible instance.
from(BuildTarget, ProjectFilesystem, BuildRuleParams, Supplier<ImmutableMap<String, String>>, PythonBinary, ImmutableSet<String>, ImmutableList<Pair<Float, ImmutableSet<Path>>>, Optional<Long>, ImmutableSet<String>) - Static method in class com.facebook.buck.python.PythonTest
 
from(HasVersionUniverse) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.versions.HasVersionUniverse instance.
from(HasContacts) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
from(PythonLibraryDescription.CoreArg) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.python.PythonLibraryDescription.CoreArg instance.
from(HasTestTimeout) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
from(HasTests) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(PythonTestDescriptionArg) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Fill a builder with attribute values from the provided PythonTestDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(PythonVersion) - Method in class com.facebook.buck.python.PythonVersion.Builder
Fill a builder with attribute values from the provided PythonVersion instance.
from(BinaryOperatorExpression) - Method in class com.facebook.buck.query.BinaryOperatorExpression.Builder
Fill a builder with attribute values from the provided BinaryOperatorExpression instance.
from(FunctionExpression) - Method in class com.facebook.buck.query.FunctionExpression.Builder
Fill a builder with attribute values from the provided FunctionExpression instance.
from(QueryBuildTarget) - Method in class com.facebook.buck.query.QueryBuildTarget.Builder
Fill a builder with attribute values from the provided QueryBuildTarget instance.
from(QueryFileTarget) - Method in class com.facebook.buck.query.QueryFileTarget.Builder
Fill a builder with attribute values from the provided QueryFileTarget instance.
from(SetExpression) - Method in class com.facebook.buck.query.SetExpression.Builder
Fill a builder with attribute values from the provided SetExpression instance.
from(TargetLiteral) - Method in class com.facebook.buck.query.TargetLiteral.Builder
Fill a builder with attribute values from the provided TargetLiteral instance.
from(TargetSetExpression) - Method in class com.facebook.buck.query.TargetSetExpression.Builder
Fill a builder with attribute values from the provided TargetSetExpression instance.
from(ActionGraphAndResolver) - Method in class com.facebook.buck.rules.ActionGraphAndResolver.Builder
Fill a builder with attribute values from the provided ActionGraphAndResolver instance.
from(ArchiveMemberSourcePath) - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath.Builder
Fill a builder with attribute values from the provided ArchiveMemberSourcePath instance.
from(ImmutableList<SourcePathArg>) - Static method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
from(Function<String, String>, Iterable<String>) - Static method in class com.facebook.buck.rules.args.SanitizedArg
 
from(BuildContext) - Method in class com.facebook.buck.rules.BuildContext.Builder
Fill a builder with attribute values from the provided BuildContext instance.
from(BuildEngineBuildContext) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Fill a builder with attribute values from the provided BuildEngineBuildContext instance.
from(BuildEngine.AbstractBuildEngineResult) - Method in class com.facebook.buck.rules.BuildEngineResult.Builder
Fill a builder with attribute values from the provided AbstractBuildEngineResult instance.
from(BuildRuleKeys) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Fill a builder with attribute values from the provided BuildRuleKeys instance.
from(BuildRuleType) - Method in class com.facebook.buck.rules.BuildRuleType.Builder
Fill a builder with attribute values from the provided BuildRuleType instance.
from(BuildConfigFields) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
Fill a builder with attribute values from the provided BuildConfigFields instance.
from(BuildConfigFields.Field) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
Fill a builder with attribute values from the provided Field instance.
from(FrameworkPath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
Fill a builder with attribute values from the provided FrameworkPath instance.
from(ManifestEntries) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Fill a builder with attribute values from the provided ManifestEntries instance.
from(OcamlSource) - Method in class com.facebook.buck.rules.coercer.OcamlSource.Builder
Fill a builder with attribute values from the provided OcamlSource instance.
from(SourceList) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
Fill a builder with attribute values from the provided SourceList instance.
from(SourceWithFlagsList) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
Fill a builder with attribute values from the provided SourceWithFlagsList instance.
from(SourcePathRuleFinder) - Static method in class com.facebook.buck.rules.DefaultSourcePathResolver
 
from(DistBuildCellParams) - Method in class com.facebook.buck.rules.DistBuildCellParams.Builder
Fill a builder with attribute values from the provided DistBuildCellParams instance.
from(String, Object...) - Static method in class com.facebook.buck.rules.ErrorToolProvider
 
from(ExternalTestRunnerTestSpec) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Fill a builder with attribute values from the provided ExternalTestRunnerTestSpec instance.
from(DependencyFileEntry) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
Fill a builder with attribute values from the provided DependencyFileEntry instance.
from(Path) - Method in interface com.facebook.buck.rules.modern.BuildCellRelativePathFactory
Converts a Path relative to the Buildable's ProjectFilesystem to a BuildCellRelativePath.
from(OutputPath) - Method in interface com.facebook.buck.rules.modern.BuildCellRelativePathFactory
Converts an OutputPath to a BuildCellRelativePath.
from(Path) - Method in class com.facebook.buck.rules.modern.DefaultBuildCellRelativePathFactory
 
from(OutputPath) - Method in class com.facebook.buck.rules.modern.DefaultBuildCellRelativePathFactory
 
from(RuleScheduleInfo) - Method in class com.facebook.buck.rules.RuleScheduleInfo.Builder
Fill a builder with attribute values from the provided RuleScheduleInfo instance.
from(SourceWithFlags) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
Fill a builder with attribute values from the provided SourceWithFlags instance.
from(SystemToolProvider) - Method in class com.facebook.buck.rules.SystemToolProvider.Builder
Fill a builder with attribute values from the provided SystemToolProvider instance.
from(TargetGraphAndBuildTargets) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
Fill a builder with attribute values from the provided TargetGraphAndBuildTargets instance.
from(VersionedTool) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Fill a builder with attribute values from the provided VersionedTool instance.
from(ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, BuildTarget, Path, SourcePath, ImmutableMap<String, String>, boolean) - Static method in class com.facebook.buck.rules.WriteStringTemplateRule
 
from(PrebuiltRustLibraryDescriptionArg) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided PrebuiltRustLibraryDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(RustBinaryDescriptionArg) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided RustBinaryDescriptionArg instance.
from(HasSrcs) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(HasTests) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(SourcePathRuleFinder, BuildTarget, ProjectFilesystem, BuildRuleParams, String, Tool, Linker, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableSortedSet<SourcePath>, SourcePath, boolean) - Static method in class com.facebook.buck.rust.RustCompileRule
 
from(RustLibraryDescriptionArg) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided RustLibraryDescriptionArg instance.
from(HasSrcs) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(HasTests) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(HasSrcs) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(RustTestDescriptionArg) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Fill a builder with attribute values from the provided RustTestDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(CommandAliasDescriptionArg) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Fill a builder with attribute values from the provided CommandAliasDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(ExportFileDescriptionArg) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Fill a builder with attribute values from the provided ExportFileDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(GenruleDescriptionArg) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Fill a builder with attribute values from the provided GenruleDescriptionArg instance.
from(AbstractGenruleDescription.CommonArg) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.shell.AbstractGenruleDescription.CommonArg instance.
from(HasTests) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTests instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(ShBinaryDescriptionArg) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided ShBinaryDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(HasContacts) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasContacts instance.
from(HasTestTimeout) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasTestTimeout instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(ShTestDescriptionArg) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Fill a builder with attribute values from the provided ShTestDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(WorkerToolDescriptionArg) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Fill a builder with attribute values from the provided WorkerToolDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(ClientSideSlbConfig) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Fill a builder with attribute values from the provided ClientSideSlbConfig instance.
from(LoadBalancedServiceEventData) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Fill a builder with attribute values from the provided LoadBalancedServiceEventData instance.
from(LoadBalancerPingEventData) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
Fill a builder with attribute values from the provided LoadBalancerPingEventData instance.
from(PerServerData) - Method in class com.facebook.buck.slb.PerServerData.Builder
Fill a builder with attribute values from the provided PerServerData instance.
from(PerServerPingData) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
Fill a builder with attribute values from the provided PerServerPingData instance.
from(ServerHealthManagerEventData) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
Fill a builder with attribute values from the provided ServerHealthManagerEventData instance.
from(ThriftOverHttpServiceConfig) - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig.Builder
Fill a builder with attribute values from the provided ThriftOverHttpServiceConfig instance.
from(ExecutionContext) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Fill a builder with attribute values from the provided ExecutionContext instance.
from(SymlinkFileStep) - Method in class com.facebook.buck.step.fs.SymlinkFileStep.Builder
Fill a builder with attribute values from the provided SymlinkFileStep instance.
from(HasSrcs) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(SwiftLibraryDescriptionArg) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided SwiftLibraryDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
from(SwiftPlatform) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Fill a builder with attribute values from the provided SwiftPlatform instance.
from(TestResults) - Method in class com.facebook.buck.test.TestResults.Builder
Fill a builder with attribute values from the provided TestResults instance.
from(TestResultSummaryVerbosity) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
Fill a builder with attribute values from the provided TestResultSummaryVerbosity instance.
from(TestRunningOptions) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Fill a builder with attribute values from the provided TestRunningOptions instance.
from(TestStatusMessage) - Method in class com.facebook.buck.test.TestStatusMessage.Builder
Fill a builder with attribute values from the provided TestStatusMessage instance.
from(AbstractAutoSparseConfig) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
Fill a builder with attribute values from the provided AbstractAutoSparseConfig instance.
from(AbstractManifestInfo) - Method in class com.facebook.buck.util.autosparse.ManifestInfo.Builder
Fill a builder with attribute values from the provided AbstractManifestInfo instance.
from(FileHashCache.AbstractFileHashCacheVerificationResult) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
Fill a builder with attribute values from the provided AbstractFileHashCacheVerificationResult instance.
from(HashCodeAndFileType) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Fill a builder with attribute values from the provided HashCodeAndFileType instance.
from(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
Fill a builder with attribute values from the provided ResourceAmounts instance.
from(DirectoryCleanerArgs) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Fill a builder with attribute values from the provided DirectoryCleanerArgs instance.
from(BuildEnvironmentDescription) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Fill a builder with attribute values from the provided BuildEnvironmentDescription instance.
from(ScribeData) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
Fill a builder with attribute values from the provided ScribeData instance.
from(PatternAndMessage) - Method in class com.facebook.buck.util.PatternAndMessage.Builder
Fill a builder with attribute values from the provided PatternAndMessage instance.
from(ProcessExecutorParams) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Fill a builder with attribute values from the provided ProcessExecutorParams instance.
from(ProcessResourceConsumption) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Fill a builder with attribute values from the provided ProcessResourceConsumption instance.
from(T[]) - Static method in interface com.facebook.buck.util.RichStream
 
from(Iterable<T>) - Static method in interface com.facebook.buck.util.RichStream
 
from(Iterator<T>) - Static method in interface com.facebook.buck.util.RichStream
 
from(Optional<? extends T>) - Static method in interface com.facebook.buck.util.RichStream
 
from(Stream<T>) - Static method in interface com.facebook.buck.util.RichStream
 
from(SampleRate) - Method in class com.facebook.buck.util.SampleRate.Builder
Fill a builder with attribute values from the provided SampleRate instance.
from(CommonSlowVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Fill a builder with attribute values from the provided com.facebook.buck.util.versioncontrol.CommonSlowVersionControlStats instance.
from(CommonFastVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Fill a builder with attribute values from the provided com.facebook.buck.util.versioncontrol.CommonFastVersionControlStats instance.
from(FullVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Fill a builder with attribute values from the provided FullVersionControlStats instance.
from(CommonSlowVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
Fill a builder with attribute values from the provided com.facebook.buck.util.versioncontrol.CommonSlowVersionControlStats instance.
from(CommonFastVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
Fill a builder with attribute values from the provided com.facebook.buck.util.versioncontrol.CommonFastVersionControlStats instance.
from(SlowVersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
Fill a builder with attribute values from the provided SlowVersionControlStats instance.
from(AbstractSparseSummary) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
Fill a builder with attribute values from the provided AbstractSparseSummary instance.
from(VersionedAliasDescriptionArg) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Fill a builder with attribute values from the provided VersionedAliasDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(VersionUniverse) - Method in class com.facebook.buck.versions.VersionUniverse.Builder
Fill a builder with attribute values from the provided VersionUniverse instance.
from(HasSrcs) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasSrcs instance.
from(ZipFileDescriptionArg) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Fill a builder with attribute values from the provided ZipFileDescriptionArg instance.
from(CommonDescriptionArg) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.CommonDescriptionArg instance.
from(HasDeclaredDeps) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Fill a builder with attribute values from the provided com.facebook.buck.rules.HasDeclaredDeps instance.
fromArgs(String...) - Static method in class com.facebook.buck.testrunner.InstrumentationTestRunner
 
fromBuildSetting(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXReference.SourceTree
Return a sourceTree given a build setting that is typically used as a source tree prefix.
fromBytes(byte[]) - Static method in class com.facebook.buck.util.sha1.Sha1HashCode
Clones the specified bytes and uses the clone to create a new Sha1HashCode.
fromCommandLineArgs(String[]) - Static method in class com.facebook.buck.maven.ArtifactConfig
 
fromConfiguration(Iterable<String>) - Static method in class com.facebook.buck.android.ClassNameFilter
Convenience factory to produce a filter from a very simple pattern language.
fromDeps() - Static method in interface com.facebook.buck.cxx.CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction
Retrieve the transtiive CxxPreprocessorInput from an explicitly specified deps list.
fromExtension(String) - Static method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
 
fromFolder(IjFolder) - Static method in enum com.facebook.buck.ide.intellij.FolderTypeWithPackageInfo
 
fromHashCode(HashCode) - Static method in class com.facebook.buck.util.sha1.Sha1HashCode
 
fromIdentities(Iterable<CodeSignIdentity>) - Static method in class com.facebook.buck.apple.CodeSignIdentityStore
 
fromJson(String) - Static method in class com.facebook.buck.model.BuildId
 
fromJson(String, String, String, long, String, String, String, String) - Static method in class com.facebook.buck.test.TestResultSummary
 
fromJsonFunction(Class<T>) - Static method in class com.facebook.buck.util.ObjectMappers
 
fromLibraryRule() - Static method in interface com.facebook.buck.cxx.CxxLibraryDescription.TransitiveCxxPreprocessorInputFunction
Retrieve the transitive CxxPreprocessorInput from the CxxLibrary rule.
fromMode(long) - Static method in class com.facebook.buck.io.MorePosixFilePermissions
Convert a unix bit representation (e.g.
fromPaths(ImmutableMap<Path, Path>, char, Charset) - Static method in class com.facebook.buck.util.ByteBufferReplacer
Build a replacer using the given map of paths to replacement paths, using charset to convert to underlying byte arrays.
fromProvisioningProfiles(Iterable<ProvisioningProfileMetadata>) - Static method in class com.facebook.buck.apple.ProvisioningProfileStore
 
fromQuery(Query) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
 
fromSearchPath(ProcessExecutor, ImmutableList<String>, Path) - Static method in class com.facebook.buck.apple.ProvisioningProfileStore
 
fromString(String) - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorState
 
fromString(String) - Static method in enum com.facebook.buck.cli.ProjectCommand.Ide
 
fromString(String) - Static method in class com.facebook.buck.ide.intellij.aggregation.AggregationMode
 
fromString(String) - Static method in enum com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Phase
 
fromSupplierOfIterable(Supplier<? extends Iterable<T>>) - Static method in interface com.facebook.buck.util.RichStream
 
fromSystem(ProcessExecutor, ImmutableList<String>) - Static method in class com.facebook.buck.apple.CodeSignIdentityStore
Construct a store by asking the system keychain for all stored code sign identities.
FrontendOnlyJavacTask - Class in com.facebook.buck.jvm.java.abi.source
An implementation of JavacTask that implements only the frontend portions of the task, using only the parse phase of the underlying compiler and without requiring a complete classpath.
FrontendOnlyJavacTask(JavacTask) - Constructor for class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
 
FrontendOnlyJavacTaskProxy - Interface in com.facebook.buck.jvm.java.abi.source.api
 
FrontendOnlyJavacTaskProxyImpl - Class in com.facebook.buck.jvm.java.abi.source
 
FrontendOnlyJavacTaskProxyImpl(JavaCompiler.CompilationTask) - Constructor for class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTaskProxyImpl
 
FrontendOnlyJavacTaskProxyImpl(FrontendOnlyJavacTask) - Constructor for class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTaskProxyImpl
 
FrontendService - Class in com.facebook.buck.distributed
Extension of ThriftOverHttpService to get rid of the template arguments and make it easymock-able
FrontendService(ThriftOverHttpServiceConfig) - Constructor for class com.facebook.buck.distributed.FrontendService
 
fullJarExportedDeps - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
fullJarProvidedDeps - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
FullVersionControlStats - Class in com.facebook.buck.util.versioncontrol
Immutable implementation of AbstractFullVersionControlStats.
FullVersionControlStats.Builder - Class in com.facebook.buck.util.versioncontrol
Builds instances of type FullVersionControlStats.
fullyQualified() - Static method in class com.facebook.buck.parser.BuildTargetPatternParser
Used when parsing fully-qualified target names only, such as from the command line.
FullyReadOnCloseInputStream - Class in com.facebook.buck.artifact_cache
An InputStream wrapper that fully reads the underlying stream on close.
FullyReadOnCloseInputStream(InputStream) - Constructor for class com.facebook.buck.artifact_cache.FullyReadOnCloseInputStream
 
FunctionExpression - Class in com.facebook.buck.query
A query expression for user-defined query functions.
FunctionExpression.Builder - Class in com.facebook.buck.query
Builds instances of type FunctionExpression.
FunctionMacroReplacer - Class in com.facebook.buck.rules.macros
A @{link MacroReplacer} wrapping a @{link Function}.
FunctionMacroReplacer(Function<ImmutableList<String>, String>) - Constructor for class com.facebook.buck.rules.macros.FunctionMacroReplacer
 

G

gatherDeps(BuildRule) - Method in enum com.facebook.buck.jvm.java.JarShape
 
GccCompiler - Class in com.facebook.buck.cxx.toolchain
 
GccCompiler(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.GccCompiler
 
GccPreprocessor - Class in com.facebook.buck.cxx.toolchain
 
GccPreprocessor(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.GccPreprocessor
 
GenAidl - Class in com.facebook.buck.android
Buildable for generating a .java file from an .aidl file.
GenAidlDescription - Class in com.facebook.buck.android
 
GenAidlDescription() - Constructor for class com.facebook.buck.android.GenAidlDescription
 
GenAidlDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of GenAidlDescription.AbstractGenAidlDescriptionArg.
GenAidlDescriptionArg.Builder - Class in com.facebook.buck.android
Builds instances of type GenAidlDescriptionArg.
generate() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
 
generate(Set<Element>) - Method in class com.facebook.buck.jvm.java.abi.StubGenerator
 
generate() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
generate() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
 
GENERATE - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
generate(String) - Method in class com.facebook.buck.ocaml.OcamlDependencyGraphGenerator
 
generateActiveNetworkAsync(ExecutorService, BuckEventBus) - Static method in class com.facebook.buck.util.environment.NetworkInfo
 
generateBuildConfigDotJava(UnflavoredBuildTarget, String) - Static method in class com.facebook.buck.android.BuildConfigs
Generates the source code for an Android BuildConfig.java file with the default set of fields specified by BuildConfigs.getDefaultBuildConfigFields().
generateBuildConfigDotJava(UnflavoredBuildTarget, String, boolean, BuildConfigFields) - Static method in class com.facebook.buck.android.BuildConfigs
Generates the source code for an Android BuildConfig.java file with fields specified by userFields.
GenerateBuildConfigStep - Class in com.facebook.buck.android
 
GenerateBuildConfigStep(ProjectFilesystem, UnflavoredBuildTarget, String, boolean, Supplier<BuildConfigFields>, Path) - Constructor for class com.facebook.buck.android.GenerateBuildConfigStep
 
GenerateCodeCoverageReportStep - Class in com.facebook.buck.jvm.java
 
GenerateCodeCoverageReportStep(ImmutableList<String>, ProjectFilesystem, Set<String>, Set<Path>, Path, Set<CoverageReportFormat>, String, Optional<String>, Optional<String>) - Constructor for class com.facebook.buck.jvm.java.GenerateCodeCoverageReportStep
 
generateDependencyMap(String) - Method in class com.facebook.buck.ocaml.OcamlDependencyGraphGenerator
 
generateEndpointRequest(BuildLogEntry, DefectSubmitResult) - Method in class com.facebook.buck.doctor.DoctorReportHelper
 
generateForConsole(Console) - Method in class com.facebook.buck.command.BuildReport
 
generateGid(String, int) - Method in class com.facebook.buck.apple.xcode.GidGenerator
Generate a stable GID based on the class name and hash of some object info.
generateGid(GidGenerator) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
Generate a stable GID.
generateJsonBuildReport() - Method in class com.facebook.buck.command.BuildReport
 
GenerateManifestStep - Class in com.facebook.buck.android
 
GenerateManifestStep(ProjectFilesystem, Path, ImmutableSet<Path>, Path) - Constructor for class com.facebook.buck.android.GenerateManifestStep
 
generateNewMinionId() - Static method in class com.facebook.buck.distributed.MinionModeRunner
 
generatePomFile(SourcePathResolver, MavenPublishable) - Static method in class com.facebook.buck.maven.Pom
 
GenerateRDotJava - Class in com.facebook.buck.android
 
generateStats() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
 
generateStats() - Method in class com.facebook.buck.distributed.DistBuildSlaveTimingStatsTracker
 
generateStats(VersionControlStatsGenerator.Mode) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator
 
generateStatsAsync(boolean, ExecutorService, BuckEventBus) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator
 
GenerateStringSourceMap - Class in com.facebook.buck.android
 
GenerateStringSourceMap(BuildTarget, ProjectFilesystem, SourcePathRuleFinder) - Constructor for class com.facebook.buck.android.GenerateStringSourceMap
 
generateThinFlavors(Set<Flavor>, SortedSet<Flavor>) - Static method in class com.facebook.buck.apple.MultiarchFileInfos
Expand flavors representing a fat binary into its thin binary equivalents.
generateWorkspaceAndDependentProjects(Map<Path, ProjectGenerator>, ListeningExecutorService) - Method in class com.facebook.buck.apple.project_generator.WorkspaceAndProjectGenerator
 
GenerationResult - Class in com.facebook.buck.apple.project_generator
Immutable implementation of AbstractGenerationResult.
Genrule - Class in com.facebook.buck.shell
Build rule for generating a file via a shell command.
Genrule(BuildTarget, ProjectFilesystem, BuildRuleParams, List<SourcePath>, Optional<Arg>, Optional<Arg>, Optional<Arg>, Optional<String>, String) - Constructor for class com.facebook.buck.shell.Genrule
 
GenruleBinary - Class in com.facebook.buck.shell
Same as a Genrule, but marked as a binary.
GenruleBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, List<SourcePath>, Optional<Arg>, Optional<Arg>, Optional<Arg>, Optional<String>, String) - Constructor for class com.facebook.buck.shell.GenruleBinary
 
GenruleDescription - Class in com.facebook.buck.shell
 
GenruleDescription() - Constructor for class com.facebook.buck.shell.GenruleDescription
 
GenruleDescriptionArg - Class in com.facebook.buck.shell
Immutable implementation of GenruleDescription.AbstractGenruleDescriptionArg.
GenruleDescriptionArg.Builder - Class in com.facebook.buck.shell
Builds instances of type GenruleDescriptionArg.
GenStringSourceMapStep - Class in com.facebook.buck.android
This class implements a Buck build step that will generate a JSON file with the following info for each <string>, <plurals> and <string-array> resource found in the strings.xml files for each resource directory:
GenStringSourceMapStep(ProjectFilesystem, Path, ImmutableList<Path>, Path) - Constructor for class com.facebook.buck.android.GenStringSourceMapStep
Associates each string resource with it's integer id (as assigned by aapt during GenRDotTxtUtil) and it's originating strings.xml file (path).
get() - Method in class com.facebook.buck.android.AndroidPlatformTargetSupplier
 
get(Supplier<ExecutionContext>, BuckConfig, AdbOptions, TargetDeviceOptions) - Static method in class com.facebook.buck.android.exopackage.AndroidDevicesHelperFactory
 
get(ByteBuffer) - Static method in class com.facebook.buck.android.resources.ResourcesXml
 
get(ByteBuffer) - Static method in class com.facebook.buck.android.resources.ResourceTable
 
get(ByteBuffer) - Static method in class com.facebook.buck.android.resources.ResTableType
 
get(ByteBuffer) - Static method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
get(ByteBuffer) - Static method in class com.facebook.buck.android.resources.StringPool
 
get(String, String) - Method in class com.facebook.buck.config.Config
 
get(String) - Method in class com.facebook.buck.config.Config
 
get() - Method in class com.facebook.buck.counters.IntegerCounter
 
get() - Method in class com.facebook.buck.dalvik.EstimateDexWeightStep
 
get(Path) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
 
get(ArchiveMemberPath) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
 
get(Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
get(ArchiveMemberPath) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
get(Path) - Method in interface com.facebook.buck.hashing.FileHashLoader
 
get(ArchiveMemberPath) - Method in interface com.facebook.buck.hashing.FileHashLoader
 
get(ProjectFilesystem, Path) - Method in interface com.facebook.buck.hashing.FileHashLoader
Return the HashCode for the given relative Path under the given ProjectFilesystem.
get(ProjectFilesystem, ArchiveMemberPath) - Method in interface com.facebook.buck.hashing.FileHashLoader
Return the HashCode for the given relative ArchiveMemberPath under the given ProjectFilesystem.
get(Path) - Method in class com.facebook.buck.hashing.FilePathHashLoader
 
get(ArchiveMemberPath) - Method in class com.facebook.buck.hashing.FilePathHashLoader
 
get(Path) - Method in interface com.facebook.buck.hashing.ProjectFileHashLoader
 
get(ArchiveMemberPath) - Method in interface com.facebook.buck.hashing.ProjectFileHashLoader
 
get() - Method in class com.facebook.buck.io.LazyPath
On first access it will invoke the given supplier to obtain the value of the Path.
get() - Method in class com.facebook.buck.io.WatchmanCursor
 
get() - Method in class com.facebook.buck.jvm.java.HasJavaAbi.JarContentsSupplier
 
get() - Method in class com.facebook.buck.jvm.java.ZipArchiveDependencySupplier
 
get(Class<?>) - Static method in class com.facebook.buck.log.Logger
Gets a logger named after a class' fully qualified name.
get(String) - Static method in class com.facebook.buck.log.Logger
Gets a named logger
get(ProjectFilesystem, CachingBuildEngine.MetadataStorage) - Method in class com.facebook.buck.rules.BuildInfoStoreManager
 
get(Object) - Method in class com.facebook.buck.rules.coercer.ParamInfo
Get the value of this param as set on dto.
get() - Method in interface com.facebook.buck.rules.keys.ArchiveDependencySupplier
 
get(BuildRule) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyCache
 
get(BuildRule, Function<? super BuildRule, RuleKeyResult<V>>) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyCache
 
get(AddsToRuleKey, Function<? super AddsToRuleKey, RuleKeyResult<V>>) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyCache
 
get(BuildRule) - Method in interface com.facebook.buck.rules.keys.RuleKeyCache
 
get(BuildRule, Function<? super BuildRule, RuleKeyResult<V>>) - Method in interface com.facebook.buck.rules.keys.RuleKeyCache
 
get(AddsToRuleKey, Function<? super AddsToRuleKey, RuleKeyResult<V>>) - Method in interface com.facebook.buck.rules.keys.RuleKeyCache
 
get(BuildRule, Function<BuildRule, V>) - Method in class com.facebook.buck.rules.keys.SingleBuildRuleKeyCache
 
get(AddsToRuleKey, Function<AddsToRuleKey, V>) - Method in class com.facebook.buck.rules.keys.SingleBuildRuleKeyCache
 
get(BuildRule) - Method in class com.facebook.buck.rules.RuleDepsCache
 
get(BuildTarget) - Method in class com.facebook.buck.rules.TargetGraph
 
get(Path) - Method in class com.facebook.buck.util.autosparse.ManifestTrie
 
get(Path) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
get(ArchiveMemberPath) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
get(Path) - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
 
get(ArchiveMemberPath) - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
 
get(Path) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
get(ArchiveMemberPath) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
get(ProjectFilesystem, Path) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
get(ProjectFilesystem, ArchiveMemberPath) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
get(Path) - Method in class com.facebook.buck.util.cache.StatsTrackingFileHashCacheEngine
 
get(ArchiveMemberPath) - Method in class com.facebook.buck.util.cache.StatsTrackingFileHashCacheEngine
 
get() - Method in interface com.facebook.buck.util.concurrent.WorkThreadTrackingFuture
get(long, TimeUnit) - Method in interface com.facebook.buck.util.concurrent.WorkThreadTrackingFuture
get() - Method in class com.facebook.buck.util.concurrent.WorkThreadTrackingFutureDecorator
 
get(long, TimeUnit) - Method in class com.facebook.buck.util.concurrent.WorkThreadTrackingFutureDecorator
 
get(Path) - Method in class com.facebook.buck.util.FileSystemMap
Gets the value associated with the given path.
get() - Method in interface com.facebook.buck.util.function.ThrowingSupplier
 
get(Object) - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
 
get() - Method in class com.facebook.buck.util.NamedTemporaryFile
 
get() - Method in class com.facebook.buck.util.PackagedResource
 
GET_PATH_MODIFIED_TIME - Static variable in class com.facebook.buck.io.PathListing
Uses Files.getLastModifiedTime() to get the last modified time for a Path.
getAapt2Executable() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getAapt2Override() - Method in class com.facebook.buck.android.AndroidBuckConfig
Returns the path to the platform specific aapt2 executable that is overridden by the current project.
getAaptExecutable() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getAaptGeneratedProguardConfigFile() - Method in class com.facebook.buck.android.AaptOutputInfo
 
getAaptGeneratedProguardConfigFile() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
 
getAaptMode() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getAaptOutputInfo() - Method in class com.facebook.buck.android.Aapt2Link
 
getAaptOutputInfo() - Method in class com.facebook.buck.android.AaptPackageResources
 
getAaptOverride() - Method in class com.facebook.buck.android.AndroidBuckConfig
Returns the path to the platform specific aapt executable that is overridden by the current project.
getAar() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
 
getAarUnzipPathFormat() - Static method in class com.facebook.buck.android.UnzipAar
 
getAbbreviation() - Method in enum com.facebook.buck.util.unit.SizeUnit
 
getAbiClasspath() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
getAbiClasspath(BuildRuleResolver, Iterable<BuildRule>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryRules
 
getAbiJar() - Method in class com.facebook.buck.android.DummyRDotJava
 
getAbiJar() - Method in interface com.facebook.buck.jvm.java.CalculateAbi
 
getAbiJar() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getAbiJar() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
getAbiJar() - Method in interface com.facebook.buck.jvm.java.HasJavaAbi
 
getAbiJarPath(ProjectFilesystem, BuildTarget) - Static method in class com.facebook.buck.jvm.java.CalculateAbiFromClasses
 
getAbiJarPath() - Method in class com.facebook.buck.jvm.java.CompilerParameters
 
getAbiRules(BuildRuleResolver, Iterable<BuildRule>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryRules
 
getAbiRulesWherePossible(BuildRuleResolver, Iterable<BuildRule>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryRules
Iterates the input BuildRules and translates them to their ABI rules when possible.
getAbsoluteArchiveMemberPath(SourcePath) - Method in class com.facebook.buck.rules.DefaultSourcePathResolver
 
getAbsoluteArchiveMemberPath(SourcePath) - Method in interface com.facebook.buck.rules.SourcePathResolver
 
getAbsoluteOutputFilePath(SourcePathResolver) - Method in class com.facebook.buck.shell.Genrule
 
getAbsolutePath(SourcePath) - Method in class com.facebook.buck.rules.DefaultSourcePathResolver
 
getAbsolutePath(SourcePath) - Method in interface com.facebook.buck.rules.SourcePathResolver
 
getAbsolutePathsForInputs() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getAbsolutePathToBuildFile(BuildTarget) - Method in class com.facebook.buck.rules.Cell
 
getAbsolutePathToBuildFileUnsafe(BuildTarget) - Method in class com.facebook.buck.rules.Cell
For use in performance-sensitive code or if you don't care if the build file actually exists, otherwise prefer Cell.getAbsolutePathToBuildFile(BuildTarget).
getAccessFlags(TypeElement) - Method in class com.facebook.buck.jvm.java.abi.AccessFlags
Gets the class access flags (see JVMS8 4.1) for the given type element, augmented by the special ASM pseudo-access flag for @Deprecated types.
getAccessFlags(ExecutableElement) - Method in class com.facebook.buck.jvm.java.abi.AccessFlags
Gets the method access flags (see JVMS8 4.6) for the given executable element, augmented by the special ASM pseudo-access flag for @Deprecated methods.
getAccessFlags(VariableElement) - Method in class com.facebook.buck.jvm.java.abi.AccessFlags
Gets the field access flags (see JVMS8 4.5) for the given variable element, augmented by the special ASM pseudo-access flag for @Deprecated fields.
getAccessFlagsForClassNode(TypeElement) - Method in class com.facebook.buck.jvm.java.abi.AccessFlags
Gets the class access flags (see JVMS8 4.1) for the given type element as they should appear in the ClassNode of a class file.
getAccessLevel() - Method in class com.facebook.buck.jvm.java.JarFileObject
 
getActionConfigNames() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
 
getActionConfigNamesFromArg(XcodeWorkspaceConfigDescriptionArg) - Static method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription
 
getActionGraph() - Method in class com.facebook.buck.rules.ActionGraphAndResolver
 
getActionGraph(BuckEventBus, TargetGraph, BuckConfig) - Method in class com.facebook.buck.rules.ActionGraphCache
Create an ActionGraph, using options extracted from a BuckConfig.
getActionGraph(BuckEventBus, boolean, boolean, TargetGraph, int, ActionGraphParallelizationMode) - Method in class com.facebook.buck.rules.ActionGraphCache
It returns an ActionGraphAndResolver.
getActionGraphCache() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getActionGraphCache() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getActionGraphCache() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getActionGraphParallelizationMode() - Method in class com.facebook.buck.cli.BuckConfig
Whether to parallelize action graph creation.
getActionGraphTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
 
getActivityName() - Method in class com.facebook.buck.event.StartActivityEvent
 
getActivityToStart() - Method in class com.facebook.buck.cli.InstallCommand
 
getActool() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getActualHashCode() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
 
getActualHashCode() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
 
getActualHashCode() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
 
getAdbExecutable() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getAdbOptions(BuckConfig) - Method in class com.facebook.buck.cli.AdbCommandLineOptions
 
getAdbOptions(BuckConfig) - Method in class com.facebook.buck.cli.TestCommand
 
getAdbThreadCount() - Method in class com.facebook.buck.step.AdbOptions
 
getAdditionalCoverageTargets() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getAdditionalCoverageTargets() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getAdditionalTargetsToBuild(BuildRuleResolver) - Method in class com.facebook.buck.cli.BuildCommand
 
getAdditionalTargetsToBuild(BuildRuleResolver) - Method in class com.facebook.buck.cli.InstallCommand
 
getAddr() - Method in class com.facebook.buck.macho.Section
 
getAggregatedCacheRateStats(ImmutableCollection<CacheRateStatsKeeper.CacheRateStatsUpdateEvent>) - Static method in class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
getAggregationLimit(IjProjectConfig) - Method in enum com.facebook.buck.ide.intellij.model.IjModuleType
 
getAggregationLimitForAndroidResourceModule() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getAggregationMode() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getAggregationTag() - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationContext
 
getAggregationTag() - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
Uniquely identifies the type of this module for aggregation purpose.
getAidl() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
 
getAidlExecutable() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getAlias() - Method in class com.facebook.buck.android.KeystoreProperties
 
getAliases() - Method in class com.facebook.buck.cli.BuckConfig
 
getAlign() - Method in class com.facebook.buck.macho.FatArch
 
getAlign() - Method in class com.facebook.buck.macho.Section
 
getAll(Path, AtomicLong) - Method in class com.facebook.buck.json.HybridProjectBuildFileParser
 
getAll(Path, AtomicLong) - Method in class com.facebook.buck.json.PythonDslProjectBuildFileParser
Collect all rules from a particular build file.
getAll(Path, AtomicLong) - Method in interface com.facebook.buck.parser.api.ProjectBuildFileParser
Collect all rules from a particular build file.
getAll(Iterable<BuildTarget>) - Method in class com.facebook.buck.rules.TargetGraph
 
getAll(Path, AtomicLong) - Method in class com.facebook.buck.skylark.parser.SkylarkProjectBuildFileParser
 
getAll(ListeningExecutorService, Iterable<Callable<V>>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
Invoke multiple callables on the provided executor and wait for all to return successfully.
getAllAbsolutePaths(Collection<? extends SourcePath>) - Method in class com.facebook.buck.rules.DefaultSourcePathResolver
 
getAllAbsolutePaths(Collection<? extends SourcePath>) - Method in interface com.facebook.buck.rules.SourcePathResolver
 
getAllAvailableWriters() - Method in interface com.facebook.buck.log.ConsoleHandlerState
 
getAllCells() - Method in class com.facebook.buck.rules.Cell
Returns a list of all cells, including this cell.
getAllDescriptions() - Method in class com.facebook.buck.rules.Cell
 
getAllDescriptions() - Method in class com.facebook.buck.rules.KnownBuildRuleTypes
 
getAllFlags() - Method in class com.facebook.buck.cxx.CxxToolFlags
Returns all flags in the appropriate order.
getAllMavenRepos() - Method in class com.facebook.buck.cli.DownloadConfig
 
getAllNodes(Cell, Path, AtomicLong) - Method in class com.facebook.buck.parser.ParsePipeline
Obtain all TargetNodes from a build file.
getAllNodesJob(Cell, Path, AtomicLong) - Method in class com.facebook.buck.parser.ConvertingPipeline
 
getAllNodesJob(Cell, Path, AtomicLong) - Method in class com.facebook.buck.parser.ParsePipeline
Asynchronously obtain all TargetNodes from a build file.
getAllNodesJob(Cell, Path, AtomicLong) - Method in class com.facebook.buck.parser.RawNodeParsePipeline
 
getAllOutputs() - Method in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
getAllowedDuplicateResourceTypes() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getAllowedJavaSpecificationVersions() - Method in class com.facebook.buck.cli.BuckConfig
 
getAllowEmptyGlobs() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getAllowEmptyGlobs() - Method in class com.facebook.buck.parser.ParserConfig
getAllowSymlinks() - Method in class com.facebook.buck.parser.ParserConfig
getAllParamInfo(TypeCoercerFactory, Class<?>) - Method in class com.facebook.buck.rules.coercer.CoercedTypeCache
 
getAllPaths(Optional<Path>) - Method in class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
 
getAllPaths(Optional<Path>) - Method in class com.facebook.buck.cxx.toolchain.MungingDebugPathSanitizer
 
getAllPaths(Optional<Path>) - Method in class com.facebook.buck.cxx.toolchain.PrefixMapDebugPathSanitizer
 
getAllPossibleHostFlavors() - Static method in class com.facebook.buck.cxx.toolchain.CxxPlatforms
 
getAllRawNodes(Cell, Path) - Method in class com.facebook.buck.parser.PerBuildState
 
getAllRules(Iterable<BuildTarget>) - Method in interface com.facebook.buck.rules.BuildRuleResolver
 
getAllRulesAndMetaRules(Path, AtomicLong) - Method in class com.facebook.buck.json.HybridProjectBuildFileParser
 
getAllRulesAndMetaRules(Path, AtomicLong) - Method in class com.facebook.buck.json.PythonDslProjectBuildFileParser
Collect all rules from a particular build file, along with meta rules about the rules, for example which build files the rules depend on.
getAllRulesAndMetaRules(Path, AtomicLong) - Method in interface com.facebook.buck.parser.api.ProjectBuildFileParser
Collect all rules from a particular build file, along with meta rules about the rules, for example which build files the rules depend on.
getAllRulesAndMetaRules(Path, AtomicLong) - Method in class com.facebook.buck.skylark.parser.SkylarkProjectBuildFileParser
 
getAllRulesInternal(Path, AtomicLong) - Method in class com.facebook.buck.json.PythonDslProjectBuildFileParser
 
getAllRulesStream(Iterable<BuildTarget>) - Method in interface com.facebook.buck.rules.BuildRuleResolver
 
getAllTargetNodes(BuckEventBus, Cell, boolean, ListeningExecutorService, Path) - Method in class com.facebook.buck.parser.Parser
 
getAllTargetNodes(Cell, Path) - Method in class com.facebook.buck.parser.PerBuildState
 
getAllTargetNodesJob(Cell, Path) - Method in class com.facebook.buck.parser.PerBuildState
 
getAmortizedNanoTime() - Method in class com.facebook.buck.event.FileHashCacheEvent
 
getAmountsPerRuleType() - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
Map from the value of BuildRule.getType() to the required resources.
getAnalyzeAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
 
getAndPostAnnouncements() - Method in class com.facebook.buck.event.listener.PublicAnnouncementManager
 
getAndroidApkDir(ProjectFilesystem) - Static method in class com.facebook.buck.ide.intellij.IjAndroidHelper
 
getAndroidAppModularityResult() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getAndroidDevicesHelper() - Method in class com.facebook.buck.step.ExecutionContext
 
getAndroidFacet() - Method in class com.facebook.buck.ide.intellij.model.IjModule
 
getAndroidFacet() - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
getAndroidFrameworkIdlFile() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getAndroidGenDir(ProjectFilesystem) - Static method in class com.facebook.buck.ide.intellij.IjAndroidHelper
This directory is analogous to the gen/ directory that IntelliJ would produce when building an Android module.
getAndroidJar() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getAndroidManifest() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getAndroidManifestPath() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getAndroidManifestPath() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
getAndroidManifestPath(TargetNode<AndroidBinaryDescriptionArg, ?>) - Method in interface com.facebook.buck.ide.intellij.model.IjModuleFactoryResolver
 
getAndroidManifestXml() - Method in class com.facebook.buck.android.AaptOutputInfo
 
getAndroidManifestXml() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
 
getAndroidModuleSdkName() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getAndroidModuleSdkType() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getAndroidNdkPath() - Method in class com.facebook.buck.rules.SdkEnvironment
 
getAndroidPackage() - Method in class com.facebook.buck.js.JsBundleDescriptionArg
For R.java
getAndroidPackageableCollection() - Method in class com.facebook.buck.android.AndroidBinary
 
getAndroidPlatformTarget() - Method in class com.facebook.buck.step.ExecutionContext
Returns the AndroidPlatformTarget, if present.
getAndroidPlatformTargetSupplier() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getAndroidPlatformTargetSupplier() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getAndroidPlatformTargetSupplier() - Method in class com.facebook.buck.rules.BuildContext
 
getAndroidPlatformTargetSupplier() - Method in class com.facebook.buck.step.ExecutionContext
Returns an AndroidPlatformTarget if the user specified one.
getAndroidProjectType() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
 
getAndroidProperties(IjModule) - Method in class com.facebook.buck.ide.intellij.IjProjectTemplateDataPreparer
 
getAndroidResourceDeps() - Method in class com.facebook.buck.android.DummyRDotJava
 
getAndroidResourcePath(TargetNode<AndroidResourceDescriptionArg, ?>) - Method in interface com.facebook.buck.ide.intellij.model.IjModuleFactoryResolver
 
getAndroidSdkPath() - Method in class com.facebook.buck.rules.SdkEnvironment
 
getAndroidSdkProguardConfig() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getAndroidTarget() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getAndroidToolsCommonJarPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getAnnotation(Class<A>) - Method in class com.facebook.buck.jvm.java.abi.source.TreeBackedAnnotatedConstruct
 
getAnnotationDir() - Method in class com.facebook.buck.io.BuckPaths
 
getAnnotationMirrors() - Method in class com.facebook.buck.jvm.java.abi.source.TreeBackedAnnotatedConstruct
 
getAnnotationOutputPath(TargetNode<? extends JvmLibraryArg, ?>) - Method in interface com.facebook.buck.ide.intellij.model.IjModuleFactoryResolver
 
getAnnotationPath(ProjectFilesystem, BuildTarget, String) - Static method in class com.facebook.buck.model.BuildTargets
Return a path to a file in the buck-out/annotation/ directory.
getAnnotationProcessingParams() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getAnnotationProcessorDeps() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getAnnotationProcessorDeps() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getAnnotationProcessorDeps() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getAnnotationProcessorDeps() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getAnnotationProcessorName() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
getAnnotationProcessorOnly() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getAnnotationProcessorOnly() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getAnnotationProcessorOnly() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getAnnotationProcessorOnly() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getAnnotationProcessorOnly() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getAnnotationProcessorParams() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getAnnotationProcessorParams() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getAnnotationProcessorParams() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getAnnotationProcessorParams() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getAnnotationProcessorParams() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getAnnotationProcessors() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getAnnotationProcessors() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getAnnotationProcessors() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getAnnotationProcessors() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getAnnotationProcessors() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getAnnotationProcessors() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getAnnotationProcessors() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getAnnotationProcessors() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getAnnotationProcessors() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getAnnotationProcessors() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getAnnotationsByType(Class<A>) - Method in class com.facebook.buck.jvm.java.abi.source.TreeBackedAnnotatedConstruct
 
getAnsi() - Method in class com.facebook.buck.step.ExecutionContext
 
getAnsi() - Method in class com.facebook.buck.util.Console
 
getApk() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
 
getApk() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
 
getApk() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
 
getApkInfo() - Method in class com.facebook.buck.android.AndroidBinary
The APK at this path is the final one that points to an APK that a user should install.
getApkInfo() - Method in class com.facebook.buck.android.ApkGenrule
 
getApkInfo() - Method in interface com.facebook.buck.android.HasInstallableApk
 
getApkModule() - Method in class com.facebook.buck.android.AndroidLinkableMetadata
 
getApkModule() - Method in class com.facebook.buck.android.StrippedObjectDescription
 
getAPKModuleGraph() - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
 
getAPKModuleGraph() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getAPKModules() - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
 
getAPKModuleToClassesMap(ImmutableMultimap<APKModule, Path>, Function<String, String>, ProjectFilesystem) - Static method in class com.facebook.buck.android.apkmodule.APKModuleGraph
Group the classes in the input jars into a multimap based on the APKModule they belong to
getApkPath() - Method in class com.facebook.buck.android.ApkInfo
 
getApkPath() - Method in class com.facebook.buck.android.HasInstallableApk.AbstractApkInfo
 
getApkUnderTest() - Method in class com.facebook.buck.android.AndroidInstrumentationApk
 
getApkUnderTestPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getAppIcon() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
 
getAppID() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Returns a (prefix, identifier) pair for which the profile is valid.
getAppIncludesFrameworks() - Method in class com.facebook.buck.apple.ApplePlatform
 
getAppleCxxPlatformForBuildTarget(FlavorDomain<CxxPlatform>, Flavor, FlavorDomain<AppleCxxPlatform>, BuildTarget, Optional<MultiarchFileInfo>) - Static method in class com.facebook.buck.apple.ApplePlatforms
 
getAppleCxxPlatforms() - Method in class com.facebook.buck.apple.toolchain.AppleCxxPlatformsProvider
 
getAppleDebugSymbolDeps() - Method in class com.facebook.buck.apple.MultiarchFile
 
getAppleDebugSymbolDeps() - Method in class com.facebook.buck.cxx.CxxBinary
 
getAppleDebugSymbolDeps() - Method in class com.facebook.buck.cxx.CxxLink
 
getAppleDebugSymbolDeps() - Method in interface com.facebook.buck.cxx.HasAppleDebugSymbolDeps
 
getAppleDeveloperDirectory(BuckConfig, ProcessExecutor) - Static method in class com.facebook.buck.apple.AppleCxxPlatforms
 
getAppleDeveloperDirectorySupplier(ProcessExecutor) - Method in class com.facebook.buck.apple.AppleConfig
If specified, the value of [apple] xcode_developer_dir wrapped in a Supplier.
getAppleDeveloperDirectorySupplierForTests(ProcessExecutor) - Method in class com.facebook.buck.apple.AppleConfig
If specified, the value of [apple] xcode_developer_dir_for_tests wrapped in a Supplier.
getAppleDeviceHelperAbsolutePath() - Method in class com.facebook.buck.apple.AppleConfig
 
getAppleDeviceHelperTarget() - Method in class com.facebook.buck.apple.AppleConfig
 
getAppleDsym() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
 
getApplePlatform() - Method in class com.facebook.buck.apple.AppleSdk
The platform of the SDK.
getAppleSdk() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getAppleSdkPaths() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getAppleSdkPaths() - Method in class com.facebook.buck.rules.SdkEnvironment
 
getAppleToolchains() - Method in class com.facebook.buck.rules.SdkEnvironment
 
getApplicationModuleConfigs() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
 
getApplicationModuleConfigs() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getApplicationModuleTargets() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getApproximateBuildProgress() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
getApproximateBuildProgress() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
getApproximateDistBuildProgress() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
getAr() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getArchitecture() - Method in class com.facebook.buck.cli.BuckConfig
 
getArchitectures() - Method in class com.facebook.buck.apple.ApplePlatform
 
getArchitectures() - Method in class com.facebook.buck.apple.AppleSdk
The architectures supported by the SDK.
getArchiveAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
 
getArchiveContents() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getArchiveMembers(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.ZipArchiveDependencySupplier
 
getArchiveMembers(SourcePathResolver) - Method in interface com.facebook.buck.rules.keys.ArchiveDependencySupplier
 
getArchiveOptions(boolean) - Method in interface com.facebook.buck.cxx.toolchain.Archiver
 
getArchiveOptions(boolean) - Method in class com.facebook.buck.cxx.toolchain.BsdArchiver
 
getArchiveOptions(boolean) - Method in class com.facebook.buck.cxx.toolchain.GnuArchiver
 
getArchiveOptions(boolean) - Method in class com.facebook.buck.cxx.toolchain.WindowsArchiver
 
getArchivePath() - Method in class com.facebook.buck.io.AbstractArchiveMemberPath
 
getArchivePath() - Method in class com.facebook.buck.io.ArchiveMemberPath
 
getArchiverProvider(Platform) - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getArchiveSourcePath() - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
 
getArea() - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
 
getArflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getArg() - Method in class com.facebook.buck.rules.args.StringArg
 
getArgs(Iterable<CxxHeaders>, SourcePathResolver, Optional<PathShortener>, Preprocessor) - Static method in class com.facebook.buck.cxx.CxxHeaders
 
getArgs() - Method in class com.facebook.buck.cxx.CxxLink
 
getArgs() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getArgs() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
 
getArgs() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getArgs() - Method in class com.facebook.buck.event.CommandEvent
 
getArgs() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
 
getArgs() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
 
getArgs() - Method in class com.facebook.buck.query.FunctionExpression
 
getArgs() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
 
getArgs() - Method in class com.facebook.buck.shell.ShTest
 
getArgs() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
 
getArgs() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
 
getArgsPath() - Method in class com.facebook.buck.worker.WorkerProcessCommand
Path to file which contains the arguments of the command.
getArguments() - Method in class com.facebook.buck.cli.AuditCellCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditClasspathCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditConfigCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditFlavorsCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditInputCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditOwnerCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditRulesCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditTestsCommand
 
getArguments() - Method in class com.facebook.buck.cli.BuildCommand
 
getArguments() - Method in class com.facebook.buck.cli.CacheCommand
 
getArguments() - Method in class com.facebook.buck.cli.TargetsCommand
 
getArguments() - Method in class com.facebook.buck.cli.UninstallCommand
 
getArguments() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
 
getArguments() - Method in class com.facebook.buck.message_ipc.InvocationMessage
 
getArgumentsFormattedAsBuildTargets(BuckConfig) - Method in class com.facebook.buck.cli.AuditClasspathCommand
 
getArgumentsFormattedAsBuildTargets(BuckConfig) - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
getArgumentsFormattedAsBuildTargets(BuckConfig) - Method in class com.facebook.buck.cli.AuditInputCommand
 
getArgumentsFormattedAsBuildTargets(BuckConfig) - Method in class com.facebook.buck.cli.AuditTestsCommand
 
getArgumentTypes() - Method in class com.facebook.buck.query.AllPathsFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.AttrFilterFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.BuildFileFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.DepsFunction.FirstOrderDepsFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.DepsFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.FilterFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.InputsFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.KindFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.LabelsFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.OwnerFunction
 
getArgumentTypes() - Method in interface com.facebook.buck.query.QueryEnvironment.QueryFunction
The types of the arguments of the function.
getArgumentTypes() - Method in class com.facebook.buck.query.RdepsFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.TestsOfFunction
 
getArgumentTypes() - Method in class com.facebook.buck.rules.query.ClasspathFunction
 
getArtifactCache() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getArtifactCache() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
 
getArtifactCacheFactory() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getArtifactCacheFactory() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getArtifactCacheModes() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getArtifactCacheModesRaw() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getArtifactContentHash() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractFetchResult
 
getArtifactContentHash() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractStoreResult
 
getArtifactContentHash() - Method in class com.facebook.buck.artifact_cache.FetchResult
 
getArtifactContentHash() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
 
getArtifactContentHash() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
 
getArtifactContentHash() - Method in class com.facebook.buck.artifact_cache.StoreResult
 
getArtifactContentHashCode() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
 
getArtifactOnlyHashCode() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
 
getArtifactOnlyHashCode() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
 
getArtifactOnlyHashCode() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
 
getArtifactSizeBytes() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractFetchResult
 
getArtifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.FetchResult
 
getArtifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
 
getArtifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
 
getArtifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
 
getAs() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getAsciiString(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
getAsflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getAsm() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getAsmflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getAsmpp() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getAsmppflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getAspp() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getAsppflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getAssemblerDebugPathSanitizer() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getAssemblerFlags() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getAssemblerFlags() - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
 
getAssemblerFlags() - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
 
getAssemblerFlags() - Method in class com.facebook.buck.go.GoTestDescriptionArg
 
getAssembly() - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
 
getAssetPaths() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
 
getAssets() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getAssets() - Method in class com.facebook.buck.android.AndroidResource
 
getAssets() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
 
getAssets() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
 
getAssetsDirectories() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Directories containing assets to be included directly in the apk, under the "assets" directory.
getAssetsDirectoryForProject(BuildRuleResolver, TargetNode<AndroidResourceDescriptionArg, ?>) - Static method in class com.facebook.buck.android.AndroidResourceDescription
 
getAssetsPath(TargetNode<AndroidResourceDescriptionArg, ?>) - Method in interface com.facebook.buck.ide.intellij.model.IjModuleFactoryResolver
 
getAssociatedRuleKeys() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractFetchResult
 
getAssociatedRuleKeys() - Method in class com.facebook.buck.artifact_cache.FetchResult
 
getAssociatedRuleKeys() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
 
getAutoconfName() - Method in enum com.facebook.buck.util.environment.Platform
 
getAutoSparseState(Path, Path, HgCmdLineInterface, AutoSparseConfig) - Static method in class com.facebook.buck.util.autosparse.AbstractAutoSparseFactory
 
getAvailableCores() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getAvailableCores() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getAvailableCores() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
 
getAvailableResources() - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
 
getAverage() - Method in class com.facebook.buck.counters.SamplingCounter
 
getAverageDownloadSpeed() - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
getBannedDuplicateResourceTypes() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getBannedDuplicateResourceTypes() - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
 
getBaseBookmarks() - Method in interface com.facebook.buck.util.versioncontrol.CommonFastVersionControlStats
 
getBaseBookmarks() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
 
getBaseBookmarks() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
 
getBaseBookmarks() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
 
getBaseBuildTarget() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getBaseConfigurationReference() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCBuildConfiguration
 
getBasedOffWhichTracked() - Method in class com.facebook.buck.doctor.config.SourceControlInfo
 
getBaseModule() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getBaseModule() - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
 
getBaseModule(BuildTarget, Optional<String>) - Static method in class com.facebook.buck.lua.LuaUtil
 
getBaseModule() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getBaseModule() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getBaseModule() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
 
getBaseModule() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getBaseName() - Method in class com.facebook.buck.model.UnflavoredBuildTarget
If this build target were //third_party/java/guava:guava-latest, then this would return "//third_party/java/guava".
getBaseName() - Method in class com.facebook.buck.parser.BuildTargetPatternParser
 
getBaseParams() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getBaseParams() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getBasePath() - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
 
getBasePath() - Method in class com.facebook.buck.parser.BuildFileSpec
 
getBasePath(BuildTarget, Optional<String>) - Static method in class com.facebook.buck.python.PythonUtil
 
getBasePathOfAncestorTarget(Path) - Method in class com.facebook.buck.model.BuildFileTree
Returns the base path for a given path.
getBasePathOfAncestorTarget(Path) - Method in class com.facebook.buck.model.FilesystemBackedBuildFileTree
Returns the base path for a given path.
getBasePathOfAncestorTarget(Path) - Method in class com.facebook.buck.model.InMemoryBuildFileTree
 
getBasePathToAliasMap() - Method in class com.facebook.buck.cli.BuckConfig
Create a map of BuildTarget base paths to aliases.
getBaseTarget() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getBaseTarget() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getBaseTargetFlavorMap() - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
 
getBaseTargetIndex() - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
 
getBaseType(Field) - Static method in class com.facebook.buck.util.Types
Determine the "base type" of a field.
getBash() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
 
getBash() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
 
getBash() - Method in interface com.facebook.buck.shell.AbstractGenruleDescription.CommonArg
 
getBash() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
 
getBeginningEvent() - Method in class com.facebook.buck.rules.BuildRuleEvent.EndingBuildRuleEvent
 
getBestProvisioningProfile(String, ApplePlatform, Optional<ImmutableMap<String, NSObject>>, Optional<? extends Iterable<CodeSignIdentity>>) - Method in class com.facebook.buck.apple.ProvisioningProfileStore
 
getBestServer() - Method in class com.facebook.buck.slb.ClientSideSlb
 
getBestServer() - Method in interface com.facebook.buck.slb.HttpLoadBalancer
 
getBestServer() - Method in class com.facebook.buck.slb.ServerHealthManager
 
getBinary() - Method in class com.facebook.buck.apple.AppleBundle
 
getBinary() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
 
getBinary() - Method in class com.facebook.buck.python.PythonTest
 
getBinaryBuildRule() - Method in class com.facebook.buck.apple.AppleBundle
 
getBinaryBuildRule() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
 
getBinaryBuildRule() - Method in interface com.facebook.buck.apple.BuildRuleWithBinary
 
getBinaryDeps() - Method in class com.facebook.buck.haskell.HaskellBinary
 
getBinaryExtension() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getBinaryFileContent() - Method in class com.facebook.buck.android.StringResources
Returns a byte array that represents the entire set of strings, plurals and string arrays in the following binary file format:
getBinaryJar() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getBinaryJar() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
 
getBinaryJars() - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
 
getBinaryName(BuildTarget, Optional<String>) - Static method in class com.facebook.buck.apple.AppleBundle
 
getBinaryRule() - Method in class com.facebook.buck.cxx.CxxLinkAndCompileRules
 
getBinarySrc() - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
 
getBindMounts(String) - Method in interface com.facebook.buck.eden.EdenClient
 
getBindMounts() - Method in class com.facebook.buck.eden.EdenMount
 
getBlacklist() - Method in class com.facebook.buck.apple.TestHostInfo
Libraries included in test host that should not be linked into the test library.
getBlacklist() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
 
getBlacklistedWifiSsids() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getBlacklistedWifiSsids() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getBlacklistRegex() - Method in class com.facebook.buck.cxx.toolchain.InferBuckConfig
 
getBlueprintIdentifier() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
 
getBlueprintName() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
 
getBody() - Method in interface com.facebook.buck.slb.HttpResponse
 
getBody() - Method in class com.facebook.buck.slb.LoadBalancedHttpResponse
 
getBody() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
 
getBoolean(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getBoolean(String, String) - Method in class com.facebook.buck.config.Config
 
getBooleanValue(String, String, boolean) - Method in class com.facebook.buck.cli.BuckConfig
 
getBooleanValue(String, String, boolean) - Method in class com.facebook.buck.config.Config
 
getBoostTestDep() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getBootClasspath(BuildContext) - Method in class com.facebook.buck.jvm.java.CompileToJarStepFactory
This can be used make the bootclasspath if available, to the postprocess classes commands.
getBootclasspath() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getBootClasspath(BuildContext) - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
 
getBootClasspath(BuildContext) - Method in class com.facebook.buck.jvm.kotlin.KotlincToJarStepFactory
 
getBootclasspathEntries() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getBootClasspathEntries(ExecutionContext) - Method in class com.facebook.buck.android.RobolectricTest
 
getBootClasspathEntries(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JavaTest
 
getBranchedFromMasterRevisionId() - Method in interface com.facebook.buck.util.versioncontrol.CommonFastVersionControlStats
 
getBranchedFromMasterRevisionId() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
 
getBranchedFromMasterRevisionId() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
 
getBranchedFromMasterRevisionId() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
 
getBranchedFromMasterTS() - Method in interface com.facebook.buck.util.versioncontrol.CommonFastVersionControlStats
 
getBranchedFromMasterTS() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
 
getBranchedFromMasterTS() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
 
getBranchedFromMasterTS() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
 
getBridgingHeader() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
These fields are passed through to SwiftLibrary for mixed C/Swift targets; they are not used otherwise.
getBridgingHeader() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
These fields are passed through to SwiftLibrary for mixed C/Swift targets; they are not used otherwise.
getBridgingHeader() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
These fields are passed through to SwiftLibrary for mixed C/Swift targets; they are not used otherwise.
getBridgingHeader() - Method in class com.facebook.buck.cxx.CxxBridgingHeaders
 
getBridgingHeader() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
These fields are passed through to SwiftLibrary for mixed C/Swift targets; they are not used otherwise.
getBridgingHeader() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
These fields are passed through to SwiftLibrary for mixed C/Swift targets; they are not used otherwise.
getBridgingHeader() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getBuckCommit() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getBuckConfig() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getBuckConfig() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getBuckConfig() - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatusEvent
 
getBuckConfig() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getBuckConfig() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getBuckConfig() - Method in class com.facebook.buck.rules.Cell
 
getBuckDirty() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getBuckEventBus() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getBuckEventBus() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getBuckEventBus() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getBuckEventBus() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getBuckEventBus() - Method in class com.facebook.buck.event.listener.BroadcastEventListener.BroadcastEventBusClosable
 
getBuckEventBus() - Method in class com.facebook.buck.step.ExecutionContext
 
getBuckFilePath() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent
 
getBuckGitCommitHash() - Method in class com.facebook.buck.cli.VersionCommand
 
getBuckLogDir() - Method in class com.facebook.buck.log.InvocationInfo
 
getBuckModuleBaseSourceCodePath() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getBuckOut() - Method in class com.facebook.buck.io.BuckPaths
The relative path to the directory where Buck will generate its files.
getBuckOutCompatLink() - Method in class com.facebook.buck.cli.BuckConfig
 
getBuckOutputPath() - Static method in class com.facebook.buck.util.BuckConstant
The relative path to the directory where Buck will generate its files.
getBuckPackageBoundaryExceptions() - Method in class com.facebook.buck.parser.ParserConfig
A list of absolute paths under which buck package boundary checks should not be performed.
getBuckPaths() - Method in class com.facebook.buck.io.ProjectFilesystem
 
getBuildable() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
getBuildableForAndroidResources(BuildRuleResolver, boolean) - Method in class com.facebook.buck.android.AndroidLibraryGraphEnhancer
 
getBuildableName() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
 
getBuildableReference() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry
 
getBuildableReference() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
 
getBuildableReference() - Method in class com.facebook.buck.apple.xcode.XCScheme.ProfileAction
 
getBuildableReference() - Method in class com.facebook.buck.apple.xcode.XCScheme.TestableReference
 
getBuildAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
 
getBuildActionEntries() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildAction
 
getBuildArgs() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getBuildArgs() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getBuildArgs() - Method in class com.facebook.buck.rules.BuildEvent.Finished
 
getBuildArgs() - Method in class com.facebook.buck.rules.BuildEvent.Started
 
getBuildCellRootPath() - Method in class com.facebook.buck.rules.BuildContext
 
getBuildCellRootPath() - Method in class com.facebook.buck.step.ExecutionContext
getBuildConfigFields() - Method in class com.facebook.buck.android.AndroidBuildConfig
 
getBuildConfigs() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
 
getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.AnalyzeAction
 
getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.ArchiveAction
 
getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
 
getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.ProfileAction
 
getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.TestAction
 
getBuildConfigurationList() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
getBuildConfigurationList() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
getBuildConfigurationsByName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCConfigurationList
 
getBuildConfigValues() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getBuildConfigValues() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getBuildConfigValuesFile() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getBuildContext() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
BuildContext used by various rules to generate Steps.
getBuildDeps() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSources
 
getBuildDeps() - Method in class com.facebook.buck.android.Aapt2Compile
 
getBuildDeps() - Method in class com.facebook.buck.android.Aapt2Link
 
getBuildDeps() - Method in class com.facebook.buck.android.AaptPackageResources
 
getBuildDeps() - Method in class com.facebook.buck.android.AndroidBinary
 
getBuildDeps() - Method in class com.facebook.buck.android.AndroidBinaryNonExoInstaller
 
getBuildDeps() - Method in class com.facebook.buck.android.AssembleDirectories
 
getBuildDeps() - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getBuildDeps() - Method in class com.facebook.buck.android.ExopackageDeviceDirectoryLister
 
getBuildDeps() - Method in class com.facebook.buck.android.ExopackageFilesInstaller
 
getBuildDeps() - Method in class com.facebook.buck.android.ExopackageInstallFinisher
 
getBuildDeps() - Method in class com.facebook.buck.android.GenerateRDotJava
 
getBuildDeps() - Method in class com.facebook.buck.android.GenerateStringSourceMap
 
getBuildDeps() - Method in class com.facebook.buck.android.MergeAssets
 
getBuildDeps() - Method in class com.facebook.buck.android.PackageStringAssets
 
getBuildDeps() - Method in class com.facebook.buck.android.ResourcesFilter
 
getBuildDeps() - Method in class com.facebook.buck.android.SplitResources
 
getBuildDeps() - Method in class com.facebook.buck.android.StripLinkable
 
getBuildDeps() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
 
getBuildDeps() - Method in class com.facebook.buck.apple.AppleDsym
 
getBuildDeps() - Method in class com.facebook.buck.cxx.Archive
 
getBuildDeps() - Method in class com.facebook.buck.cxx.CxxCompilationDatabase
 
getBuildDeps() - Method in class com.facebook.buck.cxx.CxxStrip
 
getBuildDeps() - Method in class com.facebook.buck.rules.AbstractBuildRuleWithDeclaredAndExtraDeps
 
getBuildDeps() - Method in interface com.facebook.buck.rules.BuildRule
 
getBuildDeps() - Method in class com.facebook.buck.rules.BuildRuleParams
 
getBuildDeps() - Method in class com.facebook.buck.rules.DependencyAggregation
 
getBuildDeps() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
getBuildDeps() - Method in class com.facebook.buck.rules.SymlinkTree
SymlinkTree never has any compile-time deps, only runtime deps.
getBuildDeps() - Method in class com.facebook.buck.shell.CommandAlias
 
getBuildEngineMode() - Method in class com.facebook.buck.cli.BuildCommand
 
getBuildEnvironmentDescription() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getBuildEnvironmentDescription() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getBuildEnvironmentDescription() - Method in class com.facebook.buck.doctor.DefectReport
 
getBuildEnvironmentDescription() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
 
getBuildEventsByThread() - Method in class com.facebook.buck.event.listener.BuildRuleThreadTracker
 
getBuildFileImportWhitelist() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getBuildFileImportWhitelist() - Method in class com.facebook.buck.parser.ParserConfig
getBuildFileName() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getBuildFileName() - Method in class com.facebook.buck.parser.ParserConfig
getBuildFileName() - Method in class com.facebook.buck.rules.Cell
 
getBuildFiles(Set<QueryTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getBuildFiles(Set<QueryTarget>) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the build files that define the given targets.
getBuildFiles(Set<QueryTarget>) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
getBuildFiles(Set<QueryTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getBuildFileSearchMethod() - Method in class com.facebook.buck.parser.ParserConfig
getBuildFileSpec() - Method in class com.facebook.buck.parser.BuildTargetSpec
 
getBuildFileSpec() - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
 
getBuildFileSpec() - Method in interface com.facebook.buck.parser.TargetNodeSpec
 
getBuildFor() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry
 
getBuildId() - Method in class com.facebook.buck.doctor.config.BuildLogEntry
 
getBuildId() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
 
getBuildId() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
getBuildId() - Method in interface com.facebook.buck.event.BuckEvent
 
getBuildId() - Method in interface com.facebook.buck.event.BuckEventBus
 
getBuildId() - Method in class com.facebook.buck.event.DefaultBuckEventBus
An id that every event posted to this event bus will share.
getBuildId() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getBuildId() - Method in class com.facebook.buck.log.InvocationInfo
 
getBuildId() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
 
getBuildId() - Method in class com.facebook.buck.step.ExecutionContext
 
getBuildInfoStoreManager() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getBuildInfoStoreManager() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getBuildInfoStoreManager() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getBuildJobStateAndBuildName(ProjectFilesystem, Console, DistBuildService) - Method in class com.facebook.buck.cli.DistBuildRunCommand
 
getBuildLabel() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getBuildLogs() - Method in class com.facebook.buck.doctor.BuildLogHelper
 
getBuildMap(String) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getBuildMap(String) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
 
getBuildMode() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getBuildOutput() - Method in class com.facebook.buck.rules.BuildOutputInitializer
The initialized buildOutput.
getBuildOutputInitializer() - Method in class com.facebook.buck.android.AndroidResource
 
getBuildOutputInitializer() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
 
getBuildOutputInitializer() - Method in class com.facebook.buck.android.DummyRDotJava
 
getBuildOutputInitializer() - Method in class com.facebook.buck.android.ResourcesFilter
 
getBuildOutputInitializer() - Method in class com.facebook.buck.android.UnzipAar
 
getBuildOutputInitializer() - Method in class com.facebook.buck.jvm.java.CalculateAbiFromClasses
 
getBuildOutputInitializer() - Method in class com.facebook.buck.jvm.java.CalculateAbiFromSource
 
getBuildOutputInitializer() - Method in class com.facebook.buck.jvm.java.CompareAbis
 
getBuildOutputInitializer() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getBuildOutputInitializer() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getBuildOutputInitializer() - Method in interface com.facebook.buck.rules.InitializableFromDisk
 
getBuildOutputInitializer() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
getBuildOutputInitializer() - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
getBuildPhases() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
getBuildRule() - Method in class com.facebook.buck.rules.BuildRuleEvent
 
getBuildRuleDirectedGraphFilteredBy(Iterable<? extends BuildRule>, Predicate<Object>, Predicate<Object>) - Static method in class com.facebook.buck.rules.BuildRuleDependencyVisitors
Given dependencies in inputs builds graph of transitive dependencies filtering them by instanceOf T.
getBuildRuleMinimumDurationMillis() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
 
getBuildRuleResolver() - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
 
getBuildRuleResult(BuildTarget) - Method in interface com.facebook.buck.rules.BuildEngine
Returns the build result of the build rule associated with the given build target.
getBuildRuleResult(BuildTarget) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
getBuildRules() - Method in class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
 
getBuildRules() - Method in interface com.facebook.buck.rules.BuildRuleResolver
 
getBuildRules() - Method in class com.facebook.buck.rules.MultiThreadedBuildRuleResolver
 
getBuildRules() - Method in class com.facebook.buck.rules.SingleThreadedBuildRuleResolver
 
getBuildRuleStatus() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
 
getBuildRuleType(String) - Method in class com.facebook.buck.rules.Cell
 
getBuildRuleType(Class<? extends Description<?>>) - Static method in interface com.facebook.buck.rules.Description
 
getBuildRuleType(Description<?>) - Static method in interface com.facebook.buck.rules.Description
 
getBuildRuleType(String) - Static method in interface com.facebook.buck.rules.Description
 
getBuildRuleType(String) - Method in class com.facebook.buck.rules.KnownBuildRuleTypes
 
getBuildSettings() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
 
getBuildSlaveFinishedStats() - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatusEvent
 
getBuildSlaveFinishedStats() - Method in class com.facebook.buck.distributed.ClientSideBuildSlaveFinishedStatsEvent
 
getBuildSlaveStatuses() - Method in exception com.facebook.buck.distributed.DistBuildClientExecutor.JobCompletedException
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSources
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.Aapt2Compile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.Aapt2Link
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AaptPackageResources
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidAar
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidAppModularity
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidBinaryNonExoInstaller
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidBuildConfig
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidManifest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidResource
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidResourceIndex
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AssembleDirectories
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.DummyRDotJava
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.ExopackageDeviceDirectoryLister
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.ExopackageFilesInstaller
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.ExopackageInstallFinisher
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.GenAidl
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.GenerateRDotJava
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.GenerateStringSourceMap
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.MergeAssets
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.NativeLibraryProguardGenerator
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.NdkLibrary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.PackageStringAssets
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.PreDexMerge
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.ResourcesFilter
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.SplitResources
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.StripLinkable
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.UnstrippedNativeLibraries
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.UnzipAar
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleAssetCatalog
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleBundle
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleDebuggableBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleDsym
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleTest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.BuiltinApplePackage
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.CoreDataModel
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.MultiarchFile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.SceneKitAssets
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.Archive
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxCompilationDatabase
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxLink
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxStrip
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.d.DBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.d.DCompileBuildRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.d.DTest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.dotnet.CsharpLibrary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibrary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.file.RemoteFile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.file.WriteFile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.go.GoBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.go.GoCompile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.go.GoTestMain
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.gwt.GwtBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.gwt.GwtModule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.halide.HalideCompile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.haskell.HaskellGhciRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.haskell.HaskellHaddockLibRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.haskell.HaskellHaddockRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.haskell.HaskellLinkRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.haskell.HaskellPackageRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.js.AndroidReactNativeLibrary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.js.JsBundle
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.js.JsBundleAndroid
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.js.JsDependenciesFile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.js.JsLibrary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.js.ReactNativeBundle
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.json.JsonConcatenate
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.CalculateAbiFromClasses
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.CalculateAbiFromSource
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.CompareAbis
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
Building a java_library() rule entails compiling the .java files specified in the srcs attribute.
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.JarFattener
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.Javadoc
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavaSourceJar
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavaTest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.Keystore
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.MavenUberJar
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.lua.LuaBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.lua.LuaStandaloneBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.ocaml.OcamlBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.ocaml.OcamlBuild
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.ocaml.OcamlCCompile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.ocaml.OcamlClean
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.ocaml.OcamlDebugLauncher
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.ocaml.OcamlLink
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.ocaml.OcamlMLCompile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.python.PythonInPlaceBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.python.PythonPackagedBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.python.PythonTest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rules.BinaryWrapperRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in interface com.facebook.buck.rules.BuildRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rules.DependencyAggregation
 
getBuildSteps(EventDispatcher, ProjectFilesystem, InputPathResolver, InputDataRetriever, OutputPathResolver, BuildCellRelativePathFactory) - Method in interface com.facebook.buck.rules.modern.Buildable
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rules.NoopBuildRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rules.NoopBuildRuleWithDeclaredAndExtraDeps
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rules.SymlinkTree
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rules.WriteStringTemplateRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rust.RustCompileRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rust.RustTest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.shell.ExportFile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.shell.Genrule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.shell.ShBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.swift.SwiftCompile
 
getBuildSteps(EventDispatcher, ProjectFilesystem, InputPathResolver, InputDataRetriever, OutputPathResolver, BuildCellRelativePathFactory) - Method in class com.facebook.buck.zip.rules.Zip
 
getBuildStepsForAbiJar(BuildContext, BuildableContext, BuildTarget) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
 
getBuildStepsForLibraryJar(BuildContext, BuildableContext, BuildTarget) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
 
getBuildTarget() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
 
getBuildTarget() - Method in interface com.facebook.buck.android.HasInstallableApk
 
getBuildTarget() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractFetchResult
 
getBuildTarget() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
 
getBuildTarget() - Method in class com.facebook.buck.artifact_cache.FetchResult
 
getBuildTarget(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getBuildTarget() - Method in interface com.facebook.buck.cxx.CxxPreprocessorDep
 
getBuildTarget() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
The build target that this object is modeling.
getBuildTarget() - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
 
getBuildTarget() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
 
getBuildTarget() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTarget
 
getBuildTarget() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
 
getBuildTarget() - Method in class com.facebook.buck.event.InstallEvent
 
getBuildTarget() - Method in class com.facebook.buck.event.StartActivityEvent
 
getBuildTarget() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
getBuildTarget() - Method in interface com.facebook.buck.jvm.java.HasJavaAbi
 
getBuildTarget() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
 
getBuildTarget() - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getBuildTarget() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getBuildTarget() - Method in class com.facebook.buck.parser.BuildTargetSpec
 
getBuildTarget(Path, Optional<String>, Path, F) - Method in class com.facebook.buck.parser.ConvertingPipeline
 
getBuildTarget(Path, Optional<String>, Path, Map<String, Object>) - Method in class com.facebook.buck.parser.TargetNodeParsePipeline
 
getBuildTarget() - Method in class com.facebook.buck.python.NeededCoverageSpec
 
getBuildTarget() - Method in class com.facebook.buck.query.QueryBuildTarget
 
getBuildTarget() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
getBuildTarget() - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
 
getBuildTarget() - Method in interface com.facebook.buck.rules.BuildRule
 
getBuildTarget() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
getBuildTarget() - Method in interface com.facebook.buck.rules.ObeysVisibility
 
getBuildTarget() - Method in class com.facebook.buck.rules.SymlinkTree
 
getBuildTarget() - Method in class com.facebook.buck.rules.TargetNode
 
getBuildTarget() - Method in class com.facebook.buck.swift.SwiftRuntimeNativeLinkable
 
getBuildTarget() - Method in class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent
 
getBuildTarget() - Method in class com.facebook.buck.test.TestResults
 
getBuildTarget() - Method in class com.facebook.buck.test.TestRuleEvent
 
getBuildTargetForAliasAsString(String) - Method in class com.facebook.buck.cli.BuckConfig
 
getBuildTargetForFullyQualifiedTarget(String) - Method in class com.facebook.buck.cli.BuckConfig
 
getBuildTargetIndex() - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
 
getBuildTargetList(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getBuildTargets(CellPathResolver, Iterable<String>) - Method in class com.facebook.buck.cli.AbstractCommand
 
getBuildTargets() - Method in class com.facebook.buck.cli.BuildCommand
 
getBuildTargets() - Method in class com.facebook.buck.parser.ParseEvent
 
getBuildTargets() - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
 
getBuildTargetsForAlias(String) - Method in class com.facebook.buck.cli.BuckConfig
 
getBuildTargetsToExcludeFromDex() - Method in class com.facebook.buck.android.AndroidBinary
 
getBuildTargetToGeneratedTargetMap() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
 
getBuildTargetToGeneratedTargetMap() - Method in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
getBuildTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
 
getBuildToolsOrThrow() - Method in interface com.facebook.buck.android.AndroidDirectoryResolver
 
getBuildToolsOrThrow() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
getBuildToolsVersion() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getBuildType() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getBuildUuid() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getBuildValue(String) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getBuildValue(String) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
 
getBuildVersion() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getBuildVersions() - Method in class com.facebook.buck.cli.BuckConfig
 
getBundle() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
 
getBundleIdFromPlistStream(Path, InputStream) - Static method in class com.facebook.buck.apple.AppleInfoPlistParsing
Extracts the bundle ID (CFBundleIdentifier) from an Info.plist, returning it if present.
getBundleName() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
 
getBundleName() - Method in interface com.facebook.buck.js.CoreReactNativeLibraryArg
 
getBundleName() - Method in class com.facebook.buck.js.JsBundle
 
getBundleName() - Method in class com.facebook.buck.js.JsBundleAndroid
 
getBundleName() - Method in class com.facebook.buck.js.JsBundleDescriptionArg
 
getBundleName() - Method in interface com.facebook.buck.js.JsBundleOutputs
 
getBundleName() - Method in class com.facebook.buck.js.ReactNativeLibraryArg
 
getBundleNameForFlavor() - Method in class com.facebook.buck.js.JsBundleDescriptionArg
 
getBundleRoot(ProjectFilesystem, BuildTarget, String, String) - Static method in class com.facebook.buck.apple.AppleBundle
 
getBytecodeCompileDeps() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getBytecodeCompileDeps() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
 
getBytecodeCompileDeps() - Method in interface com.facebook.buck.ocaml.OcamlLibrary
Dependencies for the bytecode (ocamlc) build
getBytecodeIncludeDirs() - Method in interface com.facebook.buck.ocaml.OcamlLibrary
 
getBytecodeIncludes() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getBytecodeLib() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
 
getBytecodeLink() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
 
getBytecodeLinkableInput() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Inputs for the bytecode (ocamlc) build
getBytecodeLinkableInput() - Method in interface com.facebook.buck.ocaml.OcamlLibrary
 
getBytecodeLinkDeps() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getBytecodeLinkDeps() - Method in interface com.facebook.buck.ocaml.OcamlLibrary
 
getBytecodeOnly() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
 
getBytecodeOnly() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
 
getBytecodeOnly() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
 
getBytes() - Method in class com.facebook.buck.apple.clang.HeaderMap
 
getBytes(ByteOrder) - Method in class com.facebook.buck.apple.clang.HeaderMap
 
getBytes(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
getBytesDownloaded() - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
getBytesRead() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response.ReadPayloadInfo
 
getBytesReceived() - Method in class com.facebook.buck.event.NetworkEvent.BytesReceivedEvent
 
getCache() - Method in class com.facebook.buck.rules.keys.EventPostingRuleKeyCacheScope
 
getCache() - Method in interface com.facebook.buck.rules.keys.RuleKeyCacheScope
 
getCachedBuildRules() - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyCache
 
getCachedBuildRules() - Method in interface com.facebook.buck.rules.keys.RuleKeyCache
 
getCachedBuildRules() - Method in class com.facebook.buck.rules.keys.RuleKeyCacheRecycler
 
getCacheDir() - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
 
getCacheDir() - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
 
getCacheDir() - Method in class com.facebook.buck.io.BuckPaths
 
getCacheEntries() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getCacheErrorCount() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
 
getCacheErrorCount() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getCacheErrorRate() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
 
getCacheErrorRate() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getCacheErrorsPerMode() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
 
getCacheHitCount() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
 
getCacheHitCount() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getCacheHitsPerMode() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
 
getCacheKeySeed() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getCacheMissCount() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
 
getCacheMissCount() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getCacheMissRate() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
 
getCacheMissRate() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getCacheMode() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getCacheModes() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getCacheName() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getCacheRateStatsUpdateEventFromSerializedStats(CacheRateStats) - Static method in class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
 
getCacheReadMode() - Method in interface com.facebook.buck.artifact_cache.ArtifactCache
This method must return the same value over the lifetime of this object.
getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.DirArtifactCache
 
getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
 
getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
 
getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.MultiArtifactCache
 
getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache
 
getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.RetryingCacheDecorator
 
getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCache
 
getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
 
getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
 
getCacheResult() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractFetchResult
 
getCacheResult() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
 
getCacheResult() - Method in class com.facebook.buck.artifact_cache.FetchResult
 
getCacheResult() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getCacheResults() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResultEvent
 
getCacheResultType() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
 
getCaches() - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
getCachesExamined() - Method in interface com.facebook.buck.util.cache.FileHashCache.AbstractFileHashCacheVerificationResult
 
getCachesExamined() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
 
getCacheType() - Method in enum com.facebook.buck.artifact_cache.ArtifactCacheMode
 
getCanaryClassName() - Method in class com.facebook.buck.android.apkmodule.APKModule
 
getCanBeAsset() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getCanBeAsset() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getCanBeAsset() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getCanBeAsset() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getCanBeAsset() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getCanBeAsset() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getCandidatesToDelete(Path) - Method in interface com.facebook.buck.util.DirectoryCleaner.PathSelector
 
getCanonicalCellName(Path) - Method in interface com.facebook.buck.rules.CellPathResolver
Returns a cell name that can be used to refer to the cell at the given path.
getCanonicalCellName(Path) - Method in class com.facebook.buck.rules.CellPathResolverView
 
getCanonicalCellName(Path) - Method in class com.facebook.buck.rules.DefaultCellPathResolver
 
getCanonicalName() - Method in class com.facebook.buck.rules.Cell
 
getCanonicalName() - Method in class com.facebook.buck.rules.DistBuildCellParams
 
getCanReuseClassLoader() - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
 
getCanReuseClassLoader() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
 
getCanReuseClassLoader() - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
 
getCapabilities() - Method in class com.facebook.buck.io.Watchman
 
getCapacity() - Method in class com.facebook.buck.worker.WorkerProcessPool
 
getCategory() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
 
getCategory() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getCategory() - Method in class com.facebook.buck.counters.Counter
 
getCategory() - Method in class com.facebook.buck.counters.CounterInfo
 
getCategory() - Method in class com.facebook.buck.counters.CounterSnapshot
 
getCategory() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent
 
getCategory() - Method in class com.facebook.buck.event.ActionGraphEvent
 
getCategory() - Method in class com.facebook.buck.event.ArtifactCompressionEvent
 
getCategory() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getCategory() - Method in class com.facebook.buck.event.FileHashCacheEvent
 
getCategory() - Method in class com.facebook.buck.event.InstallEvent
 
getCategory() - Method in interface com.facebook.buck.event.LeafEvent
 
getCategory() - Method in class com.facebook.buck.event.LeafEvents.SimpleLeafEvent
 
getCategory() - Method in interface com.facebook.buck.event.RuleKeyCalculationEvent
 
getCategory() - Method in enum com.facebook.buck.event.RuleKeyCalculationEvent.Type
 
getCategory() - Method in class com.facebook.buck.event.StartActivityEvent
 
getCategory() - Method in class com.facebook.buck.event.UninstallEvent
 
getCategory() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Finished
 
getCategory() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Started
 
getCategory() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
getCategory() - Method in class com.facebook.buck.log.ErrorLogRecord
Computes a category key based on relevant LogRecord information.
getCategory() - Method in class com.facebook.buck.parser.ParseEvent
 
getCategory() - Method in class com.facebook.buck.rules.TestStatusMessageEvent
 
getCategory() - Method in class com.facebook.buck.rules.TestSummaryEvent
 
getCategory() - Method in class com.facebook.buck.step.StepEvent
 
getCategory() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent
 
getCategory() - Method in class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent
 
getCategory() - Method in class com.facebook.buck.util.autosparse.AutoSparseStateEvents
 
getCategory() - Method in class com.facebook.buck.util.network.offline.ScribeData
 
getCategory() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent
 
getCc() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getCCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getCell() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getCell() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getCell() - Method in class com.facebook.buck.model.UnflavoredBuildTarget
 
getCell(Path) - Method in class com.facebook.buck.rules.Cell
 
getCell(BuildTarget) - Method in class com.facebook.buck.rules.Cell
 
getCellByPath(Path) - Method in class com.facebook.buck.rules.CellProvider
 
getCellFreeRepresentation() - Method in interface com.facebook.buck.model.BuildTargetPattern
Value used in a build file to specify this pattern, devoid of any Cell prefix.
getCellIfKnown(BuildTarget) - Method in class com.facebook.buck.rules.Cell
 
getCellIgnoringVisibilityCheck(Path) - Method in class com.facebook.buck.rules.Cell
 
getCellIndex(Path) - Method in class com.facebook.buck.distributed.DistBuildCellIndexer
 
getCellName() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getCellNames() - Method in class com.facebook.buck.rules.TargetNode
 
getCellPath() - Method in interface com.facebook.buck.io.WatchmanEvent
Cell path being watched.
getCellPath() - Method in class com.facebook.buck.io.WatchmanOverflowEvent
 
getCellPath() - Method in class com.facebook.buck.io.WatchmanPathEvent
 
getCellPath() - Method in class com.facebook.buck.model.ImmediateDirectoryBuildTargetPattern
 
getCellPath() - Method in class com.facebook.buck.model.SubdirectoryBuildTargetPattern
 
getCellPath() - Method in class com.facebook.buck.model.UnflavoredBuildTarget
 
getCellPath() - Method in class com.facebook.buck.parser.BuildFileSpec
 
getCellPath(Optional<String>) - Method in interface com.facebook.buck.rules.CellPathResolver
 
getCellPath(Optional<String>) - Method in class com.facebook.buck.rules.CellPathResolverView
 
getCellPath(Optional<String>) - Method in class com.facebook.buck.rules.DefaultCellPathResolver
 
getCellPathResolver() - Method in class com.facebook.buck.cli.BuckConfig
 
getCellPathResolver() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getCellPathResolver() - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
 
getCellPathResolver() - Method in class com.facebook.buck.rules.Cell
 
getCellPathResolver() - Method in class com.facebook.buck.step.ExecutionContext
 
getCellPaths() - Method in interface com.facebook.buck.rules.CellPathResolver
 
getCellPaths() - Method in class com.facebook.buck.rules.CellPathResolverView
 
getCellPaths() - Method in class com.facebook.buck.rules.DefaultCellPathResolver
 
getCellRoots() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getCells() - Method in class com.facebook.buck.distributed.DistBuildState
 
getCflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getCFlags() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getCFlags() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getCharContent(boolean) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileObject
 
getCharContent(boolean) - Method in class com.facebook.buck.jvm.java.JavaNoOpFileObject
 
getChildPaths(BuildTarget) - Method in class com.facebook.buck.model.BuildFileTree
 
getChildPaths(BuildTarget) - Method in class com.facebook.buck.model.FilesystemBackedBuildFileTree
 
getChildPaths(BuildTarget) - Method in class com.facebook.buck.model.InMemoryBuildFileTree
 
getChildren() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
getChildren() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
getChildren() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
 
getChunks() - Method in class com.facebook.buck.util.ChunkAccumulator
 
getChunkSize() - Method in class com.facebook.buck.android.resources.ResChunk
 
getClassAbiJar(BuildTarget) - Static method in interface com.facebook.buck.jvm.java.HasJavaAbi
 
getClassAbiPath() - Method in class com.facebook.buck.jvm.java.DiffAbisStep
 
getClassesHash() - Method in interface com.facebook.buck.android.DexWithClasses
 
getClassExpanders() - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
 
getClassLoaderCache() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getClassLoaderCache() - Method in class com.facebook.buck.step.ExecutionContext
 
getClassLoaderForClassPath(ClassLoader, ImmutableList<URL>) - Method in class com.facebook.buck.util.ClassLoaderCache
 
getClassName() - Method in class com.facebook.buck.dalvik.DalvikMemberReference
 
getClassName() - Method in class com.facebook.buck.test.selectors.TestDescription
 
getClassNames() - Method in interface com.facebook.buck.android.DexWithClasses
 
getClassNamesToHashes() - Method in interface com.facebook.buck.jvm.core.HasJavaClassHashes
 
getClassNamesToHashes() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getClassNamesToHashes() - Method in class com.facebook.buck.jvm.java.JavaLibrary.Data
 
getClassNamesToHashes() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getClassNamesToHashesSupplier() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
getClasspath() - Method in class com.facebook.buck.jvm.java.JarShape.Summary
 
getClasspath() - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
 
getClasspath() - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
 
getClasspathDeps() - Method in class com.facebook.buck.android.AndroidBinary
 
getClasspathDeps() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
 
getClasspathDeps(Iterable<BuildRule>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryClasspathProvider
Include the classpath entries from all JavaLibraryRules that have a direct line of lineage to this rule through other JavaLibraryRules.
getClasspathEntries() - Method in class com.facebook.buck.jvm.java.CompilerParameters
 
getClasspathEntries() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
 
getClasspathEntriesToDex() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
This includes everything from the corresponding AndroidPackageableCollection.getClasspathEntriesToDex(), and may include additional entries due to AndroidBuildConfigs (or R.java, in the future).
getClasspathEntriesToDex() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Java classes (jars) to include in the package.
getClasspathFile() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getClassPaths() - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
 
getClasspathsFromLibraries(Iterable<JavaLibrary>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryClasspathProvider
Given libraries that may contribute classpaths, visit them and collect the classpaths.
getClassToModuleMap(ProjectFilesystem, Path) - Static method in class com.facebook.buck.android.AppModularityMetadataUtil
 
getCleanAdditionalPaths() - Method in class com.facebook.buck.cli.BuckConfig
 
getCLibs() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
 
getClient() - Method in class com.facebook.buck.eden.EdenClientPool
 
getClientId() - Method in class com.facebook.buck.cli.BuckConfig
 
getCLinkableInput() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Inputs for the C compiler (both builds)
getClock() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getClock() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getClock() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getClock() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
 
getClock() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getClockIds() - Method in class com.facebook.buck.io.Watchman
 
getCmd() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
 
getCmd() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
 
getCmd() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
 
getCmd() - Method in class com.facebook.buck.macho.LoadCommandCommonFields
 
getCmd() - Method in interface com.facebook.buck.shell.AbstractGenruleDescription.CommonArg
 
getCmd() - Method in class com.facebook.buck.shell.Genrule
 
getCmd() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
 
getCmdExe() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
 
getCmdExe() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
 
getCmdExe() - Method in interface com.facebook.buck.shell.AbstractGenruleDescription.CommonArg
 
getCmdExe() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
 
getCmdsize() - Method in class com.facebook.buck.macho.LoadCommandCommonFields
 
getCodesignAllocate() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getCodeSignIdentitiesCommand() - Method in class com.facebook.buck.apple.AppleConfig
 
getCodesignProvider() - Method in class com.facebook.buck.apple.AppleConfig
 
getCodesignProvider() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getColumnNumber() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
 
getColumnNumber() - Method in class com.facebook.buck.util.xml.DocumentLocation
 
getCommand() - Method in class com.facebook.buck.apple.ApplePackageConfig
 
getCommand() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
 
getCommand(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getCommand() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getCommand() - Method in class com.facebook.buck.step.AbstractTestStep
 
getCommand() - Method in class com.facebook.buck.util.ProcessExecutorParams
The command and arguments to launch.
getCommand() - Method in class com.facebook.buck.util.trace.BuildTraces.TraceAttributes
 
getCommand(Platform, WorkerProcessParams) - Method in class com.facebook.buck.worker.WorkerProcessPoolFactory
 
getCommandAndExecutionArgs(Platform, BuildTarget) - Method in class com.facebook.buck.shell.AbstractGenruleStep.CommandString
 
getCommandArgs() - Method in class com.facebook.buck.doctor.config.BuildLogEntry
 
getCommandArgs() - Method in class com.facebook.buck.log.InvocationInfo
 
getCommandForOutOfProcessJavac() - Method in class com.facebook.buck.step.external.BundledExternalProcessLauncher
 
getCommandForStepExecutor() - Method in class com.facebook.buck.step.external.BundledExternalProcessLauncher
 
getCommandIdToIsDaemonMapper() - Method in class com.facebook.buck.log.GlobalStateManager
 
getCommandIdToIsSuperConsoleEnabledMapper() - Method in class com.facebook.buck.log.GlobalStateManager
 
getCommandLineBuildTargetNormalizer(BuckConfig) - Method in class com.facebook.buck.cli.AbstractCommand
 
getCommandName() - Method in class com.facebook.buck.event.CommandEvent
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.AbstractPreprocessor
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.BsdArchiver
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.GnuArchiver
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.WindowsArchiver
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.Jsr199Javac
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
 
getCommandPrefix() - Method in class com.facebook.buck.python.PexStep
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.python.PythonEnvironment
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.rules.CommandTool
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.rules.HashedFileTool
 
getCommandPrefix(SourcePathResolver) - Method in interface com.facebook.buck.rules.Tool
 
getCommandsCount() - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader
 
getCommandsForArguments(Iterable<String>) - Method in class com.facebook.buck.util.CommandSplitter
 
getCompareFileHashCacheEngines() - Method in class com.facebook.buck.cli.BuckConfig
 
getCompatibilityVersion() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
getCompilationDirectory() - Method in class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
 
getCompilationDirectory() - Method in class com.facebook.buck.cxx.toolchain.MungingDebugPathSanitizer
 
getCompilationDirectory() - Method in class com.facebook.buck.cxx.toolchain.PrefixMapDebugPathSanitizer
 
getCompilationEnvironment(Path, boolean) - Method in class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
 
getCompilationEnvironment(Path, boolean) - Method in class com.facebook.buck.cxx.toolchain.MungingDebugPathSanitizer
 
getCompilationEnvironment(Path, boolean) - Method in class com.facebook.buck.cxx.toolchain.PrefixMapDebugPathSanitizer
 
getCompilationFlags(Compiler, Path, ImmutableMap<Path, Path>) - Method in class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
 
getCompilationFlags(Compiler, Path, ImmutableMap<Path, Path>) - Method in class com.facebook.buck.cxx.toolchain.PrefixMapDebugPathSanitizer
 
getCompilationMode() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getCompilationUnit() - Method in class com.facebook.buck.jvm.java.plugin.adapter.CompilationUnitTreeProxyImpl
 
getCompilationUnit() - Method in class com.facebook.buck.jvm.java.plugin.api.TaskEventMirror
 
getCompileBuildTarget(BuildTarget, HaskellPlatform, Linker.LinkableDepType, boolean) - Static method in class com.facebook.buck.haskell.HaskellDescriptionUtils
 
getCompileBuildTarget(BuildTarget, CxxPlatform, CrateType) - Static method in class com.facebook.buck.rust.RustCompileUtils
 
getCompileDeps(HaskellPlatform) - Method in interface com.facebook.buck.haskell.HaskellCompileDep
 
getCompiledTestsLibrary() - Method in class com.facebook.buck.jvm.java.JavaTest
Returns the underlying java library containing the compiled tests.
getCompiledUberRDotJava() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Compiled R.java for use by ProGuard.
getCompileInput(HaskellPlatform, Linker.LinkableDepType, boolean) - Method in interface com.facebook.buck.haskell.HaskellCompileDep
 
getCompiler() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getCompiler(AndroidLibraryDescription.JvmLanguage) - Method in interface com.facebook.buck.android.AndroidLibraryCompilerFactory
 
getCompiler() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getCompiler(AndroidLibraryDescription.JvmLanguage) - Method in class com.facebook.buck.android.DefaultAndroidLibraryCompilerFactory
 
getCompiler() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getCompiler() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getCompiler(CxxPlatform, AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
 
getCompiler() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getCompiler() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getCompiler() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getCompiler() - Method in interface com.facebook.buck.jvm.java.ConfiguredCompiler
 
getCompiler() - Method in class com.facebook.buck.jvm.java.JavacSpec
 
getCompiler() - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
 
getCompiler() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getCompiler() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getCompiler() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getCompiler() - Method in class com.facebook.buck.jvm.kotlin.KotlincToJarStepFactory
 
getCompiler() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getCompiler() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getCompiler() - Method in class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
 
getCompiler() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getCompiler() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getCompilerClassName() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getCompilerClassName() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getCompilerClassName() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getCompilerClassName() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getCompilerClassName() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getCompilerClassName() - Method in class com.facebook.buck.jvm.java.JavacSpec
 
getCompilerClassName() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getCompilerClassName() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getCompilerClassName() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getCompilerClassName() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getCompilerClassName() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getCompilerClassName() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getCompilerClassName() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getCompilerDebugPathSanitizer() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getCompilerDeps() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getCompilerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getCompilerFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getCompilerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getCompilerFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.go.GoTestDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getCompilerFlags() - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
 
getCompilerFlags() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getCompilerFlags() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getCompilerInvocationFlags() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getCompilerOutputPath() - Method in class com.facebook.buck.ide.intellij.model.IjModule
 
getCompilerOutputPath(TargetNode<? extends JvmLibraryArg, ?>) - Method in interface com.facebook.buck.ide.intellij.model.IjModuleFactoryResolver
 
getCompilerOutputPath() - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
getCompilerPlugins() - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
 
getCompilerProvider(String) - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getCompilerType() - Method in class com.facebook.buck.event.CompilerErrorEvent
 
getCompileTimeClasspathAbiDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
getCompileTimeClasspathFullDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
getCompileTimeClasspathSourcePaths() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getCompileTimeClasspathSourcePaths() - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
 
getCompileTimeClasspathUnfilteredFullDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
getComponents() - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
 
getComponents() - Method in class com.facebook.buck.python.PythonBinary
 
getComponents() - Method in class com.facebook.buck.rules.RelativeCellName
 
getCompressionLevel() - Method in class com.facebook.buck.util.zip.CustomZipEntry
 
getCompressTraces() - Method in class com.facebook.buck.event.listener.ChromeTraceBuckConfig
 
GetComputerNameEx(int, char[], IntByReference) - Method in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
 
getConcurrencyLimit(BuckConfig) - Method in class com.facebook.buck.cli.AbstractCommand
 
getConcurrencyLimit() - Method in class com.facebook.buck.step.ExecutionContext
 
getConcurrentInstallEnabled(Optional<BuckEventBus>) - Method in class com.facebook.buck.android.AndroidInstallConfig
 
getConfig() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
 
getConfig() - Method in class com.facebook.buck.cli.BuckConfig
 
getConfig() - Method in interface com.facebook.buck.cli.parameter_extractors.CommandRunnerParameters
 
getConfig() - Method in class com.facebook.buck.rules.DistBuildCellParams
 
getConfigDefaultCxxPlatform(CxxBuckConfig, ImmutableMap<Flavor, CxxPlatform>, CxxPlatform) - Static method in class com.facebook.buck.cxx.toolchain.CxxPlatforms
 
getConfigOverrides() - Method in class com.facebook.buck.cli.AbstractCommand
 
getConfigOverrides() - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
getConfigOverrides() - Method in interface com.facebook.buck.cli.Command
 
getConfigOverrides() - Method in class com.facebook.buck.cli.VersionCommand
 
getConfigs() - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
getConfigs() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getConfigs() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getConfigs() - Method in interface com.facebook.buck.apple.AppleNativeTargetDescriptionArg
 
getConfigs() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getConfigs() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getConfiguredBuckOut() - Method in class com.facebook.buck.io.BuckPaths
The relative path to the directory where Buck will generate its files.
getConfiguredCompiler() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
getConnectedDevices() - Method in class com.facebook.buck.apple.device.AppleDeviceHelper
Runs the helper program to enumerate all currently-connected devices.
getConnection() - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
getConnectionTimeoutMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getConnectTimeoutSeconds() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getConsole() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getConsole() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getConsole() - Method in interface com.facebook.buck.cli.parameter_extractors.CommandRunnerParameters
 
getConsole() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getConsole() - Method in class com.facebook.buck.step.ExecutionContext
 
getConsoleHandlerState() - Method in class com.facebook.buck.log.GlobalStateManager
 
getConstructorArg() - Method in class com.facebook.buck.rules.TargetNode
 
getConstructorArgType() - Method in class com.facebook.buck.android.AndroidAarDescription
 
getConstructorArgType() - Method in class com.facebook.buck.android.AndroidAppModularityDescription
 
getConstructorArgType() - Method in class com.facebook.buck.android.AndroidBinaryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.android.AndroidBuildConfigDescription
 
getConstructorArgType() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescription
 
getConstructorArgType() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescription
 
getConstructorArgType() - Method in class com.facebook.buck.android.AndroidLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.android.AndroidManifestDescription
 
getConstructorArgType() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescription
 
getConstructorArgType() - Method in class com.facebook.buck.android.AndroidResourceDescription
 
getConstructorArgType() - Method in class com.facebook.buck.android.ApkGenruleDescription
 
getConstructorArgType() - Method in class com.facebook.buck.android.GenAidlDescription
 
getConstructorArgType() - Method in class com.facebook.buck.android.NdkLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.android.RobolectricTestDescription
 
getConstructorArgType() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescription
 
getConstructorArgType() - Method in class com.facebook.buck.apple.AppleBinaryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.apple.AppleBundleDescription
 
getConstructorArgType() - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.apple.ApplePackageDescription
 
getConstructorArgType() - Method in class com.facebook.buck.apple.AppleResourceDescription
 
getConstructorArgType() - Method in class com.facebook.buck.apple.AppleTestDescription
 
getConstructorArgType() - Method in class com.facebook.buck.apple.CoreDataModelDescription
 
getConstructorArgType() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
 
getConstructorArgType() - Method in class com.facebook.buck.apple.SceneKitAssetsDescription
 
getConstructorArgType() - Method in class com.facebook.buck.apple.XcodePostbuildScriptDescription
 
getConstructorArgType() - Method in class com.facebook.buck.apple.XcodePrebuildScriptDescription
 
getConstructorArgType() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription
 
getConstructorArgType() - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.cxx.CxxGenruleDescription
 
getConstructorArgType() - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescription
 
getConstructorArgType() - Method in class com.facebook.buck.cxx.CxxTestDescription
 
getConstructorArgType() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.d.DBinaryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.d.DLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.d.DTestDescription
 
getConstructorArgType() - Method in class com.facebook.buck.dotnet.CsharpLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.file.RemoteFileDescription
 
getConstructorArgType() - Method in class com.facebook.buck.go.GoBinaryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.go.GoLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.go.GoTestDescription
 
getConstructorArgType() - Method in class com.facebook.buck.graphql.GraphqlLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.gwt.GwtBinaryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.halide.HalideLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.haskell.HaskellBinaryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.haskell.HaskellGhciDescription
 
getConstructorArgType() - Method in class com.facebook.buck.haskell.HaskellHaddockDescription
 
getConstructorArgType() - Method in class com.facebook.buck.haskell.HaskellLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.js.IosReactNativeLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.js.JsBundleDescription
 
getConstructorArgType() - Method in class com.facebook.buck.js.JsLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescription
 
getConstructorArgType() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescription
 
getConstructorArgType() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.jvm.java.JavaTestDescription
 
getConstructorArgType() - Method in class com.facebook.buck.jvm.java.KeystoreDescription
 
getConstructorArgType() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescription
 
getConstructorArgType() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescription
 
getConstructorArgType() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescription
 
getConstructorArgType() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescription
 
getConstructorArgType() - Method in class com.facebook.buck.lua.LuaBinaryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.lua.LuaLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.python.CxxPythonExtensionDescription
 
getConstructorArgType() - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.python.PythonBinaryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.python.PythonLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.python.PythonTestDescription
 
getConstructorArgType() - Method in interface com.facebook.buck.rules.Description
The class of the argument of this Description uses in createBuildRule().
getConstructorArgType() - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.rust.RustBinaryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.rust.RustLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.rust.RustTestDescription
 
getConstructorArgType() - Method in class com.facebook.buck.shell.CommandAliasDescription
 
getConstructorArgType() - Method in class com.facebook.buck.shell.ExportFileDescription
 
getConstructorArgType() - Method in class com.facebook.buck.shell.GenruleDescription
 
getConstructorArgType() - Method in class com.facebook.buck.shell.ShBinaryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.shell.ShTestDescription
 
getConstructorArgType() - Method in class com.facebook.buck.shell.WorkerToolDescription
 
getConstructorArgType() - Method in class com.facebook.buck.swift.SwiftLibraryDescription
 
getConstructorArgType() - Method in class com.facebook.buck.zip.rules.ZipFileDescription
 
getContacts() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
getContacts() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
 
getContacts() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getContacts() - Method in class com.facebook.buck.apple.AppleTest
 
getContacts() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getContacts() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getContacts() - Method in class com.facebook.buck.d.DTest
 
getContacts() - Method in class com.facebook.buck.d.DTestDescriptionArg
 
getContacts() - Method in class com.facebook.buck.go.GoTest
 
getContacts() - Method in class com.facebook.buck.go.GoTestDescriptionArg
 
getContacts() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getContacts() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getContacts() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getContacts() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getContacts() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getContacts() - Method in class com.facebook.buck.python.PythonTest
 
getContacts() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getContacts() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getContacts() - Method in interface com.facebook.buck.rules.HasContacts
 
getContacts() - Method in interface com.facebook.buck.rules.TestRule
 
getContacts() - Method in class com.facebook.buck.rust.RustTest
 
getContacts() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
 
getContacts() - Method in class com.facebook.buck.shell.ShTest
 
getContacts() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
 
getContacts() - Method in class com.facebook.buck.test.TestResults
 
getContainer() - Method in interface com.facebook.buck.jvm.java.classes.FileLike
Returns the containing file for this file-like entry.
getContainerClass(Field) - Static method in class com.facebook.buck.util.Types
 
getContainerCommandPrefix() - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
getContainerCommandPrefix() - Method in class com.facebook.buck.cli.AuditCommand
 
getContainerCommandPrefix() - Method in class com.facebook.buck.cli.BuckCommand
 
getContainerCommandPrefix() - Method in class com.facebook.buck.cli.DistBuildCommand
 
getContainerCommandPrefix() - Method in class com.facebook.buck.cli.MachOUtilsCommand
 
getContainerCommandPrefix() - Method in class com.facebook.buck.cli.ServerCommand
 
getContainerPortal() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
 
getContainerRelativePath() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
 
getContent() - Method in class com.facebook.buck.event.ExperimentEvent
 
getContentLength() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.FetchResponse
 
getContentLength() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.StoreRequest
 
getContentRoots(IjModule) - Method in class com.facebook.buck.ide.intellij.IjProjectTemplateDataPreparer
 
getContents() - Method in class com.facebook.buck.cxx.Archive
 
getContents() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
getContentsAsString(Charset) - Method in class com.facebook.buck.util.CapturingPrintStream
 
getContext() - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
getContext() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
 
getCopyNativeLibraries() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getCopyNativeLibraries() - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
 
getCopySceneKitAssets() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getCopyStep() - Method in class com.facebook.buck.android.FilterResourcesSteps
 
getCoreSimulatorServicePath(UserIdFetcher) - Method in class com.facebook.buck.apple.simulator.AppleCoreSimulatorServiceController
Returns the path on disk to the running Core Simulator service, if any.
getCount() - Method in class com.facebook.buck.counters.SamplingCounter
 
getCount() - Method in class com.facebook.buck.log.LogConfigSetup
 
getCount() - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
getCounters() - Method in class com.facebook.buck.counters.CounterRegistry.AsyncCounterRegistrationEvent
 
getCounters() - Method in class com.facebook.buck.parser.DaemonicParserState
 
getCounters() - Method in class com.facebook.buck.parser.Parser
 
getCountersFirstFlushIntervalMillis() - Method in class com.facebook.buck.cli.BuckConfig
 
getCountersFlushIntervalMillis() - Method in class com.facebook.buck.cli.BuckConfig
 
getCoverageExcludes() - Method in class com.facebook.buck.test.TestRunningOptions
 
getCoverageIncludes() - Method in class com.facebook.buck.test.TestRunningOptions
 
getCoverageReportFormats() - Method in class com.facebook.buck.test.TestRunningOptions
 
getCoverageReportTitle() - Method in class com.facebook.buck.test.TestRunningOptions
 
getCoveredByDepFilePredicate(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getCoveredByDepFilePredicate(SourcePathResolver) - Method in class com.facebook.buck.js.ReactNativeBundle
 
getCoveredByDepFilePredicate(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getCoveredByDepFilePredicate(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
 
getCoveredByDepFilePredicate(SourcePathResolver) - Method in interface com.facebook.buck.rules.keys.SupportsDependencyFileRuleKey
Returns a predicate that can tell whether a given path is covered by dep-file or not.
getCpp() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getCppflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getCPreprocessor() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getCPreprocessor() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getCpu() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
 
getCpuFilters() - Method in class com.facebook.buck.android.AndroidBinary
 
getCpuFilters() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getCpuReal() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getCpusubtype() - Method in class com.facebook.buck.macho.FatArch
 
getCpusubtype() - Method in class com.facebook.buck.macho.MachoHeader
 
getCpuSys() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getCpuTotal() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getCputype() - Method in class com.facebook.buck.macho.FatArch
 
getCputype() - Method in class com.facebook.buck.macho.MachoHeader
 
getCpuUser() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getCrate() - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
 
getCrate() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
 
getCrate() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
 
getCrate() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
 
getCrateRoot() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
 
getCrateRoot(SourcePathResolver, String, ImmutableSet<String>, Stream<SourcePath>) - Static method in class com.facebook.buck.rust.RustCompileUtils
Given a list of sources, return the one which is the root based on the defaults and user parameters.
getCrateRoot() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
 
getCrateRoot() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
 
getCreationMillis() - Method in class com.facebook.buck.util.DirectoryCleaner.PathStats
 
getCuda() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getCudaflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getCudapp() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getCudappflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getCurrentBuildJobState(StampedeId) - Method in class com.facebook.buck.distributed.DistBuildService
 
getCurrentMemoryBytesUsageByPool() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
 
getCurrentRevisionId() - Method in class com.facebook.buck.doctor.config.SourceControlInfo
 
getCurrentRevisionId() - Method in interface com.facebook.buck.util.versioncontrol.CommonFastVersionControlStats
 
getCurrentRevisionId() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
 
getCurrentRevisionId() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
 
getCurrentRevisionId() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
 
getCurrentVersion() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
getCurrentVersionFile() - Method in class com.facebook.buck.io.BuckPaths
The version the buck output directory was created for
getCxx() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getCxxBuckConfig() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getCxxBuckConfig() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getCxxCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getCxxDeps() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Override parent class's deps to include exported deps.
getCxxDeps() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Override parent class's deps to include exported deps.
getCxxDeps() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Override parent class's deps to include exported deps.
getCxxDeps() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getCxxDeps() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getCxxDeps() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
Override parent class's deps to include exported deps.
getCxxDeps() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Override parent class's deps to include exported deps.
getCxxDeps() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getCxxDeps() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getCxxDeps() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getCxxDeps() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getCxxflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getCxxFlavors(BuckConfig) - Static method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
Constructs set of flavors given in a .buckconfig file, as is specified by section names of the form cxx#{flavor name}.
getCxxHeaderDirs() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
getCxxIncludePaths() - Method in class com.facebook.buck.cxx.PreprocessorFlags
getCxxLibrary() - Method in class com.facebook.buck.python.PythonPlatform
 
getCxxLibraryWhitelist() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getCxxLibraryWhitelist() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getCxxLibraryWhitelist() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
 
getCxxLibraryWhitelist() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getCxxLibraryWhitelist() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getCxxLibraryWhitelist() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getCxxPlatform() - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform
 
getCxxPlatform() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getCxxPlatform() - Method in class com.facebook.buck.cxx.CxxBinary
 
getCxxPlatform() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getCxxPlatform() - Method in class com.facebook.buck.go.GoPlatform
 
getCxxPlatform() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getCxxPlatform() - Method in class com.facebook.buck.lua.LuaPlatform
 
getCxxPlatform() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getCxxPlatform() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getCxxPlatform() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getCxxPlatforms() - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
getCxxPlatforms() - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
getCxxPlatforms() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatformsProvider
 
getCxxPlatforms() - Method in class com.facebook.buck.rules.KnownBuildRuleTypes
 
getCxxpp() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getCxxppflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getCxxPreprocessorDeps(CxxPlatform) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getCxxPreprocessorDeps(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getCxxPreprocessorDeps(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
 
getCxxPreprocessorDeps(CxxPlatform) - Method in interface com.facebook.buck.cxx.CxxPreprocessorDep
 
getCxxPreprocessorDeps(CxxPlatform) - Method in class com.facebook.buck.halide.HalideLibrary
 
getCxxPreprocessorDeps(CxxPlatform) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getCxxPreprocessorInput(CxxPlatform) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getCxxPreprocessorInput(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getCxxPreprocessorInput(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
 
getCxxPreprocessorInput(BuildTarget, BuildRuleResolver, boolean, CxxPlatform, HeaderVisibility, CxxPreprocessables.IncludeType, Multimap<AbstractCxxSource.Type, String>, Iterable<FrameworkPath>) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
Builds a CxxPreprocessorInput for a rule.
getCxxPreprocessorInput(CxxPlatform) - Method in interface com.facebook.buck.cxx.CxxPreprocessorDep
Returns the preprocessor input that represents this rule's public (exported) declarations.
getCxxPreprocessorInput() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getCxxPreprocessorInput(CxxPlatform) - Method in class com.facebook.buck.halide.HalideLibrary
 
getCxxPreprocessorInput(CxxPlatform) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getCxxPreprocessorInput() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getCxxRuntime() - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform
 
getCxxRuntimeType() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getCxxRuntimeType() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getCxxRuntimeType() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getCxxRuntimeType() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getCxxRuntimeType() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getCxxRuntimeType() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getCxxRuntimeType() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getCxxRuntimeType() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getCxxRuntimeType() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getCxxRuntimeType() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getCxxSharedRuntimePath() - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform
 
getCycle() - Method in exception com.facebook.buck.graph.AcyclicDepthFirstPostOrderTraversal.CycleException
 
getData() - Method in class com.facebook.buck.ide.intellij.DependencyEntry
 
getData() - Method in class com.facebook.buck.slb.LoadBalancedServiceEvent
 
getData() - Method in class com.facebook.buck.slb.LoadBalancerPingEvent
 
getData() - Method in class com.facebook.buck.slb.ServerHealthManagerEvent
 
getDataForRequest(Request) - Method in interface com.facebook.buck.httpserver.TemplateHandlerDelegate
 
getDataForRequest(Request) - Method in class com.facebook.buck.httpserver.TraceHandlerDelegate
 
getDataForRequest(Request) - Method in class com.facebook.buck.httpserver.TracesHandlerDelegate
 
getDataoff() - Method in class com.facebook.buck.macho.LinkEditDataCommand
 
getDataPointsCount() - Method in class com.facebook.buck.event.FileHashCacheEvent
 
getDatasize() - Method in class com.facebook.buck.macho.LinkEditDataCommand
 
getDb() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
getDdmlibJarPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getDebugMode() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
 
getDebugPathSanitizerLimit() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getDecimalStringAsInt(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
getDecimalStringAsLong(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
getDeclaredDeps() - Method in class com.facebook.buck.android.AndroidBinary
 
getDeclaredDeps() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
 
getDeclaredDeps(SourcePathRuleFinder) - Method in interface com.facebook.buck.jvm.java.ConfiguredCompiler
 
getDeclaredDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
 
getDeclaredDeps() - Method in class com.facebook.buck.rules.AbstractBuildRuleWithDeclaredAndExtraDeps
 
getDeclaredDeps() - Method in class com.facebook.buck.rules.BuildRuleParams
 
getDeclaredDeps() - Method in interface com.facebook.buck.rules.HasDeclaredAndExtraDeps
 
getDeclaredDeps() - Method in class com.facebook.buck.rules.TargetNode
 
getDefaultBuildConfigFields() - Static method in class com.facebook.buck.android.BuildConfigs
Returns a list of fields (with values) that every BuildConfig.java should declare.
getDefaultCacheMissRequestKeys() - Method in class com.facebook.buck.event.listener.DistBuildClientEventListener
 
getDefaultClangVersionForNdk(Optional<String>) - Static method in class com.facebook.buck.android.NdkCxxPlatforms
 
getDefaultCxxFlavor() - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
getDefaultCxxFlavor() - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
getDefaultCxxPlatform() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getDefaultCxxPlatform() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatformsProvider
 
getDefaultCxxPlatform() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getDefaultCxxPlatform() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription
 
getDefaultCxxPlatform() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
 
getDefaultCxxPlatform() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getDefaultCxxPlatform() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
 
getDefaultCxxPlatform() - Method in class com.facebook.buck.jvm.java.JavaTestDescription
 
getDefaultCxxPlatform() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getDefaultCxxPlatform() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getDefaultCxxPlatform() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getDefaultCxxPlatforms() - Method in class com.facebook.buck.rules.KnownBuildRuleTypes
 
getDefaultDebugInfoFormatForBinaries() - Method in class com.facebook.buck.apple.AppleConfig
 
getDefaultDebugInfoFormatForLibraries() - Method in class com.facebook.buck.apple.AppleConfig
 
getDefaultDebugInfoFormatForTests() - Method in class com.facebook.buck.apple.AppleConfig
 
getDefaultFlavors() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getDefaultFlavors() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getDefaultFlavors() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getDefaultFlavors() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getDefaultFlavors() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getDefaultFlavors() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getDefaultFlavors() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getDefaultFlavors() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getDefaultFlavors() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getDefaultFlavors() - Method in interface com.facebook.buck.model.HasDefaultFlavors
 
getDefaultFlavors() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getDefaultFlavorsForRuleType(BuildRuleType) - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getDefaultFlavorsMode() - Method in class com.facebook.buck.parser.ParserConfig
getDefaultGccVersionForNdk(Optional<String>) - Static method in class com.facebook.buck.android.NdkCxxPlatforms
 
getDefaultIncludes() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getDefaultIncludes() - Method in class com.facebook.buck.parser.ParserConfig
A (possibly empty) sequence of paths to files that should be included by default when evaluating a build file.
getDefaultJavacOptions() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getDefaultJavaOptions() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getDefaultJavaOptionsForTests() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getDefaultMetaVariable() - Method in class com.facebook.buck.cli.ConsumeAllOptionsHandler
 
getDefaultMetaVariable() - Method in class com.facebook.buck.cli.ProjectCommand.AggregationModeOptionHandler
 
getDefaultMetaVariable() - Method in class com.facebook.buck.cli.StringSetOptionHandler
 
getDefaultMetaVariable() - Method in class com.facebook.buck.cli.TestCommand.CoverageReportFormatsHandler
 
getDefaultMetaVariable() - Method in class com.facebook.buck.cli.TestSelectorOptions.TestSelectorsOptionHandler
 
getDefaultPathPredicate(ProjectFilesystem) - Static method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
getDefaultPlatform() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getDefaultPlatform() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
 
getDefaultPlatform() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getDefaultPlatform() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getDefaultPlatform() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getDefaultPlatform() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getDefaultPlatform() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getDefaultPlatform() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getDefaultPlatform() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getDefaultPlatform() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getDefaultPlatform() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getDefaultPlatform() - Method in interface com.facebook.buck.rules.HasDefaultPlatform
 
getDefaultPlatformTarget(AndroidDirectoryResolver, Optional<Path>, Optional<Path>) - Static method in class com.facebook.buck.android.AndroidPlatformTarget
 
getDefaultPythonPlatform(ProcessExecutor) - Method in class com.facebook.buck.python.PythonBuckConfig
 
getDefaultRawExcludedLabelSelectors() - Method in class com.facebook.buck.cli.BuckConfig
Return Strings so as to avoid a dependency on LabelSelector!
getDefaultResourceAmounts() - Method in class com.facebook.buck.cli.BuckConfig
 
getDefaultResourceAmounts() - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
 
getDefaultRuleKeyFactory() - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
 
getDefaultRuleKeyFactoryCacheRecycler() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getDefaultRuleKeyFactoryCacheRecycler() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getDefaults() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getDefaults() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getDefaults() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getDefaults() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getDefaults() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getDefaults() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getDefaults() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getDefaults() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getDefaults() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getDefaults() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getDefaultSharedLibrarySoname(BuildTarget, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getDefaultTestRunner() - Method in enum com.facebook.buck.jvm.java.TestType
 
getDefaultTestTimeoutMillis() - Method in class com.facebook.buck.cli.BuckConfig
 
getDefaultTestTimeoutMillis() - Method in class com.facebook.buck.step.ExecutionContext
 
getDefaultTestType() - Method in class com.facebook.buck.cxx.CxxTestDescription
 
getDelegate() - Method in class com.facebook.buck.apple.AppleConfig
 
getDelegate() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getDelegate() - Method in interface com.facebook.buck.artifact_cache.CacheDecorator
 
getDelegate() - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
 
getDelegate() - Method in class com.facebook.buck.artifact_cache.RetryingCacheDecorator
 
getDelegate() - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
 
getDelegate() - Method in interface com.facebook.buck.config.ConfigView
 
getDelegate() - Method in class com.facebook.buck.doctor.config.DoctorConfig
 
getDelegate() - Method in class com.facebook.buck.event.listener.ChromeTraceBuckConfig
 
getDelegate() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getDelegate() - Method in class com.facebook.buck.parser.ParserConfig
 
getDelegate() - Method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
 
getDelegate() - Method in class com.facebook.buck.rules.ForwardingBuildTargetSourcePath
 
getDelegate() - Method in class com.facebook.buck.util.concurrent.WorkThreadTrackingFutureDecorator
Returns the underlying delegate.
getDelegate() - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
getDelegateDetails() - Method in class com.facebook.buck.io.ProjectFilesystem
 
getDensities() - Method in class com.facebook.buck.android.FilterResourcesSteps.ResourceFilter
 
getDependencies() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
getDependencies(IjModule) - Method in class com.facebook.buck.ide.intellij.IjProjectTemplateDataPreparer
 
getDependencies() - Method in class com.facebook.buck.ide.intellij.model.IjModule
 
getDependencies() - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
getDependenciesPassTheirTests() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
 
getDependenciesPassTheirTests() - Method in class com.facebook.buck.test.TestResults
 
getDependencyTrackingMode() - Method in interface com.facebook.buck.cxx.toolchain.Compiler
 
getDependencyTrackingMode() - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
getDependencyTrackingMode() - Method in class com.facebook.buck.cxx.toolchain.WindowsCompiler
 
getDependentLibrariesFor(IjModule) - Method in class com.facebook.buck.ide.intellij.IjModuleGraph
 
getDependentModulesFor(IjModule) - Method in class com.facebook.buck.ide.intellij.IjModuleGraph
 
getDepFilePath() - Method in class com.facebook.buck.jvm.java.CompilerParameters
 
getDepFileRuleKey() - Method in class com.facebook.buck.rules.BuildRuleKeys
 
getDepFileRuleKeyFactory() - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
 
getDepResults(BuildRule, ExecutionContext) - Method in class com.facebook.buck.rules.CachingBuildEngine.DefaultBuildRuleBuilderDelegate
 
getDeps() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getDeps() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
 
getDeps() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
 
getDeps() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
A collection of dependencies that includes android_library rules.
getDeps() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
 
getDeps() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
 
getDeps() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
 
getDeps() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getDeps() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
 
getDeps() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getDeps() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
 
getDeps() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.cxx.CxxDeps
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.CxxHeaders
 
getDeps() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
 
getDeps() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getDeps() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.toolchain.AbstractPreprocessor
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.toolchain.BsdArchiver
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.toolchain.GnuArchiver
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.toolchain.WindowsArchiver
 
getDeps() - Method in class com.facebook.buck.d.DBinaryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.d.DLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.d.DTestDescriptionArg
 
getDeps() - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.go.GoTestDescriptionArg
 
getDeps() - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
 
getDeps() - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
 
getDeps() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.js.JsBundleDescriptionArg
 
getDeps() - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.js.ReactNativeLibraryArg
 
getDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.JarBackedJavac
 
getDeps() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
 
getDeps() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.JdkProvidedInMemoryJavac
 
getDeps() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.OutOfProcessJarBackedJavac
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.OutOfProcessJdkProvidedInMemoryJavac
 
getDeps() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
 
getDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getDeps() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getDeps() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getDeps() - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
 
getDeps(CxxPlatform, ImmutableSortedSet<BuildTarget>, PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Static method in class com.facebook.buck.lua.LuaUtil
 
getDeps() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getDeps() - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.python.PythonEnvironment
 
getDeps() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getDeps(PythonPlatform, CxxPlatform, ImmutableSortedSet<BuildTarget>, PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Static method in class com.facebook.buck.python.PythonUtil
 
getDeps(SourcePathRuleFinder) - Method in interface com.facebook.buck.rules.args.Arg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.args.MacroArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.args.ProxyArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.args.SanitizedArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.CommandTool
 
getDeps() - Method in interface com.facebook.buck.rules.HasDeclaredDeps
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.HashedFileTool
 
getDeps() - Method in class com.facebook.buck.rules.keys.InputBasedRuleKeyFactory.Result
 
getDeps(SourcePathRuleFinder) - Method in interface com.facebook.buck.rules.Tool
 
getDeps() - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rust.RustLibraryArg
 
getDeps() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
 
getDeps() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
 
getDeps() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getDeps() - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
 
getDepsFor(IjProjectElement) - Method in class com.facebook.buck.ide.intellij.IjModuleGraph
 
getDepsForTransitiveClasspathEntries() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getDepsForTransitiveClasspathEntries() - Method in interface com.facebook.buck.jvm.java.JavaLibrary
 
getDepsForTransitiveClasspathEntries() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getDepsQuery() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getDepsQuery() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getDepsQuery() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getDepsQuery() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getDepsQuery() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getDepsQuery() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
 
getDepsQuery() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
 
getDepsQuery() - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
 
getDepsQuery() - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
 
getDepsQuery() - Method in interface com.facebook.buck.rules.HasDepsQuery
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.aapt.MiniAapt
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.AndroidModuleConsistencyStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.ApkBuilderStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.ApkInstallStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.CompileStringsStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.ConcatStep
 
getDescription() - Method in class com.facebook.buck.android.FilterResourcesSteps.ResourceFilter
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.GenerateBuildConfigStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.GenerateManifestStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.GetStringsFilesStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.IntraDexReorderStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.ReplaceManifestPlaceholdersStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.SmartDexingStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.SplitZipStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.WriteAppModuleMetadataStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.dalvik.EstimateDexWeightStep
 
getDescription() - Method in interface com.facebook.buck.event.external.events.StepEventExternalInterface
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.file.DownloadStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.json.JsonConcatenateStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CalculateAbiFromClassesStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CopyResourcesStep
 
getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JarDirectoryStep
 
getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in interface com.facebook.buck.jvm.java.Javac
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JavacStep
 
getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in class com.facebook.buck.jvm.java.Jsr199Javac
 
getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
 
getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
 
getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in interface com.facebook.buck.jvm.kotlin.Kotlinc
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.kotlin.KotlincStep
 
getDescription() - Method in class com.facebook.buck.model.UserFlavor
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlBuildStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlDebugLauncherStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.python.PythonRunTestsStep
 
getDescription(BuildRuleType) - Method in class com.facebook.buck.rules.Cell
 
getDescription(BuildRuleType) - Method in class com.facebook.buck.rules.KnownBuildRuleTypes
 
getDescription() - Method in class com.facebook.buck.rules.TargetNode
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.shell.RunShTestAndRecordResultStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.shell.WorkerShellStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.AbstractExecutionStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.AbstractTestStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.ConditionalStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.CopyStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.FileScrubberStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.FindAndReplaceStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.LogContentsOfFileStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.MakeExecutableStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.MoveStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.StringTemplateStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymCopyStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.TouchStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.WriteFileStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.XzStep
 
getDescription(ExecutionContext) - Method in interface com.facebook.buck.step.Step
 
getDescription() - Method in class com.facebook.buck.step.StepEvent
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.zip.RepackZipEntriesStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.zip.UnzipStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.zip.ZipStep
 
getDescriptionClass() - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidBinaryModuleRule
 
getDescriptionClass() - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidLibraryModuleRule
 
getDescriptionClass() - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidResourceModuleRule
 
getDescriptionClass() - Method in class com.facebook.buck.ide.intellij.lang.android.RobolectricTestModuleRule
 
getDescriptionClass() - Method in class com.facebook.buck.ide.intellij.lang.cxx.CxxLibraryModuleRule
 
getDescriptionClass() - Method in class com.facebook.buck.ide.intellij.lang.groovy.GroovyLibraryModuleRule
 
getDescriptionClass() - Method in class com.facebook.buck.ide.intellij.lang.groovy.GroovyTestModuleRule
 
getDescriptionClass() - Method in class com.facebook.buck.ide.intellij.lang.java.JavaBinaryModuleRule
 
getDescriptionClass() - Method in class com.facebook.buck.ide.intellij.lang.java.JavaLibraryModuleRule
 
getDescriptionClass() - Method in class com.facebook.buck.ide.intellij.lang.java.JavaTestModuleRule
 
getDescriptionClass() - Method in class com.facebook.buck.ide.intellij.lang.kotlin.KotlinLibraryModuleRule
 
getDescriptionClass() - Method in class com.facebook.buck.ide.intellij.lang.kotlin.KotlinTestModuleRule
 
getDescriptionClass() - Method in class com.facebook.buck.ide.intellij.lang.scala.ScalaLibraryModuleRule
 
getDescriptionClass() - Method in class com.facebook.buck.ide.intellij.lang.scala.ScalaTestModuleRule
 
getDescriptionClass() - Method in interface com.facebook.buck.ide.intellij.model.IjModuleRule
 
getDescriptions() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getDescriptor() - Method in class com.facebook.buck.dalvik.DalvikMemberReference
 
getDesiredLink() - Method in class com.facebook.buck.step.fs.SymlinkFileStep
 
getDestination() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
 
getDestinationBase() - Method in class com.facebook.buck.apple.project_generator.CopyInXcode
 
getDestinationFile() - Method in class com.facebook.buck.step.fs.XzStep
 
getDestinationPath() - Method in class com.facebook.buck.apple.project_generator.CopyInXcode
 
getDestinationSpecifier() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getDetailsForLogging() - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
getDetailsForLogging() - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
getDetailsForLogging() - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
 
getDetailsForLogging() - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
getDeveloperCertificateFingerprints() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
SHA1 hashes of the certificates in the "DeveloperCertificates" section.
getDeveloperPath() - Method in class com.facebook.buck.apple.AppleSdkPaths
Absolute path to the active DEVELOPER_DIR.
getDeviceAbis() - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
getDeviceAbis() - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
getDevices(boolean) - Method in class com.facebook.buck.android.AdbHelper
 
getDevices(boolean) - Method in interface com.facebook.buck.android.exopackage.AndroidDevicesHelper
 
getDeviceSerial() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getDexCompression() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getDexDirectory() - Method in class com.facebook.buck.android.PreDexMerge
 
getDexDirectorySourcePath() - Method in class com.facebook.buck.android.PreDexMerge
 
getDexInfo() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
 
getDexInputHashes() - Method in class com.facebook.buck.android.HashInputJarsToDexStep
 
getDexInputHashes() - Method in interface com.facebook.buck.android.SmartDexingStep.DexInputHashesProvider
 
getDexReorderDataDumpFile() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getDexReorderToolFile() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getDiagnostic() - Method in class com.facebook.buck.io.WatchmanDiagnosticEvent
 
getDiagnosticData() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getDiagnostics() - Method in class com.facebook.buck.json.BuildFilePythonResult
 
getDiff() - Method in class com.facebook.buck.doctor.config.SourceControlInfo
 
getDiff() - Method in class com.facebook.buck.event.ParsingEvent.EnvVariableChange
 
getDiff() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
 
getDirCacheEntries() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
 
getDirectory() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo
 
getDirectory() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo
 
getDirectory() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
 
getDirectory() - Method in class com.facebook.buck.util.ProcessExecutorParams
If present, the current working directory for the launched process.
getDirectoryContents(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getDirectoryEntries(Path) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
getDirectoryForTestResults() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getDirectoryForTestResults() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getDirectToJarParameters() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Setting this to non-absent value enables direct to jar output.
getDirName() - Method in enum com.facebook.buck.dotnet.FrameworkVersion
 
getDirs() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
 
getDirs() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
 
getDirsContainingResourceDirs() - Method in class com.facebook.buck.apple.AppleBundleResources
Directories whose contents should be copied into the root of the resources subdirectory.
getDirtyFiles() - Method in class com.facebook.buck.doctor.config.SourceControlInfo
 
getDisablePreDex() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getDisallowAllDuplicates() - Method in class com.facebook.buck.jvm.java.JarParameters
 
getDisallowAllDuplicates() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
 
getDiskIO() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
 
getDistBuildClientStats() - Method in class com.facebook.buck.distributed.DistBuildClientStatsEvent
 
getDistBuildConfig() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getDistBuildJob() - Method in exception com.facebook.buck.distributed.DistBuildClientExecutor.JobCompletedException
 
getDistBuildMode() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getDistBuildService() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getDistBuildState(List<String>, CommandRunnerParams, WeightedListeningExecutorService) - Static method in class com.facebook.buck.cli.BuildCommand
 
getDllName() - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
 
getDoesNotAffectAbi() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
 
getDoesNotAffectAbi() - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
 
getDownloadedArtifactDownloaded() - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
getDownloadSpeed() - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
getDraftCompile() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
If true, the GWT Compiler's -draftCompile flag will be set.
getDstSubfolderSpec() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase
 
getDsymOutputPath(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.apple.AppleDsym
 
getDsymutil() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getDtNeeded(ProcessExecutor, Tool, SourcePathResolver, Path) - Static method in class com.facebook.buck.android.relinker.Symbols
 
getDummyRDotJava() - Method in class com.facebook.buck.android.AndroidLibrary.Builder.BuilderHelper
 
getDummyRDotJava() - Method in class com.facebook.buck.android.AndroidLibrary.Builder
 
getDummyRDotJavaPath(TargetNode<?, ?>) - Method in interface com.facebook.buck.ide.intellij.model.IjModuleFactoryResolver
 
getDummyRDotJavaTarget(BuildTarget) - Static method in class com.facebook.buck.android.AndroidLibraryGraphEnhancer
 
getDuplicateResourceBehavior() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getDuration() - Method in class com.facebook.buck.event.BuckInitializationDurationEvent
 
getDuration() - Method in class com.facebook.buck.rules.BuildRuleEvent
 
getDuration() - Method in class com.facebook.buck.shell.ShellStep
 
getDurationName() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
 
getDwarfFilenameForDsymTarget(BuildTarget) - Static method in class com.facebook.buck.apple.AppleDsym
 
getDxExecutable() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getDxMaxHeapSize() - Method in class com.facebook.buck.android.DxConfig
 
getDxMaxThreadCount() - Method in class com.facebook.buck.android.DxConfig
 
getDxThreadCount() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getDynamicSymbols(ProcessExecutor, Tool, SourcePathResolver, Path) - Static method in class com.facebook.buck.android.relinker.Symbols
 
getEdgeCount() - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
getEffectiveBannedDuplicateResourceTypes() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getElapsedTimeMillis() - Method in class com.facebook.buck.rules.TestStatusMessageEvent.Finished
 
getElapsedTimeMs(DistBuildSlaveTimingStatsTracker.SlaveEvents) - Method in class com.facebook.buck.distributed.DistBuildSlaveTimingStatsTracker
 
getElements() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
 
getElements() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
getElements() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
 
getElf32Addr(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf32
 
getElf32Half(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf32
 
getElf32Sword(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf32
 
getElf32Word(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf32
 
getElf64Addr(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
 
getElf64Half(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
 
getElf64Sxword(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
 
getElf64Word(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
 
getElf64Xword(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
 
getEmptyInitTarget(BuildTarget) - Static method in class com.facebook.buck.python.PythonBinaryDescription
 
getEnableObjcInterop() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getEnableParallelParsing() - Method in class com.facebook.buck.parser.ParserConfig
getEnableParserProfiling() - Method in class com.facebook.buck.cli.AbstractCommand
 
getEnableProfiling() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getEndIndex() - Method in class com.facebook.buck.model.macros.MacroMatchResult
 
getEndpointMessage() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
 
getEnforceBuckPackageBoundary() - Method in class com.facebook.buck.parser.ParserConfig
getEntitlements() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Key/value pairs of the "Entitlements" dictionary in the embedded plist.
getEntries() - Method in class com.facebook.buck.bsd.UnixArchive
 
getEntriesForSection(String) - Method in class com.facebook.buck.cli.BuckConfig
 
getEntriesToJar() - Method in class com.facebook.buck.jvm.java.JarParameters
 
getEntry() - Method in class com.facebook.buck.js.JsBundleDescriptionArg
 
getEntry() - Method in class com.facebook.buck.util.zip.JarEntrySupplier
 
getEntryCount() - Method in class com.facebook.buck.android.resources.ResTableType
 
getEntryCount() - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
getEntryOwner() - Method in class com.facebook.buck.util.zip.JarEntrySupplier
 
getEntryPath() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
 
getEntryPath() - Method in interface com.facebook.buck.js.CoreReactNativeLibraryArg
 
getEntryPath() - Method in class com.facebook.buck.js.ReactNativeLibraryArg
 
getEntryValueOffset(int) - Method in class com.facebook.buck.android.resources.ResTableType
 
getEnum(String, String, Class<T>) - Method in class com.facebook.buck.cli.BuckConfig
 
getEnum(String, String, Class<T>) - Method in class com.facebook.buck.config.Config
 
getEnv() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getEnv(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getEnv() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getEnv() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getEnv() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
 
getEnv() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getEnv() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getEnv() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getEnv() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getEnv() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getEnv() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
 
getEnv() - Method in class com.facebook.buck.shell.ShTest
 
getEnv() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
 
getEnv() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
 
getEnv() - Method in class com.facebook.buck.step.AbstractTestStep
 
getenv(String) - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getenv(String) - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
Gets the environment variable indicated by the specified key.
getEnvForOutOfProcessJavac() - Method in class com.facebook.buck.step.external.BundledExternalProcessLauncher
 
getEnvironment() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getEnvironment() - Method in class com.facebook.buck.cli.BuckConfig
 
getEnvironment() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.AbstractPreprocessor
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.BsdArchiver
 
getEnvironment() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.GnuArchiver
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.cxx.toolchain.WindowsArchiver
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
getEnvironment() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.Jsr199Javac
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.python.PythonEnvironment
 
getEnvironment() - Method in class com.facebook.buck.python.PythonPlatform
 
getEnvironment() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getEnvironment() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.rules.CommandTool
 
getEnvironment(SourcePathResolver) - Method in class com.facebook.buck.rules.HashedFileTool
 
getEnvironment() - Method in class com.facebook.buck.rules.SystemToolProvider
 
getEnvironment(SourcePathResolver) - Method in interface com.facebook.buck.rules.Tool
 
getEnvironment() - Method in class com.facebook.buck.step.ExecutionContext
 
getEnvironment() - Method in class com.facebook.buck.util.ProcessExecutorParams
If present, the map of environment variables used for the launched process.
getEnvironmentForProcess(ExecutionContext, WorkerProcessParams) - Method in class com.facebook.buck.worker.WorkerProcessPoolFactory
 
getEnvironmentOverrides() - Method in class com.facebook.buck.test.TestRunningOptions
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.android.redex.ReDexStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.android.StripStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.d.DCompileStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.go.GoAssembleStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.go.GoCompileStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.go.GoLinkStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.go.GoPackStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.go.GoTestMainStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.halide.HalideCompilerStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JUnitStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.jvm.scala.ScalacStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlCCompileStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlLinkStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlMLCompileStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.python.PexStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.shell.DefaultShellStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
Returns the environment variables to include when running this ShellStep.
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.shell.WorkerShellStep
Returns the environment variables to use when expanding the job arguments that get sent to the process.
getError() - Method in class com.facebook.buck.event.CompilerErrorEvent
 
getError() - Method in interface com.facebook.buck.event.external.events.CompilerErrorEventExternalInterface
 
getErrorCheckTimeRangeMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getErrorMessage() - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice.ErrorParsingReceiver
 
getErrorMessage() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
 
getErrorMessage() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
 
getErrorMessage() - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
 
getErrorMessage() - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse
 
getErrorMessage() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getErrorMessageFormat() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getErrorPercentage(long, int) - Method in class com.facebook.buck.slb.ServerHealthState
 
getErrorStream() - Method in interface com.facebook.buck.util.ProcessExecutor.LaunchedProcess
Input stream that maps into stderr of the process.
getErrorStream() - Method in class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
 
getErrorTextTemplate() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getEscapedArgumentsListAsString(List<String>) - Static method in class com.facebook.buck.cli.QueryCommand
 
getEstimate(InputStream) - Static method in class com.facebook.buck.dalvik.DalvikStatsTool
Estimates the footprint that a given class will have in the LinearAlloc buffer of Android's Dalvik VM.
getEstimatedAmounts() - Static method in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
 
getEstimatedProgressOfGeneratingProjectFiles() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
getEstimatedProgressOfGeneratingProjectFiles() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
getEstimatedProgressOfParsingBuckFiles() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
getEstimatedProgressOfParsingBuckFiles() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
getEventBus() - Method in class com.facebook.buck.rules.BuildContext
 
getEventBus() - Method in interface com.facebook.buck.rules.BuildRuleResolver
An event bus to send log messages.
getEventBus() - Method in class com.facebook.buck.rules.MultiThreadedBuildRuleResolver
 
getEventBus() - Method in class com.facebook.buck.rules.SingleThreadedBuildRuleResolver
 
getEventBus() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getEventId() - Method in class com.facebook.buck.event.SimplePerfEvent
 
getEventInfo() - Method in class com.facebook.buck.event.SimplePerfEvent
 
getEventKey() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
getEventKey() - Method in interface com.facebook.buck.event.BuckEvent
 
getEventListeners(Map<ExecutorPool, ListeningExecutorService>, ScheduledExecutorService) - Method in class com.facebook.buck.cli.AbstractCommand
 
getEventListeners(Map<ExecutorPool, ListeningExecutorService>, ScheduledExecutorService) - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
getEventListeners(Map<ExecutorPool, ListeningExecutorService>, ScheduledExecutorService) - Method in class com.facebook.buck.cli.BuildCommand
 
getEventListeners(Map<ExecutorPool, ListeningExecutorService>, ScheduledExecutorService) - Method in interface com.facebook.buck.cli.Command
If any of these listeners also extends Closeable, it will be closed by Main.
getEventListeners(Map<ExecutorPool, ListeningExecutorService>, ScheduledExecutorService) - Method in class com.facebook.buck.cli.DistBuildRunCommand
 
getEventListeners(Map<ExecutorPool, ListeningExecutorService>, ScheduledExecutorService) - Method in class com.facebook.buck.cli.VersionCommand
 
getEventName() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent.Finished
 
getEventName() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent.Started
 
getEventName() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getEventName() - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.Finished
 
getEventName() - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.Started
 
getEventName() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
 
getEventName() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Scheduled
 
getEventName() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Shutdown
 
getEventName() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Started
 
getEventName() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResultEvent
 
getEventName() - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent.Finished
 
getEventName() - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent.Started
 
getEventName() - Method in class com.facebook.buck.counters.CounterRegistry.AsyncCounterRegistrationEvent
 
getEventName() - Method in class com.facebook.buck.counters.CountersSnapshotEvent
 
getEventName() - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatusEvent
 
getEventName() - Method in class com.facebook.buck.distributed.ClientSideBuildSlaveFinishedStatsEvent
 
getEventName() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResultEvent
 
getEventName() - Method in class com.facebook.buck.distributed.DistBuildClientStatsEvent
 
getEventName() - Method in class com.facebook.buck.distributed.DistBuildCreatedEvent
 
getEventName() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent
 
getEventName() - Method in class com.facebook.buck.event.ActionGraphEvent.Cache
 
getEventName() - Method in class com.facebook.buck.event.ActionGraphEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.ActionGraphEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.ArtifactCompressionEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.ArtifactCompressionEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.BuckInitializationDurationEvent
 
getEventName() - Method in class com.facebook.buck.event.CommandEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.CommandEvent.Interrupted
 
getEventName() - Method in class com.facebook.buck.event.CommandEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.CompilerErrorEvent
 
getEventName() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.ConsoleEvent
 
getEventName() - Method in class com.facebook.buck.event.DaemonEvent
 
getEventName() - Method in class com.facebook.buck.event.ExperimentEvent
 
getEventName() - Method in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
getEventName() - Method in class com.facebook.buck.event.FileHashCacheEvent
 
getEventName() - Method in class com.facebook.buck.event.FileHashCacheEvent.InvalidationFinished
 
getEventName() - Method in class com.facebook.buck.event.FileHashCacheEvent.InvalidationStarted
 
getEventName() - Method in class com.facebook.buck.event.InstallEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.InstallEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.LeafEvents.SimpleLeafEvent
 
getEventName() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getEventName() - Method in class com.facebook.buck.event.listener.PerfTimesEventListener.PerfTimesEvent
 
getEventName() - Method in class com.facebook.buck.event.NetworkEvent.BytesReceivedEvent
 
getEventName() - Method in class com.facebook.buck.event.ParsingEvent
 
getEventName() - Method in class com.facebook.buck.event.ProgressEvent.BuildProgressUpdated
 
getEventName() - Method in class com.facebook.buck.event.ProgressEvent.ParsingProgressUpdated
 
getEventName() - Method in class com.facebook.buck.event.ProgressEvent.ProjectGenerationProgressUpdated
 
getEventName() - Method in class com.facebook.buck.event.ProjectGenerationEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.ProjectGenerationEvent.Processed
 
getEventName() - Method in class com.facebook.buck.event.ProjectGenerationEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.RuleKeyCalculationEvent.Event
 
getEventName() - Method in class com.facebook.buck.event.StartActivityEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.StartActivityEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.UninstallEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.UninstallEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.WatchmanStatusEvent
 
getEventName() - Method in class com.facebook.buck.file.DownloadEvent.Finished
 
getEventName() - Method in class com.facebook.buck.file.DownloadEvent.Started
 
getEventName() - Method in class com.facebook.buck.file.DownloadProgressEvent
 
getEventName() - Method in class com.facebook.buck.io.WatchmanDiagnosticEvent
 
getEventName() - Method in class com.facebook.buck.json.ParseBuckProfilerReportEvent
 
getEventName() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Finished
 
getEventName() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Started
 
getEventName() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Finished
 
getEventName() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Started
 
getEventName() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Finished
 
getEventName() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Started
 
getEventName() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
 
getEventName() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Started
 
getEventName() - Method in class com.facebook.buck.parser.ParseEvent.Finished
 
getEventName() - Method in class com.facebook.buck.parser.ParseEvent.Started
 
getEventName() - Method in class com.facebook.buck.rules.BuildEvent.DistBuildFinished
 
getEventName() - Method in class com.facebook.buck.rules.BuildEvent.DistBuildStarted
 
getEventName() - Method in class com.facebook.buck.rules.BuildEvent.Finished
 
getEventName() - Method in class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
 
getEventName() - Method in class com.facebook.buck.rules.BuildEvent.Started
 
getEventName() - Method in class com.facebook.buck.rules.BuildEvent.UnskippedRuleCountUpdated
 
getEventName() - Method in class com.facebook.buck.rules.BuildRuleEvent
 
getEventName() - Method in class com.facebook.buck.rules.BuildRuleEvent.WillBuildLocally
 
getEventName() - Method in class com.facebook.buck.rules.IndividualTestEvent.Finished
 
getEventName() - Method in class com.facebook.buck.rules.IndividualTestEvent.Started
 
getEventName() - Method in class com.facebook.buck.rules.keys.RuleKeyCacheStatsEvent
 
getEventName() - Method in class com.facebook.buck.rules.TestRunEvent.Finished
 
getEventName() - Method in class com.facebook.buck.rules.TestRunEvent.Started
 
getEventName() - Method in class com.facebook.buck.rules.TestStatusMessageEvent.Finished
 
getEventName() - Method in class com.facebook.buck.rules.TestStatusMessageEvent.Started
 
getEventName() - Method in class com.facebook.buck.rules.TestSummaryEvent.Finished
 
getEventName() - Method in class com.facebook.buck.rules.TestSummaryEvent.Started
 
getEventName() - Method in class com.facebook.buck.slb.LoadBalancedServiceEvent
 
getEventName() - Method in class com.facebook.buck.slb.LoadBalancerPingEvent
 
getEventName() - Method in class com.facebook.buck.slb.ServerHealthManagerEvent
 
getEventName() - Method in class com.facebook.buck.step.StepEvent.Finished
 
getEventName() - Method in class com.facebook.buck.step.StepEvent.Started
 
getEventName() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Finished
 
getEventName() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Started
 
getEventName() - Method in class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent.Finished
 
getEventName() - Method in class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent.Started
 
getEventName() - Method in class com.facebook.buck.test.TestRuleEvent.Finished
 
getEventName() - Method in class com.facebook.buck.test.TestRuleEvent.Started
 
getEventName() - Method in class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshFailed
 
getEventName() - Method in class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshFinished
 
getEventName() - Method in class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshStarted
 
getEventName() - Method in class com.facebook.buck.util.environment.NetworkInfo.Event
 
getEventName() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.PerfStatsEvent
 
getEventName() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
 
getEventName() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStatsEvent
 
getEventName() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStatsEvent
 
getEventName() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Cache
 
getEventName() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Finished
 
getEventName() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Started
 
getEventsBetween(long, long, Iterable<EventPair>) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
Filter a list of events and return the subset that fall between the given start and end timestamps.
getEventSink() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getEventsOutputPath() - Method in class com.facebook.buck.cli.AbstractCommand
 
getEventType() - Method in class com.facebook.buck.event.SimplePerfEvent
 
getException() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
 
getException() - Method in class com.facebook.buck.slb.PerServerPingData
 
getExcludedResourcePaths() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getExcludedRoots() - Method in class com.facebook.buck.cxx.OmnibusRoots
 
getExcludeRulesAdded() - Method in class com.facebook.buck.util.versioncontrol.AbstractSparseSummary
 
getExcludeRulesAdded() - Method in class com.facebook.buck.util.versioncontrol.SparseSummary
 
getExcludes() - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
A set of paths that need to be excluded from the final IjModule.
getExe() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
 
getExe() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
 
getExecutable(Path, ImmutableMap<String, String>) - Method in class com.facebook.buck.io.ExecutableFinder
 
getExecutable() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
 
getExecutableCommand() - Method in class com.facebook.buck.apple.AppleBundle
 
getExecutableCommand() - Method in class com.facebook.buck.cxx.CxxBinary
 
getExecutableCommand() - Method in class com.facebook.buck.d.DBinary
 
getExecutableCommand() - Method in class com.facebook.buck.file.RemoteFileBinary
 
getExecutableCommand() - Method in class com.facebook.buck.go.GoBinary
 
getExecutableCommand() - Method in class com.facebook.buck.go.GoTest
 
getExecutableCommand() - Method in class com.facebook.buck.haskell.HaskellBinary
 
getExecutableCommand() - Method in class com.facebook.buck.jvm.java.JarFattener
 
getExecutableCommand() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getExecutableCommand() - Method in class com.facebook.buck.lua.LuaBinary
 
getExecutableCommand() - Method in class com.facebook.buck.ocaml.OcamlBinary
 
getExecutableCommand() - Method in class com.facebook.buck.python.PythonInPlaceBinary
 
getExecutableCommand() - Method in class com.facebook.buck.python.PythonPackagedBinary
 
getExecutableCommand() - Method in class com.facebook.buck.python.PythonTest
 
getExecutableCommand() - Method in interface com.facebook.buck.rules.BinaryBuildRule
Command to execute the output of this rule.
getExecutableCommand() - Method in class com.facebook.buck.rust.RustTest
 
getExecutableCommand() - Method in class com.facebook.buck.shell.CommandAlias
 
getExecutableCommand() - Method in class com.facebook.buck.shell.GenruleBinary
 
getExecutableCommand() - Method in class com.facebook.buck.shell.ShBinary
 
getExecutableCommand() - Method in class com.facebook.buck.shell.ShTest
 
getExecutableFinder() - Method in class com.facebook.buck.rules.SystemToolProvider
 
getExecutableName() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
 
getExecutablesPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getExecutableSuffixes(Platform, ImmutableMap<String, String>) - Static method in class com.facebook.buck.io.ExecutableFinder
 
getExecutionContext() - Method in class com.facebook.buck.cli.AbstractCommand
 
getExecutionContext() - Method in class com.facebook.buck.command.Build
 
getExecutionContextBuilder(CommandRunnerParams) - Method in class com.facebook.buck.cli.AbstractCommand
 
getExecutionContextBuilder(CommandRunnerParams) - Method in class com.facebook.buck.cli.BuildCommand
 
getExecutionContextBuilder(CommandRunnerParams) - Method in class com.facebook.buck.cli.InstallCommand
 
getExecutionContextBuilder(CommandRunnerParams) - Method in class com.facebook.buck.cli.TestCommand
 
getExecutionContextBuilder(CommandRunnerParams) - Method in class com.facebook.buck.cli.UninstallCommand
 
getExecutorCollectionLabel() - Method in class com.facebook.buck.event.listener.BuildThreadStateRenderer
 
getExecutorCollectionLabel() - Method in class com.facebook.buck.event.listener.DistBuildSlaveStateRenderer
 
getExecutorCollectionLabel() - Method in interface com.facebook.buck.event.listener.MultiStateRenderer
 
getExecutorCollectionLabel() - Method in class com.facebook.buck.event.listener.TestThreadStateRenderer
 
getExecutorCount() - Method in class com.facebook.buck.event.listener.BuildThreadStateRenderer
 
getExecutorCount() - Method in class com.facebook.buck.event.listener.DistBuildSlaveStateRenderer
 
getExecutorCount() - Method in interface com.facebook.buck.event.listener.MultiStateRenderer
 
getExecutorCount() - Method in class com.facebook.buck.event.listener.TestThreadStateRenderer
 
getExecutors() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getExecutors() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getExecutors() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getExecutors() - Method in class com.facebook.buck.step.ExecutionContext
 
getExecutorService() - Method in class com.facebook.buck.cli.CommandThreadManager
 
getExecutorService() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getExistenceOfInterestPredicate(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getExistenceOfInterestPredicate(SourcePathResolver) - Method in class com.facebook.buck.js.ReactNativeBundle
 
getExistenceOfInterestPredicate(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getExistenceOfInterestPredicate(SourcePathResolver) - Method in interface com.facebook.buck.rules.keys.SupportsDependencyFileRuleKey
Returns a predicate that can tell whether the existence of a given path may be of interest to compiler.
getExistingFile() - Method in class com.facebook.buck.step.fs.SymlinkFileStep
 
getExitCode() - Method in class com.facebook.buck.cli.InstallResult
 
getExitCode() - Method in class com.facebook.buck.distributed.CoordinatorModeRunner.AsyncCoordinatorRun
 
getExitCode() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
 
getExitCode() - Method in class com.facebook.buck.doctor.config.BuildLogEntry
 
getExitCode() - Method in class com.facebook.buck.event.CommandEvent.Finished
 
getExitCode() - Method in class com.facebook.buck.event.CommandEvent.Interrupted
 
getExitCode() - Method in class com.facebook.buck.rules.BuildEvent.DistBuildFinished
 
getExitCode() - Method in class com.facebook.buck.rules.BuildEvent.Finished
 
getExitCode() - Method in class com.facebook.buck.step.StepEvent.Finished
 
getExitCode() - Method in class com.facebook.buck.step.StepExecutionResult
 
getExitCode() - Method in exception com.facebook.buck.step.StepFailedException
 
getExitCode() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Finished
 
getExitCode() - Method in class com.facebook.buck.util.ProcessExecutor.Result
 
getExitCode() - Method in class com.facebook.buck.worker.WorkerJobResult
 
getExitCodeFromResult(ExecutionContext, ProcessExecutor.Result) - Method in class com.facebook.buck.jvm.java.JUnitStep
 
getExitCodeFromResult(ExecutionContext, ProcessExecutor.Result) - Method in class com.facebook.buck.shell.ShellStep
 
getExopackageInfo() - Method in class com.facebook.buck.android.ApkInfo
 
getExopackageInfo() - Method in class com.facebook.buck.android.HasInstallableApk.AbstractApkInfo
 
getExopackageModes() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getExoResources() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
 
getExoResources() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getExpandedArg() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Command after passing through argument expansion.
getExpander(BuildTarget, CellPathResolver, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
getExpander(String) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
getExpanders() - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
 
getExpectedHashCode() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
 
getExpectedHashCode() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
 
getExpectedHashCode() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
 
getExperimentalArgs() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
In practice, these may be values such as -XenableClosureCompiler, -XdisableClassMetadata, -XdisableCastChecking, or -XfragmentMerge.
getExpirationDate() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
 
getExplanation() - Method in class com.facebook.buck.test.selectors.PatternTestSelector
 
getExplanation() - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
 
getExplanation() - Method in interface com.facebook.buck.test.selectors.TestSelector
 
getExplanation() - Method in class com.facebook.buck.test.selectors.TestSelectorList
 
getExplicitFileType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
 
getExplicitRunnablePath() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
 
getExplicitTestTargets(Iterator<TargetNode<?, ?>>) - Static method in class com.facebook.buck.rules.TargetGraphAndTargets
 
getExported() - Method in class com.facebook.buck.ide.intellij.DependencyEntryData
 
getExportedCompilerFlags() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
getExportedCxxDeps() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getExportedCxxDeps() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getExportedCxxDeps() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getExportedCxxDeps() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getExportedCxxDeps() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getExportedDeps() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getExportedDeps() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.go.GoLinkable
 
getExportedDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getExportedDeps() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
 
getExportedDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getExportedDeps() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getExportedDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getExportedDeps() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getExportedDeps() - Method in interface com.facebook.buck.rules.ExportDependencies
 
getExportedDepsClosure(BuildTarget) - Method in class com.facebook.buck.ide.intellij.ExportedDepsClosureResolver
 
getExportedHeaders() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getExportedHeaders() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getExportedHeaders() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getExportedHeaders() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getExportedHeaders() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getExportedHeaders() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getExportedLangPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getExportedLangPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getExportedLangPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getExportedLangPreprocessorFlags() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getExportedLangPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getExportedLangPreprocessorFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getExportedLinkerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getExportedLinkerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getExportedLinkerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getExportedLinkerFlags() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
 
getExportedLinkerFlags(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getExportedLinkerFlags() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getExportedLinkerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getExportedLinkerFlags(CxxPlatform) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibrary
 
getExportedLinkerFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getExportedLinkerFlags() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
getExportedPlatformDeps() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getExportedPlatformDeps() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getExportedPlatformDeps() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getExportedPlatformDeps() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getExportedPlatformDeps() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getExportedPlatformHeaders() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getExportedPlatformHeaders() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getExportedPlatformHeaders() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getExportedPlatformHeaders() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getExportedPlatformHeaders() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getExportedPlatformHeaders() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getExportedPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getExportedPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getExportedPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getExportedPlatformLinkerFlags() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
 
getExportedPlatformLinkerFlags() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getExportedPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getExportedPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getExportedPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getExportedPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getExportedPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getExportedPlatformPreprocessorFlags() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getExportedPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getExportedPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getExportedPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getExportedPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getExportedPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getExportedPreprocessorFlags() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getExportedPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getExportedPreprocessorFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getExportedPreprocessorFlags() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
 
getExportedRules(Iterable<? extends BuildRule>) - Static method in class com.facebook.buck.rules.BuildRules
 
getExportedSymbolsFromString(String) - Method in class com.facebook.buck.jvm.java.JavaFileParser
 
getExpression() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
getExpressionToEval(ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.FilterFunction
 
getExpressionToEval(ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.KindFunction
 
getExtension() - Method in class com.facebook.buck.apple.AppleBundle
 
getExtension() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
 
getExtension() - Method in class com.facebook.buck.apple.ApplePackageConfig
 
getExtension() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
 
getExtension(CxxPlatform) - Method in class com.facebook.buck.lua.CxxLuaExtension
 
getExtension() - Method in class com.facebook.buck.lua.LuaPlatform
 
getExtension(PythonPlatform, CxxPlatform) - Method in class com.facebook.buck.python.CxxPythonExtension
 
getExtension() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getExtension() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getExtensions() - Method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
 
getExternalAttributes() - Method in class com.facebook.buck.util.zip.CustomZipEntry
 
getExternalTestRunner() - Method in class com.facebook.buck.cli.BuckConfig
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.apple.AppleTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.d.DTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.go.GoTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.jvm.java.JavaTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.python.PythonTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in interface com.facebook.buck.rules.ExternalTestRunnerRule
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.rust.RustTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, BuildContext) - Method in class com.facebook.buck.shell.ShTest
 
getExtraArgs() - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
 
getExtraArgs() - Method in class com.facebook.buck.rules.VersionedTool
Additional flags that we pass to the tool, but which do *not* contribute to the rule key.
getExtraArguments() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getExtraArguments() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getExtraArguments() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getExtraArguments() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getExtraArguments() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getExtraArguments() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getExtraArguments() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getExtraArguments() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getExtraArguments() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getExtraArguments() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getExtraArguments() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getExtraArguments() - Method in interface com.facebook.buck.jvm.scala.ScalaLibraryDescription.CoreArg
 
getExtraArguments() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getExtraArguments() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getExtraClassPathDependencies() - Method in class com.facebook.buck.ide.intellij.model.IjModule
 
getExtraClassPathDependencies() - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
getExtraCompilerOutputModulesPath() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getExtraData() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getExtraDeps(SourcePathRuleFinder) - Method in interface com.facebook.buck.jvm.java.ConfiguredCompiler
 
getExtraDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
 
getExtraDeps() - Method in class com.facebook.buck.rules.BuildRuleParams
 
getExtraDeps() - Method in class com.facebook.buck.rules.TargetNode
 
getExtraFiles() - Method in interface com.facebook.buck.doctor.ExtraInfoCollector.AbstractExtraInfoResult
 
getExtraFiles() - Method in class com.facebook.buck.doctor.ExtraInfoResult
 
getExtraGroovycArguments() - Method in interface com.facebook.buck.jvm.groovy.GroovyLibraryDescription.CoreArg
 
getExtraGroovycArguments() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getExtraGroovycArguments() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getExtraInfo() - Method in class com.facebook.buck.doctor.DefectReport
 
getExtraInfo() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
 
getExtraJvmArgs() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getExtraKotlincArguments() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getExtraKotlincArguments() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getExtraKotlincArguments() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getExtraKotlincArguments() - Method in interface com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg
 
getExtraKotlincArguments() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getExtraKotlincArguments() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getExtraModuleDependencies() - Method in class com.facebook.buck.ide.intellij.model.IjModule
 
getExtraModuleDependencies() - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
getExtraNdkCFlags() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getExtraNdkCxxFlags() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getExtraNdkLdFlags() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getExtraPlatformPaths() - Method in class com.facebook.buck.apple.AppleConfig
 
getExtraSchemes() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
 
getExtraTargets() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
 
getExtraTests() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
 
getExtraToolchainPaths() - Method in class com.facebook.buck.apple.AppleConfig
 
getExtraXcodeFiles() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
extra_xcode_sources will add the files to the list of files in the project and won't add them to an Xcode target.
getExtraXcodeFiles() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
extra_xcode_sources will add the files to the list of files in the project and won't add them to an Xcode target.
getExtraXcodeFiles() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
extra_xcode_sources will add the files to the list of files in the project and won't add them to an Xcode target.
getExtraXcodeFiles() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
extra_xcode_sources will add the files to the list of files in the project and won't add them to an Xcode target.
getExtraXcodeFiles() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
extra_xcode_sources will add the files to the list of files in the project and won't add them to an Xcode target.
getExtraXcodeSources() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
extra_xcode_sources will add the files to the list of files to be compiled in the Xcode target.
getExtraXcodeSources() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
extra_xcode_sources will add the files to the list of files to be compiled in the Xcode target.
getExtraXcodeSources() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
extra_xcode_sources will add the files to the list of files to be compiled in the Xcode target.
getExtraXcodeSources() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
extra_xcode_sources will add the files to the list of files to be compiled in the Xcode target.
getExtraXcodeSources() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
extra_xcode_sources will add the files to the list of files to be compiled in the Xcode target.
getFactory() - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidResourceFolder
 
getFactory() - Method in class com.facebook.buck.ide.intellij.model.folders.ExcludeFolder
 
getFactory() - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
 
getFactory() - Method in enum com.facebook.buck.ide.intellij.model.folders.IjResourceFolderType
 
getFactory() - Method in class com.facebook.buck.ide.intellij.model.folders.JavaResourceFolder
 
getFactory() - Method in class com.facebook.buck.ide.intellij.model.folders.JavaTestResourceFolder
 
getFactory() - Method in class com.facebook.buck.ide.intellij.model.folders.SourceFolder
 
getFactory() - Method in class com.facebook.buck.ide.intellij.model.folders.TestFolder
 
getFactory() - Method in enum com.facebook.buck.slb.ThriftProtocol
 
getFailure() - Method in class com.facebook.buck.rules.BuildResult
 
getFailure(ListenableFuture<?>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
Returns the failure for a ListenableFuture.
getFailureCount() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
 
getFailureCount() - Method in class com.facebook.buck.test.TestCaseSummary
 
getFailureCount() - Method in class com.facebook.buck.test.TestResults
 
getFailureDetails() - Method in class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshFailed
 
getFailures() - Method in class com.facebook.buck.command.BuildExecutionResult
 
getFailures() - Method in class com.facebook.buck.test.TestResults
 
getFailureUploadCount() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
 
getFakeTime() - Static method in class com.facebook.buck.util.zip.ZipConstants
ZipEntry.setTime(long) is timezone-sensitive.
getFallbackFinder() - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
 
getFatTarget() - Method in class com.facebook.buck.apple.MultiarchFileInfo
 
getFeatures() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
 
getFeatures() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
 
getFeatures() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
 
getFetchBuilder() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
 
getFetchClient() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getFetchData() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
 
getFetchResult() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
 
getFetchTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
 
getFile() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
 
getFileAttributesForZipEntry(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getFileChangesIgnoredReport() - Method in class com.facebook.buck.doctor.AbstractReport
 
getFileChangesIgnoredReport() - Method in class com.facebook.buck.doctor.DefectReport
 
getFileChangesIgnoredReport() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
 
getFileChangesIgnoredReport() - Method in class com.facebook.buck.doctor.DoctorInteractiveReport
 
getFileContents() - Method in class com.facebook.buck.file.WriteFile
 
getFileExtension(Path) - Static method in class com.facebook.buck.io.MorePaths
 
getFileForOutput(JavaFileManager.Location, String, String, FileObject) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
getFileHashCache() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getFileHashCache() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getFileHashCache() - Method in class com.facebook.buck.distributed.DistBuildCachingEngineDelegate
 
getFileHashCache() - Method in interface com.facebook.buck.rules.CachingBuildEngineDelegate
 
getFileHashCache() - Method in class com.facebook.buck.rules.LocalCachingBuildEngineDelegate
 
getFileHashCacheMode() - Method in class com.facebook.buck.cli.BuckConfig
 
getFileHashes() - Method in class com.facebook.buck.distributed.DistBuildFileHashes
 
getFileMaterializationStats() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
 
getFileMode() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getFileModificationTimestamp() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getFileName() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getFilename() - Method in class com.facebook.buck.event.WatchmanStatusEvent.FileCreation
 
getFilename() - Method in class com.facebook.buck.event.WatchmanStatusEvent.FileDeletion
 
getFileName() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
 
getFileName() - Method in class com.facebook.buck.json.BuildFileSyntaxError
 
getFilename() - Method in class com.facebook.buck.util.autosparse.MmappedHgManifest.ManifestEntry
 
getFileNameLength() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getFilenamePath() - Method in class com.facebook.buck.util.PackagedResource
Use this combined with file hash as unique ID when hashing is enabled.
getFileNameWithoutClassSuffix(FileLike) - Static method in class com.facebook.buck.jvm.java.classes.FileLikes
 
getFileoff() - Method in class com.facebook.buck.macho.SegmentCommand
 
getFileOffset() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getFileOwners(ImmutableList<String>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getFileOwners(ImmutableList<String>) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the targets that own one or more of the given files.
getFileOwners(ImmutableList<String>) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
getFileOwners(ImmutableList<String>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getFilePath() - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
 
getFileRef() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
getFiles() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
 
getFiles() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildPhase
 
getFilesAdded() - Method in class com.facebook.buck.util.versioncontrol.AbstractSparseSummary
 
getFilesAdded() - Method in class com.facebook.buck.util.versioncontrol.SparseSummary
 
getFilesConflicting() - Method in class com.facebook.buck.util.versioncontrol.AbstractSparseSummary
 
getFilesConflicting() - Method in class com.facebook.buck.util.versioncontrol.SparseSummary
 
getFilesDropped() - Method in class com.facebook.buck.util.versioncontrol.AbstractSparseSummary
 
getFilesDropped() - Method in class com.facebook.buck.util.versioncontrol.SparseSummary
 
getFilesExamined() - Method in interface com.facebook.buck.util.cache.FileHashCache.AbstractFileHashCacheVerificationResult
 
getFilesExamined() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
 
getFileSize() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getFileSize(Path, boolean) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
getFileSize(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getFilesize() - Method in class com.facebook.buck.macho.SegmentCommand
 
getFilesMaterializedFromCASCount() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
 
getFilesMaterializedFromLocalCacheCount() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
 
getFilesToCopyInXcode() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
 
getFilesToCopyInXcode() - Method in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
getFilesToInstall() - Method in class com.facebook.buck.android.exopackage.DexExoHelper
 
getFilesToInstall() - Method in class com.facebook.buck.android.exopackage.NativeExoHelper
 
getFilesToInstall() - Method in class com.facebook.buck.android.exopackage.ResourcesExoHelper
 
getFilesUnderPath(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getFilesUnderPath(Path, Predicate<Path>) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getFilesUnderPath(Path, Predicate<Path>, EnumSet<FileVisitOption>) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getFilesystem() - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
 
getFilesystem() - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
getFilesystem() - Method in class com.facebook.buck.rules.Cell
 
getFilesystem(SourcePath) - Method in class com.facebook.buck.rules.DefaultSourcePathResolver
 
getFilesystem() - Method in class com.facebook.buck.rules.DistBuildCellParams
 
getFilesystem() - Method in class com.facebook.buck.rules.keys.RuleKeyInput
 
getFilesystem() - Method in class com.facebook.buck.rules.PathSourcePath
 
getFilesystem(SourcePath) - Method in interface com.facebook.buck.rules.SourcePathResolver
 
getFilesystem() - Method in class com.facebook.buck.rules.TargetNode
 
getFilesystem() - Method in class com.facebook.buck.step.fs.SymlinkFileStep
 
getFilesystem() - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
getFilesystem() - Method in interface com.facebook.buck.util.cache.ProjectFileHashCache
 
getFiletype() - Method in class com.facebook.buck.macho.MachoHeader
 
getFileUrl() - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
 
getFinalCompileTimeClasspathSourcePaths() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
getFinalDeps() - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
 
getFinalFullJarDeclaredDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
getFinalParams() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
getFinalRName() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getFinalRName() - Method in interface com.facebook.buck.android.AndroidLibraryDescription.CoreArg
 
getFinalRName() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getFingerprint() - Method in class com.facebook.buck.apple.CodeSignIdentity
Returns the identity's certificate hash, defined to be unique for each identity.
getFinish() - Method in class com.facebook.buck.event.listener.EventPair
 
getFirst() - Method in class com.facebook.buck.model.Pair
 
getFirstFailure() - Method in class com.facebook.buck.rules.CachingBuildEngine.DefaultBuildRuleBuilderDelegate
 
getFirstNonOptionalType(Field) - Static method in class com.facebook.buck.util.Types
Get the first complete Type in a signature that's non-optional, complete with the information from the ParameterizedType.
getFirstOrderClasspath(Set<QueryTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getFirstResourcePackageFromDependencies(IjModule) - Method in class com.facebook.buck.ide.intellij.IjProjectTemplateDataPreparer
 
getFlag() - Method in class com.facebook.buck.util.autosparse.MmappedHgManifest.ManifestEntry
 
getFlagMacros() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getFlags() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
 
getFlags() - Method in class com.facebook.buck.cxx.AbstractCxxSource
 
getFlags(ImmutableList<T>, PatternMatchedCollection<ImmutableList<T>>, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxFlags
 
getFlags() - Method in class com.facebook.buck.cxx.CxxSource
 
getFlags(String) - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getFlags() - Method in class com.facebook.buck.haskell.HaskellCompileInput
 
getFlags() - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
getFlags() - Method in class com.facebook.buck.macho.MachoHeader
 
getFlags() - Method in class com.facebook.buck.macho.Section
 
getFlags() - Method in class com.facebook.buck.macho.SegmentCommand
 
getFlags() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getFlags() - Method in class com.facebook.buck.rules.SourceWithFlags
 
getFlags() - Method in class com.facebook.buck.swift.SwiftBuckConfig
 
getFlags() - Method in class com.facebook.buck.util.autosparse.ManifestInfo
 
getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.toolchain.AbstractPreprocessor
 
getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.toolchain.ClangCompiler
 
getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.toolchain.ClangPreprocessor
 
getFlagsForColorDiagnostics() - Method in interface com.facebook.buck.cxx.toolchain.Compiler
 
getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.toolchain.GccCompiler
 
getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.toolchain.GccPreprocessor
 
getFlagsForColorDiagnostics() - Method in interface com.facebook.buck.cxx.toolchain.Preprocessor
 
getFlagsForReproducibleBuild(String, Path) - Method in class com.facebook.buck.cxx.toolchain.ClangCompiler
 
getFlagsForReproducibleBuild(String, Path) - Method in interface com.facebook.buck.cxx.toolchain.Compiler
 
getFlagsForReproducibleBuild(String, Path) - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
getFlagsWithMacrosWithPlatformMacroExpansion(ImmutableList<StringWithMacros>, PatternMatchedCollection<ImmutableList<StringWithMacros>>, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxFlags
 
getFlagsWithPlatformMacroExpansion(ImmutableList<String>, PatternMatchedCollection<ImmutableList<String>>, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxFlags
 
getFlatten() - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
 
getFlavor() - Method in enum com.facebook.buck.apple.AppleDebugFormat
 
getFlavor() - Method in enum com.facebook.buck.apple.AppleLibraryDescription.Type
 
getFlavor() - Method in enum com.facebook.buck.cxx.CxxInferEnhancer.InferFlavors
 
getFlavor() - Method in enum com.facebook.buck.cxx.CxxLibraryDescription.MetadataType
 
getFlavor() - Method in enum com.facebook.buck.cxx.CxxLibraryDescription.Type
 
getFlavor() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getFlavor() - Method in enum com.facebook.buck.cxx.toolchain.HeaderMode
 
getFlavor() - Method in enum com.facebook.buck.cxx.toolchain.HeaderVisibility
 
getFlavor() - Method in enum com.facebook.buck.cxx.toolchain.LinkerMapMode
 
getFlavor() - Method in enum com.facebook.buck.cxx.toolchain.StripStyle
 
getFlavor() - Method in enum com.facebook.buck.haskell.HaskellBinaryDescription.Type
 
getFlavor() - Method in enum com.facebook.buck.haskell.HaskellLibraryDescription.Type
 
getFlavor() - Method in interface com.facebook.buck.model.FlavorConvertible
 
getFlavor(Set<Flavor>) - Method in class com.facebook.buck.model.FlavorDomain
 
getFlavor(BuildTarget) - Method in class com.facebook.buck.model.FlavorDomain
 
getFlavor() - Method in enum com.facebook.buck.python.CxxPythonExtensionDescription.Type
 
getFlavor() - Method in class com.facebook.buck.python.PythonPlatform
 
getFlavor() - Method in enum com.facebook.buck.rust.CrateType
 
getFlavor() - Method in enum com.facebook.buck.rust.RustBinaryDescription.Type
 
getFlavor() - Method in enum com.facebook.buck.swift.SwiftLibraryDescription.Type
 
getFlavorAndValue(Set<Flavor>) - Method in class com.facebook.buck.model.FlavorDomain
 
getFlavorAndValue(BuildTarget) - Method in class com.facebook.buck.model.FlavorDomain
 
getFlavors() - Method in class com.facebook.buck.model.BuildTarget
 
getFlavors() - Method in class com.facebook.buck.model.FlavorDomain
 
getFloat(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getFloat(String, String) - Method in class com.facebook.buck.config.Config
 
getFlushEventsBeforeExit() - Method in class com.facebook.buck.cli.BuckConfig
 
getFolderFactory() - Method in enum com.facebook.buck.ide.intellij.FolderTypeWithPackageInfo
 
getFolders() - Method in class com.facebook.buck.ide.intellij.model.ContentRoot
 
getFolders() - Method in class com.facebook.buck.ide.intellij.model.IjModule
 
getFolderTypeClass() - Method in enum com.facebook.buck.ide.intellij.FolderTypeWithPackageInfo
 
getForceStatic() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getForceStatic() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getForceStatic() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getForceStatic() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getForceStatic() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getForkMode() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getForkMode() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getForkMode() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
 
getForkMode() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getForkMode() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getForkMode() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getFormattedDateTime() - Method in class com.facebook.buck.util.trace.BuildTraces.TraceAttributes
 
getFramework() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
 
getFramework() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getFrameworkPaths() - Method in class com.facebook.buck.cxx.PreprocessorFlags
Directories set via -F.
getFrameworks() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getFrameworks() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getFrameworks() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getFrameworks() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
 
getFrameworks() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getFrameworks() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getFrameworks() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
 
getFrameworks() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
getFrameworks() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getFrameworks() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getFrameworks() - Method in interface com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries
 
getFrameworks() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
 
getFrameworks() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getFrameworks() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getFrameworks() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getFrameworks() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getFrameworksPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getFrameworkVer() - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
 
getFreeMemoryBytes() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
 
getFreePortForCoordinator() - Static method in class com.facebook.buck.distributed.DistBuildSlaveExecutor
 
getFreezeGlobals() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getFreezeGlobals() - Method in class com.facebook.buck.parser.ParserConfig
Indicates whether globals imported by include_defs should be "frozen", which means they will be converted into their read-only counterparts.
getFreshActionGraph(BuckEventBus, TargetGraph, ActionGraphParallelizationMode) - Static method in class com.facebook.buck.rules.ActionGraphCache
* It returns a new ActionGraphAndResolver based on the targetGraph without checking the cache.
getFreshActionGraph(BuckEventBus, TargetNodeToBuildRuleTransformer, TargetGraph, ActionGraphParallelizationMode) - Static method in class com.facebook.buck.rules.ActionGraphCache
It returns a new ActionGraphAndResolver based on the targetGraph without checking the cache.
getFromCache(BuildRule) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory
 
getFromCache(BuildRule) - Method in interface com.facebook.buck.rules.keys.RuleKeyFactory
Returns a RULE_KEY from an internal cache, if possible.
getFrontendConfig() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getFrontendConfig() - Method in class com.facebook.buck.util.network.RemoteLogBuckConfig
 
getFrontendRequestTimeoutMillis() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getFullBufferCasMultiFetchCount() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
 
getFullUrl(URI, String) - Static method in class com.facebook.buck.slb.SingleUriService
 
getFullyQualifiedName() - Method in class com.facebook.buck.model.BuildTarget
If this build target is //third_party/java/guava:guava-latest, then this would return "//third_party/java/guava:guava-latest".
getFullyQualifiedName() - Method in interface com.facebook.buck.rules.BuildRule
 
getFullyQualifiedName() - Method in class com.facebook.buck.rules.keys.FieldValueExtractor
 
getFullyQualifiedName() - Method in interface com.facebook.buck.rules.keys.ValueExtractor
 
getFullyQualifiedName() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
getFunction() - Method in class com.facebook.buck.query.FunctionExpression
 
getFunctionName() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getFunctionName() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
 
getFunctions() - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getFunctions() - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the set of query functions implemented by this query environment.
getFunctions() - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
getFunctions() - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getFuture() - Method in class com.facebook.buck.slb.ClientSideSlb.ServerPing
 
getFuture() - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
 
getFwdDeps(Iterable<QueryTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getFwdDeps(Iterable<QueryTarget>) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the direct forward dependencies of the specified targets.
getFwdDeps(Iterable<QueryTarget>) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
getFwdDeps(Iterable<QueryTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getGccVersion() - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
 
getGenDir() - Method in class com.facebook.buck.io.BuckPaths
 
getGenerateAbiFromSource() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getGenerateAbiFromSource() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getGenerateAbiFromSource() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getGenerateAbiFromSource() - Method in interface com.facebook.buck.jvm.groovy.GroovyLibraryDescription.CoreArg
 
getGenerateAbiFromSource() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getGenerateAbiFromSource() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getGenerateAbiFromSource() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getGenerateAbiFromSource() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getGenerateAbiFromSource() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getGenerateAbiFromSource() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getGenerateAbiFromSource() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getGeneratedCodeDirectory() - Method in class com.facebook.buck.jvm.java.CompilerParameters
 
getGeneratedFilesListFilename() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getGeneratedMakefilePath(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.android.NdkLibraryDescription
 
getGeneratedSourceCodeFolders() - Method in class com.facebook.buck.ide.intellij.model.IjModule
 
getGeneratedSourceCodeFolders() - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
getGeneratedSourceFolders(IjModule) - Method in class com.facebook.buck.ide.intellij.IjProjectTemplateDataPreparer
 
getGeneratedSourcePath() - Method in class com.facebook.buck.cli.ShowOptions
 
getGeneratedSourcePath() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
 
getGeneratedSourcePath() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getGeneratedSourcePath() - Method in interface com.facebook.buck.jvm.java.JavaLibrary
 
getGeneratedSourcePath() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getGenPath(ProjectFilesystem, BuildTarget, String) - Static method in class com.facebook.buck.model.BuildTargets
Return a relative path to a file in the buck-out/gen/ directory.
getGenrule(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxGenrule
 
getGhciBinDep() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
 
getGhciBinutils() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getGhciCc() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getGhciCpp() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getGhciCxx() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getGhciGhc() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getGhciInit() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
 
getGhciLib() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getGhciScriptTemplate() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getGlob() - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
getGlobalID() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
 
getGlobHandler() - Method in class com.facebook.buck.parser.ParserConfig
getGoArch() - Method in class com.facebook.buck.go.GoPlatform
 
getGoLinkInput() - Method in class com.facebook.buck.go.GoLinkable
 
getGoOs() - Method in class com.facebook.buck.go.GoPlatform
 
getGraph() - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
Lazy generate the graph on first use
getGraph() - Method in class com.facebook.buck.parser.ParseEvent.Finished
 
getGraphEnhancer() - Method in class com.facebook.buck.android.AndroidLibrary.Builder.BuilderHelper
 
getGraphMinimumDepth(int) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationMode
 
getGroup() - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
 
getGroup(String, BuildId, Class<T>) - Static method in class com.facebook.buck.randomizedtrial.RandomizedTrial
Returns a group for trial with given name.
getGroupId() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getGroupStable(String, Class<T>) - Static method in class com.facebook.buck.randomizedtrial.RandomizedTrial
Returns a group for trial with given name.
getGtestDefaultTestMainDep() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getGtestDep() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getGuavaJarPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getGwtJar() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
 
getHaddock() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getHaddockFlags() - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
 
getHaddockFlags() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
 
getHaddockInput(HaskellPlatform) - Method in interface com.facebook.buck.haskell.HaskellCompileDep
 
getHalideTargetForPlatform(CxxPlatform) - Method in class com.facebook.buck.halide.HalideBuckConfig
 
getHandlers() - Method in class com.facebook.buck.log.Logger
 
getHangMonitor() - Method in class com.facebook.buck.cli.HangMonitor.AutoStartInstance
 
getHash(String) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getHash(String) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
 
getHash() - Method in class com.facebook.buck.util.sha1.Sha1HashCode
 
getHashCode() - Method in class com.facebook.buck.rules.RuleKey
 
getHashCode() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
 
getHashEntries() - Method in class com.facebook.buck.jvm.java.JarParameters
 
getHasher() - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyScopedHasher
 
getHaskellVersion() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getHasWhitelistedStrings() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
 
getHeaderDirs() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
 
getHeaderDirs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getHeaderMap() - Method in class com.facebook.buck.cxx.CxxHeaders
 
getHeaderMap() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
 
getHeaderMap() - Method in class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
 
getHeaderMap() - Method in class com.facebook.buck.cxx.toolchain.HeaderSymlinkTree
Get path of the header map indexing this tree if one exists.
getHeaderModeForPlatform(BuildRuleResolver, CxxPlatform, boolean) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getHeaderNamespace() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getHeaderNamespace() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getHeaderNamespace() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getHeaderNamespace() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getHeaderNamespace() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getHeaderNamespace() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getHeaderNamespace() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getHeaderNamespace() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getHeaderNamespace() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getHeaderNamespace() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getHeaderNamespace() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getHeaderOffset() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getHeaderPathPrefix() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getHeaderPathPrefix(AppleNativeTargetDescriptionArg, BuildTarget) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
getHeaderPathPrefix() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getHeaderPathPrefix() - Method in interface com.facebook.buck.apple.AppleNativeTargetDescriptionArg
 
getHeaderPathPrefix() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getHeaders() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getHeaders() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getHeaders() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getHeaders() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getHeaders() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getHeaders() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getHeaders() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getHeaders() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getHeaders() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getHeaders() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getHeaderSize() - Method in class com.facebook.buck.android.resources.ResChunk
 
getHeaderSize() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getHeaderSize(MachoHeader) - Static method in class com.facebook.buck.macho.MachoHeaderUtils
 
getHeadersPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getHeaderSymlinkTreeFlavor(HeaderVisibility) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getHeaderSymlinkTreePath(ProjectFilesystem, BuildTarget, HeaderVisibility, Flavor...) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getHeaderSymlinkTreeSuffix(HeaderVisibility) - Static method in class com.facebook.buck.apple.AppleHeaderVisibilities
 
getHeaderVerification() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getHeaderVerification() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getHealthCheckIntervalMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getHgCmd() - Method in class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
 
getHgRoot() - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
getHideSucceededRulesInLogMode() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
 
getHighlightedBuildIds() - Method in class com.facebook.buck.doctor.DefectReport
 
getHighlightedBuildIds() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
 
getHighlightedResetSequence() - Method in class com.facebook.buck.util.Ansi
 
getHighlightedWarningSequence() - Method in class com.facebook.buck.util.Ansi
 
getHostFlavor() - Static method in class com.facebook.buck.cxx.toolchain.CxxPlatforms
 
getHostname() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getHostname() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getHostname() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
 
getHostname() - Static method in class com.facebook.buck.util.network.hostname.HostnameFetching
 
gethostname(byte[], int) - Static method in class com.facebook.buck.util.network.hostname.HostnameFetchingPosixLibrary
 
getHostPlatform() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getHttpArtifactTotalBytesUploaded() - Method in class com.facebook.buck.event.listener.HttpCacheUploadStats
 
getHttpArtifactTotalUploadsScheduledCount() - Method in class com.facebook.buck.event.listener.HttpCacheUploadStats
 
getHttpArtifactUploadsFailureCount() - Method in class com.facebook.buck.event.listener.HttpCacheUploadStats
 
getHttpArtifactUploadsOngoingCount() - Method in class com.facebook.buck.event.listener.HttpCacheUploadStats
 
getHttpArtifactUploadsSuccessCount() - Method in class com.facebook.buck.event.listener.HttpCacheUploadStats
 
getHttpCacheEntries() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
 
getHttpFetchConcurrency() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getHttpFetchExecutorService() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getHttpMaxConcurrentWrites() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getHttpWriteExecutorService() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getHttpWriterShutdownTimeout() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.parser.exceptions.BuildFileParseException
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.parser.MissingBuildFileException
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.parser.NoSuchBuildTargetException
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.query.QueryException
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.rules.Cell.MissingBuildFileException
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.rules.TargetGraph.NoSuchNodeException
 
getHumanReadableErrorMessage() - Method in interface com.facebook.buck.util.ExceptionWithHumanReadableMessage
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.util.HumanReadableException
 
getHumanReadableExceptionForBuildTarget(BuildTarget) - Method in exception com.facebook.buck.cxx.CxxHeaders.ConflictingHeadersException
 
getHumanReadableOrLocalizedMessage(Exception) - Static method in class com.facebook.buck.util.MoreExceptions
 
getHumanReadableSize(double, SizeUnit) - Static method in enum com.facebook.buck.util.unit.SizeUnit
 
getIbtool() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getId() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
getId() - Method in enum com.facebook.buck.ide.intellij.lang.android.AndroidProjectType
 
getIdeallyRelativePath(SourcePath) - Method in class com.facebook.buck.rules.DefaultSourcePathResolver
 
getIdeallyRelativePath(SourcePath) - Method in interface com.facebook.buck.rules.SourcePathResolver
 
getIdentifier() - Method in class com.facebook.buck.apple.AppleToolchain
The identifier of the toolchain.
getIdentifier() - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
 
getIdentifier() - Method in class com.facebook.buck.haskell.HaskellPackageInfo
 
getIdentifier() - Method in class com.facebook.buck.step.TargetDevice
 
getIdentities() - Method in class com.facebook.buck.apple.CodeSignIdentityStore
Get all the identities in the store.
getIfPresent(Path) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
 
getIfPresent(Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
getIfPresent(Path) - Method in interface com.facebook.buck.hashing.ProjectFileHashLoader
 
getIfPresent(Path) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
getIfPresent(Path) - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
 
getIfPresent(Path) - Method in class com.facebook.buck.util.FileSystemMap
Gets the value associated with the given path, if found, or `null` otherwise.
getIgnoredTargetLabels() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Labels that indicate targets that need to be ignored during project generation.
getIgnorePaths() - Method in class com.facebook.buck.io.ProjectFilesystem
 
getIgnorePaths() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getIgnoreUndefinedSymbolsFlags() - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
getIgnoreUndefinedSymbolsFlags() - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
getIgnoreUndefinedSymbolsFlags() - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
 
getIgnoreUndefinedSymbolsFlags() - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
getIjName() - Method in class com.facebook.buck.ide.intellij.model.folders.ExcludeFolder
 
getIjName() - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
 
getIjName() - Method in class com.facebook.buck.ide.intellij.model.folders.InclusiveFolder
 
getIjResourceFolderType() - Method in enum com.facebook.buck.ide.intellij.FolderTypeWithPackageInfo
 
getIjResourceFolderType() - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
 
getImlModuleType() - Method in enum com.facebook.buck.ide.intellij.model.IjModuleType
 
getImmediateClasspaths() - Method in class com.facebook.buck.android.AndroidAar
 
getImmediateClasspaths() - Method in class com.facebook.buck.android.AndroidBinary
 
getImmediateClasspaths() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getImmediateClasspaths() - Method in interface com.facebook.buck.jvm.java.HasClasspathEntries
Returns the classpaths for only this rule, not its deps.
getImmediateClasspaths() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getImmediateClasspaths() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getImmediateClasspaths() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getImmutableClasses() - Method in class com.facebook.buck.tools.dxanalysis.MutabilityAnalyzer
 
getImportDirs() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
getImportPath() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
 
getIncludeBuildConfigClass() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getIncludeDir() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
 
getIncludeDirs() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getIncludeDirs() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getIncludeDirs() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getIncludeDirs() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getIncludeDirs() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getIncludeDirs() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getIncludeDirs() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getIncludeDirs() - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
 
getIncludeDirs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getIncludeDirs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
 
getIncludeDirs() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getIncludeDirs() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getIncludeDirs() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getIncludedPaths() - Method in class com.facebook.buck.doctor.DefectReport
 
getIncludedPaths() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
 
getIncludedRoots() - Method in class com.facebook.buck.cxx.OmnibusRoots
 
getIncludeLibDir() - Method in interface com.facebook.buck.ocaml.OcamlLibrary
 
getIncludePath() - Method in class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
 
getIncludePath() - Method in class com.facebook.buck.cxx.toolchain.HeaderSymlinkTree
Get path to use as an include path to get access to the files in the tree.
getIncludeRoot() - Method in class com.facebook.buck.cxx.CxxHeaders
 
getIncludeRoot() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
 
getIncludeRulesAdded() - Method in class com.facebook.buck.util.versioncontrol.AbstractSparseSummary
 
getIncludeRulesAdded() - Method in class com.facebook.buck.util.versioncontrol.SparseSummary
 
getIncludes() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
 
getIncludes() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
getIncludes() - Method in class com.facebook.buck.cxx.PreprocessorFlags
Directories set via -I.
getIncludes() - Method in class com.facebook.buck.d.DLibrary
 
getIncludes() - Method in class com.facebook.buck.haskell.HaskellCompileInput
 
getIncludeStdErr() - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
 
getIncludeStdOut() - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
 
getIncludesVectorDrawables() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
 
getIncludeType() - Method in class com.facebook.buck.cxx.CxxBridgingHeaders
 
getIncludeType() - Method in class com.facebook.buck.cxx.CxxHeaders
 
getIncludeType() - Method in class com.facebook.buck.cxx.CxxHeadersDir
 
getIncludeType() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
 
getIncomingNodesFor(T) - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
 
getIncomingNodesFor(T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
getIncomingNodesFor(T) - Method in interface com.facebook.buck.graph.TraversableGraph
 
getIndex() - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionLookupResult
 
getInferTopLevel() - Method in class com.facebook.buck.cxx.toolchain.InferBuckConfig
 
getInfo() - Method in class com.facebook.buck.haskell.HaskellPackage
 
getInfoPlist() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getInfoPlist() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
 
getInfoPlist() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getInfoPlist() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getInfoPlist() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
 
getInfoPlistPath() - Method in class com.facebook.buck.apple.AppleBundle
 
getInfoPlistSubstitutions() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getInfoPlistSubstitutions() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
 
getInfoPlistSubstitutions() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getInfoPlistSubstitutions() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getInfoPlistSubstitutions() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
 
getInitialCause(Throwable) - Static method in class com.facebook.buck.util.MoreThrowables
If throwable has a non-empty cause, returns throwable at the bottom of the stack.
getInitialError() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getInitialErrorMsg() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getInitprot() - Method in class com.facebook.buck.macho.SegmentCommand
 
getInitTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
 
getInner() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTaskProxyImpl
 
getInner() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
getInner() - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerProxy
 
getInput() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getInput() - Method in interface com.facebook.buck.jvm.java.classes.FileLike
Opens a new input stream for the entry.
getInput() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getInput(Iterable<OcamlSource>) - Static method in class com.facebook.buck.ocaml.OcamlRuleBuilder
 
getInputBasedRuleKeyFactory() - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
 
getInputClass() - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
getInputClass() - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
 
getInputClass() - Method in class com.facebook.buck.rules.macros.EnvironmentVariableMacroExpander
 
getInputClass() - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
 
getInputClass() - Method in class com.facebook.buck.rules.macros.LocationMacroExpander
 
getInputClass() - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacroExpander
 
getInputClass() - Method in class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
 
getInputClass() - Method in class com.facebook.buck.rules.macros.QueryPathsMacroExpander
 
getInputClass() - Method in class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
 
getInputClass() - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
 
getInputPaths() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
Returns the list (possibly empty) of files passed as input to the shell script.
getInputRuleKey() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
 
getInputRuleKey() - Method in class com.facebook.buck.rules.BuildRuleKeys
 
getInputs(QueryTarget) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getInputs() - Method in class com.facebook.buck.cxx.toolchain.AbstractPreprocessor
 
getInputs() - Method in class com.facebook.buck.cxx.toolchain.BsdArchiver
 
getInputs() - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
getInputs() - Method in class com.facebook.buck.cxx.toolchain.GnuArchiver
 
getInputs() - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
getInputs() - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
getInputs() - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
getInputs() - Method in class com.facebook.buck.cxx.toolchain.WindowsArchiver
 
getInputs() - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
 
getInputs() - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
getInputs() - Method in class com.facebook.buck.jvm.java.JarBackedJavac
 
getInputs() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
 
getInputs() - Method in class com.facebook.buck.jvm.java.JdkProvidedInMemoryJavac
 
getInputs() - Method in class com.facebook.buck.jvm.java.OutOfProcessJarBackedJavac
 
getInputs() - Method in class com.facebook.buck.jvm.java.OutOfProcessJdkProvidedInMemoryJavac
 
getInputs() - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
 
getInputs() - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
 
getInputs() - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
 
getInputs() - Method in class com.facebook.buck.python.PythonEnvironment
 
getInputs(QueryTarget) - Method in interface com.facebook.buck.query.QueryEnvironment
 
getInputs(QueryTarget) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
getInputs() - Method in interface com.facebook.buck.rules.args.Arg
 
getInputs() - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
getInputs() - Method in class com.facebook.buck.rules.args.MacroArg
 
getInputs() - Method in class com.facebook.buck.rules.args.ProxyArg
 
getInputs() - Method in class com.facebook.buck.rules.args.SanitizedArg
 
getInputs() - Method in class com.facebook.buck.rules.CommandTool
 
getInputs() - Method in class com.facebook.buck.rules.HashedFileTool
 
getInputs() - Method in interface com.facebook.buck.rules.keys.DependencyFileRuleKeyFactory.AbstractRuleKeyAndInputs
 
getInputs() - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
 
getInputs(QueryTarget) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getInputs() - Method in class com.facebook.buck.rules.TargetNode
 
getInputs() - Method in interface com.facebook.buck.rules.Tool
 
getInputs() - Method in class com.facebook.buck.rust.RustLibraryArg
 
getInputs() - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
 
getInputsAfterBuildingLocally(BuildContext, CellPathResolver) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getInputsAfterBuildingLocally(BuildContext, CellPathResolver) - Method in class com.facebook.buck.js.ReactNativeBundle
 
getInputsAfterBuildingLocally(BuildContext, CellPathResolver) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getInputsAfterBuildingLocally(BuildContext, CellPathResolver, BuildTarget) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
 
getInputsAfterBuildingLocally(BuildContext, CellPathResolver) - Method in interface com.facebook.buck.rules.keys.SupportsDependencyFileRuleKey
Returns a list of source paths that were actually used for the rule.
getInputsForTraces(String) - Method in class com.facebook.buck.util.trace.BuildTraces
 
getInputStream(Path) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
getInputStream() - Method in interface com.facebook.buck.io.Transport
Returns an input stream for reading messages
getInputStream() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
 
getInputStream() - Method in class com.facebook.buck.io.windowspipe.WindowsNamedPipe
 
getInputStream() - Method in interface com.facebook.buck.util.ProcessExecutor.LaunchedProcess
Input stream that maps into stdout of the process.
getInputStream() - Method in class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
 
getInputStreamForRelativePath(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
// @deprecated Prefer operation on Paths directly, replaced by Files.newInputStream(java.nio.file.Path, java.nio.file.OpenOption...).
getInputStreamSupplier() - Method in class com.facebook.buck.util.zip.JarEntrySupplier
 
getInstallableApk() - Method in class com.facebook.buck.android.ApkGenrule
 
getInstallHelpers() - Method in class com.facebook.buck.android.AndroidBinary
 
getInstallHelpers() - Method in class com.facebook.buck.android.AndroidInstrumentationApk
 
getInstallHelpers() - Method in interface com.facebook.buck.rules.HasInstallHelpers
 
getInstallTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
 
getInstance() - Static method in class com.facebook.buck.android.FilterResourcesSteps.DefaultDrawableFinder
 
getInstance(String) - Static method in class com.facebook.buck.event.api.BuckTracing
Gets an instance of BuckTracing for tracing in the given plugin.
getInstance() - Static method in class com.facebook.buck.util.DefaultFilteredDirectoryCopier
 
getInstance() - Static method in class com.facebook.buck.util.ProcessHelper
Gets the singleton instance of this class.
getInstance() - Static method in class com.facebook.buck.util.ProcessRegistry
Gets the singleton instance of this class.
getInstanceKey() - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
getInstanceKey() - Method in interface com.facebook.buck.shell.WorkerTool
 
getInstrumentationApkPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getInstrumentationTestRunner() - Method in interface com.facebook.buck.android.AndroidManifestReader
 
getInstrumentationTestRunner() - Method in class com.facebook.buck.android.DefaultAndroidManifestReader
 
getInteger(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getInteger(String, String) - Method in class com.facebook.buck.config.Config
 
getInteger() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
getIntellijModuleSdkName() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getIntellijPluginLabels() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getInterfaces() - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
getInterfaces() - Method in class com.facebook.buck.haskell.HaskellHaddockInput
 
getInterfaces() - Method in class com.facebook.buck.haskell.HaskellHaddockLibRule
 
getInterfaces() - Method in class com.facebook.buck.haskell.HaskellPackage
 
getInternal(BuildTarget) - Method in class com.facebook.buck.rules.TargetGraph
 
getInternal(BuildTarget) - Method in class com.facebook.buck.versions.VersionedTargetGraph
 
getInterpreterName() - Method in class com.facebook.buck.python.PythonVersion
 
getIntValue() - Method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy.ProxyType
 
getInvocationInfo() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getInvocationInfo() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getInvocationType() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getIoBytesRead() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getIoBytesWritten() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getIoTotal() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getIs64Bit() - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader
 
getIsAsset() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
 
getIsAsset() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
 
getIsBestServerCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getIsCacheable() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getIsCacheable() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
 
getIsDaemon() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getIsDaemon() - Method in class com.facebook.buck.log.InvocationInfo
 
getIsRemoteRunnable() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
 
getIsRequestSuccessful() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectSubmitResult
If value is empty then no request was made and report was saved locally.
getIsRequestSuccessful() - Method in class com.facebook.buck.doctor.DefectSubmitResult
If value is empty then no request was made and report was saved locally.
getIsResourceFolder() - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
 
getIssueCategory() - Method in class com.facebook.buck.doctor.UserReport
 
getIsSuperConsoleEnabled() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getIsTestSource() - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
 
getIsUiTest() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getItemsToConvert(Cell, Path, AtomicLong) - Method in class com.facebook.buck.parser.ConvertingPipeline
 
getItemsToConvert(Cell, Path, AtomicLong) - Method in class com.facebook.buck.parser.TargetNodeParsePipeline
 
getItemToConvert(Cell, BuildTarget, AtomicLong) - Method in class com.facebook.buck.parser.ConvertingPipeline
 
getItemToConvert(Cell, BuildTarget, AtomicLong) - Method in class com.facebook.buck.parser.TargetNodeParsePipeline
 
getJacocoOutputDir(ProjectFilesystem) - Static method in class com.facebook.buck.jvm.java.JacocoConstants
 
getJarBuildStepsFactory() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
getJarContentHasher() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
 
getJarContents() - Method in class com.facebook.buck.android.DummyRDotJava
 
getJarContents() - Method in class com.facebook.buck.jvm.java.CalculateAbiFromClasses
 
getJarContents() - Method in class com.facebook.buck.jvm.java.CalculateAbiFromSource
 
getJarContents() - Method in class com.facebook.buck.jvm.java.CompareAbis
 
getJarContents() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getJarContents() - Method in interface com.facebook.buck.jvm.java.HasJavaAbi
 
getJarContents() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getJarManifest(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getJarParameters(BuildContext, BuildTarget, CompilerParameters) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
 
getJarPath() - Method in class com.facebook.buck.jvm.java.JarParameters
 
getJarSignature(String) - Static method in class com.facebook.buck.android.agent.util.AgentUtil
 
getJavaBuckConfig() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getJavac() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getJavac() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getJavac() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getJavac() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getJavac() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getJavac() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
getJavac() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getJavac() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getJavac() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getJavac() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getJavac() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getJavac() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getJavac() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getJavacJar() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getJavacJar() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getJavacJar() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getJavacJar() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getJavacJar() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getJavacJar() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getJavacJar() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getJavacJar() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getJavacJar() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getJavacJar() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getJavacJar() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getJavacJar() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getJavacJarPath() - Method in class com.facebook.buck.jvm.java.JavacSpec
 
getJavacLocation() - Method in class com.facebook.buck.jvm.java.JavacSpec
 
getJavacOptions() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
getJavacOptions() - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
 
getJavacPath() - Method in class com.facebook.buck.jvm.java.JavacSpec
 
getJavacPluginJsr199Fields() - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
 
getJavacProvider() - Method in class com.facebook.buck.jvm.java.JavacSpec
getJavacSpec() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getJavacSpec() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getJavacSpec() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getJavacSpec() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getJavacSpec() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getJavacSpec() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getJavacSpec() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getJavacSpec() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getJavacSpec() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getJavacSpec() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getJavacSpec() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getJavacSpec() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getJavacSpec() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getJavadocUrl() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
 
getJavadocUrl() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getJavadocUrl() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
 
getJavadocUrls() - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
 
getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
getJavaFileObjects(File...) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
 
getJavaFileObjects(String...) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
 
getJavaFileObjects(File...) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
getJavaFileObjects(String...) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
getJavaFileObjectsFromFiles(Iterable<? extends File>) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
 
getJavaFileObjectsFromFiles(Iterable<? extends File>) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
getJavaFileObjectsFromStrings(Iterable<String>) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
 
getJavaFileObjectsFromStrings(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
getJavaFileParser() - Method in class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder
 
getJavaLanguageLevel() - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
getJavaLibrariesToDex() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
JavaLibrary rules whose output will be dexed and included in the package.
getJavaModuleSdkName() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getJavaModuleSdkType() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getJavaPackage() - Method in class com.facebook.buck.android.AndroidBuildConfig
 
getJavaPackageFinder() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getJavaPackageFinder() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getJavaPackageFinder(BuckConfig) - Method in class com.facebook.buck.ide.intellij.IjProjectCommandHelper
 
getJavaPackageFinder() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getJavaPackageFinder() - Method in class com.facebook.buck.rules.BuildContext
 
getJavaPackageFinder() - Method in class com.facebook.buck.step.ExecutionContext
 
getJavaRuntimeLauncher() - Method in class com.facebook.buck.jvm.java.JavaOptions
 
getJavaSrcs() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getJavaSrcs() - Method in interface com.facebook.buck.jvm.java.JavaLibrary
 
getJavaSrcs() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getJavaVersion() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getJavaVersion() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getJavaVersion() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getJavaVersion() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getJavaVersion() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getJavaVersion() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getJavaVersion() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getJavaVersion() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getJavaVersion() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getJavaVersion() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getJavaVersion() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getJavaVersion() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getJavaVersion() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getJobArgs() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getJobArgs() - Method in class com.facebook.buck.worker.WorkerJobParams
The arguments of the actual job once tool has started and ready to accept jobs.
getJobsMultiplier() - Method in class com.facebook.buck.rules.RuleScheduleInfo
 
getJSBundleDir() - Method in class com.facebook.buck.js.ReactNativeBundle
 
getJsonProtocolVersion() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getKeepResourcePattern() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getKey() - Method in class com.facebook.buck.cli.ConfigValue
 
getKey() - Method in class com.facebook.buck.rules.Manifest
 
getKeypass() - Method in class com.facebook.buck.android.KeystoreProperties
 
getKeys() - Method in class com.facebook.buck.android.resources.ResTablePackage
 
getKeySeed() - Method in class com.facebook.buck.cli.BuckConfig
 
getKeystore() - Method in class com.facebook.buck.android.AndroidBinary
 
getKeystore() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getKeystore() - Method in class com.facebook.buck.android.KeystoreProperties
 
getKind() - Method in interface com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceParams
 
getKind() - Method in class com.facebook.buck.io.WatchmanPathEvent
The kind of event that occurred.
getKind() - Method in class com.facebook.buck.jvm.java.JarFileObject
 
getKind() - Method in class com.facebook.buck.jvm.java.plugin.api.TaskEventMirror
 
getKnownBuildRuleTypes() - Method in class com.facebook.buck.rules.Cell
 
getKnownBuildRuleTypesFactory() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getKnownBuildRuleTypesFactory() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getKnownRoots() - Method in class com.facebook.buck.rules.Cell
 
getKotlinc() - Method in class com.facebook.buck.jvm.kotlin.KotlinBuckConfig
 
getKxmlJarPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getLabels() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getLabels() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
 
getLabels() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
 
getLabels() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
 
getLabels() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
getLabels() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
 
getLabels() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
 
getLabels() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
 
getLabels() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
 
getLabels() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
 
getLabels() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
 
getLabels() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getLabels() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
 
getLabels() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
 
getLabels() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
 
getLabels() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
 
getLabels() - Method in class com.facebook.buck.apple.AppleTest
 
getLabels() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getLabels() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
 
getLabels() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
 
getLabels() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
 
getLabels() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
 
getLabels() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
 
getLabels() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
 
getLabels() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getLabels() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
 
getLabels() - Method in class com.facebook.buck.d.DBinaryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.d.DLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.d.DTest
 
getLabels() - Method in class com.facebook.buck.d.DTestDescriptionArg
 
getLabels() - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
 
getLabels() - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.go.GoTest
 
getLabels() - Method in class com.facebook.buck.go.GoTestDescriptionArg
 
getLabels() - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
 
getLabels() - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
 
getLabels() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.js.JsBundleDescriptionArg
 
getLabels() - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.js.ReactNativeLibraryArg
 
getLabels() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getLabels() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
 
getLabels() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getLabels() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getLabels() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
 
getLabels() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
 
getLabels() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getLabels() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getLabels() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getLabels() - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getLabels() - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.python.PythonTest
 
getLabels() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getLabels() - Method in interface com.facebook.buck.rules.CommonDescriptionArg
 
getLabels() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getLabels() - Method in interface com.facebook.buck.rules.TestRule
 
getLabels() - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.rust.RustTest
 
getLabels() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
 
getLabels() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
 
getLabels() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
 
getLabels() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
 
getLabels() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.shell.ShTest
 
getLabels() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
 
getLabels() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
 
getLabels() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getLabels() - Method in class com.facebook.buck.test.TestResults
 
getLabels() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
 
getLabels() - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
 
getLabelToGeneratedSourcesMap() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getLangCompilerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getLangCompilerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getLangCompilerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getLangCompilerFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getLangCompilerFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getLangCompilerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getLangCompilerFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getLangCompilerFlags() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getLangCompilerFlags() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getLangCompilerFlags() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getLangPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getLangPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getLangPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getLangPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getLangPreprocessorFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getLangPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getLangPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getLangPreprocessorFlags() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getLangPreprocessorFlags() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getLangPreprocessorFlags() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getLanguage() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getLanguage() - Method in interface com.facebook.buck.android.AndroidKotlinCoreArg
 
getLanguage() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getLanguage() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getLanguage() - Method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
 
getLanguageFlags(ImmutableList<String>, PatternMatchedCollection<ImmutableList<String>>, ImmutableMap<AbstractCxxSource.Type, ImmutableList<String>>, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxFlags
 
getLanguageFlagsWithMacros(ImmutableList<StringWithMacros>, PatternMatchedCollection<ImmutableList<StringWithMacros>>, ImmutableMap<AbstractCxxSource.Type, ImmutableList<StringWithMacros>>, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxFlags
 
getLanguageLevel(IjProjectConfig, TargetNode<T, ?>) - Static method in class com.facebook.buck.ide.intellij.lang.java.JavaLibraryRuleHelper
 
getLanguageLevel() - Method in class com.facebook.buck.ide.intellij.model.IjModule
 
getLastAccessMillis() - Method in class com.facebook.buck.util.DirectoryCleaner.PathStats
 
GetLastError() - Method in interface com.facebook.buck.io.windowsfs.WindowsFSLibrary
 
GetLastError() - Method in interface com.facebook.buck.io.windowspipe.WindowsNamedPipeLibrary
 
getLastKnownFileType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
 
getLastModified() - Method in class com.facebook.buck.jvm.java.JarFileObject
 
getLastModifiedTime() - Method in class com.facebook.buck.doctor.config.BuildLogEntry
 
getLastModifiedTime(Path, boolean) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
getLastModifiedTime(Path) - Method in interface com.facebook.buck.io.PathListing.PathModifiedTimeFetcher
 
getLastModifiedTime(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getLastModifiedTime() - Method in class com.facebook.buck.util.trace.BuildTraces.TraceAttributes
 
getLastModifiedTimeFetcher() - Method in class com.facebook.buck.io.ProjectFilesystem
 
getLatencyCheckTimeRangeMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getLaunchAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
 
getLaunchedPid() - Method in class com.facebook.buck.cli.InstallResult
 
getLauncherActivities() - Method in interface com.facebook.buck.android.AndroidManifestReader
 
getLauncherActivities() - Method in class com.facebook.buck.android.DefaultAndroidManifestReader
 
getLaunchImage() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
 
getLaunchStyle() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
 
getLaunchStyle() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
 
getLd() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getLdflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getLdFlags() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getLdFlags() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getLeft() - Method in class com.facebook.buck.model.Either
 
getLegacyAnnotationProcessorDeps() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
getLegacyAnnotationProcessorNames() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
getLegacyProcessors() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
getLegacySafeAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
getLevel() - Method in class com.facebook.buck.event.ConsoleEvent
 
getLevel() - Method in class com.facebook.buck.io.WatchmanDiagnostic
 
getLevel() - Method in class com.facebook.buck.log.Logger
 
getLevel() - Method in class com.facebook.buck.test.TestStatusMessage
 
getLevenshteinDistance(String, String) - Static method in class com.facebook.buck.util.MoreStrings
 
getLexCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getLexCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getLibDir() - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
 
getLibDir() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getLibDir() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
 
getLibInclude(boolean) - Static method in class com.facebook.buck.ocaml.OcamlRuleBuilder
 
getLibName() - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
 
getLibName() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getLibName() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
 
getLibraries() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getLibraries() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getLibraries() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getLibraries() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
 
getLibraries() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getLibraries() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getLibraries() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getLibraries() - Method in class com.facebook.buck.cxx.OmnibusLibraries
 
getLibraries() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getLibraries() - Method in interface com.facebook.buck.cxx.toolchain.HasSystemFrameworkAndLibraries
 
getLibraries() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
 
getLibraries() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getLibraries() - Method in class com.facebook.buck.haskell.HaskellPackage
 
getLibraries() - Method in class com.facebook.buck.ide.intellij.IjModuleGraph
 
getLibraries() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getLibraries() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getLibraries() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getLibrariesToBeWritten() - Method in class com.facebook.buck.ide.intellij.IjProjectTemplateDataPreparer
 
getLibrary() - Method in class com.facebook.buck.go.GoTestDescriptionArg
 
getLibrary(TargetNode<?, ?>) - Method in class com.facebook.buck.ide.intellij.model.IjLibraryFactory
Creates an IjLibrary.
getLibraryAndroidManifestPath(TargetNode<AndroidLibraryDescription.CoreArg, ?>) - Method in interface com.facebook.buck.ide.intellij.model.IjModuleFactoryResolver
 
getLibraryDependencies() - Method in class com.facebook.buck.js.JsLibrary
 
getLibraryName() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
 
getLibraryPath() - Method in interface com.facebook.buck.android.NativeLibraryBuildRule
Returns the path to the directory containing .so files organized by target CPU architecture.
getLibraryPath() - Method in class com.facebook.buck.android.NdkLibrary
 
getLibraryPath() - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
 
getLibraryTarget(BuildTarget) - Static method in interface com.facebook.buck.jvm.java.HasJavaAbi
 
getLibType(BuildTarget) - Static method in class com.facebook.buck.cxx.CxxLibraryDescription
 
getLicenses() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
 
getLicenses() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.d.DBinaryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.d.DLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.d.DTestDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.go.GoTestDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.js.JsBundleDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.js.ReactNativeLibraryArg
 
getLicenses() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getLicenses() - Method in interface com.facebook.buck.rules.CommonDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
 
getLicenses() - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
 
getLikelyActiveNetwork() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getLikelyActiveNetwork() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
 
getLikelyActiveNetwork() - Static method in class com.facebook.buck.util.environment.MacNetworkConfiguration
Returns a string representing likely active network; eg 'Wired', 'WiFi:'.
getLikelyActiveNetwork() - Static method in class com.facebook.buck.util.environment.NetworkInfo
 
getLimitedSourcePath() - Method in class com.facebook.buck.rules.modern.InputPath
This returns a SourcePath that can only be resolved by a LimitedSourcePathResolver.
getLimitedSourcePathResolver() - Method in class com.facebook.buck.rules.modern.DefaultInputPathResolver
 
getLimitedSourcePathResolver() - Method in interface com.facebook.buck.rules.modern.InputPathResolver
 
getLine() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
 
getLinearAllocHardLimit() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getLineNumber() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
 
getLineNumber() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
 
getLineNumber() - Method in class com.facebook.buck.json.BuildFileSyntaxError
 
getLineNumber() - Method in class com.facebook.buck.util.xml.DocumentLocation
 
getLines() - Method in class com.facebook.buck.util.network.offline.ScribeData
 
getLinkables() - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
 
getLinkDepsQueryWhole() - Method in interface com.facebook.buck.cxx.CxxBinaryDescription.CommonArg
 
getLinkDepsQueryWhole() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getLinkDepsQueryWhole() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getLinkDepsQueryWhole() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getLinkDepsQueryWhole() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
 
getLinker() - Method in class com.facebook.buck.cxx.CxxLink
 
getLinker() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getLinkerFlags() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getLinkerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getLinkerFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getLinkerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.d.DBinaryDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.d.DBuckConfig
 
getLinkerFlags() - Method in class com.facebook.buck.d.DLibraryDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.d.DTestDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.go.GoTestDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getLinkerFlags() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
 
getLinkerFlags() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
 
getLinkerMapPath() - Method in class com.facebook.buck.cxx.CxxLink
 
getLinkerProvider(String, LinkerProvider.Type) - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getLinkRule() - Method in class com.facebook.buck.cxx.CxxBinary
 
getLinks() - Method in class com.facebook.buck.rules.SymlinkTree
 
getLinkScheduleInfo() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getLinkStyle() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getLinkStyle() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getLinkStyle() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getLinkStyle() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getLinkStyle() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getLinkStyle() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getLinkStyle() - Method in interface com.facebook.buck.cxx.LinkableCxxConstructorArg
 
getLinkStyle(NativeLinkable.Linkage, Linker.LinkableDepType) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
 
getLinkStyle() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getLinkStyle() - Method in enum com.facebook.buck.haskell.HaskellBinaryDescription.Type
 
getLinkStyle() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
 
getLinkStyle() - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
 
getLinkStyle() - Method in enum com.facebook.buck.rust.RustBinaryDescription.Type
 
getLinkStyle() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
 
getLinkStyle(BuildTarget, Optional<Linker.LinkableDepType>) - Static method in class com.facebook.buck.rust.RustCompileUtils
 
getLinkStyle() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
 
getLinkTree() - Method in class com.facebook.buck.d.DIncludes
 
getLinkWhole() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getLinkWhole() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getLinkWhole() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getLinkWhole() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getLinkWhole() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getLinkWhole() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
 
getLinkWithoutSoname() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getLipo() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getListenerJars() - Method in class com.facebook.buck.cli.BuckConfig
 
getListeningExecutorService() - Method in class com.facebook.buck.cli.CommandThreadManager
 
getListWithoutComments(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getListWithoutComments(String, String, char) - Method in class com.facebook.buck.cli.BuckConfig
 
getListWithoutComments(String, String) - Method in class com.facebook.buck.config.Config
 
getListWithoutComments(String, String, char) - Method in class com.facebook.buck.config.Config
 
getLittleEndianInt(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
getLittleEndianLong(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
getLittleEndianShort(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
getLldb() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getLoadCommandCommonFields() - Method in class com.facebook.buck.macho.LinkEditDataCommand
 
getLoadCommandCommonFields() - Method in interface com.facebook.buck.macho.LoadCommand
 
getLoadCommandCommonFields() - Method in class com.facebook.buck.macho.SegmentCommand
 
getLoadCommandCommonFields() - Method in class com.facebook.buck.macho.SymTabCommand
 
getLoadCommandCommonFields() - Method in class com.facebook.buck.macho.UnknownCommand
 
getLoadCommandCommonFields() - Method in class com.facebook.buck.macho.UUIDCommand
 
getLoadedCells() - Method in class com.facebook.buck.rules.Cell
 
getLoadedCells() - Method in class com.facebook.buck.rules.CellProvider
 
getLocalCacheDirectory(String) - Method in class com.facebook.buck.cli.BuckConfig
 
getLocalConfigsContents() - Method in class com.facebook.buck.doctor.config.UserLocalConfiguration
 
getLocale() - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
 
getLocales() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getLocalFilesystemsByCellIndex() - Method in class com.facebook.buck.distributed.DistBuildCellIndexer
 
getLocalhost() - Method in class com.facebook.buck.cli.BuckConfig
 
getLocalWorkers() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
This will be passed to the GWT Compiler's -localWorkers flag.
getLocation(JavaFileManager.Location) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
 
getLocation(JavaFileManager.Location) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
getLog() - Method in class com.facebook.buck.tools.dxanalysis.MutabilityAnalyzer
 
getLog() - Method in class com.facebook.buck.tools.dxanalysis.RegisterSpecAnalyzer
 
getLog() - Method in class com.facebook.buck.tools.dxanalysis.StaticStateAnalyzer
 
getLogBook() - Method in class com.facebook.buck.distributed.DistBuildStatus
 
getLogConfig() - Method in class com.facebook.buck.cli.AbstractCommand
 
getLogConfig() - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
getLogConfig() - Method in interface com.facebook.buck.cli.Command
 
getLogConfig() - Method in class com.facebook.buck.cli.DoctorCommand
 
getLogConfig() - Method in class com.facebook.buck.cli.VersionCommand
 
getLogDir() - Method in class com.facebook.buck.io.BuckPaths
 
getLogDir() - Method in class com.facebook.buck.log.LogConfigSetup
 
getLogDirPath() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
 
getLogFileHandlerState() - Method in class com.facebook.buck.log.GlobalStateManager
Writers obtained by LogFileHandlerState.getWriters(java.lang.String) must not be closed! This class manages their lifetime.
getLogFilePath() - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListener
 
getLogFilePrefix() - Method in class com.facebook.buck.log.LogConfigSetup
 
getLogger() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getLogLevel(String) - Method in interface com.facebook.buck.log.ConsoleHandlerState
 
getLogs() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getLong(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getLong(String, String) - Method in class com.facebook.buck.config.Config
 
getLua() - Method in class com.facebook.buck.lua.LuaPlatform
 
getLuaCxxLibraryTarget() - Method in class com.facebook.buck.lua.LuaPlatform
 
getLuaPackageComponents() - Method in interface com.facebook.buck.lua.LuaPackageable
 
getLuaPackageDeps(CxxPlatform) - Method in interface com.facebook.buck.lua.LuaPackageable
 
getLuaPlatform() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getLuaPlatform() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getMachineReadableLog() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
For more information how MachineReadableLog works check MachineReadableLoggerListener.
getMachineReadableLogFile() - Method in class com.facebook.buck.doctor.config.BuildLogEntry
 
getMachMagicInfo(ByteBuffer) - Static method in class com.facebook.buck.macho.MachoMagicInfoUtils
Reads 4 bytes from the given byte buffer from position 0 and produces the MachoMagicInfo object which describes basic information about Mach Object file.
getMacroExpander() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
 
getMacroHandler(BuildTarget, ProjectFilesystem, BuildRuleResolver, TargetGraph, CxxGenruleDescriptionArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
 
getMacroHandler(BuildTarget, ProjectFilesystem, BuildRuleResolver, TargetGraph, T) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
 
getMacroHandlerForParseTimeDeps() - Method in class com.facebook.buck.cxx.CxxGenruleDescription
 
getMacroHandlerForParseTimeDeps() - Method in class com.facebook.buck.shell.AbstractGenruleDescription
 
getMacroInput() - Method in class com.facebook.buck.model.macros.MacroMatchResult
 
getMacroMatchResults(String) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
getMacroReplacers(BuildTarget, CellPathResolver, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
getMacroReplacers(BuildTarget, CellPathResolver, BuildRuleResolver, Map<MacroMatchResult, Object>) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
getMacroType() - Method in class com.facebook.buck.model.macros.MacroMatchResult
 
getMagic() - Method in class com.facebook.buck.macho.FatHeader
 
getMagic() - Method in class com.facebook.buck.macho.MachoHeader
 
getMain() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
 
getMain() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getMain() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
 
getMainClass() - Method in class com.facebook.buck.jvm.java.JarParameters
 
getMainClass() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
 
getMainGroup() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
getMainModule() - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
 
getMainModule() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getMainModule() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getMainModule() - Method in class com.facebook.buck.python.PythonBinary
 
getMainModule() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getMainModule() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getMajorVersion() - Method in class com.facebook.buck.haskell.HaskellVersion
 
getManagedThreadCount() - Method in class com.facebook.buck.cli.BuckConfig
 
getMandatoryArguments() - Method in class com.facebook.buck.query.AllPathsFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.AttrFilterFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.BuildFileFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.DepsFunction.FirstOrderDepsFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.DepsFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.FilterFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.InputsFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.KindFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.LabelsFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.OwnerFunction
 
getMandatoryArguments() - Method in interface com.facebook.buck.query.QueryEnvironment.QueryFunction
The number of arguments that are required.
getMandatoryArguments() - Method in class com.facebook.buck.query.RdepsFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.TestsOfFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.rules.query.ClasspathFunction
 
getMandatorySectionByName(Object, String) - Method in class com.facebook.buck.cxx.toolchain.elf.Elf
 
getManifest() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getManifest() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getManifest() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
 
getManifest() - Method in interface com.facebook.buck.android.AndroidLibraryDescription.CoreArg
 
getManifest() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getManifest() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
 
getManifest() - Method in class com.facebook.buck.util.zip.CustomJarOutputStream
 
getManifest() - Method in interface com.facebook.buck.util.zip.JarEntryContainer
 
getManifestEntries() - Method in class com.facebook.buck.android.AndroidBinary
 
getManifestEntries() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getManifestFile() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getManifestFile() - Method in class com.facebook.buck.android.AndroidLibrary
 
getManifestFile() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getManifestFile() - Method in class com.facebook.buck.android.AndroidResource
 
getManifestFile() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getManifestFile() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getManifestFile() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getManifestFile() - Method in class com.facebook.buck.jvm.java.JarParameters
 
getManifestFile() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
 
getManifestFile() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
 
getManifestFile() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getManifestFile() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getManifestFile() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getManifestFile() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getManifestFile() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getManifestFile() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getManifestInfoForFile(Path) - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
Query the source control manifest for information on a file.
getManifestInfoForFile(Path) - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
 
getManifestPath() - Method in class com.facebook.buck.android.ApkInfo
 
getManifestPath() - Method in class com.facebook.buck.android.HasInstallableApk.AbstractApkInfo
 
getManifestPaths() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
 
getManifestRuleKey() - Method in class com.facebook.buck.rules.BuildRuleKeys
 
getManifestRuleKeyForTest(SupportsDependencyFileRuleKey, BuckEventBus) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
getManifestSkeleton() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getMap(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getMap(String, String, String, String) - Method in class com.facebook.buck.config.Config
Convert a string representation of a map to a binary ImmutableMap<String, String>
getMap(Optional<String>, String, String) - Static method in class com.facebook.buck.config.Config
Convert an Optional<String> representation of a map to a binary ImmutableMap<String, String>
getMap(String, String) - Method in class com.facebook.buck.config.Config
Convert a string representation of a map to a binary ImmutableMap<String, String>, using default separators
getMap(Optional<String>) - Static method in class com.facebook.buck.config.Config
Convert a Optional<String> representation of a map to a binary ImmutableMap<String, String>, using default separators
getMapForEntry(UnixArchiveEntry) - Method in class com.facebook.buck.bsd.UnixArchive
 
getMappedPaths(Map<T, SourcePath>) - Method in class com.facebook.buck.rules.DefaultSourcePathResolver
 
getMappedPaths(Map<T, SourcePath>) - Method in interface com.facebook.buck.rules.SourcePathResolver
 
getMarshaller() - Method in class com.facebook.buck.parser.Parser
 
getMatchingValues(String) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
 
getMatchingValues(ImmutableMap<BuildTarget, Version>) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
getMavenCoordinates(BuildRule) - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacroExpander
 
getMavenCoords() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getMavenCoords() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getMavenCoords() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getMavenCoords() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getMavenCoords() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getMavenCoords() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getMavenCoords() - Method in interface com.facebook.buck.jvm.java.HasMavenCoordinates
Used to identify this library within a maven repository
getMavenCoords() - Method in class com.facebook.buck.jvm.java.Javadoc
 
getMavenCoords() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
 
getMavenCoords() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getMavenCoords() - Method in class com.facebook.buck.jvm.java.JavaSourceJar
 
getMavenCoords() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getMavenCoords() - Method in class com.facebook.buck.jvm.java.MavenUberJar
 
getMavenCoords() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getMavenCoords() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
 
getMavenCoords() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getMavenCoords() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getMavenCoords() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getMavenCoords() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getMavenDeps() - Method in class com.facebook.buck.jvm.java.JarShape.Summary
 
getMavenDeps() - Method in class com.facebook.buck.jvm.java.Javadoc
 
getMavenDeps() - Method in interface com.facebook.buck.jvm.java.MavenPublishable
When published, these will be listed in pom.xml as dependencies
getMavenDeps() - Method in class com.facebook.buck.jvm.java.MavenUberJar
 
getMavenDeps() - Method in class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
 
getMavenPomTemplate() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getMavenPomTemplate() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getMavenPomTemplate() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getMavenPomTemplate() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getMavenPomTemplate() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getMavenPomTemplate() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
 
getMavenPomTemplate() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getMavenPomTemplate() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getMavenPomTemplate() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getMavenPomTemplate() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getMavenPomTemplate() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getMavenPomTemplate() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getMavenRepo() - Method in class com.facebook.buck.cli.DownloadConfig
 
getMax() - Method in class com.facebook.buck.counters.SamplingCounter
 
getMaxAcceptableLatencyMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getMaxBuildNodesPerMinion() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getMaxBytesAfterDeletion() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
 
getMaxDebugLogLines() - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
 
getMaxErrorPercentage() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getMaximumResourceAmounts() - Method in class com.facebook.buck.cli.BuckConfig
 
getMaximumTestOutputSize() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getMaximumValues() - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
 
getMaxInlinedSizeBytes() - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
 
getMaxLogCount() - Static method in class com.facebook.buck.log.LogFileHandler
 
getMaxLogSizeBytes() - Method in class com.facebook.buck.log.LogConfigSetup
 
getMaxMemoryBytes() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
 
getMaxNumberOfRetries() - Method in class com.facebook.buck.cli.DownloadConfig
 
getMaxPathCount() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
 
getMaxprot() - Method in class com.facebook.buck.macho.SegmentCommand
 
getMaxSizeBytes() - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
 
getMaxSizeBytes() - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
 
getMaxSizeBytes() - Static method in class com.facebook.buck.log.LogFileHandler
 
getMaxStoreSize() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getMaxStoreSizeBytes() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getMaxThreads() - Method in class com.facebook.buck.util.network.RemoteLogBuckConfig
 
getMaxTotalSizeBytes() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
 
getMaxTraces() - Method in class com.facebook.buck.event.listener.ChromeTraceBuckConfig
 
getMaxValueLength() - Method in class com.facebook.buck.apple.clang.HeaderMap
 
getMaxWorkers() - Method in class com.facebook.buck.js.ReactNativeBuckConfig
 
getMaxWorkers() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getMaxWorkers() - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
getMaxWorkers() - Method in interface com.facebook.buck.shell.WorkerTool
 
getMaxWorkers() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
 
getMaxWorkers() - Method in class com.facebook.buck.worker.WorkerProcessParams
Maximum number of tools that pool can have.
getMaybeBuildTarget(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getMd5Hash() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response.ReadPayloadInfo
 
getMemberName() - Method in class com.facebook.buck.dalvik.DalvikMemberReference
 
getMemberPath() - Method in class com.facebook.buck.io.AbstractArchiveMemberPath
 
getMemberPath() - Method in class com.facebook.buck.io.ArchiveMemberPath
 
getMemberPath() - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
 
getMemory() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
 
getMemResident() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getMemSize() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getMergedLinkables() - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
 
getMergedLinkablesAssets() - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
 
getMergedResources(StringResources) - Method in class com.facebook.buck.android.StringResources
 
getMergeManifests() - Method in class com.facebook.buck.jvm.java.JarParameters
 
getMergeManifests() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
 
getMergeSourceZips() - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
 
getMessage() - Method in class com.facebook.buck.distributed.DistBuildStatus
 
getMessage() - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse
 
getMessage() - Method in class com.facebook.buck.event.ConsoleEvent
 
getMessage() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getMessage() - Method in interface com.facebook.buck.event.external.events.ConsoleEventExternalInterface
 
getMessage() - Method in class com.facebook.buck.io.WatchmanDiagnostic
 
getMessage() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getMessage() - Method in class com.facebook.buck.test.TestResultSummary
 
getMessage() - Method in class com.facebook.buck.test.TestStatusMessage
 
getMessage() - Method in class com.facebook.buck.util.PatternAndMessage
 
getMessageForResult(String) - Method in class com.facebook.buck.util.ProcessExecutor.Result
 
getMessageForUnexpectedResult(String) - Method in class com.facebook.buck.util.ProcessExecutor.Result
 
getMessageOfTheDay() - Method in class com.facebook.buck.cli.BuckConfig
 
getMessager() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
getMessager() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
 
getMetadata() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo
 
getMetadata() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo
 
getMetadata() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
 
getMetadata() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
 
getMetadata() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
 
getMetadata() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
 
getMetadataPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getMetadataToInstall() - Method in class com.facebook.buck.android.exopackage.DexExoHelper
 
getMetadataToInstall() - Method in class com.facebook.buck.android.exopackage.NativeExoHelper
 
getMetadataToInstall() - Method in class com.facebook.buck.android.exopackage.ResourcesExoHelper
 
getMetadataTxtPath() - Method in class com.facebook.buck.android.PreDexMerge
 
getMetadataTxtSourcePath() - Method in class com.facebook.buck.android.PreDexMerge
 
getMetadataTypePath(ProjectFilesystem) - Static method in interface com.facebook.buck.rules.BuildInfoStore
 
getMetaInfDirectory() - Method in class com.facebook.buck.ide.intellij.model.IjModule
 
getMetaInfDirectory() - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
getMetaInfDirectory() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
 
getMetaVariable(ResourceBundle) - Method in class com.facebook.buck.cli.TestCommand.CoverageReportFormatsHandler
 
getMethodName() - Method in class com.facebook.buck.message_ipc.InvocationMessage
 
getMethodName() - Method in class com.facebook.buck.test.selectors.TestDescription
 
getMicroThreadUserTime() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getMicroTime() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getMin() - Method in class com.facebook.buck.counters.SamplingCounter
 
getMinAmountOfEntriesToKeep() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
 
getMinAmountOfLogsToKeep() - Static method in class com.facebook.buck.log.LogFileHandler
 
getMinimizePrimaryDexSize() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getMinimumPerfEventTimeMs() - Method in class com.facebook.buck.parser.ParsePipeline
 
getMinionQueue() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getMinSdkVersion() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
 
getMinVersion() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getMinVersionFlagPrefix() - Method in class com.facebook.buck.apple.ApplePlatform
 
getMissingSymbolFromCompilerError(String) - Method in class com.facebook.buck.jvm.java.JavacErrorParser
 
getMode() - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
 
getMode() - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
 
getMode() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
 
getMode() - Method in class com.facebook.buck.util.autosparse.AbstractManifestInfo
 
getMode() - Method in class com.facebook.buck.util.autosparse.ManifestInfo
getModel() - Method in class com.facebook.buck.maven.Pom
 
getModernProcessors() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
getModule(CxxPlatform) - Method in class com.facebook.buck.lua.CxxLuaExtension
 
getModule() - Method in class com.facebook.buck.python.CxxPythonExtension
 
getModuleBasePath() - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
 
getModuleBasePath() - Method in class com.facebook.buck.ide.intellij.model.IjModule
 
getModuleDeps() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
 
getModuleGroupName() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getModuleImlFilePath() - Method in class com.facebook.buck.ide.intellij.model.IjModule
 
getModuleIndexEntries() - Method in class com.facebook.buck.ide.intellij.IjProjectTemplateDataPreparer
 
getModuleMap() - Method in class com.facebook.buck.haskell.HaskellSources
 
getModuleMappedClasspathEntriesToDex() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Java classes to include in the package sorted into modules
getModuleName() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getModuleName() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getModuleName() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getModuleName() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getModuleName() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getModuleName() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getModuleName() - Method in class com.facebook.buck.swift.SwiftCompile
 
getModuleName() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getModuleRuleByTargetNodeType(Class<?>) - Method in class com.facebook.buck.ide.intellij.SupportedTargetTypeRegistry
 
getModules() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
 
getModules() - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
getModules() - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationTree
 
getModules() - Method in class com.facebook.buck.ide.intellij.IjModuleGraph
 
getModules() - Method in class com.facebook.buck.lua.LuaPackageComponents
 
getModules() - Method in class com.facebook.buck.python.PythonPackageComponents
 
getModules(BuildTarget, BuildRuleResolver, SourcePathRuleFinder, SourcePathResolver, PythonPlatform, CxxPlatform, String, Path, SourceList, PatternMatchedCollection<SourceList>, Optional<VersionMatchedCollection<SourceList>>, Optional<ImmutableMap<BuildTarget, Version>>) - Static method in class com.facebook.buck.python.PythonUtil
 
getModulesPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getModulesToBeWritten() - Method in class com.facebook.buck.ide.intellij.IjProjectTemplateDataPreparer
 
getModuleType() - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationContext
 
getModuleType() - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
 
getModuleType() - Method in class com.facebook.buck.ide.intellij.model.IjModule
 
getModuleType() - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
getMomc() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getMtimeSortedMatchingDirectoryContents(Path, String) - Method in class com.facebook.buck.io.ProjectFilesystem
Returns the files inside pathRelativeToProjectRoot which match globPattern, ordered in descending last modified time order.
getMultiFetchBatchSize(int) - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
Used to compute the number of keys to include in every multiFetchRequest.
getMultiFetchBatchSize(int) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCache
 
getMultiFetchLimit() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getMultiFetchType() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getMultiInstallMode() - Method in class com.facebook.buck.cli.BuckConfig
 
getN_desc() - Method in class com.facebook.buck.macho.Nlist
 
getN_sect() - Method in class com.facebook.buck.macho.Nlist
 
getN_strx() - Method in class com.facebook.buck.macho.Nlist
 
getN_type() - Method in class com.facebook.buck.macho.Nlist
 
getN_value() - Method in class com.facebook.buck.macho.Nlist
 
getName() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
 
getName() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getName() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
 
getName() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getName() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
 
getName() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
 
getName() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
 
getName() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
 
getName() - Method in class com.facebook.buck.android.AndroidPlatformTarget
This is likely something like "Google Inc.:Google APIs:21".
getName() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
 
getName() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
 
getName() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
 
getName() - Method in class com.facebook.buck.android.apkmodule.APKModule
 
getName() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
 
getName() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getName() - Method in enum com.facebook.buck.android.toolchain.NdkCxxRuntime
 
getName() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
 
getName() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getName() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
 
getName() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
 
getName() - Method in class com.facebook.buck.apple.ApplePlatform
The full name of the platform.
getName() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
 
getName() - Method in class com.facebook.buck.apple.AppleSdk
The full name of the SDK.
getName() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getName() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
 
getName() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
 
getName() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
 
getName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildPhase
 
getName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
 
getName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
getName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
getName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
getName() - Method in class com.facebook.buck.apple.xcode.XCScheme
 
getName() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
 
getName() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
 
getName() - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
 
getName() - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
 
getName() - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
 
getName() - Method in class com.facebook.buck.counters.Counter
 
getName() - Method in class com.facebook.buck.counters.CounterInfo
 
getName() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getName() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
 
getName() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
 
getName() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getName() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
 
getName() - Method in class com.facebook.buck.d.DBinaryDescriptionArg
 
getName() - Method in class com.facebook.buck.d.DLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.d.DTestDescriptionArg
 
getName() - Method in enum com.facebook.buck.doctor.config.DoctorIssueCategory
 
getName() - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getName() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
 
getName() - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
 
getName() - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.go.GoTestDescriptionArg
 
getName() - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
 
getName() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
 
getName() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
 
getName() - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
 
getName() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.haskell.HaskellPackageInfo
 
getName() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.ide.intellij.DependencyEntryData
 
getName() - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
 
getName() - Method in class com.facebook.buck.ide.intellij.model.IjModule
 
getName() - Method in interface com.facebook.buck.ide.intellij.model.IjProjectElement
 
getName() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.js.JsBundleDescriptionArg
 
getName() - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.js.ReactNativeLibraryArg
 
getName() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getName() - Method in class com.facebook.buck.jvm.java.JarFileObject
 
getName() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
 
getName() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
 
getName() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getName() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
 
getName() - Method in interface com.facebook.buck.jvm.java.plugin.adapter.BuckJavacPlugin
 
getName() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
 
getName() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getName() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getName() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getName() - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
 
getName() - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
 
getName() - Method in interface com.facebook.buck.model.Flavor
 
getName() - Method in class com.facebook.buck.model.FlavorDomain
 
getName() - Method in class com.facebook.buck.model.InternalFlavor
 
getName() - Method in class com.facebook.buck.model.UserFlavor
 
getName() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
 
getName() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getName() - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getName() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getName() - Method in class com.facebook.buck.query.AllPathsFunction
 
getName() - Method in class com.facebook.buck.query.AttrFilterFunction
 
getName() - Method in class com.facebook.buck.query.BuildFileFunction
 
getName() - Method in class com.facebook.buck.query.DepsFunction.FirstOrderDepsFunction
 
getName() - Method in class com.facebook.buck.query.DepsFunction
 
getName() - Method in class com.facebook.buck.query.FilterFunction
 
getName() - Method in class com.facebook.buck.query.InputsFunction
 
getName() - Method in class com.facebook.buck.query.KindFunction
 
getName() - Method in class com.facebook.buck.query.LabelsFunction
 
getName() - Method in class com.facebook.buck.query.OwnerFunction
 
getName() - Method in interface com.facebook.buck.query.QueryEnvironment.QueryFunction
Name of the function as it appears in the query language.
getName() - Method in class com.facebook.buck.query.RdepsFunction
 
getName() - Method in class com.facebook.buck.query.TestsOfFunction
 
getName() - Method in class com.facebook.buck.rules.BuildRuleType
 
getName() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
 
getName() - Method in class com.facebook.buck.rules.coercer.OcamlSource
 
getName() - Method in class com.facebook.buck.rules.coercer.ParamInfo
 
getName() - Method in interface com.facebook.buck.rules.CommonDescriptionArg
 
getName() - Method in class com.facebook.buck.rules.keys.FieldValueExtractor
 
getName() - Method in interface com.facebook.buck.rules.keys.ValueExtractor
 
getName() - Method in class com.facebook.buck.rules.query.ClasspathFunction
 
getName() - Method in class com.facebook.buck.rules.SourceRoot
 
getName() - Method in class com.facebook.buck.rules.SystemToolProvider
 
getName() - Method in class com.facebook.buck.rules.VersionedTool
 
getName() - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
 
getName() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
 
getName() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
 
getName() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
 
getName() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
 
getName() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
 
getName() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
 
getName() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
 
getName() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getName() - Method in class com.facebook.buck.versions.Version
 
getName() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
 
getName() - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
 
getNameData() - Method in class com.facebook.buck.android.resources.ResTablePackage
 
getNamedSources() - Method in class com.facebook.buck.rules.coercer.SourceList
 
getNamedSources() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
 
getNameToField() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields
 
getNameToPathMap() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
 
getNameWithoutExtension(Path) - Static method in class com.facebook.buck.io.MorePaths
 
getNanoDuration() - Method in class com.facebook.buck.timing.ClockDuration
 
getNanoTime() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
getNanoTime() - Method in interface com.facebook.buck.event.BuckEvent
 
getNativeCompileDeps() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getNativeCompileDeps() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
 
getNativeCompileDeps() - Method in interface com.facebook.buck.ocaml.OcamlLibrary
Dependencies for the native (ocamlopt) build
getNativeIncludes() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getNativeLib() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
 
getNativeLibAssetsDirectories() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Directories containing native libraries to be used as assets.
getNativeLibraries() - Method in class com.facebook.buck.jvm.java.JarFattener
 
getNativeLibraries(Iterable<BuildRule>, CxxPlatform) - Static method in class com.facebook.buck.jvm.java.JavaLibraryRules
 
getNativeLibraries() - Method in class com.facebook.buck.lua.LuaPackageComponents
 
getNativeLibraries() - Method in class com.facebook.buck.python.PythonPackageComponents
 
getNativeLibraryMergeCodeGenerator() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getNativeLibraryMergeGlue() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getNativeLibraryMergeLocalizedSymbols() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getNativeLibraryMergeMap() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getNativeLibraryProguardConfigGenerator() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getNativeLibs() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
 
getNativeLibsDirectories() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Directories containing native libraries.
getNativeLibsInfo() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
 
getNativeLibsSymlinkTreeTarget(BuildTarget) - Static method in class com.facebook.buck.lua.LuaBinaryDescription
 
getNativeLibsTargets() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
A set of build targets that produce native libraries.
getNativeLinkableDeps() - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getNativeLinkableDeps() - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkableDeps() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
Returns our AbstractBuildRuleWithDeclaredAndExtraDeps.getBuildDeps(), limited to the subset of those which are NativeLinkable.
getNativeLinkableDeps() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
 
getNativeLinkableDeps() - Method in class com.facebook.buck.d.DLibrary
 
getNativeLinkableDeps() - Method in class com.facebook.buck.halide.HalideLibrary
 
getNativeLinkableDeps() - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getNativeLinkableDeps() - Method in class com.facebook.buck.swift.SwiftRuntimeNativeLinkable
 
getNativeLinkableDepsForPlatform(CxxPlatform) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getNativeLinkableDepsForPlatform(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkableDepsForPlatform(CxxPlatform) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
 
getNativeLinkableDepsForPlatform(CxxPlatform) - Method in class com.facebook.buck.halide.HalideLibrary
 
getNativeLinkableExportedDeps() - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getNativeLinkableExportedDeps() - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkableExportedDeps() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
Returns our CxxPrecompiledHeaderTemplate.getExportedDeps(), limited to the subset of those which are NativeLinkable.
getNativeLinkableExportedDeps() - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
 
getNativeLinkableExportedDeps() - Method in class com.facebook.buck.d.DLibrary
 
getNativeLinkableExportedDeps() - Method in class com.facebook.buck.halide.HalideLibrary
 
getNativeLinkableExportedDeps() - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getNativeLinkableExportedDeps() - Method in class com.facebook.buck.swift.SwiftRuntimeNativeLinkable
 
getNativeLinkableExportedDepsForPlatform(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkableExportedDepsForPlatform(CxxPlatform) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
 
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType, boolean, ImmutableSet<NativeLinkable.LanguageExtensions>) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType, boolean, ImmutableSet<NativeLinkable.LanguageExtensions>) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType, boolean, ImmutableSet<NativeLinkable.LanguageExtensions>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
This class doesn't add any native linkable code of its own, it just has deps which need to be passed along and up to the top-level (e.g.
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType, boolean, ImmutableSet<NativeLinkable.LanguageExtensions>) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
Return input that *dependents* should put on their link line when linking against this linkable.
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
Return input that *dependents* should put on their link line when linking against this linkable.
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType, NativeLinkable) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
 
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType, boolean, ImmutableSet<NativeLinkable.LanguageExtensions>) - Method in class com.facebook.buck.d.DLibrary
 
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType, boolean, ImmutableSet<NativeLinkable.LanguageExtensions>) - Method in class com.facebook.buck.halide.HalideLibrary
 
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType, boolean, ImmutableSet<NativeLinkable.LanguageExtensions>) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getNativeLinkableInput() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Inputs for the native (ocamlopt) build
getNativeLinkableInput() - Method in interface com.facebook.buck.ocaml.OcamlLibrary
 
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType, boolean, ImmutableSet<NativeLinkable.LanguageExtensions>) - Method in class com.facebook.buck.swift.SwiftRuntimeNativeLinkable
 
getNativeLinkableRoots(Iterable<? extends BuildRule>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
Find all NativeLinkable transitive roots reachable from the given BuildRules.
getNativeLinkables() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Native libraries mapped from modules.
getNativeLinkables(CxxPlatform, Iterable<? extends NativeLinkable>, Linker.LinkableDepType, Predicate<? super NativeLinkable>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
Extract from the dependency graph all the libraries which must be considered for linking.
getNativeLinkables(CxxPlatform, Iterable<? extends NativeLinkable>, Linker.LinkableDepType) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
 
getNativeLinkablesAssets() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Native libraries to be packaged as assets.
getNativeLinkStrategy() - Method in class com.facebook.buck.lua.LuaPlatform
 
getNativeLinkStrategy() - Method in class com.facebook.buck.python.PythonBuckConfig
 
getNativeLinkTarget(CxxPlatform) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.CanProvideNativeLinkTarget
 
getNativeLinkTarget(Object, CxxPlatform) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
 
getNativeLinkTarget(PythonPlatform) - Method in class com.facebook.buck.python.CxxPythonExtension
 
getNativeLinkTargetDeps(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkTargetDeps(CxxPlatform) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTarget
 
getNativeLinkTargetInput(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkTargetInput(CxxPlatform) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTarget
 
getNativeLinkTargetMode(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkTargetMode(CxxPlatform) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTarget
 
getNativeLinkTargetOutputPath(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkTargetOutputPath(CxxPlatform) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTarget
 
getNativePlugin() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
 
getNativeStarterLibrary() - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
 
getNativeStarterLibrary() - Method in class com.facebook.buck.lua.LuaPlatform
 
getNativeStarterLibrary() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getNcmds() - Method in class com.facebook.buck.macho.MachoHeader
 
getNdkAppPlatform() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getNdkClangVersion() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getNdkCompiler() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getNdkCpuAbis() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getNdkCxxPlatforms() - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatformsProvider
 
getNdkCxxRuntime() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getNdkDirectory() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getNdkGccVersion() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getNdkOrAbsent() - Method in interface com.facebook.buck.android.AndroidDirectoryResolver
 
getNdkOrAbsent() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
getNdkOrThrow() - Method in interface com.facebook.buck.android.AndroidDirectoryResolver
 
getNdkOrThrow() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
getNdkVersion() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getNdkVersion() - Method in interface com.facebook.buck.android.AndroidDirectoryResolver
 
getNdkVersion() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
getNdkVersion() - Method in class com.facebook.buck.rules.SdkEnvironment
 
getNeededCoverage() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getNeededCoverage() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getNeededCoverageRatio() - Method in class com.facebook.buck.python.NeededCoverageSpec
 
getNestingKind() - Method in class com.facebook.buck.jvm.java.JarFileObject
 
getNetwork() - Method in class com.facebook.buck.util.environment.NetworkInfo.Event
 
getNetworkIO() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
 
getNetworkStatsLine(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
getNfat_arch() - Method in class com.facebook.buck.macho.FatHeader
 
getNlistAtIndex(ByteBuffer, SymTabCommand, int, boolean) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
Creates and returns the Nlist entry at the given index for the given SymTabCommand.
getNoAsNeededSharedLibsFlags() - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
getNoAsNeededSharedLibsFlags() - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
getNoAsNeededSharedLibsFlags() - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
 
getNoAsNeededSharedLibsFlags() - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
getNode(Cell, BuildTarget, AtomicLong) - Method in class com.facebook.buck.parser.ParsePipeline
Obtain a TargetNode.
getNodeCount() - Method in class com.facebook.buck.event.ActionGraphEvent.Finished
 
getNodeCount() - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
getNodeJob(Cell, BuildTarget, AtomicLong) - Method in class com.facebook.buck.parser.ConvertingPipeline
 
getNodeJob(Cell, BuildTarget, AtomicLong) - Method in class com.facebook.buck.parser.ParsePipeline
Asynchronously get the TargetNode.
getNodeJob(Cell, BuildTarget, AtomicLong) - Method in class com.facebook.buck.parser.RawNodeParsePipeline
 
getNodes() - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
 
getNodes() - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
getNodes() - Method in interface com.facebook.buck.graph.TraversableGraph
 
getNodes() - Method in class com.facebook.buck.ide.intellij.IjModuleGraph
 
getNodes() - Method in class com.facebook.buck.rules.ActionGraph
 
getNodesFromQueryTargets(Iterable<QueryTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getNodesWithNoIncomingEdges() - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
 
getNodesWithNoIncomingEdges() - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
getNodesWithNoIncomingEdges() - Method in interface com.facebook.buck.graph.TraversableGraph
 
getNodesWithNoOutgoingEdges() - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
 
getNodesWithNoOutgoingEdges() - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
getNodesWithNoOutgoingEdges() - Method in interface com.facebook.buck.graph.TraversableGraph
 
getNoDx() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
 
getNoDx() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getNoDxClasspathEntries() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Java classes that were used during compilation, but don't got into the package.
getNonSwiftSources() - Method in class com.facebook.buck.apple.AppleLibrarySwiftMetadata
 
getNormalSymbols(ProcessExecutor, Tool, SourcePathResolver, Path) - Static method in class com.facebook.buck.android.relinker.Symbols
 
getNreloc() - Method in class com.facebook.buck.macho.Section
 
getNsects() - Method in class com.facebook.buck.macho.SegmentCommand
 
getNsyms() - Method in class com.facebook.buck.macho.SymTabCommand
 
getNumArrayValues() - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
getNumberOfMinions() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getNumberOfSections() - Method in class com.facebook.buck.cxx.toolchain.elf.Elf
 
getNumberOfSlowRulesToShow() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
 
getNumBuckets() - Method in class com.facebook.buck.apple.clang.HeaderMap
 
getNumEntries() - Method in class com.facebook.buck.apple.clang.HeaderMap
 
getNumParsingThreads() - Method in class com.facebook.buck.parser.ParserConfig
getNumRules() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
 
getNumRules() - Method in class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
 
getNumRules() - Method in class com.facebook.buck.rules.BuildEvent.UnskippedRuleCountUpdated
 
getNumRulesToBuild(Iterable<BuildRule>) - Method in interface com.facebook.buck.rules.BuildEngine
Calculate the total number of transitive build rules processed from the given roots.
getNumRulesToBuild(Iterable<BuildRule>) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
getNumTestManagedThreads(BuckConfig) - Method in class com.facebook.buck.cli.TestCommand
 
getNumTestThreads(BuckConfig) - Method in class com.facebook.buck.cli.TestCommand
 
getNumThreads() - Method in class com.facebook.buck.cli.BuckConfig
 
getNumThreads(int) - Method in class com.facebook.buck.cli.BuckConfig
 
getNumThreadsForSchedulerPool() - Method in class com.facebook.buck.cli.BuckConfig
 
getObjCGeneratedHeaderFileName() - Method in class com.facebook.buck.swift.SwiftCompile
 
getObjCGeneratedHeaderPath() - Method in class com.facebook.buck.swift.SwiftCompile
 
getObjcopy() - Method in class com.facebook.buck.cxx.toolchain.ElfSharedLibraryInterfaceParams
 
getObjdump() - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform
 
getObjectFileExtension() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getObjectFilePaths(BuildTarget, BuildRuleResolver) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
getObjectFilePaths(BuildTarget, BuildRuleResolver) - Method in interface com.facebook.buck.cxx.CxxLibraryDescriptionDelegate
Defines the paths to object files (i.e., .o files) that will be combined into the final product of CxxLibraryDescription.
getObjectFiles() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
 
getObjectNameForSourceName(String) - Static method in class com.facebook.buck.d.DCompileStep
 
getObjectPath() - Method in class com.facebook.buck.swift.SwiftCompile
 
getObjects() - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
getObjects() - Method in class com.facebook.buck.haskell.HaskellPackage
 
getObjectsDir() - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
getOcamlBuckConfig() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescription
 
getOcamlBuckConfig() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescription
 
getOcamlBytecodeCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getOcamlBytecodeCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getOcamlCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getOcamlCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getOcamlDebug() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getOcamlDebug() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getOcamlDepTool() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getOcamlDepTool() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getOcamlInput() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getOcamlInteropIncludesDir() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getOcamlInteropIncludesDir() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getOctalStringAsInt(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
getOfflineLogDir() - Method in class com.facebook.buck.io.BuckPaths
 
getOffset() - Method in class com.facebook.buck.json.BuildFileSyntaxError
 
getOffset() - Method in class com.facebook.buck.macho.FatArch
 
getOffset() - Method in class com.facebook.buck.macho.Section
 
getOffsetInBinary() - Method in class com.facebook.buck.macho.LoadCommandCommonFields
 
getOffsetInBinary() - Method in class com.facebook.buck.macho.Nlist
 
getOffsetInBinary() - Method in class com.facebook.buck.macho.Section
 
getOldCompDir() - Method in class com.facebook.buck.cli.MachOAbstractCommand
 
getOneLineSummary(Locale, boolean, Ansi) - Method in class com.facebook.buck.test.TestCaseSummary
 
getOnlyMatchingValue(ImmutableMap<BuildTarget, Version>) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
getOpCode(boolean) - Method in enum com.facebook.buck.go.GoPackStep.Operation
 
getOperands() - Method in class com.facebook.buck.query.BinaryOperatorExpression
 
getOperation() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getOperation() - Method in class com.facebook.buck.event.ArtifactCompressionEvent
 
getOperation() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
getOperator() - Method in class com.facebook.buck.query.BinaryOperatorExpression
 
getOptimization() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
 
getOptimizationPasses() - Method in class com.facebook.buck.android.AndroidBinary
 
getOptimizationPasses() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getOptimize() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
This will be passed to the GWT Compiler's -optimize flag.
getOptimizedProguardConfig() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getOptional(BuildTarget) - Method in class com.facebook.buck.rules.TargetGraph
 
getOptionalBuildLineSuffix() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
getOptionalExecutable(Path, ImmutableMap<String, String>) - Method in class com.facebook.buck.io.ExecutableFinder
 
getOptionalExecutable(Path, Path) - Method in class com.facebook.buck.io.ExecutableFinder
 
getOptionalExecutable(Path, ImmutableCollection<Path>, ImmutableCollection<String>) - Method in class com.facebook.buck.io.ExecutableFinder
 
getOptionalFile(Set<String>, Iterable<Path>, Predicate<Path>) - Static method in class com.facebook.buck.io.FileFinder
Tries to find a file with one of a number of possible names in a search path.
getOptionalListWithoutComments(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getOptionalListWithoutComments(String, String, char) - Method in class com.facebook.buck.cli.BuckConfig
 
getOptionalListWithoutComments(String, String) - Method in class com.facebook.buck.config.Config
ini4j leaves things that look like comments in the values of entries in the file.
getOptionalListWithoutComments(String, String, char) - Method in class com.facebook.buck.config.Config
 
getOptionalPathList(String, String, boolean) - Method in class com.facebook.buck.cli.BuckConfig
 
getOptionalPathWhitelist() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getOptionalServerBuckconfigOverride() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getOptionalToolPath(String, ImmutableList<Path>) - Method in class com.facebook.buck.io.ExecutableFinder
 
getOptions(JavacOptions, ProjectFilesystem, SourcePathResolver, Path, Path, ExecutionContext, ImmutableSortedSet<Path>) - Static method in class com.facebook.buck.jvm.java.JavacStep
 
getOrCreateAndroidFacetBuilder() - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
getOrCreateChildGroupByName(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
getOrCreateChildVariantGroupByName(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
getOrCreateChildVersionGroupsBySourceTreePath(SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
getOrCreateDescendantGroupByPath(ImmutableList<String>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
getOrCreateFileReferenceBySourceTreePath(SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
getOrCreateFileReferenceBySourceTreePath(SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
getOrCreateNodeCache(Class<?>) - Method in class com.facebook.buck.parser.DaemonicParserState
Retrieve the cache view for caching a particular type.
getOrCreateVariantFileReferenceByNameAndSourceTreePath(String, SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXVariantGroup
 
getOrdinal() - Method in enum com.facebook.buck.util.unit.SizeUnit
 
getOrigin() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getOrigin() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getOriginal() - Method in class com.facebook.buck.jvm.java.plugin.api.TaskEventMirror
 
getOs() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getOtherFlags() - Method in class com.facebook.buck.cxx.PreprocessorFlags
Other flags included as is.
getOut() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
 
getOut() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
 
getOut() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
 
getOut() - Method in interface com.facebook.buck.shell.AbstractGenruleDescription.CommonArg
 
getOut() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
 
getOut() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
 
getOut() - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
 
getOutFolderPath() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
 
getOutgoingNodesFor(T) - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
 
getOutgoingNodesFor(T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
getOutgoingNodesFor(T) - Method in interface com.facebook.buck.graph.TraversableGraph
 
getOutput() - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache.FetchRequest
 
getOutput() - Method in class com.facebook.buck.cli.MachOAbstractCommand
 
getOutput() - Method in interface com.facebook.buck.doctor.ExtraInfoCollector.AbstractExtraInfoResult
 
getOutput() - Method in class com.facebook.buck.doctor.ExtraInfoResult
 
getOutput() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getOutput() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getOutput() - Method in class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
 
getOutputAttributes() - Method in class com.facebook.buck.cli.TargetsCommand
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.BuildConfigFieldsTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.BuildTargetTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.ClasspathMacroTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.ConstraintTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.EitherTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.EnumTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.ExecutableMacroTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.FlavorTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.IdentityTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.InputPathTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.ListTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.LocationMacroTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.LogLevelTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.ManifestEntriesTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.MavenCoordinatesMacroTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpecTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.NumberTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.OcamlSourceTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.PairTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.PathTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.PatternTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.QueryCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.SetTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.SortedMapTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.SortedSetTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.SourceListTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.SourcePathTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsListTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.StringWithMacrosTypeCoercer
 
getOutputClass() - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.UriTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.VersionTypeCoercer
 
getOutputClasspathJars(JavaLibrary, Optional<SourcePath>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryClasspathProvider
 
getOutputClasspaths() - Method in class com.facebook.buck.android.AndroidAar
 
getOutputClasspaths() - Method in class com.facebook.buck.android.AndroidBinary
 
getOutputClasspaths() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getOutputClasspaths() - Method in interface com.facebook.buck.jvm.java.HasClasspathEntries
 
getOutputClasspaths() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getOutputClasspaths() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getOutputClasspaths() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getOutputData(T, BiConsumer<String, OutputData>) - Method in interface com.facebook.buck.rules.modern.ClassInfo
Adds all OutputData in ruleImpl to the outputDataBuilder.
getOutputDir() - Method in class com.facebook.buck.apple.AppleAssetCatalog
 
getOutputDir(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.rust.RustCompileRule
 
getOutputDirectory() - Method in class com.facebook.buck.jvm.java.CompilerParameters
 
getOutputDirs() - Method in class com.facebook.buck.haskell.HaskellHaddockInput
 
getOutputDirs() - Method in class com.facebook.buck.haskell.HaskellHaddockLibRule
 
getOutputFileContentsByLine(Path) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getOutputFileContentsByLine(Path) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
 
getOutputFileNameFormatForLibrary(boolean) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
getOutputHash() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
 
getOutputHash(FileHashCache) - Method in class com.facebook.buck.rules.BuildInfoRecorder
 
getOutputHash() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getOutputJarPath(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getOutputName() - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getOutputName() - Method in class com.facebook.buck.cxx.CxxGenrule
 
getOutputName() - Method in interface com.facebook.buck.model.HasOutputName
 
getOutputName() - Method in class com.facebook.buck.shell.ExportFile
 
getOutputName() - Method in class com.facebook.buck.shell.Genrule
Get the output name of the generated file, as listed in the BUCK file.
getOutputName() - Method in class com.facebook.buck.zip.rules.Zip
 
getOutputNormalizedString(int) - Method in class com.facebook.buck.android.resources.StringPool
 
getOutputPath() - Method in class com.facebook.buck.cli.ShowOptions
 
getOutputPath() - Method in class com.facebook.buck.swift.SwiftCompile
 
getOutputPaths() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
Returns the list (possibly empty) of files created as output of the shell script.
getOutputPaths() - Method in class com.facebook.buck.rules.BuildInfoRecorder
 
getOutputPlist() - Method in class com.facebook.buck.apple.AppleAssetCatalog
 
getOutputs() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
 
getOutputs(T, BiConsumer<String, OutputPath>) - Method in interface com.facebook.buck.rules.modern.ClassInfo
Adds all outputPaths in ruleImpl to the dataBuilder.
getOutputSize() - Method in class com.facebook.buck.rules.BuildInfoRecorder
 
getOutputSize() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getOutputStream(Path, boolean) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
getOutputStream() - Method in interface com.facebook.buck.io.Transport
Returns an input stream for writing messages.
getOutputStream() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
 
getOutputStream() - Method in class com.facebook.buck.io.windowspipe.WindowsNamedPipe
 
getOutputStream() - Method in interface com.facebook.buck.util.ProcessExecutor.LaunchedProcess
Output stream that maps into stdin of the process.
getOutputStream() - Method in class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
 
getOutputToInputsMapSupplier(Path, Path) - Method in class com.facebook.buck.android.SplitZipStep
 
getOutputUrl() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
GetOverlappedResult(WinNT.HANDLE, Pointer, IntByReference, boolean) - Method in interface com.facebook.buck.io.windowspipe.WindowsNamedPipeLibrary
 
getOverrideSymbolsPath() - Method in interface com.facebook.buck.android.FilteredResourcesProvider
 
getOverrideSymbolsPath() - Method in class com.facebook.buck.android.IdentityResourcesProvider
 
getOverrideSymbolsPath() - Method in class com.facebook.buck.android.ResourcesFilter
 
getOwnerId() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getOwnerTarget() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
getPackage() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
For R.java
getPackage() - Method in interface com.facebook.buck.android.AndroidManifestReader
 
getPackage() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
 
getPackage() - Method in class com.facebook.buck.android.DefaultAndroidManifestReader
 
getPackage() - Method in class com.facebook.buck.android.resources.ResourceTable
 
getPackage() - Method in class com.facebook.buck.haskell.HaskellPackageRule
 
getPackage() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
For R.java
getPackageableCollection() - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
 
getPackageableCollection() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getPackageableRules(Iterable<BuildRule>) - Static method in class com.facebook.buck.android.packageable.AndroidPackageableCollector
Returns all BuildRules of the given rules that are AndroidPackageable.
getPackageAssetLibraries() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getPackageConfigForPlatform(ApplePlatform) - Method in class com.facebook.buck.apple.AppleConfig
Returns the custom packager command specified in the config, if defined.
getPackageDb() - Method in class com.facebook.buck.haskell.HaskellPackage
 
getPackagedDependencies() - Method in class com.facebook.buck.jvm.java.Javadoc
 
getPackagedDependencies() - Method in interface com.facebook.buck.jvm.java.MavenPublishable
When published, these will be included in the artifact.
getPackagedDependencies() - Method in class com.facebook.buck.jvm.java.MavenUberJar
 
getPackagedDependencies() - Method in class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
 
getPackagedRules() - Method in class com.facebook.buck.jvm.java.JarShape.Summary
 
getPackageInfo(String) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
getPackageInfo(String) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
getPackageName() - Method in interface com.facebook.buck.event.external.events.InstallFinishedEventExternalInterface
 
getPackageName() - Method in class com.facebook.buck.event.InstallEvent.Finished
 
getPackageName() - Method in class com.facebook.buck.event.UninstallEvent
 
getPackageName() - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
 
getPackageName() - Method in class com.facebook.buck.go.GoTestDescriptionArg
 
getPackageName() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
 
getPackageNameFromSource(String) - Method in class com.facebook.buck.jvm.java.JavaFileParser
 
getPackageNamePrefix() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getPackagePrefix() - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
 
getPackager() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
getPackager(BuildRuleResolver) - Method in class com.facebook.buck.js.ReactNativeBuckConfig
The JavaScript packager tool to use for React Native rules.
getPackager() - Method in class com.facebook.buck.lua.LuaPlatform
 
getPackagerFlags() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
 
getPackagerFlags() - Method in interface com.facebook.buck.js.CoreReactNativeLibraryArg
 
getPackagerFlags() - Method in class com.facebook.buck.js.ReactNativeLibraryArg
 
getPackagerSourcePath() - Method in class com.facebook.buck.js.ReactNativeBuckConfig
 
getPackages() - Method in class com.facebook.buck.haskell.HaskellCompileInput
 
getPackageStringAssets() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
 
getPackageStringAssets() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getPackageStyle() - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
 
getPackageStyle() - Method in class com.facebook.buck.lua.LuaPlatform
 
getPackageStyle() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getPackageStyle() - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPackageStyle() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getPackageType() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getPaddedDir(String, int, char) - Static method in class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
 
getParallelizeBuild() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildAction
 
getParameters() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
getParams() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
 
getParentAar(BuildRule) - Method in class com.facebook.buck.android.AndroidPrebuiltAarCollection
 
getParentOrEmpty(Path) - Static method in class com.facebook.buck.io.MorePaths
 
getParseProcessedBytes() - Method in class com.facebook.buck.parser.PerBuildState
 
getParser() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getParser() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getParser() - Method in interface com.facebook.buck.cli.parameter_extractors.CommandRunnerParameters
 
getParser() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getParserState() - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getParseStartTime() - Method in class com.facebook.buck.parser.Parser
 
getParseTimeDeps() - Method in interface com.facebook.buck.cxx.toolchain.ArchiverProvider
 
getParseTimeDeps(CxxPlatform) - Static method in class com.facebook.buck.cxx.toolchain.CxxPlatforms
 
getParseTimeDeps(Iterable<CxxPlatform>) - Static method in class com.facebook.buck.cxx.toolchain.CxxPlatforms
 
getParseTimeDeps() - Method in class com.facebook.buck.cxx.toolchain.CxxToolProvider
 
getParseTimeDeps() - Method in class com.facebook.buck.cxx.toolchain.linker.DefaultLinkerProvider
 
getParseTimeDeps() - Method in interface com.facebook.buck.cxx.toolchain.linker.LinkerProvider
 
getParseTimeDeps() - Method in interface com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceFactory
 
getParseTimeDeps() - Method in interface com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceParams
 
getParseTimeDeps(Iterable<HaskellPlatform>, ImmutableCollection.Builder<BuildTarget>) - Static method in class com.facebook.buck.haskell.HaskellDescriptionUtils
Accumulate parse-time deps needed by Haskell descriptions in depsBuilder.
getParseTimeDeps() - Method in class com.facebook.buck.rules.BinaryBuildRuleToolProvider
 
getParseTimeDeps() - Method in class com.facebook.buck.rules.ConstantToolProvider
 
getParseTimeDeps() - Method in class com.facebook.buck.rules.ErrorToolProvider
 
getParseTimeDeps() - Method in interface com.facebook.buck.rules.ToolProvider
 
getParseTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
 
getParts() - Method in class com.facebook.buck.rules.macros.StringWithMacros
 
getPassedCount() - Method in class com.facebook.buck.test.TestCaseSummary
 
getPath() - Method in class com.facebook.buck.apple.AppleToolchain
The path to the toolchain.
getPath() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
 
getPath() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
 
getPath() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
getPath() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
getPath(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getPath(String, String, boolean) - Method in class com.facebook.buck.cli.BuckConfig
 
getPath(String, String) - Method in interface com.facebook.buck.cli.ConfigPathGetter
 
getPath(String, String) - Method in class com.facebook.buck.cli.NoOpConfigPathGetter
 
getPath() - Method in interface com.facebook.buck.cli.parameter_extractors.CommandRunnerParameters
 
getPath() - Method in class com.facebook.buck.cxx.AbstractCxxSource
 
getPath() - Method in class com.facebook.buck.cxx.CxxSource
 
getPath() - Method in class com.facebook.buck.cxx.OmnibusLibrary
 
getPath() - Method in class com.facebook.buck.cxx.OmnibusRoot
 
getPath(String) - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getPath() - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
 
getPath() - Method in class com.facebook.buck.event.ParsingEvent.SymlinkInvalidation
 
getPath() - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
 
getPath() - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
 
getPath(SourcePath) - Method in interface com.facebook.buck.ide.intellij.model.IjLibraryFactoryResolver
Does it get an absolute path? Does it get a relative path? Who knows!
getPath() - Method in class com.facebook.buck.io.BorrowablePath
 
getPath() - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
getPath(String, String...) - Method in class com.facebook.buck.io.ProjectFilesystem
Converts a path string (or sequence of strings) to a Path with the same VFS as this instance.
getPath() - Method in class com.facebook.buck.io.WatchmanPathEvent
Relative path of the actual file the event is about.
getPath() - Method in class com.facebook.buck.maven.Pom
 
getPath() - Method in class com.facebook.buck.query.QueryFileTarget
 
getPath() - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
getPath() - Method in interface com.facebook.buck.rules.args.HasSourcePath
 
getPath() - Method in class com.facebook.buck.rules.args.SourcePathArg
 
getPath() - Method in class com.facebook.buck.rules.keys.RuleKeyInput
 
getPath() - Method in class com.facebook.buck.rules.VersionedTool
The path to the tool.
getPath() - Method in class com.facebook.buck.rust.RustLibraryArg
 
getPath() - Method in class com.facebook.buck.step.fs.MkdirStep
 
getPath() - Method in class com.facebook.buck.step.fs.RmStep
 
getPath() - Method in class com.facebook.buck.util.DirectoryCleaner.PathStats
 
getPathElements() - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
getPathForRelativeExistingPath(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
As ProjectFilesystem.getPathForRelativePath(java.nio.file.Path), but with the added twist that the existence of the path is checked before returning.
getPathForRelativePath(Path) - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
getPathForRelativePath(Path) - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
getPathForRelativePath(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getPathForRelativePath(String) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getPathForRelativePath(Path) - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
 
getPathForRelativePath(Path) - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
getPathFrom(OutputPath) - Static method in class com.facebook.buck.rules.modern.OutputPath.Internals
 
getPathIfJavaLibrary(TargetNode<?, ?>) - Method in interface com.facebook.buck.ide.intellij.model.IjLibraryFactoryResolver
 
getPathMapping() - Method in class com.facebook.buck.rules.DefaultCellPathResolver
 
getPathName() - Method in class com.facebook.buck.python.NeededCoverageSpec
 
getPathOrGlob() - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
getPathRelativeToBuildCellRoot() - Method in class com.facebook.buck.io.BuildCellRelativePath
 
getPathRelativeToProjectRoot(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getPathResolver() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getPathResolver() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getPathResolver() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getPathsChangedInWorkingDirectory() - Method in interface com.facebook.buck.util.versioncontrol.CommonSlowVersionControlStats
 
getPathsChangedInWorkingDirectory() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
 
getPathsChangedInWorkingDirectory() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
 
getPathSelector() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
 
getPathsFromRoot() - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
getPathSourcePath(SourcePath) - Method in class com.facebook.buck.rules.DefaultSourcePathResolver
 
getPathSourcePath(SourcePath) - Method in interface com.facebook.buck.rules.SourcePathResolver
 
getPathsToThirdPartyJars() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Prebuilt/third-party jars to be included in the package.
getPathToAdbExecutable() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getPathToAllLibsDir() - Method in class com.facebook.buck.android.CopyNativeLibraries
getPathToBuildReport(BuckConfig) - Method in class com.facebook.buck.cli.BuildCommand
 
getPathToDepFile(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.js.ReactNativeBundle
 
getPathToDex() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
 
getPathToDexFile() - Method in interface com.facebook.buck.android.DexWithClasses
 
getPathToExoResources() - Method in class com.facebook.buck.android.SplitResources
 
getPathToJavaAgent() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getPathToJavaAgent() - Method in class com.facebook.buck.test.TestRunningOptions
 
getPathToJSBundleDir(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.js.ReactNativeBundle
 
getPathToMergedAssets() - Method in class com.facebook.buck.android.MergeAssets
 
getPathToMetadataDirectory(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.rules.BuildInfo
Returns the path to a directory where metadata files for a build rule with the specified target should be stored.
getPathToMetadataTxt() - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getPathToNativeLibsAssetsDir() - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getPathToNativeLibsDir() - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getPathToOutputFile() - Method in class com.facebook.buck.android.AndroidResourceIndex
 
getPathToPrimaryResources() - Method in class com.facebook.buck.android.SplitResources
 
getPathToPropertiesFile() - Method in class com.facebook.buck.jvm.java.Keystore
 
getPathToRDotJavaPackageFile() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getPathToRDotJavaPackageFile() - Method in class com.facebook.buck.android.AndroidResource
 
getPathToRDotJavaPackageFile() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
 
getPathToRDotJavaPackageFile() - Method in class com.facebook.buck.android.UnzipAar
 
getPathToRDotTxt() - Method in class com.facebook.buck.android.AaptOutputInfo
 
getPathToRDotTxt() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
 
getPathToRDotTxt() - Method in class com.facebook.buck.android.SplitResources
 
getPathToResources(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.js.ReactNativeBundle
 
getPathToSourceMap(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.js.ReactNativeBundle
 
getPathToSourcesList() - Method in class com.facebook.buck.jvm.java.CompilerParameters
 
getPathToStore() - Method in class com.facebook.buck.jvm.java.Keystore
 
getPathToTestExitCode() - Method in class com.facebook.buck.d.DTest
 
getPathToTestExitCode() - Method in class com.facebook.buck.go.GoTest
 
getPathToTestMain(ProjectFilesystem) - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPathToTestOutput() - Method in class com.facebook.buck.d.DTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.apple.AppleTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.d.DTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.go.GoTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.python.PythonTest
 
getPathToTestOutputDirectory() - Method in interface com.facebook.buck.rules.TestRule
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.rust.RustTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.shell.ShTest
 
getPathToTestResults() - Method in class com.facebook.buck.go.GoTest
 
getPathToTestWorkingDirectory() - Method in class com.facebook.buck.go.GoTest
 
getPathToTextSymbolsFile() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getPathToTextSymbolsFile() - Method in class com.facebook.buck.android.AndroidResource
 
getPathToTextSymbolsFile() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
 
getPathToXmlTestOutput() - Method in class com.facebook.buck.test.TestRunningOptions
 
getPathWithinCell() - Method in class com.facebook.buck.model.ImmediateDirectoryBuildTargetPattern
The base path of all valid build targets.
getPathWithinCell() - Method in class com.facebook.buck.model.SubdirectoryBuildTargetPattern
Base path of the build target in the ancestor directory.
getPattern(ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.FilterFunction
 
getPattern(ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.KindFunction
 
getPattern() - Method in class com.facebook.buck.query.TargetLiteral
 
getPattern() - Method in class com.facebook.buck.util.PatternAndMessage
 
getPatternsAndValues() - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
 
getPdcFlags() - Method in interface com.facebook.buck.cxx.toolchain.Compiler
 
getPdcFlags() - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
getPdcFlags() - Method in class com.facebook.buck.cxx.toolchain.WindowsCompiler
 
getPeriodicCasMultiFetchCount() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
 
getPermState() - Method in class com.facebook.buck.parser.Parser
 
getPerServerData() - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
 
getPerServerData() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
 
getPersistent() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
 
getPersistentWorkerKey() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getPersistentWorkerKey() - Method in class com.facebook.buck.worker.WorkerProcessIdentity
If the current invocation allows to have persisted worker pools (buck is running as daemon), it will be used to obtain the instance of the persisted worker process pool.
getPersistentWorkerPools() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getPersistentWorkerPools() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getPersistentWorkerPools() - Method in class com.facebook.buck.step.ExecutionContext
Worker process pools that are persisted across buck invocations inside buck daemon.
getPexExecutor(BuildRuleResolver) - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPexExecutorTarget() - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPexExtension() - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPexTarget() - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPexTool(BuildRuleResolver) - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPhase() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getPhase() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
 
getPicFlags() - Method in interface com.facebook.buck.cxx.toolchain.Compiler
 
getPicFlags() - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
getPicFlags() - Method in class com.facebook.buck.cxx.toolchain.WindowsCompiler
 
getPicType() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getPid() - Method in class com.facebook.buck.event.CommandEvent
 
getPid() - Method in class com.facebook.buck.event.InstallEvent.Finished
 
getPid() - Method in class com.facebook.buck.util.ProcessHelper
Gets the native process identifier for the current process.
getPid(Object) - Method in class com.facebook.buck.util.ProcessHelper
Gets the native process identifier for the given process instance.
getPingEndpoint() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getPingLatencyMillis(long, int) - Method in class com.facebook.buck.slb.ServerHealthState
 
getPingLatencySampleCount() - Method in class com.facebook.buck.slb.ServerHealthState
 
getPingRequestCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getPingRequestErrorCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getPingRequestLatencyMillis() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getPingRequestLatencyMillis() - Method in class com.facebook.buck.slb.PerServerPingData
 
getPingRequestTimeoutCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getPipelinedBuildSteps(BuildContext, BuildableContext, JavacPipelineState) - Method in class com.facebook.buck.jvm.java.CalculateAbiFromSource
 
getPipelinedBuildSteps(BuildContext, BuildableContext, JavacPipelineState) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getPipelinedBuildSteps(BuildContext, BuildableContext, T) - Method in interface com.facebook.buck.rules.SupportsPipelining
 
getPipelineStateFactory() - Method in class com.facebook.buck.jvm.java.CalculateAbiFromSource
 
getPipelineStateFactory() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getPipelineStateFactory() - Method in interface com.facebook.buck.rules.SupportsPipelining
 
getPlaceholders() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
 
getPlatform() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
The apple cxx platform in question.
getPlatform() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getPlatform() - Method in class com.facebook.buck.cli.BuckConfig
 
getPlatform() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getPlatform() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getPlatform() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
 
getPlatform() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
 
getPlatform() - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
 
getPlatform() - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
 
getPlatform() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getPlatform() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getPlatform() - Method in class com.facebook.buck.step.ExecutionContext
 
getPlatform() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getPlatform() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
 
getPlatformBuildVersion() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
The build version of the platform.
getPlatformCompilerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getPlatformCompilerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getPlatformCompilerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getPlatformCompilerFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getPlatformCompilerFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getPlatformCompilerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getPlatformCompilerFlags(CxxPlatform, AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
 
getPlatformCompilerFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getPlatformCompilerFlags() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getPlatformCompilerFlags() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getPlatformCompilerFlags() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getPlatformDeps() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getPlatformDeps() - Method in class com.facebook.buck.cxx.CxxDeps
 
getPlatformDeps() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
 
getPlatformDeps() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getPlatformExe() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
 
getPlatformFlags() - Method in class com.facebook.buck.cxx.CxxToolFlags
Flags that precede flags from #getRuleFlags().
getPlatformFlags() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
 
getPlatformFlags() - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
 
getPlatformHeaderDirs() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
 
getPlatformHeaderDirs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getPlatformHeaders() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getPlatformHeaders() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getPlatformHeaders() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getPlatformHeaders() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getPlatformHeaders() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getPlatformHeaders() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getPlatformHeaders() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getPlatformHeaders() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getPlatformHeaders() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getPlatformHeaders() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getPlatformLinkerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getPlatformLinkerFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getPlatformLinkerFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getPlatformLinkerFlags() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getPlatformLinkerFlags() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getPlatformLinkerFlags() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getPlatformName() - Method in class com.facebook.buck.apple.AppleBundle
 
getPlatformPath() - Method in class com.facebook.buck.apple.AppleSdkPaths
Absolute path to tools and files which depend on a particular platform.
getPlatformPreprocessFlags(CxxPlatform, AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
 
getPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getPlatformPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getPlatformPreprocessorFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getPlatformPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getPlatformPreprocessorFlags() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getPlatformPreprocessorFlags() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getPlatformPreprocessorFlags() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getPlatformResources() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
 
getPlatformResources() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getPlatforms(CxxBuckConfig, AndroidBuckConfig, ProjectFilesystem, AndroidDirectoryResolver, Platform, Optional<String>) - Static method in class com.facebook.buck.android.NdkCxxPlatforms
 
getPlatforms(CxxBuckConfig, AndroidBuckConfig, ProjectFilesystem, Path, NdkCxxPlatformCompiler, NdkCxxRuntime, String, Set<String>, Platform) - Static method in class com.facebook.buck.android.NdkCxxPlatforms
 
getPlatforms(CxxBuckConfig, AndroidBuckConfig, ProjectFilesystem, Path, NdkCxxPlatformCompiler, NdkCxxRuntime, String, Set<String>, Platform, ExecutableFinder, boolean) - Static method in class com.facebook.buck.android.NdkCxxPlatforms
 
getPlatforms() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
The set of platforms the profile is valid for.
getPlatforms(Iterable<CxxPlatform>) - Method in class com.facebook.buck.haskell.HaskellBuckConfig
 
getPlatforms(Iterable<CxxPlatform>) - Method in class com.facebook.buck.lua.LuaBuckConfig
 
getPlatformSharedLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
 
getPlatformSharedLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getPlatformSrcs() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getPlatformSrcs() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getPlatformSrcs() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getPlatformSrcs() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getPlatformSrcs() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getPlatformSrcs() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getPlatformSrcs() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getPlatformSrcs() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getPlatformSrcs() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getPlatformSrcs() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getPlatformSrcs() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
 
getPlatformSrcs() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getPlatformStaticLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
 
getPlatformStaticLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getPlatformStaticPicLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
 
getPlatformStaticPicLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getPlatformWhitelist() - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
 
getPluginClassLoader(JavaCompiler.CompilationTask) - Method in interface com.facebook.buck.jvm.java.plugin.api.PluginClassLoaderFactory
 
getPluginClassLoader(ClassLoaderCache, JavaCompiler.CompilationTask) - Static method in class com.facebook.buck.jvm.java.plugin.PluginLoader
Returns a class loader that can be used to load classes from the compiler plugin jar.
getPluginName() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
 
getPlugins() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getPlugins() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getPlugins() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getPlugins() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getPlugins() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getPlugins() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getPlugins() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getPlugins() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getPlugins() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getPlugins() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getPlugins() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getPlugins() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getPlugInsPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getPomTemplate() - Method in class com.facebook.buck.jvm.java.Javadoc
 
getPomTemplate() - Method in interface com.facebook.buck.jvm.java.MavenPublishable
 
getPomTemplate() - Method in class com.facebook.buck.jvm.java.MavenUberJar
 
getPomTemplate() - Method in class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
 
getPoolHash() - Method in class com.facebook.buck.worker.WorkerProcessPool
 
getPort() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
 
getPort() - Method in class com.facebook.buck.httpserver.WebServer
 
getPosixFilePermissions(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Returns the set of POSIX file permissions, or the empty set if the underlying file system does not support POSIX file attributes.
getPostBuildSteps(BuildContext) - Method in class com.facebook.buck.apple.AppleDsym
 
getPostBuildSteps(BuildContext) - Method in class com.facebook.buck.jvm.java.JavaTest
 
getPostBuildSteps(BuildContext) - Method in interface com.facebook.buck.rules.HasPostBuildSteps
 
getPostFilterResourcesCmd() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getPostprocessClassesCommands() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getPostprocessClassesCommands() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getPostprocessClassesCommands() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getPostprocessClassesCommands() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
 
getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getPostprocessClassesCommands() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getPrebuiltJar() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getPrebuiltLibraries() - Method in class com.facebook.buck.python.PythonPackageComponents
 
getPrecompiledHeader() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getPrecompiledHeader() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getPrecompiledHeader() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getPrecompiledHeader() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getPrecompiledHeader() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getPrecompiledHeader() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getPrecompiledHeader() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
NOTE: precompiled_header is incompatible with prefix_header.
getPrecompiledHeader() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getPrecompiledHeader() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getPrecompiledHeader() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getPrecompiledHeader() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getPrecompiledHeaderLanguage() - Method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
"Language" type to pass to the compiler in order to generate a precompiled header.
getPrecomputedWorkClass() - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
getPrecomputedWorkClass() - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
 
getPrecomputedWorkClass() - Method in class com.facebook.buck.rules.macros.QueryMacroExpander
 
getPreDexMerge() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getPreferredLinkage() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getPreferredLinkage() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getPreferredLinkage() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getPreferredLinkage() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
 
getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getPreferredLinkage() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getPreferredLinkage() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
Linkage doesn't matter for PCHs, but use care not to change it from the rest of the builds' rules' preferred linkage.
getPreferredLinkage() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getPreferredLinkage(CxxPlatform) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
 
getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.d.DLibrary
 
getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.halide.HalideLibrary
 
getPreferredLinkage() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
 
getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getPreferredLinkage() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
 
getPreferredLinkage() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.swift.SwiftRuntimeNativeLinkable
 
getPrefixHeader() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getPrefixHeader() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getPrefixHeader() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getPrefixHeader() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getPrefixHeader() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getPrefixHeader() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getPrefixHeader() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
NOTE: prefix_header is incompatible with precompiled_header.
getPrefixHeader() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getPrefixHeader() - Method in class com.facebook.buck.cxx.PreprocessorFlags
File set via -include.
getPrefixHeader() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getPrefixHeader() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getPrefixHeader() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getPregeneratedVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
 
getPreloadDeps() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getPreloadDeps() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getPreloadLibraries() - Method in class com.facebook.buck.python.PythonBinary
 
getPreprocessDeps() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
getPreprocessedLanguage() - Method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
 
getPreprocessJavaClassesBash() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getPreprocessJavaClassesDeps() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getPreprocessor(CxxPlatform, AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
 
getPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getPreprocessorFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getPreprocessorFlags() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
 
getPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getPreprocessorFlags() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getPreprocessorFlags() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getPreprocessorFlags() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getPreprocessorInput(BuildTarget, BuildRuleResolver, CxxPlatform) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
getPreprocessorInput(BuildTarget, BuildRuleResolver, CxxPlatform) - Method in interface com.facebook.buck.cxx.CxxLibraryDescriptionDelegate
Defines an additional preprocessor input for the public interface exposed by a target.
getPreprocessorOutputType(AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
 
getPreprocessorProvider(String) - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getPreviousRuleInPipeline() - Method in class com.facebook.buck.jvm.java.CalculateAbiFromSource
 
getPreviousRuleInPipeline() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getPreviousRuleInPipeline() - Method in interface com.facebook.buck.rules.SupportsPipelining
 
getPrimaryApkAssetZips() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
 
getPrimaryApkAssetZips() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getPrimaryDexClassesFile() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getPrimaryDexPatterns() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getPrimaryDexScenarioFile() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getPrimaryResourcesApkPath() - Method in class com.facebook.buck.android.AaptOutputInfo
 
getPrimaryResourcesApkPath() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
 
getPrimaryResourcesApkPath() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getPrintableName() - Method in enum com.facebook.buck.util.environment.Platform
 
getPrintJson() - Method in class com.facebook.buck.cli.TargetsCommand
 
getPrivateCxxDeps() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getPrivateCxxDeps() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getPrivateCxxDeps() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getPrivateCxxDeps() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getPrivateCxxDeps() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getPrivateCxxDeps() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getPrivateCxxDeps() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getPrivateCxxDeps() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getPrivateCxxDeps() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getPrivateCxxDeps() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getPrivateCxxPreprocessorInput(CxxPlatform) - Method in class com.facebook.buck.apple.AppleBundle
 
getPrivateCxxPreprocessorInput(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxBinary
 
getPrivateCxxPreprocessorInput(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getPrivateCxxPreprocessorInput(CxxPlatform) - Method in interface com.facebook.buck.cxx.NativeTestable
Return the CxxPreprocessorInput to expose private headers of this rule.
getPrivateHeadersSymlinksEnabled() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getPrivateHeadersSymlinksEnabled() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
When building or creating a project, create symlinks for the public headers if it's true.
getProbability() - Method in enum com.facebook.buck.android.AndroidInstallConfig.ConcurrentInstall
 
getProbability() - Method in enum com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig.MultiFetchType
 
getProbability() - Method in enum com.facebook.buck.cli.ActionGraphParallelizationMode
 
getProbability() - Method in enum com.facebook.buck.randomizedtrial.CommonGroups
 
getProbability() - Method in interface com.facebook.buck.randomizedtrial.WithProbability
 
getProcessedBytes() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
 
getProcessedBytes() - Method in class com.facebook.buck.parser.ParseEvent.Finished
 
getProcessExecutor() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getProcessExecutor() - Method in class com.facebook.buck.step.ExecutionContext
 
getProcessId() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getProcessingTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
 
getProcessManager() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getProcessManager() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getProcessOnly() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
getProcessorClass() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
 
getProcessorNames() - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
 
getProcessorNames() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
 
getProcessorNames() - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
 
getProcessorProperties() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessor
 
getProcessResourceConsumption(long) - Method in class com.facebook.buck.util.ProcessHelper
Gets resource consumption of the process with the given pid.
getProductName() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
 
getProductName() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
 
getProductName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
getProductReference() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
getProductType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
getProfile() - Method in class com.facebook.buck.json.BuildFilePythonResult
 
getProfile() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
 
getProfileAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
 
getProfiledStaticLibs() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
getProfilePath() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
 
getProfilesAdded() - Method in class com.facebook.buck.util.versioncontrol.AbstractSparseSummary
 
getProfilesAdded() - Method in class com.facebook.buck.util.versioncontrol.SparseSummary
 
getProgressValue() - Method in interface com.facebook.buck.event.external.events.ProgressEventInterface
 
getProgressValue() - Method in class com.facebook.buck.event.ProgressEvent
 
getProguardAgentPath() - Method in class com.facebook.buck.android.ProGuardConfig
 
getProguardConfig() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getProguardConfig() - Method in class com.facebook.buck.android.AndroidBinary
 
getProguardConfig() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getProguardConfig() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getProguardConfig() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getProguardConfig() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getProguardConfig() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getProguardConfig() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getProguardConfig() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
 
getProguardConfig() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getProguardConfig() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getProguardConfig() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getProguardConfig() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getProguardConfig() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getProguardConfig() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getProguardConfigPath() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
 
getProguardConfigPath(TargetNode<AndroidBinaryDescriptionArg, ?>) - Method in interface com.facebook.buck.ide.intellij.model.IjModuleFactoryResolver
 
getProguardConfigs() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getProguardConfigs() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Proguard configurations to include when running release builds.
getProguardJar() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getProguardJarOverride() - Method in class com.facebook.buck.android.ProGuardConfig
 
getProguardJvmArgs() - Method in class com.facebook.buck.android.AndroidBinary
 
getProguardJvmArgs() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getProguardMaxHeapSize() - Method in class com.facebook.buck.android.ProGuardConfig
 
getProjectAssets() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
 
getProjectFilesystem() - Method in interface com.facebook.buck.android.HasInstallableApk
 
getProjectFilesystem() - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
 
getProjectFilesystem() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getProjectFilesystem() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getProjectFilesystem() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
getProjectFilesystem() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getProjectFilesystem() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getProjectFilesystem() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getProjectFilesystem() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getProjectFilesystem() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
getProjectFilesystem() - Method in interface com.facebook.buck.rules.BuildRule
 
getProjectFilesystem() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
getProjectFilesystem() - Method in class com.facebook.buck.rules.SymlinkTree
 
getProjectJdkName() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getProjectJdkType() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getProjectLanguageLevel() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getProjectPath() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
 
getProjectPath() - Method in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
getProjectPaths() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getProjectPrefix() - Method in class com.facebook.buck.io.ProjectWatch
 
getProjectRes() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
 
getProjectRoot() - Method in class com.facebook.buck.eden.EdenMount
 
getProjectRoot() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
getProjectRoot() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getProjectRoots() - Method in class com.facebook.buck.rules.TargetGraphAndTargets
 
getProjectWatches() - Method in class com.facebook.buck.io.Watchman
 
getProperties() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
 
getProperty(String) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
getProperty(String) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
getProperty() - Method in class com.facebook.buck.cli.ConfigValue
 
getPropertyName() - Method in class com.facebook.buck.event.ExperimentEvent
 
getProtocolFactory(ThriftProtocol) - Static method in class com.facebook.buck.slb.ThriftUtil
 
getProvided() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
 
getProvidedDeps() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getProvidedDeps() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getProvidedDeps() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getProvidedDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getProvidedDeps() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getProvidedDeps() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getProvidedDeps() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getProvidedDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getProvidedDeps() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getProvidedDeps() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getProvidedDeps() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getProvidedDeps() - Method in interface com.facebook.buck.rules.HasProvidedDeps
 
getProvidedDepsQuery() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getProvidedDepsQuery() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getProvidedDepsQuery() - Method in interface com.facebook.buck.rules.HasProvidedDepsQuery
 
getProvidedSharedLibs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
 
getProvider() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getProvisioningProfileByUUID(String) - Method in class com.facebook.buck.apple.ProvisioningProfileStore
 
getProvisioningProfileName() - Method in class com.facebook.buck.apple.ApplePlatform
The platform name used to match provisioning profiles.
getProvisioningProfileReadCommand() - Method in class com.facebook.buck.apple.AppleConfig
 
getProvisioningProfiles() - Method in class com.facebook.buck.apple.ProvisioningProfileStore
 
getProvisioningProfileSearchPath() - Method in class com.facebook.buck.apple.AppleConfig
 
getProxy() - Method in class com.facebook.buck.cli.DownloadConfig
 
getProxyType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
 
getPublicCxxPreprocessorInput(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getPublicHeadersSymlinksEnabled() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getPublicHeadersSymlinksEnabled() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
When building or creating a project, create symlinks for the public headers if it's true.
getPythonEnvironment(ProcessExecutor) - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPythonInterpreter() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getPythonInterpreter(Optional<String>) - Method in class com.facebook.buck.python.PythonBuckConfig
Returns the path to python interpreter.
getPythonInterpreter() - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPythonModules() - Method in class com.facebook.buck.lua.LuaPackageComponents
 
getPythonModuleSearchPath() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getPythonModuleSearchPath() - Method in class com.facebook.buck.parser.ParserConfig
Returns the module search path PYTHONPATH to set for the parser, as specified by the 'python_path' key of the 'parser' section.
getPythonName() - Method in class com.facebook.buck.rules.coercer.ParamInfo
 
getPythonPackageComponents(PythonPlatform, CxxPlatform) - Method in class com.facebook.buck.python.CxxPythonExtension
 
getPythonPackageComponents(PythonPlatform, CxxPlatform) - Method in class com.facebook.buck.python.PrebuiltPythonLibrary
 
getPythonPackageComponents(PythonPlatform, CxxPlatform) - Method in class com.facebook.buck.python.PythonLibrary
 
getPythonPackageComponents(PythonPlatform, CxxPlatform) - Method in interface com.facebook.buck.python.PythonPackagable
 
getPythonPackageDeps(PythonPlatform, CxxPlatform) - Method in class com.facebook.buck.python.PrebuiltPythonLibrary
 
getPythonPackageDeps(PythonPlatform, CxxPlatform) - Method in class com.facebook.buck.python.PythonLibrary
 
getPythonPackageDeps(PythonPlatform, CxxPlatform) - Method in interface com.facebook.buck.python.PythonPackagable
 
getPythonPath() - Method in class com.facebook.buck.python.PythonEnvironment
 
getPythonPlatform() - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
 
getPythonPlatform() - Method in class com.facebook.buck.python.PythonBinary
 
getPythonPlatforms(ProcessExecutor) - Method in class com.facebook.buck.python.PythonBuckConfig
Constructs set of Python platform flavors given in a .buckconfig file, as is specified by section names of the form python#{flavor name}.
getPythonTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
 
getPythonVersion() - Method in class com.facebook.buck.python.PythonEnvironment
 
getQuery() - Method in class com.facebook.buck.rules.macros.QueryOutputsMacro
 
getQuery() - Method in class com.facebook.buck.rules.macros.QueryPathsMacro
 
getQuery() - Method in class com.facebook.buck.rules.macros.QueryTargetsMacro
 
getQuery() - Method in class com.facebook.buck.rules.query.Query
 
getQueryParams() - Method in class com.facebook.buck.io.WatchmanQuery
 
getQueryPath() - Method in class com.facebook.buck.io.WatchmanQuery
 
getQueueLength() - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
 
getRageUrl() - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse
 
getRanlib() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getRanlibflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getRawConfig() - Method in class com.facebook.buck.config.Config
 
getRawConfig() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getRawConfigForDistBuild() - Method in class com.facebook.buck.config.Config
 
getRawConfigForParser() - Method in class com.facebook.buck.cli.BuckConfig
 
getRawInputsHashCode() - Method in class com.facebook.buck.rules.TargetNode
 
getRawKeys() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
 
getRawNodeCache() - Method in class com.facebook.buck.parser.DaemonicParserState
 
getRawSelector() - Method in class com.facebook.buck.test.selectors.PatternTestSelector
 
getRawSelector() - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
 
getRawSelector() - Method in interface com.facebook.buck.test.selectors.TestSelector
 
getRawSelectors() - Method in class com.facebook.buck.test.selectors.TestSelectorList
 
getRawStream() - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
getRawTargetNode(PerBuildState, Cell, TargetNode<?, ?>) - Method in class com.facebook.buck.parser.Parser
 
getRawTargetNode(BuckEventBus, Cell, boolean, ListeningExecutorService, TargetNode<?, ?>) - Method in class com.facebook.buck.parser.Parser
 
getRawValue(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getRDotJavaBinFolder(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.android.DummyRDotJava
 
getRDotJavaBinFolder() - Method in class com.facebook.buck.android.DummyRDotJava
 
getRDotJavaDir() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
 
getRDotJavaFiles() - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
 
getRDotJavaPackage() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getRDotJavaPackage() - Method in class com.facebook.buck.android.AndroidResource
 
getRDotJavaPackage() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
 
getRDotJavaSrcFolder(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.android.DummyRDotJava
 
getReadHeaders() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getReadOnlyPaths() - Method in class com.facebook.buck.parser.ParserConfig
getReadTimeoutSeconds() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getReason() - Method in class com.facebook.buck.event.WatchmanStatusEvent.Overflow
 
getReason() - Method in class com.facebook.buck.io.WatchmanOverflowEvent
 
getRecord() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getRecordedPaths() - Method in class com.facebook.buck.rules.BuildInfoRecorder
 
getRecursiveTargetNodeDependenciesOfTypes(TargetGraph, Optional<AppleDependenciesCache>, AppleBuildRules.RecursiveDependenciesMode, TargetNode<?, ?>, Optional<ImmutableSet<Class<? extends Description<?>>>>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
getRecursiveTargetNodeDependenciesOfTypes(TargetGraph, Optional<AppleDependenciesCache>, AppleBuildRules.RecursiveDependenciesMode, TargetNode<?, ?>, Predicate<TargetNode<?, ?>>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
getRecursiveTargetNodeDependenciesOfTypes(TargetGraph, Optional<AppleDependenciesCache>, AppleBuildRules.RecursiveDependenciesMode, TargetNode<?, ?>, ImmutableSet<Class<? extends Description<?>>>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
getRedex() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getRedex() - Method in class com.facebook.buck.android.redex.RedexOptions
 
getRedexConfig() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getRedexConfig() - Method in class com.facebook.buck.android.redex.RedexOptions
 
getRedexExtraArgs() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getRedexExtraArgs() - Method in class com.facebook.buck.android.redex.RedexOptions
 
getRedirectError() - Method in class com.facebook.buck.util.ProcessExecutorParams
If present, redirects stderr for the process to this location.
getRedirectErrorStream() - Method in class com.facebook.buck.util.ProcessExecutorParams
 
getRedirectInput() - Method in class com.facebook.buck.util.ProcessExecutorParams
If present, redirects stdout for the process to this location.
getRedirectOutput() - Method in class com.facebook.buck.util.ProcessExecutorParams
If present, redirects stdin for the process to this location.
getReferencedFiles(Path) - Method in class com.facebook.buck.cli.TargetsCommand
 
getRefName(int) - Method in class com.facebook.buck.android.resources.ResTablePackage
 
getRelativeArchiveMemberPath(SourcePath) - Method in class com.facebook.buck.rules.DefaultSourcePathResolver
 
getRelativeArchiveMemberPath(SourcePath) - Method in interface com.facebook.buck.rules.SourcePathResolver
 
getRelativeInputPath(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getRelativeModulesDir() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getRelativeModulesDir() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getRelativeNativeLibsDir() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getRelativeOutputPath() - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
 
getRelativeOutputPath() - Method in class com.facebook.buck.ide.intellij.model.folders.ResourceFolder
 
getRelativePath() - Method in class com.facebook.buck.doctor.config.BuildLogEntry
 
getRelativePath(Path, Path) - Static method in class com.facebook.buck.io.MorePaths
Get the path of a file relative to a base directory.
getRelativePath() - Method in interface com.facebook.buck.jvm.java.classes.FileLike
Returns the relative path for the entry.
getRelativePath() - Method in class com.facebook.buck.jvm.java.DefaultClassUsageFileWriter
 
getRelativePath(SourcePath) - Method in class com.facebook.buck.rules.DefaultSourcePathResolver
 
getRelativePath() - Method in class com.facebook.buck.rules.PathSourcePath
 
getRelativePath(SourcePath) - Method in interface com.facebook.buck.rules.SourcePathResolver
 
getRelativePythonModulesDir() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getRelativePythonModulesDir() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getRelativeResDirectories(ProjectFilesystem, SourcePathResolver) - Method in interface com.facebook.buck.android.FilteredResourcesProvider
 
getRelinkedLibs() - Method in class com.facebook.buck.android.relinker.NativeRelinker
 
getRelinkedLibsAssets() - Method in class com.facebook.buck.android.relinker.NativeRelinker
 
getRelinkerWhitelist() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getReloff() - Method in class com.facebook.buck.macho.Section
 
getRemoteBuckLogPath(String, Path) - Static method in class com.facebook.buck.distributed.DistBuildUtil
 
getRemoteConfigWithOverride() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getRemoteCoordinatorAddress() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getRemoteCoordinatorPort() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getRemoteFileHashes(Integer) - Method in class com.facebook.buck.distributed.DistBuildFileHashes
 
getRemoteFileHashes() - Method in class com.facebook.buck.distributed.RecordedFileHashes
 
getRemoteGlobalIDString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
 
getRemoteObjectProxy() - Method in class com.facebook.buck.message_ipc.Connection
 
getRemoteRunnablePath() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
 
getRemoteSandboxDir() - Method in class com.facebook.buck.io.BuckPaths
 
getRemoteState() - Method in class com.facebook.buck.distributed.DistBuildState
 
getRemoveClasses() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getRemoveClasses() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getRemoveClasses() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getRemoveClasses() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getRemoveClasses() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getRemoveClasses() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getRemoveClasses() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getRemoveClasses() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getRemoveClasses() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getRemoveClasses() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getRemoveClasses() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getRemoveClasses() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getRemoveEntryPredicate() - Method in class com.facebook.buck.jvm.java.JarParameters
 
getRepoCredentials(String) - Method in class com.facebook.buck.cli.DownloadConfig
 
getReport() - Method in class com.facebook.buck.json.ParseBuckProfilerReportEvent
 
getReportSubmitErrorMessage() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectSubmitResult
 
getReportSubmitErrorMessage() - Method in class com.facebook.buck.doctor.DefectSubmitResult
 
getReportSubmitLocation() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectSubmitResult
 
getReportSubmitLocation() - Method in class com.facebook.buck.doctor.DefectSubmitResult
 
getReportSubmitMessage() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectSubmitResult
 
getReportSubmitMessage() - Method in class com.facebook.buck.doctor.DefectSubmitResult
 
getReportUrl() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
 
getRepository() - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
getRepository() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getRepository() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
 
getRepository() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getRepository() - Method in class com.facebook.buck.cli.BuckConfig
 
getRepository() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getRepresentation() - Method in interface com.facebook.buck.rules.VisibilityPattern
Value used in a build file to specify this pattern.
getRepresentativePlatform() - Method in class com.facebook.buck.apple.MultiarchFileInfo
Returns a representative platform for use in retrieving architecture agnostic tools.
getRequestCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getRequestDurationMillis() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
 
getRequestedRuleKey() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
 
getRequestErrorCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getRequestLengthBytes() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Request
 
getRequestProtocol() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectSubmitResult
Returns the protocol version of the request based on DoctorProtocolVersion.
getRequestProtocol() - Method in class com.facebook.buck.doctor.DefectSubmitResult
Returns the protocol version of the request based on DoctorProtocolVersion.
getRequestSampleCount() - Method in class com.facebook.buck.slb.ServerHealthState
 
getRequestSizeBytes() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractStoreResult
 
getRequestSizeBytes() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
 
getRequestSizeBytes() - Method in class com.facebook.buck.artifact_cache.StoreResult
 
getRequestSizeBytes() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getRequestSizeBytes() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
 
getRequestSuccessful() - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse
 
getRequestTimeoutCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getRequiredBufferCapacity() - Method in class com.facebook.buck.apple.clang.HeaderMap
 
getRequiredBuildTarget(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getRequiredBuildTargets() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
 
getRequiredBuildTargets() - Method in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
getRequiredBuildTargets() - Method in class com.facebook.buck.apple.project_generator.WorkspaceAndProjectGenerator
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder.BuilderHelper
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getRequiredForSourceAbi() - Method in interface com.facebook.buck.jvm.java.MaybeRequiredForSourceAbi
 
getRequiredForSourceAbi() - Method in interface com.facebook.buck.jvm.java.MaybeRequiredForSourceAbiArg
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getRequiredForSourceAbi() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getRequiredPackageables() - Method in class com.facebook.buck.android.AndroidResource
 
getRequiredPackageables() - Method in class com.facebook.buck.android.NdkLibrary
 
getRequiredPackageables() - Method in interface com.facebook.buck.android.packageable.AndroidPackageable
Get the set of packagables that need to be included in any package that includes this object.
getRequiredPackageables() - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
 
getRequiredPackageables() - Method in class com.facebook.buck.cxx.CxxLibrary
 
getRequiredPackageables() - Method in class com.facebook.buck.js.AndroidReactNativeLibrary
 
getRequiredPackageables() - Method in class com.facebook.buck.js.JsBundleAndroid
 
getRequiredPackageables() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getRequiredPackageables() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getRequiredPackageables() - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getRequiredPath(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getRequiredTool(String, String, BuildRuleResolver) - Method in class com.facebook.buck.cli.BuckConfig
 
getRequiredValue(BuildTarget) - Method in class com.facebook.buck.model.FlavorDomain
 
getRes() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getRes() - Method in class com.facebook.buck.android.AndroidResource
 
getRes() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
 
getRes() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
 
getResDir() - Method in class com.facebook.buck.io.BuckPaths
 
getResDirectories() - Method in interface com.facebook.buck.android.FilteredResourcesProvider
 
getResDirectories() - Method in class com.facebook.buck.android.IdentityResourcesProvider
 
getResDirectories() - Method in class com.facebook.buck.android.ResourcesFilter
 
getResDirectoryForProject(BuildRuleResolver, TargetNode<AndroidResourceDescriptionArg, ?>) - Static method in class com.facebook.buck.android.AndroidResourceDescription
 
getReserved() - Method in class com.facebook.buck.macho.MachoHeader
 
getReserved1() - Method in class com.facebook.buck.macho.Section
 
getReserved2() - Method in class com.facebook.buck.macho.Section
 
getReserved3() - Method in class com.facebook.buck.macho.Section
 
getResolvedPath() - Method in class com.facebook.buck.rules.ExplicitBuildTargetSourcePath
 
getResolvedQuery() - Method in class com.facebook.buck.rules.query.Query
 
getResolver() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getResolver() - Method in class com.facebook.buck.rules.AbstractBuildRuleWithResolver
 
getResolver() - Method in class com.facebook.buck.rules.ActionGraphAndResolver
 
getResourceAllocationFairness() - Method in class com.facebook.buck.cli.BuckConfig
 
getResourceAmountsPerRuleType() - Method in class com.facebook.buck.cli.BuckConfig
 
getResourceCompression() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getResourceCompressionMode() - Method in class com.facebook.buck.android.AndroidBinary
 
getResourceConsumption() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
 
getResourceDeps() - Method in class com.facebook.buck.android.UnsortedAndroidResourceDeps
 
getResourceDetails() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
 
getResourceDirectories() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
A list of "res" directories that should be passed to the aapt command to build the APK, sorted topologically.
getResourceDirs() - Method in class com.facebook.buck.apple.AppleBundleResources
Directories that should be copied into the bundle as directories of files with the same name.
getResourceFactory() - Method in class com.facebook.buck.ide.intellij.model.folders.JavaResourceFolder
 
getResourceFactory() - Method in class com.facebook.buck.ide.intellij.model.folders.JavaTestResourceFolder
 
getResourceFactory() - Method in class com.facebook.buck.ide.intellij.model.folders.ResourceFolder
 
getResourceFilePath() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
 
getResourceFiles() - Method in class com.facebook.buck.apple.AppleBundleResources
Files that are copied to the root of the resources subdirectory.
getResourceFilter() - Method in class com.facebook.buck.android.AndroidBinary
 
getResourceFilter() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getResourceFilterRule() - Method in interface com.facebook.buck.android.FilteredResourcesProvider
 
getResourceFilterRule() - Method in class com.facebook.buck.android.IdentityResourcesProvider
 
getResourceFilterRule() - Method in class com.facebook.buck.android.ResourcesFilter
 
getResourceFolderFactory() - Method in enum com.facebook.buck.ide.intellij.FolderTypeWithPackageInfo
 
getResourceFolderType() - Method in class com.facebook.buck.ide.intellij.model.folders.JavaResourceFolder
 
getResourceFolderType() - Method in class com.facebook.buck.ide.intellij.model.folders.JavaTestResourceFolder
 
getResourceFolderType() - Method in class com.facebook.buck.ide.intellij.model.folders.ResourceFolder
 
getResourceIdentifier() - Method in class com.facebook.buck.util.PackagedResource
Use this as unique ID for resource when hashing is not enabled
getResourcePaths(Collection<SourcePath>) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
 
getResourcePaths(Collection<SourcePath>, Path) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
 
getResourcePaths() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
 
getResourceRef(int) - Method in class com.facebook.buck.android.resources.ResTableType
 
getResources() - Method in class com.facebook.buck.android.aapt.RDotTxtResourceCollector
 
getResources() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getResources() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getResources() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getResources() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getResources() - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
 
getResources() - Method in class com.facebook.buck.go.GoTestDescriptionArg
 
getResources() - Method in class com.facebook.buck.js.ReactNativeBundle
 
getResources() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getResources() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getResources() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getResources() - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
 
getResources() - Method in interface com.facebook.buck.jvm.java.JavaLibrary
 
getResources() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
 
getResources() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getResources() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getResources() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getResources() - Method in class com.facebook.buck.jvm.java.ResourcesParameters
 
getResources() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getResources() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getResources() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getResources() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getResources() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
 
getResources() - Method in class com.facebook.buck.python.PythonPackageComponents
 
getResources() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getResources() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
 
getResources() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
 
getResources() - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
 
getResourcesFromDeps() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
 
getResourcesInfo() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
 
getResourcesParameters() - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
 
getResourcesPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getResourcesPaths() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo
 
getResourcesRoot() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getResourcesRoot() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getResourcesRoot() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getResourcesRoot() - Method in class com.facebook.buck.ide.intellij.model.folders.ResourceFolder
 
getResourcesRoot() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getResourcesRoot() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getResourcesRoot() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
 
getResourcesRoot() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getResourcesRoot() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getResourcesRoot() - Method in class com.facebook.buck.jvm.java.ResourcesParameters
 
getResourcesRoot() - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
 
getResourcesRoot() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getResourcesRoot() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getResourcesRoot() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getResourcesRoot() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getResourcesRootFromFolder(IjFolder) - Method in enum com.facebook.buck.ide.intellij.model.folders.IjResourceFolderType
 
getResourcesRootsToResources(JavaPackageFinder, ImmutableSet<Path>) - Method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
 
getResourcesWithEmptyResButNonEmptyAssetsDir() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
getResourcesWithNonEmptyResDir() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
A list of build targets belonging to AndroidResources with non-empty "res" directory, sorted topologically.
getResourceType() - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
getResourceTypeName(ResTablePackage) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
getResourceUnion() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
 
getResourceUnionPackage() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getResourceUnionPackage() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getResourceUnionPackage() - Method in interface com.facebook.buck.android.AndroidLibraryDescription.CoreArg
 
getResourceUnionPackage() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getResourceVariantFiles() - Method in class com.facebook.buck.apple.AppleBundleResources
Resource files with localization variants.
getResPaths() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
 
getResponse() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
 
getResponseBody() - Method in class com.facebook.buck.util.network.HttpResponse
 
getResponseSizeBytes() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractFetchResult
 
getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
 
getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.FetchResult
 
getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
 
getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
 
getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
 
getResponseSizeBytes() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getResponseSizeBytes() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
 
getRestartAdbOnFailure() - Method in class com.facebook.buck.cli.BuckConfig
 
getResult() - Method in class com.facebook.buck.rules.BuildEngine.AbstractBuildEngineResult
 
getResult() - Method in class com.facebook.buck.rules.BuildEngineResult
 
getResultClass() - Method in class com.facebook.buck.rules.coercer.ParamInfo
Returns the type that input values will be coerced to.
getResultFile(File) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
 
getResultForMatcher(ChromeTraceParser.ChromeTraceEventMatcher<T>, Map<ChromeTraceParser.ChromeTraceEventMatcher<?>, Object>) - Static method in class com.facebook.buck.util.trace.ChromeTraceParser
Designed for use with the result of ChromeTraceParser.parse(Path, Set).
getResults() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractMultiFetchResult
At least one of the results must be non-skipped.
getResults() - Method in class com.facebook.buck.artifact_cache.MultiFetchResult
At least one of the results must be non-skipped.
getResults() - Method in class com.facebook.buck.command.BuildExecutionResult
 
getResults() - Method in interface com.facebook.buck.event.external.events.IndividualTesEventFinishedExternalInterface
 
getResults() - Method in interface com.facebook.buck.event.external.events.TestRunFinishedEventInterface
 
getResults() - Method in class com.facebook.buck.rules.IndividualTestEvent.Finished
 
getResults() - Method in class com.facebook.buck.rules.TestRunEvent.Finished
 
getResultString() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getResultSummaryVerbosity() - Method in class com.facebook.buck.test.TestConfig
 
getReverseDeps(Iterable<QueryTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getReverseDeps(Iterable<QueryTarget>) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the direct reverse dependencies of the specified targets.
getReverseDeps(Iterable<QueryTarget>) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
getReverseDeps(Iterable<QueryTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getRevisionId() - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
 
getRevisionId() - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
 
getRevisionIdOffTracked() - Method in class com.facebook.buck.doctor.config.SourceControlInfo
 
getRevisionTimestampOffTracked() - Method in class com.facebook.buck.doctor.config.SourceControlInfo
 
getRight() - Method in class com.facebook.buck.model.Either
 
getRlib() - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
 
getRobolectricLogPath() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getRobolectricManifest() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getRobolectricRuntimeDependency() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getRoot() - Method in class com.facebook.buck.cxx.CxxHeaders
 
getRoot() - Method in class com.facebook.buck.cxx.CxxHeadersDir
 
getRoot() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
 
getRoot() - Method in class com.facebook.buck.rules.Cell
 
getRoot() - Method in class com.facebook.buck.rules.DefaultCellPathResolver
 
getRoot() - Method in class com.facebook.buck.rules.SymlinkTree
 
getRoot() - Method in exception com.facebook.buck.versions.VersionException
 
getRootAPKModule() - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
Get the APKModule representing the core application that is always included in the apk
getRootCell() - Method in class com.facebook.buck.distributed.DistBuildState
 
getRootPath() - Method in class com.facebook.buck.io.ProjectFilesystem
 
getRootPath() - Method in interface com.facebook.buck.rules.modern.OutputPathResolver
Returns a relative path to the root directory for build outputs.
getRootRule(SupportsPipelining<T>) - Static method in interface com.facebook.buck.rules.SupportsPipelining
 
getRoots() - Method in class com.facebook.buck.cxx.OmnibusLibraries
 
getRotateLog() - Method in class com.facebook.buck.log.LogConfigSetup
 
getRound() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
getRule() - Method in class com.facebook.buck.rules.BuildResult
 
getRule(BuildTarget) - Method in interface com.facebook.buck.rules.BuildRuleResolver
Returns the BuildRule associated with the buildTarget.
getRule(SourcePath) - Method in class com.facebook.buck.rules.SourcePathRuleFinder
 
getRule(BuildTargetSourcePath) - Method in class com.facebook.buck.rules.SourcePathRuleFinder
 
getRuleFinder() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getRuleFinder() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getRuleFinder() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getRuleFlags() - Method in class com.facebook.buck.cxx.CxxToolFlags
Flags that succeed flags from #getPlatformFlags().
getRuleFlags() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
 
getRuleFlags() - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
 
getRuleKey() - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache.FetchRequest
 
getRuleKey() - Method in class com.facebook.buck.cli.ShowOptions
 
getRuleKey() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
 
getRuleKey(BuildTarget) - Method in interface com.facebook.buck.rules.BuildEngine
This is a temporary hack to expose a build rule's rule key to the associated buildable.
getRuleKey() - Method in class com.facebook.buck.rules.BuildRuleEvent.Resumed
 
getRuleKey() - Method in class com.facebook.buck.rules.BuildRuleEvent.Suspended
 
getRuleKey() - Method in class com.facebook.buck.rules.BuildRuleKeys
 
getRuleKey(BuildTarget) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
getRuleKey(String) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getRuleKey() - Method in interface com.facebook.buck.rules.keys.DependencyFileRuleKeyFactory.AbstractRuleKeyAndInputs
 
getRuleKey() - Method in class com.facebook.buck.rules.keys.InputBasedRuleKeyFactory.Result
 
getRuleKey() - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
 
getRuleKey(String) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
Returns the RuleKey for the rule whose output is currently stored on disk.
getRuleKey() - Method in class com.facebook.buck.shell.DefaultWorkerTool.Data
 
getRuleKeyCacheResult() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResultEvent
 
getRuleKeyCaching() - Method in class com.facebook.buck.cli.BuckConfig
 
getRuleKeyDiagGraphFile() - Method in class com.facebook.buck.doctor.config.BuildLogEntry
 
getRuleKeyDiagKeysFile() - Method in class com.facebook.buck.doctor.config.BuildLogEntry
 
getRuleKeyDiagnosticsMode() - Method in class com.facebook.buck.cli.BuckConfig
 
getRuleKeyDiagnosticsMode() - Method in class com.facebook.buck.step.ExecutionContext
 
getRuleKeyLoggerLogFile() - Method in class com.facebook.buck.doctor.config.BuildLogEntry
 
getRuleKeyObject() - Method in class com.facebook.buck.rules.modern.InputData
 
getRuleKeys() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getRuleKeys() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
 
getRuleKeys() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
 
getRuleKeys() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
 
getRuleKeys() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
 
getRuleKeys() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
 
getRuleKeys() - Method in class com.facebook.buck.event.ArtifactCompressionEvent
 
getRuleKeys() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getRulekeyTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
 
getRuleName() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
 
getRuleOptional(BuildTarget) - Method in interface com.facebook.buck.rules.BuildRuleResolver
Returns the BuildRule associated with the given BuildTarget if it is already present.
getRuleOptional(BuildTarget) - Method in class com.facebook.buck.rules.MultiThreadedBuildRuleResolver
 
getRuleOptional(BuildTarget) - Method in class com.facebook.buck.rules.SingleThreadedBuildRuleResolver
 
getRuleOptionalWithType(BuildTarget, Class<T>) - Method in interface com.facebook.buck.rules.BuildRuleResolver
Returns the BuildRule associated with the given BuildTarget if it is already present, casting it to an expected type.
getRuleResolver() - Method in class com.facebook.buck.command.Build
 
getRuleResolver() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getRuleResolver() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getRules() - Method in class com.facebook.buck.android.relinker.NativeRelinker
 
getRules() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
 
getRules() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
 
getRules() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
 
getRuleScheduleInfo() - Method in class com.facebook.buck.cxx.CxxLink
 
getRuleScheduleInfo() - Method in interface com.facebook.buck.rules.OverrideScheduleRule
 
getRulesToExcludeFromDex() - Method in class com.facebook.buck.android.AndroidBinary
 
getRuleType() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
 
getRuleWithType(BuildTarget, Class<T>) - Method in interface com.facebook.buck.rules.BuildRuleResolver
Returns the BuildRule associated with the buildTarget, casting it to an expected type.
getRunId() - Method in class com.facebook.buck.event.listener.RunIdStreamPair
 
getRunIdsWithLogDirs() - Method in class com.facebook.buck.distributed.DistBuildLogStateTracker
 
getRunnablePath() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
 
getRunTestSeparately() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getRunTestSeparately() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getRunTestSeparately() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getRunTestSeparately() - Method in class com.facebook.buck.go.GoTestDescriptionArg
 
getRunTestSeparately() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getRunTestSeparately() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
 
getRunTestSeparately() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getRunTestSeparately() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getRunTestSeparately() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getRunTestSeparately() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.android.AndroidBinary
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.android.AndroidBinaryNonExoInstaller
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.android.GenerateStringSourceMap
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.android.RobolectricTest
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.android.UnstrippedNativeLibraries
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.apple.AppleBundle
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.apple.AppleDebuggableBinary
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.apple.AppleTest
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.CxxBinary
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.CxxCompilationDatabase
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.d.DBinary
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.d.DTest
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.go.GoTest
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.JavaTest
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.lua.LuaBinary
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.ocaml.OcamlBinary
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.python.PythonBinary
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.python.PythonInPlaceBinary
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.python.PythonLibrary
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.python.PythonPackagedBinary
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.python.PythonTest
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.BinaryWrapperRule
 
getRuntimeDeps(SourcePathRuleFinder) - Method in interface com.facebook.buck.rules.HasRuntimeDeps
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.SymlinkTree
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rust.RustTest
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.shell.CommandAlias
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.shell.ExportFile
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.shell.ShBinary
 
getRuntimeDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.shell.ShTest
 
getRuntimeLdflags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getRustcFlags() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
 
getRustcFlags() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
 
getRustcFlags() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
 
getSafeAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getSampleRate() - Method in class com.facebook.buck.util.SampleRate
 
getSandboxSymlinkTreePath(ProjectFilesystem, BuildTarget) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getSandboxTree() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getSanitizeFunction() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
getScalac(BuildRuleResolver) - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
 
getScalacTarget() - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
 
getScalaLibraryTarget() - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
 
getScaleStep() - Method in class com.facebook.buck.android.FilterResourcesSteps
 
getScheduledExecutor() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getScheduledExecutor() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getScheduleType() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getScheduleType() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getSchemeBuildableTargetNodes(TargetGraph, Optional<AppleDependenciesCache>, TargetNode<?, ?>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
getScope() - Method in class com.facebook.buck.ide.intellij.DependencyEntryData
 
getScratchDir() - Method in class com.facebook.buck.io.BuckPaths
 
getScratchDirectory() - Method in class com.facebook.buck.android.SplitResources
 
getScratchPath(ProjectFilesystem, BuildTarget, String) - Static method in class com.facebook.buck.model.BuildTargets
Return a path to a file in the buck-out/bin/ directory.
getScriptFileContents(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
getScriptFilePath(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
getSCRoot() - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
 
getSCRoot() - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
 
getScrubbers() - Method in interface com.facebook.buck.cxx.toolchain.Archiver
 
getScrubbers() - Method in class com.facebook.buck.cxx.toolchain.BsdArchiver
 
getScrubbers() - Method in class com.facebook.buck.cxx.toolchain.GnuArchiver
 
getScrubbers(ImmutableMap<Path, Path>) - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
getScrubbers(ImmutableMap<Path, Path>) - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
getScrubbers(ImmutableMap<Path, Path>) - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
 
getScrubbers(ImmutableMap<Path, Path>) - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
getScrubbers() - Method in class com.facebook.buck.cxx.toolchain.WindowsArchiver
 
getSdkDirectory() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getSdkEnvironment() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getSdkEnvironment() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getSdkEnvironment() - Method in class com.facebook.buck.rules.Cell
 
getSdkName(IjProjectConfig) - Method in enum com.facebook.buck.ide.intellij.model.IjModuleType
 
getSdkOrAbsent() - Method in interface com.facebook.buck.android.AndroidDirectoryResolver
 
getSdkOrAbsent() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
getSdkOrThrow() - Method in interface com.facebook.buck.android.AndroidDirectoryResolver
 
getSdkOrThrow() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
getSdkPath() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Returns the Apple SDK path.
getSdkPath() - Method in class com.facebook.buck.apple.AppleSdkPaths
Absolute path to tools and files which depend on a particular SDK on a particular platform.
getSdkType(IjProjectConfig) - Method in enum com.facebook.buck.ide.intellij.model.IjModuleType
 
getSdkVersion() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
The sdk version of the platform.
getSecond() - Method in class com.facebook.buck.model.Pair
 
getSecondaryDexHeadClassesFile() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getSecondaryDexTailClassesFile() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getSection(String) - Method in class com.facebook.buck.cli.BuckConfig
 
getSection() - Method in class com.facebook.buck.cli.ConfigValue
 
getSection() - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionLookupResult
 
getSectionByIndex(int) - Method in class com.facebook.buck.cxx.toolchain.elf.Elf
 
getSectionByName(String) - Method in class com.facebook.buck.cxx.toolchain.elf.Elf
 
getSectionName(ElfSectionHeader) - Method in class com.facebook.buck.cxx.toolchain.elf.Elf
 
getSections() - Method in class com.facebook.buck.cli.BuckConfig
 
getSectionToEntries() - Method in class com.facebook.buck.config.Config
 
getSectname() - Method in class com.facebook.buck.macho.Section
 
getSeedConfigMap() - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
 
getSegname() - Method in class com.facebook.buck.macho.Section
 
getSegname() - Method in class com.facebook.buck.macho.SegmentCommand
 
getSelectedVersions() - Method in class com.facebook.buck.rules.TargetNode
 
getSelectedVersions(BuildTarget) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
getSemaphore() - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
getSequenceNumber() - Method in class com.facebook.buck.test.TestResults
 
getSerializableStats() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
getSerialNumber() - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
getSerialNumber() - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
getSerialNumber() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
getSerialNumber() - Method in class com.facebook.buck.step.TargetDeviceOptions
 
getServer() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
 
getServer() - Method in class com.facebook.buck.slb.PerServerData
 
getServer() - Method in class com.facebook.buck.slb.PerServerPingData
 
getServer() - Method in class com.facebook.buck.slb.ServerHealthState
 
getServerNotHealthyCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getServerPool() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getService() - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
 
getSettings() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
getSHA1(String, List<String>) - Method in interface com.facebook.buck.eden.EdenClient
 
getSha1(Path) - Method in class com.facebook.buck.eden.EdenMount
 
getSha1() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
 
getSharedLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
 
getSharedLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getSharedLibFlag() - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
getSharedLibFlag() - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
getSharedLibFlag() - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
 
getSharedLibFlag() - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
getSharedLibraries(CxxPlatform) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getSharedLibraries(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getSharedLibraries(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
Doesn't really apply to us.
getSharedLibraries(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, ImmutableList<? extends Arg>, Iterable<? extends NativeLinkTarget>, Iterable<? extends NativeLinkable>) - Static method in class com.facebook.buck.cxx.Omnibus
An alternate link strategy for languages which need to package native deps up as shared libraries, which only links native nodes which have an explicit edge from non-native code as separate, and statically linking all other native nodes into a single giant shared library.
getSharedLibraries(CxxPlatform) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
 
getSharedLibraries(CxxPlatform) - Method in class com.facebook.buck.d.DLibrary
 
getSharedLibraries(CxxPlatform) - Method in class com.facebook.buck.halide.HalideLibrary
 
getSharedLibraries(CxxPlatform) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getSharedLibraries(CxxPlatform) - Method in class com.facebook.buck.swift.SwiftRuntimeNativeLinkable
 
getSharedLibraryExtension() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getSharedLibraryInterfaceParams() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getSharedLibraryInterfaces() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getSharedLibraryPath(ProjectFilesystem, BuildTarget, String) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getSharedLibrarySoname(Optional<String>, BuildTarget, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getSharedLibrarySymlinkTreePath(ProjectFilesystem, BuildTarget, Flavor) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getSharedLibraryVersionedExtensionFormat() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getSharedLibs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Libraries references in the shared link args above.
getSharedLibs() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
getSharedLink() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
The link arguments to use when linking using the shared link style.
getSharedName() - Method in enum com.facebook.buck.android.toolchain.NdkCxxRuntime
 
getSharedObjectTargets() - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
 
getSharedObjectTargets() - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
This is for human consumption only.
getShellCommand(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
This method is idempotent.
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.AaptStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.AidlStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.DxStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.InstrumentationStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.NdkBuildStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.ProGuardObfuscateStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.redex.ReDexStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.StripStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.ZipalignStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.d.DCompileStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.dotnet.CsharpLibraryCompile
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.go.GoAssembleStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.go.GoCompileStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.go.GoLinkStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.go.GoPackStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.go.GoTestMainStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.halide.HalideCompilerStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.jvm.java.GenerateCodeCoverageReportStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JUnitStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.jvm.scala.ScalacStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlCCompileStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlDepToolStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlLexStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlLinkStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlMLCompileStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlYaccStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.python.PexStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.shell.BashStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.shell.DefaultShellStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
Implementations of this method should not have any observable side-effects.
getShellPath() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
Returns the path to the shell under which the script is to be executed.
getShellScript() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
Gets the contents of the shell script to execute under the shell returned by PBXShellScriptBuildPhase.getShellPath().
getShortDescription() - Method in class com.facebook.buck.cli.AuditAliasCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditCellCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditClasspathCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditConfigCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditFlavorsCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditInputCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditOwnerCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditRulesCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditTestsCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.BuckCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.BuildCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.CacheCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.CleanCommand
 
getShortDescription() - Method in interface com.facebook.buck.cli.Command
 
getShortDescription() - Method in class com.facebook.buck.cli.DistBuildCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.DistBuildRunCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.DistBuildSourceFilesCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.DistBuildStatusCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.DoctorCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.FetchCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.HelpCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.InstallCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.MachOAbsolutifyObjectPathsCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.MachOFixCompDirCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.MachOUtilsCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.ProjectCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.PublishCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.QueryCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.RootCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.RunCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.ServerCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.ServerStatusCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.SuggestCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.TargetsCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.TestCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.UninstallCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.VerifyCachesCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.VersionCommand
 
getShortDescription() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
 
getShortName() - Method in class com.facebook.buck.android.aapt.MiniAapt
 
getShortName() - Method in class com.facebook.buck.android.AaptStep
 
getShortName() - Method in class com.facebook.buck.android.AidlStep
 
getShortName() - Method in class com.facebook.buck.android.AndroidModuleConsistencyStep
 
getShortName() - Method in class com.facebook.buck.android.ApkBuilderStep
 
getShortName() - Method in class com.facebook.buck.android.ApkInstallStep
 
getShortName() - Method in class com.facebook.buck.android.CompileStringsStep
 
getShortName() - Method in class com.facebook.buck.android.ConcatStep
 
getShortName() - Method in class com.facebook.buck.android.DxStep
 
getShortName() - Method in class com.facebook.buck.android.GenerateBuildConfigStep
 
getShortName() - Method in class com.facebook.buck.android.GenerateManifestStep
 
getShortName() - Method in class com.facebook.buck.android.GetStringsFilesStep
 
getShortName() - Method in class com.facebook.buck.android.InstrumentationStep
 
getShortName() - Method in class com.facebook.buck.android.IntraDexReorderStep
 
getShortName() - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
 
getShortName() - Method in class com.facebook.buck.android.NdkBuildStep
 
getShortName() - Method in class com.facebook.buck.android.ProGuardObfuscateStep
 
getShortName() - Method in class com.facebook.buck.android.redex.ReDexStep
 
getShortName() - Method in class com.facebook.buck.android.ReplaceManifestPlaceholdersStep
 
getShortName() - Method in class com.facebook.buck.android.SmartDexingStep
 
getShortName() - Method in class com.facebook.buck.android.SplitZipStep
 
getShortName() - Method in class com.facebook.buck.android.StripStep
 
getShortName() - Method in class com.facebook.buck.android.WriteAppModuleMetadataStep
 
getShortName() - Method in class com.facebook.buck.android.ZipalignStep
 
getShortName() - Method in class com.facebook.buck.d.DCompileStep
 
getShortName() - Method in class com.facebook.buck.dalvik.EstimateDexWeightStep
 
getShortName() - Method in class com.facebook.buck.dotnet.CsharpLibraryCompile
 
getShortName() - Method in class com.facebook.buck.file.DownloadStep
 
getShortName() - Method in class com.facebook.buck.go.GoAssembleStep
 
getShortName() - Method in class com.facebook.buck.go.GoCompileStep
 
getShortName() - Method in class com.facebook.buck.go.GoLinkStep
 
getShortName() - Method in class com.facebook.buck.go.GoPackStep
 
getShortName() - Method in class com.facebook.buck.go.GoTestMainStep
 
getShortName() - Method in class com.facebook.buck.halide.HalideCompilerStep
 
getShortName() - Method in class com.facebook.buck.js.ReactNativeBundleWorkerStep
 
getShortName() - Method in class com.facebook.buck.js.ReactNativeDepsWorkerStep
 
getShortName() - Method in class com.facebook.buck.json.JsonConcatenateStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.CalculateAbiFromClassesStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.CopyResourcesStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
getShortName() - Method in class com.facebook.buck.jvm.java.GenerateCodeCoverageReportStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.JarDirectoryStep
 
getShortName() - Method in interface com.facebook.buck.jvm.java.Javac
 
getShortName() - Method in class com.facebook.buck.jvm.java.JavacStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.Jsr199Javac
 
getShortName() - Method in class com.facebook.buck.jvm.java.JUnitStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
getShortName() - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
 
getShortName() - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
 
getShortName() - Method in interface com.facebook.buck.jvm.kotlin.Kotlinc
 
getShortName() - Method in class com.facebook.buck.jvm.kotlin.KotlincStep
 
getShortName() - Method in class com.facebook.buck.jvm.scala.ScalacStep
 
getShortName() - Method in class com.facebook.buck.model.UnflavoredBuildTarget
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlBuildStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlCCompileStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlDebugLauncherStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlDepToolStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlLexStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlLinkStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlMLCompileStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlYaccStep
 
getShortName() - Method in class com.facebook.buck.python.PexStep
 
getShortName() - Method in class com.facebook.buck.python.PythonRunTestsStep
 
getShortName() - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
getShortName() - Method in class com.facebook.buck.shell.BashStep
 
getShortName() - Method in class com.facebook.buck.shell.DefaultShellStep
 
getShortName() - Method in class com.facebook.buck.shell.RunShTestAndRecordResultStep
 
getShortName() - Method in class com.facebook.buck.shell.WorkerShellStep
 
getShortName() - Method in class com.facebook.buck.step.AbstractExecutionStep
 
getShortName() - Method in class com.facebook.buck.step.AbstractTestStep
 
getShortName() - Method in class com.facebook.buck.step.ConditionalStep
 
getShortName() - Method in class com.facebook.buck.step.fs.CopyStep
 
getShortName() - Method in class com.facebook.buck.step.fs.FileScrubberStep
 
getShortName() - Method in class com.facebook.buck.step.fs.FindAndReplaceStep
 
getShortName() - Method in class com.facebook.buck.step.fs.LogContentsOfFileStep
 
getShortName() - Method in class com.facebook.buck.step.fs.MakeExecutableStep
 
getShortName() - Method in class com.facebook.buck.step.fs.MoveStep
 
getShortName() - Method in class com.facebook.buck.step.fs.StringTemplateStep
 
getShortName() - Method in class com.facebook.buck.step.fs.SymCopyStep
 
getShortName() - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
 
getShortName() - Method in class com.facebook.buck.step.fs.TouchStep
 
getShortName() - Method in class com.facebook.buck.step.fs.WriteFileStep
 
getShortName() - Method in class com.facebook.buck.step.fs.XzStep
 
getShortName() - Method in interface com.facebook.buck.step.Step
 
getShortName() - Method in class com.facebook.buck.zip.RepackZipEntriesStep
 
getShortName() - Method in class com.facebook.buck.zip.UnzipStep
 
getShortName() - Method in class com.facebook.buck.zip.ZipStep
 
getShortStepName() - Method in interface com.facebook.buck.event.external.events.StepEventExternalInterface
 
getShortStepName() - Method in class com.facebook.buck.step.StepEvent
 
getShutdownFullyCompleteFuture() - Method in class com.facebook.buck.util.concurrent.ResourcePool
 
getSignature(String) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
getSignature(String) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
getSimulatorName() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
getSimulatorState() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
 
getSize(Path) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
 
getSize(Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
getSize() - Method in class com.facebook.buck.doctor.config.BuildLogEntry
 
getSize(Path) - Method in interface com.facebook.buck.hashing.FileHashLoader
 
getSize(ProjectFilesystem, Path) - Method in interface com.facebook.buck.hashing.FileHashLoader
Return the size of the given relative Path under the given ProjectFilesystem.
getSize(Path) - Method in class com.facebook.buck.hashing.FilePathHashLoader
 
getSize(Path) - Method in interface com.facebook.buck.hashing.ProjectFileHashLoader
 
getSize() - Method in interface com.facebook.buck.jvm.java.classes.FileLike
Returns the size of the entry in bytes.
getSize() - Method in class com.facebook.buck.macho.FatArch
 
getSize() - Method in class com.facebook.buck.macho.Section
 
getSize() - Method in class com.facebook.buck.rules.ActionGraph
 
getSize() - Method in class com.facebook.buck.rules.TargetGraph
 
getSize(Path) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
getSize(Path) - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
 
getSize(Path) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
getSize(ProjectFilesystem, Path) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
getSizeIfPresent(Path) - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
 
getSizeInBytes(boolean) - Static method in class com.facebook.buck.macho.NlistUtils
 
getSizeofcmds() - Method in class com.facebook.buck.macho.MachoHeader
 
getSkeleton() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
 
getSkippedCount() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
 
getSkippedCount() - Method in class com.facebook.buck.test.TestCaseSummary
 
getSkipProguard() - Method in class com.facebook.buck.android.AndroidBinary
 
getSlaveStatuses() - Method in class com.facebook.buck.distributed.DistBuildStatus
 
getSnapshotReferenceImagesPath() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getSnapshots() - Method in class com.facebook.buck.counters.CountersSnapshotEvent
 
getSoName() - Method in class com.facebook.buck.android.AndroidLinkableMetadata
 
getSoname() - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
 
getSoname() - Method in enum com.facebook.buck.android.toolchain.NdkCxxRuntime
 
getSoname() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getSoname() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getSoname() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getSoname() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getSoname() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getSoname() - Method in class com.facebook.buck.cxx.OmnibusLibrary
 
getSoname(BuildTarget, CxxPlatform, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
 
getSoname() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getSoname() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getSonameMapping() - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
 
getSonameMergeMap() - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
 
getSortedExecutorIds(boolean) - Method in class com.facebook.buck.event.listener.BuildThreadStateRenderer
 
getSortedExecutorIds(boolean) - Method in class com.facebook.buck.event.listener.DistBuildSlaveStateRenderer
 
getSortedExecutorIds(boolean) - Method in interface com.facebook.buck.event.listener.MultiStateRenderer
 
getSortedExecutorIds(boolean) - Method in class com.facebook.buck.event.listener.TestThreadStateRenderer
 
getSortedNativeLinkables(CxxPlatform, Iterable<? extends NativeLinkable>) - Static method in class com.facebook.buck.haskell.HaskellGhciDescription
 
getSortedThreadIds(boolean) - Method in class com.facebook.buck.event.listener.CommonThreadStateRenderer
 
getSortOrder() - Method in class com.facebook.buck.ide.intellij.DependencyEntry
 
getSource() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getSource() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getSource() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getSource() - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
 
getSource() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getSource() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getSource() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getSource() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getSource() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getSource() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getSource() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getSource() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getSource() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getSource() - Method in class com.facebook.buck.rules.coercer.OcamlSource
 
getSource() - Method in class com.facebook.buck.rules.SystemToolProvider
 
getSourceAbiJar(BuildTarget) - Static method in interface com.facebook.buck.jvm.java.HasJavaAbi
 
getSourceAbiPath() - Method in class com.facebook.buck.jvm.java.DiffAbisStep
 
getSourceAbiVerificationMode() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
Controls a special verification mode that generates ABIs both from source and from class files and diffs them.
getSourceControlInfo() - Method in class com.facebook.buck.doctor.AbstractReport
 
getSourceControlInfo() - Method in class com.facebook.buck.doctor.DefectReport
 
getSourceControlInfo() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
 
getSourceFile() - Method in class com.facebook.buck.jvm.java.plugin.api.TaskEventMirror
 
getSourceFileMultiFetchBufferPeriodMs() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getSourceFileMultiFetchMaxBufferSize() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getSourceFilePaths() - Method in class com.facebook.buck.jvm.java.CompilerParameters
 
getSourceFlags() - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
 
getSourceFolders() - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
getSourceFoldersToInputsIndex(ImmutableCollection<Path>) - Static method in class com.facebook.buck.ide.intellij.BaseIjModuleRule
Calculate the set of directories containing inputs to the target.
getSourceGroup() - Method in class com.facebook.buck.apple.GroupedSource
 
getSourceGroupName() - Method in class com.facebook.buck.apple.GroupedSource
 
getSourceGroupPathRelativeToTarget() - Method in class com.facebook.buck.apple.GroupedSource
 
getSourceJar() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
 
getSourceJar() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getSourceJar() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
 
getSourceJars() - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
 
getSourceLevel() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getSourcePath() - Method in class com.facebook.buck.android.StrippedObjectDescription
 
getSourcePath() - Method in class com.facebook.buck.apple.GroupedSource
 
getSourcePath() - Method in class com.facebook.buck.apple.project_generator.CopyInXcode
 
getSourcePath(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getSourcePath(Path) - Method in class com.facebook.buck.cli.BuckConfig
 
getSourcePath() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
 
getSourcePath() - Method in class com.facebook.buck.rules.modern.InputData
 
getSourcePath(OutputPath) - Method in class com.facebook.buck.rules.modern.ModernBuildRule
This should only be exposed to implementations of the ModernBuildRule, not of the Buildable.
getSourcePath() - Method in class com.facebook.buck.rules.NonHashableSourcePathContainer
 
getSourcePath() - Method in class com.facebook.buck.rules.SourceWithFlags
 
getSourcePathFrom(InputPath) - Static method in class com.facebook.buck.rules.modern.InputPath.Internals
 
getSourcePathName(BuildTarget, SourcePath) - Method in class com.facebook.buck.rules.DefaultSourcePathResolver
 
getSourcePathName(BuildTarget, SourcePath) - Method in interface com.facebook.buck.rules.SourcePathResolver
 
getSourcePathNames(BuildTarget, String, Iterable<SourcePath>) - Method in class com.facebook.buck.rules.DefaultSourcePathResolver
Resolved the logical names for a group of SourcePath objects into a map, throwing an error on duplicates.
getSourcePathNames(BuildTarget, String, Iterable<T>, Predicate<T>, Function<T, SourcePath>) - Method in class com.facebook.buck.rules.DefaultSourcePathResolver
Resolves the logical names for a group of objects that have a SourcePath into a map, throwing an error on duplicates.
getSourcePathNames(BuildTarget, String, Iterable<SourcePath>) - Method in interface com.facebook.buck.rules.SourcePathResolver
 
getSourcePathNames(BuildTarget, String, Iterable<T>, Predicate<T>, Function<T, SourcePath>) - Method in interface com.facebook.buck.rules.SourcePathResolver
 
getSourcePathResolver() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getSourcePathResolver() - Method in class com.facebook.buck.rules.BuildContext
 
getSourcePaths() - Method in class com.facebook.buck.cxx.FrameworkDependencies
 
getSourcePathToAaptGeneratedProguardConfigFile() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getSourcePathToAllLibsDir() - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getSourcePathToGeneratedRDotJavaSrcFiles() - Method in class com.facebook.buck.android.GenerateRDotJava
 
getSourcePathToMetadataTxt() - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getSourcePathToNativeLibsAssetsDir() - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getSourcePathToNativeLibsDir() - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSources
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.Aapt2Compile
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.Aapt2Link
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.AaptPackageResources
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidAar
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidAppModularity
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidBinary
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidBinaryNonExoInstaller
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidBuildConfig
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidManifest
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidResource
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.AndroidResourceIndex
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.AssembleDirectories
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.DummyRDotJava
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.ExopackageDeviceDirectoryLister
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.ExopackageFilesInstaller
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.ExopackageInstallFinisher
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.GenAidl
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.GenerateRDotJava
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.GenerateStringSourceMap
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.MergeAssets
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.NativeLibraryProguardGenerator
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.NdkLibrary
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.PackageStringAssets
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.PreDexMerge
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.ResourcesFilter
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.SplitResources
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.StripLinkable
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.UnstrippedNativeLibraries
 
getSourcePathToOutput() - Method in class com.facebook.buck.android.UnzipAar
 
getSourcePathToOutput() - Method in class com.facebook.buck.apple.AppleAssetCatalog
 
getSourcePathToOutput() - Method in class com.facebook.buck.apple.AppleBundle
 
getSourcePathToOutput() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
 
getSourcePathToOutput() - Method in class com.facebook.buck.apple.AppleDsym
 
getSourcePathToOutput() - Method in class com.facebook.buck.apple.AppleTest
 
getSourcePathToOutput() - Method in class com.facebook.buck.apple.BuiltinApplePackage
 
getSourcePathToOutput() - Method in class com.facebook.buck.apple.CoreDataModel
 
getSourcePathToOutput() - Method in class com.facebook.buck.apple.MultiarchFile
 
getSourcePathToOutput() - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getSourcePathToOutput() - Method in class com.facebook.buck.apple.SceneKitAssets
 
getSourcePathToOutput() - Method in class com.facebook.buck.cxx.Archive
 
getSourcePathToOutput() - Method in class com.facebook.buck.cxx.CxxBinary
 
getSourcePathToOutput() - Method in class com.facebook.buck.cxx.CxxCompilationDatabase
 
getSourcePathToOutput() - Method in class com.facebook.buck.cxx.CxxLink
 
getSourcePathToOutput() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getSourcePathToOutput() - Method in class com.facebook.buck.cxx.CxxStrip
 
getSourcePathToOutput() - Method in class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
 
getSourcePathToOutput() - Method in class com.facebook.buck.d.DBinary
 
getSourcePathToOutput() - Method in class com.facebook.buck.d.DCompileBuildRule
 
getSourcePathToOutput() - Method in class com.facebook.buck.d.DTest
 
getSourcePathToOutput() - Method in class com.facebook.buck.dotnet.CsharpLibrary
 
getSourcePathToOutput() - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibrary
 
getSourcePathToOutput() - Method in class com.facebook.buck.file.RemoteFile
 
getSourcePathToOutput() - Method in class com.facebook.buck.file.WriteFile
 
getSourcePathToOutput() - Method in class com.facebook.buck.go.GoBinary
 
getSourcePathToOutput() - Method in class com.facebook.buck.go.GoCompile
 
getSourcePathToOutput() - Method in class com.facebook.buck.go.GoTestMain
 
getSourcePathToOutput() - Method in class com.facebook.buck.gwt.GwtBinary
 
getSourcePathToOutput() - Method in class com.facebook.buck.gwt.GwtModule
 
getSourcePathToOutput() - Method in class com.facebook.buck.halide.HalideCompile
 
getSourcePathToOutput() - Method in class com.facebook.buck.haskell.HaskellBinary
 
getSourcePathToOutput() - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
getSourcePathToOutput() - Method in class com.facebook.buck.haskell.HaskellGhciRule
 
getSourcePathToOutput() - Method in class com.facebook.buck.haskell.HaskellHaddockLibRule
 
getSourcePathToOutput() - Method in class com.facebook.buck.haskell.HaskellHaddockRule
 
getSourcePathToOutput() - Method in class com.facebook.buck.haskell.HaskellLinkRule
 
getSourcePathToOutput() - Method in class com.facebook.buck.haskell.HaskellPackageRule
 
getSourcePathToOutput() - Method in class com.facebook.buck.js.AndroidReactNativeLibrary
 
getSourcePathToOutput() - Method in interface com.facebook.buck.js.JsBundleOutputs
 
getSourcePathToOutput() - Method in class com.facebook.buck.js.JsDependenciesFile
 
getSourcePathToOutput() - Method in class com.facebook.buck.js.JsFile
 
getSourcePathToOutput() - Method in class com.facebook.buck.js.JsLibrary
 
getSourcePathToOutput() - Method in class com.facebook.buck.js.ReactNativeBundle
 
getSourcePathToOutput() - Method in class com.facebook.buck.json.JsonConcatenate
 
getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.CalculateAbiFromClasses
 
getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.CalculateAbiFromSource
 
getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.CompareAbis
 
getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getSourcePathToOutput(BuildTarget) - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
 
getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.JarFattener
 
getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.Javadoc
 
getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.JavaSourceJar
 
getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.Keystore
 
getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.MavenUberJar
 
getSourcePathToOutput() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getSourcePathToOutput() - Method in class com.facebook.buck.lua.LuaBinary
 
getSourcePathToOutput() - Method in class com.facebook.buck.lua.LuaStandaloneBinary
 
getSourcePathToOutput() - Method in class com.facebook.buck.ocaml.OcamlBinary
 
getSourcePathToOutput() - Method in class com.facebook.buck.ocaml.OcamlBuild
 
getSourcePathToOutput() - Method in class com.facebook.buck.ocaml.OcamlCCompile
 
getSourcePathToOutput() - Method in class com.facebook.buck.ocaml.OcamlClean
 
getSourcePathToOutput() - Method in class com.facebook.buck.ocaml.OcamlDebugLauncher
 
getSourcePathToOutput() - Method in class com.facebook.buck.ocaml.OcamlLink
 
getSourcePathToOutput() - Method in class com.facebook.buck.ocaml.OcamlMLCompile
 
getSourcePathToOutput() - Method in class com.facebook.buck.python.PythonBinary
 
getSourcePathToOutput() - Method in class com.facebook.buck.python.PythonTest
 
getSourcePathToOutput() - Method in interface com.facebook.buck.rules.BuildRule
 
getSourcePathToOutput() - Method in class com.facebook.buck.rules.DependencyAggregation
 
getSourcePathToOutput() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
getSourcePathToOutput() - Method in class com.facebook.buck.rules.NoopBuildRule
 
getSourcePathToOutput() - Method in class com.facebook.buck.rules.NoopBuildRuleWithDeclaredAndExtraDeps
 
getSourcePathToOutput() - Method in class com.facebook.buck.rules.SymlinkTree
 
getSourcePathToOutput() - Method in class com.facebook.buck.rules.WriteStringTemplateRule
 
getSourcePathToOutput() - Method in class com.facebook.buck.rust.RustCompileRule
 
getSourcePathToOutput() - Method in class com.facebook.buck.rust.RustTest
 
getSourcePathToOutput() - Method in class com.facebook.buck.shell.ExportFile
 
getSourcePathToOutput() - Method in class com.facebook.buck.shell.Genrule
 
getSourcePathToOutput() - Method in class com.facebook.buck.shell.ShBinary
 
getSourcePathToOutput() - Method in class com.facebook.buck.swift.SwiftCompile
 
getSourcePathToOutput() - Method in class com.facebook.buck.zip.rules.Zip
 
getSourcePathToPrimaryDex() - Method in class com.facebook.buck.android.PreDexMerge
 
getSourcePathToResources() - Method in interface com.facebook.buck.js.JsBundleOutputs
 
getSourcePathToSourceMap() - Method in interface com.facebook.buck.js.JsBundleOutputs
 
getSourcePathToStringAssetsZip() - Method in class com.facebook.buck.android.PackageStringAssets
 
getSources() - Method in class com.facebook.buck.d.DIncludes
 
getSources() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getSources() - Method in interface com.facebook.buck.jvm.java.HasSources
 
getSources() - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
 
getSources() - Method in interface com.facebook.buck.jvm.java.JavaLibrary
 
getSources() - Method in class com.facebook.buck.jvm.java.JavaSourceJar
 
getSources() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getSourceToBootclasspath() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getSourceTree() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
getSourceTree() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
getSourceTreePath() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
 
getSourceType() - Method in class com.facebook.buck.apple.project_generator.CopyInXcode
 
getSourceType() - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
 
getSourceWithFlags() - Method in class com.facebook.buck.apple.GroupedSource
 
getSparseRefreshTimeMs() - Method in class com.facebook.buck.log.PerfTimesStats
 
getSpoolMode() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getSQLiteCacheEntries() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
 
getSrc() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
 
getSrc() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
 
getSrcRoots() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getSrcs() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getSrcs() - Method in interface com.facebook.buck.cxx.CxxConstructorArg
 
getSrcs() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.d.DBinaryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.d.DLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.d.DTestDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.go.GoTestDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.graphql.GraphqlLibrary
 
getSrcs() - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.js.ReactNativeLibraryArg
 
getSrcs() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getSrcs() - Method in interface com.facebook.buck.rules.HasSrcs
 
getSrcs() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
 
getSrcs() - Method in interface com.facebook.buck.shell.AbstractGenruleDescription.CommonArg
 
getSrcs() - Method in class com.facebook.buck.shell.Genrule
 
getSrcs() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getSrcs() - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
 
getSrcTarget() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
 
getStack() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getStacktrace() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getStackTrace() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
 
getStacktrace() - Method in class com.facebook.buck.test.TestResultSummary
 
getStampedeId() - Method in class com.facebook.buck.cli.AbstractDistBuildCommand
 
getStampedeId() - Method in class com.facebook.buck.distributed.DistBuildCreatedEvent
 
getStampedeId() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getStampedeIdOptional() - Method in class com.facebook.buck.cli.AbstractDistBuildCommand
 
getStart() - Method in class com.facebook.buck.event.listener.EventPair
 
getStarter() - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
 
getStarterType() - Method in class com.facebook.buck.lua.LuaPlatform
 
getStartIndex() - Method in class com.facebook.buck.model.macros.MacroMatchResult
 
getStartupCommand() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getStartupCommand() - Method in class com.facebook.buck.worker.WorkerProcessParams
Command that is used to start the worker job, e.g.
getStartupEnvironment() - Method in class com.facebook.buck.worker.WorkerProcessParams
Environment that will be used to start the worker tool.
getState() - Method in class com.facebook.buck.distributed.DistBuildCellIndexer
 
getState() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getStaticLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
 
getStaticLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getStaticLibraryExtension() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getStaticLibraryPath(ProjectFilesystem, BuildTarget, Flavor, AbstractCxxSourceRuleFactory.PicType, String) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getStaticLibraryPath(ProjectFilesystem, BuildTarget, Flavor, AbstractCxxSourceRuleFactory.PicType, String, String) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getStaticLibs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Libraries references in the static link args above.
getStaticLibs() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
getStaticLink() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
The link arguments to use when linking using the static link style.
getStaticName() - Method in enum com.facebook.buck.android.toolchain.NdkCxxRuntime
 
getStaticPicLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
 
getStaticPicLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getStaticPicLibs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Libraries references in the static-pic link args above.
getStaticPicLink() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
The link arguments to use when linking using the static-pic link style.
getStats() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
getStats() - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyCache
 
getStats() - Method in interface com.facebook.buck.rules.keys.RuleKeyCache
 
getStats() - Method in class com.facebook.buck.rules.keys.RuleKeyCacheStatsEvent
 
getStatsEvents() - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
getStatsEvents() - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
 
getStatsEvents() - Method in class com.facebook.buck.util.cache.StatsTrackingFileHashCacheEngine
 
getStatus() - Method in class com.facebook.buck.distributed.DistBuildStatus
 
getStatus() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent
 
getStatus() - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
 
getStatus() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getStdErr() - Method in interface com.facebook.buck.cli.parameter_extractors.CommandRunnerParameters
 
getStderr(ProcessExecutor.Result) - Method in interface com.facebook.buck.cxx.toolchain.Compiler
 
getStderr(ProcessExecutor.Result) - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
getStderr(ProcessExecutor.Result) - Method in class com.facebook.buck.cxx.toolchain.WindowsCompiler
 
getStdErr() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getStdErr() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getStderr() - Method in class com.facebook.buck.shell.ShellStep
 
getStdErr() - Method in class com.facebook.buck.step.ExecutionContext
 
getStderr() - Method in class com.facebook.buck.step.StepExecutionResult
 
getStdErr() - Method in class com.facebook.buck.test.TestResultSummary
 
getStdErr() - Method in class com.facebook.buck.util.Console
 
getStderr() - Method in class com.facebook.buck.util.ProcessExecutor.Result
 
getStderr() - Method in class com.facebook.buck.util.SimpleProcessListener
Gets the entire contents of stderr sent by the process.
getStderr() - Method in class com.facebook.buck.worker.WorkerJobResult
 
getStdErrLogLevel() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getStdErrLogLevel() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getStdErrLogLevel() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
 
getStdErrLogLevel() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getStdErrLogLevel() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getStdErrLogLevel() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getStdErrLogLevel() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getStdErrPath() - Method in class com.facebook.buck.worker.WorkerProcessCommand
Path to file where stderr can be written out.
getStdIn() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getStdIn() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getStdin(ExecutionContext) - Method in class com.facebook.buck.python.PexStep
Return the manifest as a JSON blob to write to the pex processes stdin.
getStdin(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
 
getStdOut() - Method in interface com.facebook.buck.cli.parameter_extractors.CommandRunnerParameters
 
getStdOut() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getStdout() - Method in class com.facebook.buck.shell.ShellStep
 
getStdOut() - Method in class com.facebook.buck.step.ExecutionContext
 
getStdOut() - Method in class com.facebook.buck.test.TestResultSummary
 
getStdOut() - Method in class com.facebook.buck.util.Console
 
getStdout() - Method in class com.facebook.buck.util.ProcessExecutor.Result
 
getStdout() - Method in class com.facebook.buck.util.SimpleProcessListener
Gets the entire contents of stdout sent by the process.
getStdout() - Method in class com.facebook.buck.worker.WorkerJobResult
 
getStdOutLogLevel() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getStdOutLogLevel() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getStdOutLogLevel() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
 
getStdOutLogLevel() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getStdOutLogLevel() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getStdOutLogLevel() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getStdOutLogLevel() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getStdOutPath() - Method in class com.facebook.buck.worker.WorkerProcessCommand
Path to file where stdout can be written out.
getStep() - Method in exception com.facebook.buck.step.StepFailedException
 
getSteps() - Method in class com.facebook.buck.cli.TestRun
 
getSteps(BuildContext, Path, Path) - Method in interface com.facebook.buck.cxx.LinkOutputPostprocessor
 
getStore() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
 
getStoreBuilder() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
 
getStoreClient() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getStoreData() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
 
getStorepass() - Method in class com.facebook.buck.android.KeystoreProperties
 
getStream() - Method in class com.facebook.buck.event.listener.RunIdStreamPair
 
getStreamingWebSocketServlet() - Method in class com.facebook.buck.httpserver.WebServer
 
getStreamLogFilePath(String, String, Path) - Static method in class com.facebook.buck.distributed.DistBuildUtil
 
getStrict() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
If true, the GWT Compiler's -strict flag will be set.
getString(int) - Method in class com.facebook.buck.android.resources.StringPool
 
getStringCount() - Method in class com.facebook.buck.android.resources.StringPool
 
getStringFiles() - Method in interface com.facebook.buck.android.FilteredResourcesProvider
 
getStringFiles() - Method in class com.facebook.buck.android.IdentityResourcesProvider
 
getStringFiles() - Method in class com.facebook.buck.android.ResourcesFilter
 
getStrings() - Method in class com.facebook.buck.android.resources.ResourcesXml
 
getStrings() - Method in class com.facebook.buck.android.resources.ResourceTable
 
GetStringsFilesStep - Class in com.facebook.buck.android
Generates a list of strings.xml files
getStringTableEntryForNlist(ByteBuffer, SymTabCommand, Nlist, NulTerminatedCharsetDecoder) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
Returns the string entry from the string table described by the given Nlist entry of the given command.
getStringToFilter(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, QueryTarget) - Method in class com.facebook.buck.query.FilterFunction
 
getStringToFilter(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, QueryTarget) - Method in class com.facebook.buck.query.KindFunction
 
getStringWithMacros() - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
 
getStrip() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getStripFlags() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getStrippedObjectName() - Method in class com.facebook.buck.android.StrippedObjectDescription
 
getStripStyle() - Method in class com.facebook.buck.cxx.CxxStrip
 
getStripToolArgs() - Method in enum com.facebook.buck.cxx.toolchain.StripStyle
 
getStroff() - Method in class com.facebook.buck.macho.SymTabCommand
 
getStrsize() - Method in class com.facebook.buck.macho.SymTabCommand
 
getStubBinary() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getStubBinaryPath() - Method in class com.facebook.buck.apple.ApplePlatform
 
getStyle() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
This will be passed to the GWT Compiler's -style flag.
getSubcommand() - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
getSubcommand() - Method in class com.facebook.buck.cli.AuditCommand
 
getSubcommand() - Method in class com.facebook.buck.cli.BuckCommand
 
getSubcommand() - Method in class com.facebook.buck.cli.DistBuildCommand
 
getSubcommand() - Method in class com.facebook.buck.cli.MachOUtilsCommand
 
getSubcommand() - Method in class com.facebook.buck.cli.ServerCommand
 
getSubCommand() - Method in class com.facebook.buck.log.InvocationInfo
 
getSubCommandNameForLogging() - Method in class com.facebook.buck.cli.BuckCommand
 
getSubcommandsFieldName() - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
getSubgraph(Iterable<? extends TargetNode<? extends T, ?>>) - Method in class com.facebook.buck.rules.TargetGraph
Get the subgraph of the the current graph containing the passed in roots and all of their transitive dependencies as nodes.
getSubjectCommonName() - Method in class com.facebook.buck.apple.CodeSignIdentity
Returns the full name of the identity.
getSuccess() - Method in class com.facebook.buck.rules.BuildResult
 
getSuccessType() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getSuccessTypeName() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getSuccessUploadCount() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
 
getSuggestion() - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
 
getSuggestions() - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
 
getSuggestions() - Method in class com.facebook.buck.event.CompilerErrorEvent
 
getSuggestions() - Method in interface com.facebook.buck.event.external.events.CompilerErrorEventExternalInterface
 
getSuperConsoleEnabled() - Method in class com.facebook.buck.log.InvocationInfo
 
getSupertypes(Class<?>) - Static method in class com.facebook.buck.util.Types
Returns a Set of classes and interfaces inherited or implemented by clazz.
getSupportAbiGenerationFromSource() - Method in class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
 
getSupportedArchitectures() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Set of strings containing the architectures supported by this simulator (i.e., i386, x86_64, etc.)
getSupportedPlatformsRegex() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getSupportedPlatformsRegex() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getSupportedPlatformsRegex() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getSupportedPlatformsRegex() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
 
getSupportedPlatformsRegex() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getSupportedPlatformsRegex() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getSupportedPlatformsRegex() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getSupportedPlatformsRegex() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
 
getSupportedPlatformsRegex() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getSupportedPlatformsRegex() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getSupportedProductFamilyIDs() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Set of integers describing which Apple product families this simulator supports (1: iPhone, 2: iPad, 4: Apple Watch, etc.)
getSupportsAbiGenerationFromSource() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
 
getSupportsMergedLinking() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getSwiftc() - Method in class com.facebook.buck.swift.SwiftPlatform
 
getSwiftCompilerFlags() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getSwiftCompilerFlags() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getSwiftCompilerFlags() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getSwiftCompilerFlags() - Method in interface com.facebook.buck.swift.SwiftCommonArg
 
getSwiftCxxPlatforms() - Method in class com.facebook.buck.swift.toolchain.SwiftPlatformsProvider
 
getSwiftName() - Method in class com.facebook.buck.apple.ApplePlatform
The Swift name for the platform.
getSwiftPlatform() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getSwiftRuntimePaths() - Method in class com.facebook.buck.swift.SwiftPlatform
 
getSwiftSharedLibraryRunPaths() - Method in class com.facebook.buck.swift.SwiftPlatform
 
getSwiftSources() - Method in class com.facebook.buck.apple.AppleLibrarySwiftMetadata
 
getSwiftStaticRuntimePaths() - Method in class com.facebook.buck.swift.SwiftPlatform
 
getSwiftStdlibTool() - Method in class com.facebook.buck.swift.SwiftPlatform
 
getSwiftVersion() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getSwiftVersion() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getSwiftVersion() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getSwiftVersion() - Method in interface com.facebook.buck.swift.SwiftCommonArg
 
getSymbolNameTool() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
 
getSymoff() - Method in class com.facebook.buck.macho.SymTabCommand
 
getSyntaxError() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
 
getSystemMemory() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getTag() - Method in class com.facebook.buck.event.ExperimentEvent
 
getTags() - Method in class com.facebook.buck.counters.Counter
 
getTags() - Method in class com.facebook.buck.counters.CounterInfo
 
getTags() - Method in class com.facebook.buck.counters.CounterSnapshot
 
getTagSets() - Method in class com.facebook.buck.counters.CounterSnapshot
 
getTagsForServer(URI) - Static method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getTarget() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getTarget() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getTarget() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getTarget() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getTarget(ImmutableMap<String, String>) - Static method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getTarget() - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
 
getTarget() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
 
getTarget() - Method in class com.facebook.buck.event.CompilerErrorEvent
 
getTarget() - Method in interface com.facebook.buck.event.external.events.CompilerErrorEventExternalInterface
 
getTarget() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getTarget() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getTarget() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getTarget() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getTarget() - Method in interface com.facebook.buck.jvm.java.JvmLibraryArg
 
getTarget() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getTarget() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getTarget() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getTarget() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getTarget() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getTarget() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getTarget() - Method in class com.facebook.buck.model.SingletonBuildTargetPattern
 
getTarget() - Method in class com.facebook.buck.rules.BuildTargetSourcePath
 
getTarget() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getTarget() - Method in class com.facebook.buck.rules.macros.BuildTargetMacro
 
getTarget() - Method in class com.facebook.buck.rules.macros.ClasspathMacro
 
getTarget() - Method in class com.facebook.buck.rules.macros.ExecutableMacro
 
getTarget() - Method in class com.facebook.buck.rules.macros.LocationMacro
 
getTarget() - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacro
 
getTargetAppPlatform() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getTargetArch() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getTargetArchAbi() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getTargetCpuType() - Method in class com.facebook.buck.android.AndroidLinkableMetadata
 
getTargetCpuType() - Method in class com.facebook.buck.android.StrippedObjectDescription
 
getTargetDevice() - Method in class com.facebook.buck.step.ExecutionContext
 
getTargetDeviceOptional() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
getTargetDeviceOptional() - Method in class com.facebook.buck.cli.TestCommand
 
getTargetDeviceOptions() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
getTargetDeviceOptions() - Method in class com.facebook.buck.cli.TestCommand
 
getTargetEvaluator() - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTargetEvaluator() - Method in interface com.facebook.buck.query.QueryEnvironment
Returns an evaluator for target patterns.
getTargetEvaluator() - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
getTargetEvaluator() - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getTargetForId(String, AndroidDirectoryResolver, Optional<Path>, Optional<Path>) - Static method in class com.facebook.buck.android.AndroidPlatformTarget
 
getTargetGraph() - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTargetGraph() - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
 
getTargetGraph() - Method in class com.facebook.buck.rules.TargetGraphAndTargets
 
getTargetGraphAndBuildTargets() - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
 
getTargetGraphAndBuildTargets() - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
 
getTargetGraphAndBuildTargets() - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
 
getTargetGraphForLocalBuild() - Method in class com.facebook.buck.cli.BuildCommand.ActionAndTargetGraphs
 
getTargetGraphForLocalBuild(TargetGraphAndBuildTargets, Optional<TargetGraphAndBuildTargets>) - Static method in class com.facebook.buck.cli.BuildCommand
 
getTargetGraphOnlyDeps() - Method in class com.facebook.buck.android.AndroidBinary
 
getTargetGraphOnlyDeps() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
 
getTargetGraphOnlyDeps() - Method in class com.facebook.buck.rules.AbstractBuildRuleWithDeclaredAndExtraDeps
getTargetGraphOnlyDeps() - Method in class com.facebook.buck.rules.BuildRuleParams
getTargetGraphOnlyDeps() - Method in interface com.facebook.buck.rules.HasDeclaredAndExtraDeps
 
getTargetGraphOnlyDeps() - Method in class com.facebook.buck.rules.TargetNode
BuildTargets which, when changed, may change the BuildRules produced by this TargetNode, but whose steps don't need executing in order to build this TargetNode's BuildRules.
getTargetHash() - Method in class com.facebook.buck.cli.ShowOptions
 
getTargetHashFileMode() - Method in class com.facebook.buck.cli.TargetsCommand
 
getTargetHashModifiedPaths() - Method in class com.facebook.buck.cli.TargetsCommand
 
getTargetKind(QueryTarget) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTargetKind(QueryTarget) - Method in interface com.facebook.buck.query.QueryEnvironment
 
getTargetKind(QueryTarget) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
getTargetKind(QueryTarget) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getTargetLevel() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getTargetNames() - Method in class com.facebook.buck.rules.TestRunEvent.Started
 
getTargetNames() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Started
 
getTargetNode(BuckEventBus, Cell, boolean, ListeningExecutorService, BuildTarget) - Method in class com.facebook.buck.parser.Parser
 
getTargetNode(BuildTarget) - Method in class com.facebook.buck.parser.PerBuildState
 
getTargetNodeFactory() - Method in class com.facebook.buck.rules.TargetNode
 
getTargetNodeJob(BuildTarget) - Method in class com.facebook.buck.parser.PerBuildState
 
getTargetProxy() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTargetDependency
 
getTargets() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
getTargets() - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
 
getTargets() - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
 
getTargets() - Method in class com.facebook.buck.ide.intellij.model.IjModule
 
getTargets() - Method in interface com.facebook.buck.ide.intellij.model.IjProjectElement
 
getTargets(QueryEnvironment) - Method in class com.facebook.buck.query.QueryExpression
Returns a set of all targets referenced from literals within this query expression.
getTargets() - Method in class com.facebook.buck.query.TargetSetExpression
 
getTargetSdkVersion(ApplePlatform) - Method in class com.facebook.buck.apple.AppleConfig
 
getTargetSdkVersion() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
 
getTargetsFromBuildTargets(Iterable<BuildTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTargetsFromTargetNodes(Iterable<TargetNode<?, ?>>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTargetsInAttribute(QueryTarget, String) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTargetsInAttribute(QueryTarget, String) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the existing targets in the value of `attribute` of the given `target`.
getTargetsInAttribute(TargetNode<T, ?>, String) - Static method in class com.facebook.buck.query.QueryTargetAccessor
 
getTargetsInAttribute(QueryTarget, String) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
getTargetsInAttribute(QueryTarget, String) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getTargetsMatchingPattern(String) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the set of target nodes in the graph for the specified target pattern, in 'buck build' syntax.
getTargetsToBuild(String) - Method in class com.facebook.buck.distributed.MinionWorkloadAllocator
 
getTargetsToBuild(String) - Method in class com.facebook.buck.distributed.ThriftCoordinatorClient
 
getTargetsVersions() - Method in class com.facebook.buck.cli.BuckConfig
 
getTargetType() - Method in interface com.facebook.buck.parser.TargetNodeSpec
 
getTask(PluginClassLoaderFactory, JavaCompiler, Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Iterable<String>, Iterable<String>, Iterable<? extends JavaFileObject>) - Static method in interface com.facebook.buck.jvm.java.abi.source.api.FrontendOnlyJavacTaskProxy
 
getTask(PluginClassLoaderFactory, JavaCompiler, Writer, JavaFileManager, DiagnosticListener<? super JavaFileObject>, Iterable<String>, Iterable<String>, Iterable<? extends JavaFileObject>) - Static method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
 
getTempDir() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getTempDir() - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
getTempDir() - Method in interface com.facebook.buck.shell.WorkerTool
 
getTempDir() - Method in class com.facebook.buck.worker.WorkerProcessParams
Temp folder location.
getTemplateForRequest(Request) - Method in interface com.facebook.buck.httpserver.TemplateHandlerDelegate
 
getTemplateForRequest(Request) - Method in class com.facebook.buck.httpserver.TraceHandlerDelegate
 
getTemplateForRequest(Request) - Method in class com.facebook.buck.httpserver.TracesHandlerDelegate
 
getTemplates() - Method in interface com.facebook.buck.httpserver.TemplateHandlerDelegate
 
getTempPath() - Method in interface com.facebook.buck.rules.modern.OutputPathResolver
Returns a relative path to the root directory for intermediate build outputs.
getTempPath(String) - Method in interface com.facebook.buck.rules.modern.OutputPathResolver
 
getTenantId() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getTest() - Method in class com.facebook.buck.cli.TestRun
 
getTest() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
 
getTestables() - Method in class com.facebook.buck.apple.xcode.XCScheme.TestAction
 
getTestAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
 
getTestCaseName() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
 
getTestCaseName() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getTestCaseName() - Method in class com.facebook.buck.rules.TestSummaryEvent
 
getTestCaseName() - Method in class com.facebook.buck.test.TestCaseSummary
 
getTestCaseName() - Method in class com.facebook.buck.test.TestResultSummary
 
getTestCases() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
 
getTestCases() - Method in class com.facebook.buck.test.TestResults
 
getTestCaseTimeoutMs() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getTestCaseTimeoutMs() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getTestCaseTimeoutMs() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
 
getTestCaseTimeoutMs() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getTestCaseTimeoutMs() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getTestCaseTimeoutMs() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getTestClasses() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getTestCommand(ExecutionContext, TestRunningOptions, BuildContext, TestRule.TestReportingCallback) - Method in class com.facebook.buck.apple.AppleTest
 
getTestEventsByThread() - Method in class com.facebook.buck.event.listener.BuildRuleThreadTracker
 
getTestFilter() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getTestHostApp() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getTestHostApp() - Method in class com.facebook.buck.apple.TestHostInfo
 
getTestHostAppBinarySourcePath() - Method in class com.facebook.buck.apple.TestHostInfo
Location of the test host binary that can be passed as the "bundle loader" option when linking the test library.
getTestLogDirectoryEnvironmentVariable() - Method in class com.facebook.buck.apple.AppleConfig
 
getTestLogLevel() - Method in class com.facebook.buck.apple.AppleConfig
 
getTestLogLevelEnvironmentVariable() - Method in class com.facebook.buck.apple.AppleConfig
 
getTestLogPaths() - Method in class com.facebook.buck.test.TestResults
 
getTestMainName() - Static method in class com.facebook.buck.python.PythonTestDescription
 
getTestModulesListName() - Static method in class com.facebook.buck.python.PythonTestDescription
 
getTestModulesListPath(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.python.PythonTestDescription
 
getTestName() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getTestName() - Method in class com.facebook.buck.rules.TestSummaryEvent
 
getTestName() - Method in class com.facebook.buck.test.TestResultSummary
 
getTestPackage() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getTestReportingCallback() - Method in class com.facebook.buck.cli.TestRun
 
getTestResults() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
 
getTestResults() - Method in class com.facebook.buck.test.TestCaseSummary
 
getTestResultsCallable() - Method in class com.facebook.buck.cli.TestRun
 
getTestResultSummary() - Method in class com.facebook.buck.rules.TestSummaryEvent.Finished
 
getTestRuleTimeoutMs() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
 
getTestRuleTimeoutMs() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getTestRuleTimeoutMs() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getTestRuleTimeoutMs() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getTestRuleTimeoutMs() - Method in class com.facebook.buck.d.DTestDescriptionArg
 
getTestRuleTimeoutMs() - Method in class com.facebook.buck.go.GoTestDescriptionArg
 
getTestRuleTimeoutMs() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getTestRuleTimeoutMs() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getTestRuleTimeoutMs() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getTestRuleTimeoutMs() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getTestRuleTimeoutMs() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getTestRuleTimeoutMs() - Method in interface com.facebook.buck.rules.HasTestTimeout
 
getTestRuleTimeoutMs() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
 
getTestRunner() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getTestRunnerClasspath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getTestRunnerClasspath() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getTests() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getTests() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getTests() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getTests() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
 
getTests() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getTests() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getTests() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
 
getTests() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getTests() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getTests() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getTests() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
 
getTests() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getTests() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getTests() - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
 
getTests() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getTests() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getTests() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getTests() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getTests() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
 
getTests() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getTests() - Method in interface com.facebook.buck.jvm.java.JavaLibraryWithTests
 
getTests() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getTests() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getTests() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getTests() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getTests() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getTests() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
 
getTests() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
 
getTests() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getTests() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
 
getTests() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getTests() - Method in interface com.facebook.buck.rules.HasTests
 
getTests() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
 
getTests() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
 
getTests() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
 
getTestSelectorList() - Method in class com.facebook.buck.cli.TestSelectorOptions
 
getTestSelectorList() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getTestSelectorList() - Method in class com.facebook.buck.rules.TestRunEvent.Started
 
getTestSelectorList() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Started
 
getTestSelectorList() - Method in class com.facebook.buck.test.TestRunningOptions
 
getTestsForTarget(QueryTarget) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTestsForTarget(QueryTarget) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the tests associated with the given target.
getTestsForTarget(QueryTarget) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
getTestsForTarget(QueryTarget) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getTestStatusMessage() - Method in class com.facebook.buck.rules.TestStatusMessageEvent
 
getTestTargetsForNode(TargetNode<?, ?>) - Static method in class com.facebook.buck.rules.TargetNodes
If node refers to a node which contains references to its tests, returns the tests associated with that node.
getTestType() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getTestType() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getTestType() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
 
getTestType() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getTestType() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getTestType() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getTestType() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getText() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
 
getText() - Method in class com.facebook.buck.json.BuildFileSyntaxError
 
getThinLto() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getThinLto() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getThinLto() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getThinLto() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getThinLto() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getThinLto() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getThinLto() - Method in interface com.facebook.buck.cxx.LinkableCxxConstructorArg
 
getThinLto() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getThinTargets() - Method in class com.facebook.buck.apple.MultiarchFileInfo
 
getThreadCount() - Method in class com.facebook.buck.event.listener.CommonThreadStateRenderer
 
getThreadId() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
getThreadId() - Method in interface com.facebook.buck.event.BuckEvent
 
getThreadId() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getThreadId() - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
 
getThreadIdToCommandIdMapper() - Method in class com.facebook.buck.log.GlobalStateManager
 
getThreadLineLimit() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
 
getThreadLineLimitOnError() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
 
getThreadLineLimitOnWarning() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
 
getThreadPoolSize() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getThreadToCommandRegister() - Method in class com.facebook.buck.log.GlobalStateManager
 
getThreadUserNanoDuration() - Method in class com.facebook.buck.timing.ClockDuration
 
getThreadUserNanoTime() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
getThreadUserNanoTime() - Method in interface com.facebook.buck.event.BuckEvent
 
getThriftData() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response
 
getThrowableOrigin(Throwable) - Static method in class com.facebook.buck.util.MoreThrowables
Returns string representing class, method, filename and line number that throwable was thrown from
getTime() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getTime() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getTime() - Method in class com.facebook.buck.test.TestResultSummary
 
getTimeout() - Method in class com.facebook.buck.android.InstrumentationStep
 
getTimeout() - Method in class com.facebook.buck.jvm.java.JUnitStep
 
getTimeout() - Method in class com.facebook.buck.shell.ShellStep
 
getTimeoutHandler(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JUnitStep
 
getTimeoutHandler(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
 
getTimeSpentInGcMs() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
 
getTimeSpentInMultiFetchNetworkCallsMs() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
 
getTimestamp() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
getTimestamp() - Method in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
getTimestamp() - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
 
getTimestamp() - Method in class com.facebook.buck.rules.TestStatusMessageEvent
 
getTimestampMillis() - Method in class com.facebook.buck.log.InvocationInfo
 
getTimestampMillis() - Method in class com.facebook.buck.test.TestStatusMessage
 
getTmpDir() - Method in class com.facebook.buck.io.BuckPaths
 
getTmpFolderPath() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
 
getTool(String, String, BuildRuleResolver) - Method in class com.facebook.buck.cli.BuckConfig
 
getTool(BuildRule) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
 
getTool(BuildRule) - Method in class com.facebook.buck.rules.macros.WorkerMacroExpander
 
getTool() - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
getTool() - Method in interface com.facebook.buck.shell.WorkerTool
 
getToolchain() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getToolchainPaths() - Method in class com.facebook.buck.apple.AppleSdkPaths
Absolute paths to tools and files independent of the platform.
getToolchains() - Method in class com.facebook.buck.apple.AppleSdk
The toolchains used by the SDK.
getToolchainsOverrideForSDKName(String) - Method in class com.facebook.buck.apple.AppleConfig
 
getToolchainTarget() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getToolProvider(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getToolProvider(String) - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
getTotalCacheErrors() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
 
getTotalCacheHits() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
 
getTotalCacheIgnores() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
 
getTotalCacheLocalKeyUnchangedHits() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
 
getTotalCacheMisses() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
 
getTotalCompletedTimeFromEventPairs(Collection<EventPair>) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
Get the summed elapsed time from all matched event pairs.
getTotalFilesMaterializedCount() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
 
getTotalMemory() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getTotalMemory() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
 
getTotalMemoryBytes() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
 
getTotalNanoTime() - Method in class com.facebook.buck.event.FileHashCacheEvent
 
getTotalNumberOfTests() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
 
getTotalNumberOfTests() - Method in class com.facebook.buck.test.TestResults
 
getTotalResourceConsumption(long) - Method in class com.facebook.buck.util.ProcessHelper
Gets resource consumption of the process subtree rooted at the process with the given pid.
getTotalRulesCount() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getTotalSize() - Method in class com.facebook.buck.android.resources.ResChunk
For most chunk's totalSize == chunkSize.
getTotalSize() - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
getTotalSizeBytes() - Method in class com.facebook.buck.util.DirectoryCleaner.PathStats
 
getTotalTime() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
 
getTotalTime() - Method in class com.facebook.buck.test.TestCaseSummary
 
getTotalTimeSpentMaterializingFilesFromCASMillis() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
 
getTraceAttributesFor(String) - Method in class com.facebook.buck.util.trace.BuildTraces
 
getTraceAttributesFor(Path) - Method in class com.facebook.buck.util.trace.BuildTraces
Parses a trace file and returns the command that the user executed to create the trace.
getTraceDir() - Method in class com.facebook.buck.io.BuckPaths
 
getTraceFile() - Method in class com.facebook.buck.doctor.config.BuildLogEntry
 
getTraceUploadUri() - Method in class com.facebook.buck.event.listener.ChromeTraceBuckConfig
 
getTraits() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getTransitiveClasspathDeps() - Method in class com.facebook.buck.android.AndroidAar
 
getTransitiveClasspathDeps() - Method in class com.facebook.buck.android.AndroidBinary
 
getTransitiveClasspathDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getTransitiveClasspathDeps() - Method in interface com.facebook.buck.jvm.java.HasClasspathEntries
 
getTransitiveClasspathDeps() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getTransitiveClasspathDeps(JavaLibrary) - Static method in class com.facebook.buck.jvm.java.JavaLibraryClasspathProvider
 
getTransitiveClasspathDeps() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getTransitiveClasspathDeps() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getTransitiveClasspaths() - Method in class com.facebook.buck.android.AndroidAar
 
getTransitiveClasspaths() - Method in class com.facebook.buck.android.AndroidBinary
 
getTransitiveClasspaths() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getTransitiveClasspaths() - Method in interface com.facebook.buck.jvm.java.HasClasspathEntries
 
getTransitiveClasspaths() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getTransitiveClasspaths() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getTransitiveClasspaths() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getTransitiveClosure(Set<QueryTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTransitiveClosure(Set<QueryTarget>) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the forward transitive closure of all of the targets in "targets".
getTransitiveClosure(Set<QueryTarget>) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
getTransitiveClosure(Set<QueryTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getTransitiveCxxPreprocessorInput(CxxPlatform) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getTransitiveCxxPreprocessorInput(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getTransitiveCxxPreprocessorInput(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
 
getTransitiveCxxPreprocessorInput(CxxPlatform, Iterable<? extends BuildRule>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
Find and return the CxxPreprocessorInput objects from CxxPreprocessorDep found while traversing the dependencies starting from the BuildRule objects given.
getTransitiveCxxPreprocessorInput(CxxPlatform, Iterable<? extends BuildRule>) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
 
getTransitiveCxxPreprocessorInput(CxxPlatform) - Method in interface com.facebook.buck.cxx.CxxPreprocessorDep
Returns all transitive preprocessor inputs for this library.
getTransitiveCxxPreprocessorInput(CxxPlatform) - Method in class com.facebook.buck.halide.HalideLibrary
 
getTransitiveCxxPreprocessorInput(CxxPlatform) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getTransitiveCxxPreprocessorInputCache(CxxPreprocessorDep) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
 
getTransitiveDepsClosure(BuildTarget) - Method in class com.facebook.buck.ide.intellij.TransitiveDepsClosureResolver
 
getTransitiveNativeLinkableInput(CxxPlatform, Iterable<? extends BuildRule>, Linker.LinkableDepType, Predicate<Object>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
Collect up and merge all NativeLinkableInput objects from transitively traversing all unbroken dependency chains of NativeLinkable objects found via the passed in BuildRule roots.
getTransitiveNativeLinkableInput(CxxPlatform, Iterable<? extends BuildRule>, Linker.LinkableDepType, Predicate<Object>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
Collect up and merge all NativeLinkableInput objects from transitively traversing all unbroken dependency chains of NativeLinkable objects found via the passed in BuildRule roots.
getTransitiveNativeLinkables(CxxPlatform, Iterable<? extends NativeLinkable>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
 
getTransitiveOcamlInput(Iterable<? extends BuildRule>) - Static method in class com.facebook.buck.ocaml.OcamlUtil
 
getTransitiveRuntimeDeps(HasRuntimeDeps, BuildRuleResolver) - Static method in class com.facebook.buck.rules.BuildRules
 
getTransitiveRustSharedLibraries(CxxPlatform, Iterable<? extends BuildRule>) - Static method in class com.facebook.buck.rust.RustCompileUtils
Collect all the shared libraries generated by RustLinkables found by transitively traversing all unbroken dependency chains of RustLinkable objects found via the passed in BuildRule roots.
getTransitiveSharedLibraries(CxxPlatform, Iterable<? extends BuildRule>, Predicate<Object>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
Collect all the shared libraries generated by NativeLinkables found by transitively traversing all unbroken dependency chains of NativeLinkable objects found via the passed in BuildRule roots.
getTransitiveSharedLibraries(CxxPlatform, Iterable<? extends BuildRule>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkables
Collect all the shared libraries generated by NativeLinkables found by transitively traversing all unbroken dependency chains of NativeLinkable objects found via the passed in BuildRule roots.
getTranslatableClass() - Method in class com.facebook.buck.versions.QueryTargetTranslator
 
getTranslateMacrosFn(CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxFlags
 
getTransportPath() - Method in class com.facebook.buck.io.Watchman
 
getTrashDir() - Method in class com.facebook.buck.io.BuckPaths
 
getTrees() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
 
getTrees() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
 
getTriggerPath(ProjectFilesystem) - Static method in class com.facebook.buck.rules.InstallTrigger
 
getType() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
 
getType() - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
 
getType() - Method in class com.facebook.buck.android.resources.ResChunk
 
getType() - Method in class com.facebook.buck.apple.GroupedSource
 
getType() - Method in class com.facebook.buck.artifact_cache.CacheResult
 
getType() - Method in class com.facebook.buck.cxx.AbstractCxxSource
 
getType() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
 
getType() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getType() - Method in class com.facebook.buck.cxx.CxxSource
 
getType() - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
 
getType() - Method in enum com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.DTag
 
getType() - Method in class com.facebook.buck.cxx.toolchain.linker.DefaultLinkerProvider
 
getType() - Method in interface com.facebook.buck.cxx.toolchain.linker.LinkerProvider
 
getType() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
 
getType() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getType() - Method in class com.facebook.buck.event.RuleKeyCalculationEvent.Event
 
getType() - Method in interface com.facebook.buck.event.RuleKeyCalculationEvent
 
getType() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
 
getType() - Method in class com.facebook.buck.ide.intellij.DependencyEntry
 
getType() - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
 
getType() - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
getType() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
 
getType() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
getType() - Method in interface com.facebook.buck.query.QueryEnvironment.TargetEvaluator
 
getType() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
getType() - Method in interface com.facebook.buck.rules.BuildRule
 
getType() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
 
getType() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
 
getType() - Method in class com.facebook.buck.rules.coercer.SourceList
 
getType() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
 
getType() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getType() - Method in interface com.facebook.buck.rules.modern.ClassInfo
Returns the rule typename for Buildables of this type.
getType() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
getType() - Method in class com.facebook.buck.rules.SymlinkTree
 
getType() - Method in interface com.facebook.buck.shell.AbstractGenruleDescription.CommonArg
 
getType() - Method in class com.facebook.buck.shell.Genrule
 
getType() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
 
getType() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
 
getType() - Method in class com.facebook.buck.test.TestResultSummary
 
getType() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
 
getType() - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
 
getTypeCoercerFactory() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getTypeCoercerFactory() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getTypeCoercerFactory() - Method in class com.facebook.buck.parser.Parser
 
getTypeElement() - Method in class com.facebook.buck.jvm.java.plugin.api.TaskEventMirror
 
getTypeFromVersionOutput(Iterable<String>) - Static method in class com.facebook.buck.cxx.toolchain.CxxToolProvider
 
getTypeMirror(Iterable<? extends Tree>) - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
 
getTypes() - Method in class com.facebook.buck.android.resources.ResTablePackage
 
getTypes() - Method in class com.facebook.buck.cli.AuditRulesCommand
 
getTypes() - Method in class com.facebook.buck.cli.TargetsCommand
 
getTypes() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
 
getTypes() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
getTypes() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
 
getTypeSpec(int) - Method in class com.facebook.buck.android.resources.ResTablePackage
 
getTypeSpecs() - Method in class com.facebook.buck.android.resources.ResTablePackage
 
getUdid() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
 
getUnbundledResourcesRoot() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
 
getUnbundledResourcesRoot() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
 
getUnbundledResourcesRoot() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
 
getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getUnbundledResourcesRoot() - Method in interface com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
 
getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
 
getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
 
getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
 
getUnbundledResourcesRoot() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getUnchecked() - Method in class com.facebook.buck.io.LazyPath
Does not invoke the path supplier, assuming it was invoked previously.
getUnexpandedCommandArgs() - Method in class com.facebook.buck.log.InvocationInfo
 
getUnexpectedFlavorsMessages() - Method in class com.facebook.buck.cli.BuckConfig
 
getUnflavoredBuildTarget() - Method in class com.facebook.buck.model.BuildTarget
 
getUnnamedSources() - Method in class com.facebook.buck.rules.coercer.SourceList
 
getUnnamedSources() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
 
getUnresolvedProperties() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessor
 
getUnsafeClasses() - Method in class com.facebook.buck.tools.dxanalysis.StaticStateAnalyzer
 
getUnstrippedLibraries() - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
 
getUnzippedOutputFilePathToBinary() - Method in class com.facebook.buck.apple.AppleBundle
 
getUpdatedCompDir() - Method in class com.facebook.buck.cli.MachOAbstractCommand
 
getUpdatedRulesCount() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
 
getUpdatedRulesCount() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getUploadCompleteFuture() - Method in class com.facebook.buck.rules.BuildResult
 
getUrl() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getUrl(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getUrl(String, String) - Method in class com.facebook.buck.config.Config
 
getUrl() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
 
getUrl() - Method in class com.facebook.buck.ide.intellij.model.ContentRoot
 
getUrl() - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
 
getUrl() - Method in class com.facebook.buck.maven.ArtifactConfig.Repository
 
getUseAndroidProguardConfigWithOptimizations() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getUseCxxLibraries() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getUseCxxLibraries() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getUseCxxLibraries() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
 
getUseCxxLibraries() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getUseCxxLibraries() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getUseCxxLibraries() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getUsedClassesFileWriter() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getUseDefaultTestMain() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getUseMercurialGlob() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getUser() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getUserId() - Method in class com.facebook.buck.util.UnixUserIdFetcher
 
getUserId() - Method in interface com.facebook.buck.util.UserIdFetcher
Returns the user ID for the current user.
getUserIssueDescription() - Method in class com.facebook.buck.doctor.UserReport
 
getUserLocalConfiguration() - Method in class com.facebook.buck.doctor.DefectReport
 
getUserLocalConfiguration() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
 
getUsername() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getUsername() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
 
getUserReport() - Method in class com.facebook.buck.doctor.AbstractReport
 
getUserReport() - Method in class com.facebook.buck.doctor.DefectReport
 
getUserReport() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractDefectReport
 
getUserReport() - Method in class com.facebook.buck.doctor.DoctorInteractiveReport
 
getUseSplitDex() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getUseWatchmanGlob() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getUUID() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
 
getUuid() - Method in class com.facebook.buck.macho.UUIDCommand
 
getUuid() - Method in class com.facebook.buck.step.StepEvent
 
getValue() - Method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase.Destination
 
getValue(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getValue() - Method in class com.facebook.buck.cli.ConfigValue
 
getValue(String, String) - Method in class com.facebook.buck.config.Config
 
getValue() - Method in enum com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.DTag
 
getValue() - Method in enum com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader.SHType
 
getValue() - Method in class com.facebook.buck.event.EventKey
 
getValue() - Method in class com.facebook.buck.event.ExperimentEvent
 
getValue() - Method in class com.facebook.buck.event.PerfEventId
 
getValue() - Method in enum com.facebook.buck.event.SimplePerfEvent.Type
 
getValue(Flavor) - Method in class com.facebook.buck.go.GoPlatformFlavorDomain
 
getValue(ImmutableSet<Flavor>) - Method in class com.facebook.buck.go.GoPlatformFlavorDomain
 
getValue(BuildTarget) - Method in class com.facebook.buck.go.GoPlatformFlavorDomain
 
getValue(Platform, Architecture) - Method in class com.facebook.buck.go.GoPlatformFlavorDomain
 
getValue() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
 
getValue() - Method in class com.facebook.buck.message_ipc.ReturnResultMessage
 
getValue(Set<Flavor>) - Method in class com.facebook.buck.model.FlavorDomain
 
getValue(BuildTarget) - Method in class com.facebook.buck.model.FlavorDomain
 
getValue(Flavor) - Method in class com.facebook.buck.model.FlavorDomain
 
getValue() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
 
getValue(String) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getValue(Object) - Method in class com.facebook.buck.rules.keys.FieldValueExtractor
 
getValue(Object) - Method in interface com.facebook.buck.rules.keys.ValueExtractor
 
getValue(String) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
 
getValue() - Method in enum com.facebook.buck.util.zip.ZipCompressionLevel
 
getValuePairs() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
getValues() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
 
getValues() - Method in class com.facebook.buck.config.CellConfig
 
getValues() - Method in class com.facebook.buck.config.RawConfig
 
getValues() - Method in class com.facebook.buck.counters.CounterSnapshot
 
getValues() - Method in class com.facebook.buck.json.BuildFilePythonResult
 
getValues() - Method in class com.facebook.buck.model.FlavorDomain
 
getValues() - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
 
getValues() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
getValues(String) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getValues(String) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
 
getValuesFile() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
If present, contents of file can override those of AndroidBuildConfigDescriptionArg.getValues().
getValuesOrThrow(String) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getValuesOrThrow(String) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
Tries to read the values and if it fails it logs the attributes of the file it tried to read.
getValueString() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
 
getValueString() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getValueString() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Shutdown
 
getValueString() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResultEvent
 
getValueString() - Method in class com.facebook.buck.counters.CounterRegistry.AsyncCounterRegistrationEvent
 
getValueString() - Method in class com.facebook.buck.counters.CountersSnapshotEvent
 
getValueString() - Method in class com.facebook.buck.distributed.BuildSlaveFinishedStatusEvent
 
getValueString() - Method in class com.facebook.buck.distributed.ClientSideBuildSlaveFinishedStatsEvent
 
getValueString() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResultEvent
 
getValueString() - Method in class com.facebook.buck.distributed.DistBuildClientStatsEvent
 
getValueString() - Method in class com.facebook.buck.distributed.DistBuildCreatedEvent
 
getValueString() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent
 
getValueString() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
getValueString() - Method in class com.facebook.buck.event.ActionGraphEvent
 
getValueString() - Method in class com.facebook.buck.event.ArtifactCompressionEvent
 
getValueString() - Method in class com.facebook.buck.event.BuckInitializationDurationEvent
 
getValueString() - Method in class com.facebook.buck.event.CommandEvent
 
getValueString() - Method in class com.facebook.buck.event.CompilerErrorEvent
 
getValueString() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
 
getValueString() - Method in class com.facebook.buck.event.ConsoleEvent
 
getValueString() - Method in class com.facebook.buck.event.DaemonEvent
 
getValueString() - Method in class com.facebook.buck.event.ExperimentEvent
 
getValueString() - Method in class com.facebook.buck.event.FileHashCacheEvent
 
getValueString() - Method in class com.facebook.buck.event.InstallEvent
 
getValueString() - Method in class com.facebook.buck.event.LeafEvents.SimpleLeafEvent.Finished
 
getValueString() - Method in class com.facebook.buck.event.LeafEvents.SimpleLeafEvent.Started
 
getValueString() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getValueString() - Method in class com.facebook.buck.event.listener.PerfTimesEventListener.PerfTimesEvent
 
getValueString() - Method in class com.facebook.buck.event.NetworkEvent.BytesReceivedEvent
 
getValueString() - Method in class com.facebook.buck.event.ParsingEvent
 
getValueString() - Method in class com.facebook.buck.event.ProgressEvent
 
getValueString() - Method in class com.facebook.buck.event.ProjectGenerationEvent
 
getValueString() - Method in class com.facebook.buck.event.RuleKeyCalculationEvent.Event
 
getValueString() - Method in class com.facebook.buck.event.StartActivityEvent
 
getValueString() - Method in class com.facebook.buck.event.UninstallEvent
 
getValueString() - Method in class com.facebook.buck.event.WatchmanStatusEvent
 
getValueString() - Method in class com.facebook.buck.file.DownloadEvent
 
getValueString() - Method in class com.facebook.buck.file.DownloadProgressEvent
 
getValueString() - Method in class com.facebook.buck.io.WatchmanDiagnosticEvent
 
getValueString() - Method in class com.facebook.buck.json.ParseBuckProfilerReportEvent
 
getValueString() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Finished
 
getValueString() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Started
 
getValueString() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
getValueString() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
 
getValueString() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent
 
getValueString() - Method in class com.facebook.buck.parser.ParseEvent
 
getValueString() - Method in class com.facebook.buck.rules.BuildEvent.DistBuildFinished
 
getValueString() - Method in class com.facebook.buck.rules.BuildEvent.DistBuildStarted
 
getValueString() - Method in class com.facebook.buck.rules.BuildEvent.Finished
 
getValueString() - Method in class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
 
getValueString() - Method in class com.facebook.buck.rules.BuildEvent.Started
 
getValueString() - Method in class com.facebook.buck.rules.BuildEvent.UnskippedRuleCountUpdated
 
getValueString() - Method in class com.facebook.buck.rules.BuildRuleEvent
 
getValueString() - Method in class com.facebook.buck.rules.BuildRuleEvent.WillBuildLocally
 
getValueString() - Method in class com.facebook.buck.rules.IndividualTestEvent.Finished
 
getValueString() - Method in class com.facebook.buck.rules.IndividualTestEvent.Started
 
getValueString() - Method in class com.facebook.buck.rules.keys.RuleKeyCacheStatsEvent
 
getValueString() - Method in class com.facebook.buck.rules.TestRunEvent.Finished
 
getValueString() - Method in class com.facebook.buck.rules.TestRunEvent.Started
 
getValueString() - Method in class com.facebook.buck.rules.TestStatusMessageEvent.Finished
 
getValueString() - Method in class com.facebook.buck.rules.TestStatusMessageEvent.Started
 
getValueString() - Method in class com.facebook.buck.rules.TestSummaryEvent.Finished
 
getValueString() - Method in class com.facebook.buck.rules.TestSummaryEvent.Started
 
getValueString() - Method in class com.facebook.buck.slb.LoadBalancedServiceEvent
 
getValueString() - Method in class com.facebook.buck.slb.LoadBalancerPingEvent
 
getValueString() - Method in class com.facebook.buck.slb.ServerHealthManagerEvent
 
getValueString() - Method in class com.facebook.buck.step.StepEvent
 
getValueString() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Finished
 
getValueString() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Started
 
getValueString() - Method in class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent
 
getValueString() - Method in class com.facebook.buck.test.TestRuleEvent
 
getValueString() - Method in class com.facebook.buck.util.autosparse.AutoSparseStateEvents
 
getValueString() - Method in class com.facebook.buck.util.environment.NetworkInfo.Event
 
getValueString() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.PerfStatsEvent
 
getValueString() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
 
getValueString() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStatsEvent
 
getValueString() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStatsEvent
 
getValueString() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent
 
getVariableExpansionForPlatform(String, String, Map<String, String>) - Static method in class com.facebook.buck.apple.InfoPlistSubstitution
Returns a variable expansion for keys which may depend on platform name, trying from most to least specific.
getVariant() - Method in class com.facebook.buck.event.ExperimentEvent
 
getVariants() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
 
getVerbosity() - Method in interface com.facebook.buck.cli.parameter_extractors.ProjectGeneratorParameters
 
getVerbosity() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getVerbosity() - Method in class com.facebook.buck.step.ExecutionContext
 
getVerbosity() - Method in class com.facebook.buck.util.Console
 
getVerbosityForLevel(int) - Static method in class com.facebook.buck.cli.VerbosityParser
 
getVerificationErrors() - Method in interface com.facebook.buck.util.cache.FileHashCache.AbstractFileHashCacheVerificationResult
 
getVerificationErrors() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
 
getVerificationMode() - Method in class com.facebook.buck.jvm.java.DiffAbisStep
 
getVerifiedSourceAbiJar(BuildTarget) - Static method in interface com.facebook.buck.jvm.java.HasJavaAbi
 
getVerifyStep() - Method in class com.facebook.buck.rules.SymlinkTree
 
getVersion() - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
 
getVersion() - Method in class com.facebook.buck.apple.AppleSdk
The version number of the SDK.
getVersion() - Method in class com.facebook.buck.apple.AppleToolchain
The version number of the toolchain.
getVersion() - Method in class com.facebook.buck.haskell.HaskellPackageInfo
 
getVersion() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
getVersion() - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
getVersion() - Method in interface com.facebook.buck.jvm.java.Javac
 
getVersion() - Method in class com.facebook.buck.jvm.java.Jsr199Javac
 
getVersion() - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
getVersion() - Method in class com.facebook.buck.jvm.kotlin.ExternalKotlinc
 
getVersion() - Method in class com.facebook.buck.jvm.kotlin.JarBackedReflectedKotlinc
 
getVersion() - Method in interface com.facebook.buck.jvm.kotlin.Kotlinc
 
getVersion() - Static method in class com.facebook.buck.model.BuckVersion
 
getVersion() - Method in class com.facebook.buck.rules.VersionedTool
 
getVersion() - Method in class com.facebook.buck.swift.SwiftBuckConfig
 
getVersion() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
 
getVersion() - Method in class com.facebook.buck.versions.ExactConstraint
 
getVersionCode() - Method in interface com.facebook.buck.android.AndroidManifestReader
 
getVersionCode() - Method in class com.facebook.buck.android.DefaultAndroidManifestReader
 
getVersionCode() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
 
getVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStatsEvent
 
getVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStatsEvent
 
getVersionControlStatsGenerator() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getVersionControlStatsGenerator() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getVersionDomain() - Method in class com.facebook.buck.versions.VersionInfo
 
getVersionedHeaderDirs() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
 
getVersionedHeaderDirs() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getVersionedResources() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
 
getVersionedResources() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getVersionedSharedLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
 
getVersionedSharedLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getVersionedSrcs() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
 
getVersionedSrcs() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getVersionedStaticLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
 
getVersionedStaticLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getVersionedStaticPicLib() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
 
getVersionedStaticPicLib() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getVersionedSubDir() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
getVersionedTargetGraph(BuckEventBus, TypeCoercerFactory, TargetGraphAndBuildTargets, ImmutableMap<String, VersionUniverse>, ForkJoinPool) - Method in class com.facebook.buck.versions.VersionedTargetGraphCache
 
getVersionedTargetGraphCache() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getVersionedTargetGraphCache() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getVersionedTargetGraphCache() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getVersionGroupType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
getVersionName() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
 
getVersions() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
 
getVersions() - Method in class com.facebook.buck.versions.VersionUniverse
 
getVersionString() - Method in class com.facebook.buck.jvm.java.JavacVersion
 
getVersionString() - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion
 
getVersionString() - Method in class com.facebook.buck.python.PythonVersion
 
getVersionSubdir() - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
 
getVersionUniverse() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
 
getVersionUniverse() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
 
getVersionUniverse() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
 
getVersionUniverse() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getVersionUniverse() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
getVersionUniverse() - Method in interface com.facebook.buck.versions.HasVersionUniverse
 
getVersionUniverse(TargetNode<?, ?>) - Method in class com.facebook.buck.versions.VersionUniverseVersionSelector
 
getVersionUniverses() - Method in class com.facebook.buck.versions.VersionBuckConfig
 
getVersionUniverses() - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
 
getView(Class<T>) - Method in class com.facebook.buck.cli.BuckConfig
Get a ConfigView of this config.
getView(Class<V>) - Method in class com.facebook.buck.config.ConfigViewCache
 
getViewPath() - Method in interface com.facebook.buck.cli.parameter_extractors.ProjectViewParameters
 
getVisibilityChecker() - Method in interface com.facebook.buck.rules.ObeysVisibility
 
getVisibilityChecker() - Method in class com.facebook.buck.rules.TargetNode
getVisibilityPatterns() - Method in class com.facebook.buck.rules.TargetNode
 
getVisibilityPatterns() - Method in class com.facebook.buck.rules.VisibilityChecker
 
getVmaddr() - Method in class com.facebook.buck.macho.SegmentCommand
 
getVmArgs() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
getVmArgs() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
In practice, these may be values such as -Xmx512m.
getVmArgs() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
 
getVmArgs() - Method in interface com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
 
getVmArgs() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
 
getVmArgs() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
 
getVmArgs() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
 
getVmsize() - Method in class com.facebook.buck.macho.SegmentCommand
 
getWallMillisDuration() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
 
getWallMillisDuration() - Method in class com.facebook.buck.timing.ClockDuration
 
getWantsPackagePrefix() - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
Used to make IntelliJ ignore the package name->folder structure convention and assume the given package prefix.
getWarningsFlags() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
 
getWarningsFlags() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getWarningsFlags() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
 
getWasStoreSuccessful() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.AbstractStoreResult
 
getWasStoreSuccessful() - Method in class com.facebook.buck.artifact_cache.StoreResult
 
getWatchAppPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getWatchCells() - Method in class com.facebook.buck.parser.ParserConfig
getWatchman() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getWatchman() - Method in class com.facebook.buck.rules.Cell
 
getWatchmanClient() - Method in class com.facebook.buck.io.Watchman
 
getWatchmanCursor() - Method in class com.facebook.buck.parser.ParserConfig
getWatchmanDiagReport() - Method in interface com.facebook.buck.doctor.DefectReporter.AbstractFileChangesIgnoredReport
 
getWatchmanDiagReport() - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport
 
getWatchmanGlobSanityCheck() - Method in class com.facebook.buck.parser.ParserConfig
getWatchmanGlobStatResults() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getWatchmanQueryTimeoutMs() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getWatchmanQueryTimeoutMs() - Method in class com.facebook.buck.parser.ParserConfig
getWatchmanUseGlobGenerator() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
 
getWatchRoot() - Method in class com.facebook.buck.io.ProjectWatch
 
getWebServer() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getWebServer() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getWeightedListeningExecutorService() - Method in class com.facebook.buck.cli.CommandThreadManager
 
getWeightEstimate() - Method in interface com.facebook.buck.android.DexWithClasses
 
getWhitelist() - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
 
getWhitelistedStringDirectories() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
A set of "res" directories that contain "whitelisted" strings, i.e.
getWhitelistPatterns() - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
 
getWifiSsid() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getWifiSsid() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
 
getWifiSsid() - Static method in class com.facebook.buck.util.environment.NetworkInfo
 
getWithinViewPatterns() - Method in class com.facebook.buck.rules.TargetNode
 
getWithinViewPatterns() - Method in class com.facebook.buck.rules.VisibilityChecker
 
getWord() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
getWords() - Method in class com.facebook.buck.query.SetExpression
 
getWorker() - Method in class com.facebook.buck.js.JsBundleDescriptionArg
 
getWorker() - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
 
getWorkerHash() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getWorkerHash() - Method in class com.facebook.buck.worker.WorkerProcessIdentity
Hash to identify the specific worker pool and kind of a mechanism for invalidating existing pools.
getWorkerJobParamsToUse(Platform) - Method in class com.facebook.buck.shell.WorkerShellStep
 
getWorkerProcessIdentity() - Method in class com.facebook.buck.worker.WorkerProcessParams
Identifies the instance of the persisted worker process pool.
getWorkerProcessParams() - Method in class com.facebook.buck.worker.WorkerJobParams
 
getWorkerProcessPool(ExecutionContext, WorkerProcessParams) - Method in class com.facebook.buck.worker.WorkerProcessPoolFactory
Returns an existing WorkerProcessPool for the given job params if one exists, otherwise creates a new one.
getWorkerProcessPools() - Method in class com.facebook.buck.step.ExecutionContext
Worker process pools that you can populate as needed.
getWorkingDirectory() - Method in class com.facebook.buck.jvm.java.CompilerParameters
 
getWorkingTimeFromLastStartUntilNow(Collection<EventPair>, long) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
Takes a collection of start and finished events.
getWorkspaceFile() - Method in class com.facebook.buck.ide.intellij.WorkspaceUpdater
 
getWorkspaceName() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
 
getWorkspaceNameFromArg(XcodeWorkspaceConfigDescriptionArg) - Static method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription
 
getWriteHeaders() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getWriter(String) - Method in interface com.facebook.buck.log.ConsoleHandlerState
 
getWriters(String) - Method in interface com.facebook.buck.log.LogFileHandlerState
 
getWriteTimeoutSeconds() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getXcconfigPaths() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
 
getXcconfigPaths() - Method in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
getXcodeBuildVersion() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getXcodeCompileScriptPath() - Method in class com.facebook.buck.halide.HalideBuckConfig
 
getXcodeDir() - Method in class com.facebook.buck.io.BuckPaths
 
getXcodeDisableParallelizeBuild() - Method in class com.facebook.buck.apple.AppleConfig
 
getXcodePrivateHeadersSymlinks() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getXcodePrivateHeadersSymlinks() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getXcodePrivateHeadersSymlinks() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getXcodePrivateHeadersSymlinks() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getXcodePrivateHeadersSymlinks() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getXcodeProductType() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
 
getXcodeProductType() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getXcodeProductType() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
 
getXcodePublicHeadersSymlinks() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
 
getXcodePublicHeadersSymlinks() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
getXcodePublicHeadersSymlinks() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
 
getXcodePublicHeadersSymlinks() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
 
getXcodePublicHeadersSymlinks() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
 
getXcodeVersion() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getXctest() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getXctestPlatformNames() - Method in class com.facebook.buck.apple.AppleConfig
 
getXctoolDefaultDestinationSpecifier() - Method in class com.facebook.buck.apple.AppleConfig
 
getXctoolPath() - Method in class com.facebook.buck.apple.AppleConfig
 
getXctoolStutterTimeoutMs() - Method in class com.facebook.buck.apple.AppleConfig
 
getXctoolZipTarget() - Method in class com.facebook.buck.apple.AppleConfig
 
getXzCompressionLevel() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
getYaccCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getYaccCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getZipAbsolutePath() - Method in class com.facebook.buck.zip.ZipScrubberStep
 
getZipalignExecutable() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getZipMembers(Path) - Static method in class com.facebook.buck.util.zip.Unzip
 
getZipSafe() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
 
getZipSafe() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
 
getZipSafe() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
 
GidGenerator - Class in com.facebook.buck.apple.xcode
Generator for Global ID (GID) which are present on every xcode project object.
GidGenerator() - Constructor for class com.facebook.buck.apple.xcode.GidGenerator
 
Glob - Class in com.facebook.buck.skylark.function
A factory for glob built-in function available in build files.
global - Variable in class com.facebook.buck.android.relinker.Symbols
 
GLOBAL_HEADER - Static variable in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
GLOBAL_THIN_HEADER - Static variable in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
GlobalStateManager - Class in com.facebook.buck.log
 
GlobalStateManager() - Constructor for class com.facebook.buck.log.GlobalStateManager
 
GlobalStateManager.LoggerIsMappedToThreadScope - Interface in com.facebook.buck.log
 
GnuArchiver - Class in com.facebook.buck.cxx.toolchain
 
GnuArchiver(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.GnuArchiver
 
GnuLinker - Class in com.facebook.buck.cxx.toolchain.linker
A specialization of Linker containing information specific to the GNU implementation.
GnuLinker(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
GoAssembleStep - Class in com.facebook.buck.go
 
GoAssembleStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, Path, ImmutableList<Path>, GoPlatform, Path) - Constructor for class com.facebook.buck.go.GoAssembleStep
 
GoBinary - Class in com.facebook.buck.go
 
GoBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, Optional<Linker>, SymlinkTree, GoCompile, Tool, ImmutableList<String>, GoPlatform) - Constructor for class com.facebook.buck.go.GoBinary
 
GoBinaryDescription - Class in com.facebook.buck.go
 
GoBinaryDescription(GoBuckConfig) - Constructor for class com.facebook.buck.go.GoBinaryDescription
 
GoBinaryDescriptionArg - Class in com.facebook.buck.go
Immutable implementation of GoBinaryDescription.AbstractGoBinaryDescriptionArg.
GoBinaryDescriptionArg.Builder - Class in com.facebook.buck.go
Builds instances of type GoBinaryDescriptionArg.
GoBuckConfig - Class in com.facebook.buck.go
 
GoBuckConfig(BuckConfig, ProcessExecutor, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.go.GoBuckConfig
 
GoCompile - Class in com.facebook.buck.go
 
GoCompile(BuildTarget, ProjectFilesystem, BuildRuleParams, SymlinkTree, Path, ImmutableMap<Path, Path>, ImmutableSet<SourcePath>, ImmutableList<String>, Tool, ImmutableList<String>, ImmutableList<Path>, Tool, Tool, GoPlatform) - Constructor for class com.facebook.buck.go.GoCompile
 
GoCompileStep - Class in com.facebook.buck.go
 
GoCompileStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, Path, ImmutableList<Path>, ImmutableMap<Path, Path>, ImmutableList<Path>, Optional<Path>, boolean, GoPlatform, Path) - Constructor for class com.facebook.buck.go.GoCompileStep
 
GoLibraryDescription - Class in com.facebook.buck.go
 
GoLibraryDescription(GoBuckConfig) - Constructor for class com.facebook.buck.go.GoLibraryDescription
 
GoLibraryDescriptionArg - Class in com.facebook.buck.go
Immutable implementation of GoLibraryDescription.AbstractGoLibraryDescriptionArg.
GoLibraryDescriptionArg.Builder - Class in com.facebook.buck.go
Builds instances of type GoLibraryDescriptionArg.
GoLinkable - Class in com.facebook.buck.go
Immutable implementation of AbstractGoLinkable.
GoLinkable.Builder - Class in com.facebook.buck.go
Builds instances of type GoLinkable.
GoLinkStep - Class in com.facebook.buck.go
 
GoLinkStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<Path>, GoPlatform, Path, GoLinkStep.LinkMode, Path) - Constructor for class com.facebook.buck.go.GoLinkStep
 
GoPackStep - Class in com.facebook.buck.go
 
GoPackStep(Path, ImmutableMap<String, String>, ImmutableList<String>, GoPackStep.Operation, ImmutableList<Path>, Path) - Constructor for class com.facebook.buck.go.GoPackStep
 
GoPackStep.Operation - Enum in com.facebook.buck.go
 
GoPlatform - Class in com.facebook.buck.go
Immutable implementation of AbstractGoPlatform.
GoPlatform.Builder - Class in com.facebook.buck.go
Builds instances of type GoPlatform.
GoPlatformFlavorDomain - Class in com.facebook.buck.go
 
GoPlatformFlavorDomain(Platform, Architecture, FlavorDomain<CxxPlatform>, Map<String, Platform>, Map<String, Architecture>) - Constructor for class com.facebook.buck.go.GoPlatformFlavorDomain
 
GoPlatformFlavorDomain(Platform, Architecture, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.go.GoPlatformFlavorDomain
 
GoTest - Class in com.facebook.buck.go
 
GoTest(BuildTarget, ProjectFilesystem, BuildRuleParams, GoBinary, ImmutableSet<String>, ImmutableSet<String>, Optional<Long>, boolean, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.go.GoTest
 
GoTestDescription - Class in com.facebook.buck.go
 
GoTestDescription(GoBuckConfig, Optional<Long>) - Constructor for class com.facebook.buck.go.GoTestDescription
 
GoTestDescriptionArg - Class in com.facebook.buck.go
Immutable implementation of GoTestDescription.AbstractGoTestDescriptionArg.
GoTestDescriptionArg.Builder - Class in com.facebook.buck.go
Builds instances of type GoTestDescriptionArg.
GoTestMain - Class in com.facebook.buck.go
 
GoTestMain(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool, ImmutableSet<SourcePath>, Path) - Constructor for class com.facebook.buck.go.GoTestMain
 
GoTestMainStep - Class in com.facebook.buck.go
 
GoTestMainStep(Path, ImmutableMap<String, String>, ImmutableList<String>, String, ImmutableMap<Path, ImmutableMap<String, Path>>, Path, ImmutableList<Path>, Path) - Constructor for class com.facebook.buck.go.GoTestMainStep
 
GoTestStep - Class in com.facebook.buck.go
Run a go test command and stream the output to a file.
GoTestStep(ProjectFilesystem, Path, ImmutableList<String>, ImmutableMap<String, String>, Path, Optional<Long>, Path) - Constructor for class com.facebook.buck.go.GoTestStep
 
GraphEnhancementQueryEnvironment - Class in com.facebook.buck.rules.query
A query environment that can be used for graph-enhancement, including macro expansion or dynamic dependency resolution.
GraphEnhancementQueryEnvironment(Optional<BuildRuleResolver>, Optional<TargetGraph>, CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, Set<BuildTarget>) - Constructor for class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
GraphqlLibrary - Class in com.facebook.buck.graphql
 
GraphqlLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.graphql.GraphqlLibrary
 
GraphqlLibraryDescription - Class in com.facebook.buck.graphql
 
GraphqlLibraryDescription() - Constructor for class com.facebook.buck.graphql.GraphqlLibraryDescription
 
GraphqlLibraryDescriptionArg - Class in com.facebook.buck.graphql
Immutable implementation of GraphqlLibraryDescription.AbstractGraphqlLibraryDescriptionArg.
GraphqlLibraryDescriptionArg.Builder - Class in com.facebook.buck.graphql
Builds instances of type GraphqlLibraryDescriptionArg.
GraphTraversable<T> - Interface in com.facebook.buck.graph
 
GRAYSCALE_IMAGE_IDENTIFIER - Static variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
GroovyBuckConfig - Class in com.facebook.buck.jvm.groovy
 
GroovyBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.jvm.groovy.GroovyBuckConfig
 
GroovyConfiguredCompilerFactory - Class in com.facebook.buck.jvm.groovy
 
GroovyConfiguredCompilerFactory(GroovyBuckConfig) - Constructor for class com.facebook.buck.jvm.groovy.GroovyConfiguredCompilerFactory
 
GroovyLibraryDescription - Class in com.facebook.buck.jvm.groovy
 
GroovyLibraryDescription(GroovyBuckConfig, JavacOptions) - Constructor for class com.facebook.buck.jvm.groovy.GroovyLibraryDescription
 
GroovyLibraryDescription.CoreArg - Interface in com.facebook.buck.jvm.groovy
 
GroovyLibraryDescriptionArg - Class in com.facebook.buck.jvm.groovy
Immutable implementation of GroovyLibraryDescription.AbstractGroovyLibraryDescriptionArg.
GroovyLibraryDescriptionArg.Builder - Class in com.facebook.buck.jvm.groovy
Builds instances of type GroovyLibraryDescriptionArg.
GroovyLibraryModuleRule - Class in com.facebook.buck.ide.intellij.lang.groovy
 
GroovyLibraryModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.groovy.GroovyLibraryModuleRule
 
GroovyTestDescription - Class in com.facebook.buck.jvm.groovy
 
GroovyTestDescription(GroovyBuckConfig, JavaOptions, JavacOptions, Optional<Long>) - Constructor for class com.facebook.buck.jvm.groovy.GroovyTestDescription
 
GroovyTestDescriptionArg - Class in com.facebook.buck.jvm.groovy
Immutable implementation of GroovyTestDescription.AbstractGroovyTestDescriptionArg.
GroovyTestDescriptionArg.Builder - Class in com.facebook.buck.jvm.groovy
Builds instances of type GroovyTestDescriptionArg.
GroovyTestModuleRule - Class in com.facebook.buck.ide.intellij.lang.groovy
 
GroovyTestModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.groovy.GroovyTestModuleRule
 
GroupedSource - Class in com.facebook.buck.apple
Immutable implementation of AbstractGroupedSource.
GroupedSource.Builder - Class in com.facebook.buck.apple
Builds instances of type GroupedSource.
GuavaRuleKeyHasher - Class in com.facebook.buck.rules.keys.hasher
An implementation of RuleKeyHasher that wraps Guava's Hasher.
GuavaRuleKeyHasher(Hasher) - Constructor for class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
GWT_MODULE_FLAVOR - Static variable in interface com.facebook.buck.jvm.java.JavaLibrary
This Buildable is expected to support the GWT flavor, which is a BuildRule whose output file is a JAR containing the files necessary to use this JavaLibrary as a GWT module.
GwtBinary - Class in com.facebook.buck.gwt
Buildable that produces a GWT application as a WAR file, which is a zip of the outputs produced by the GWT compiler.
GwtBinaryDescription - Class in com.facebook.buck.gwt
 
GwtBinaryDescription(JavaOptions) - Constructor for class com.facebook.buck.gwt.GwtBinaryDescription
 
GwtBinaryDescriptionArg - Class in com.facebook.buck.gwt
Immutable implementation of GwtBinaryDescription.AbstractGwtBinaryDescriptionArg.
GwtBinaryDescriptionArg.Builder - Class in com.facebook.buck.gwt
Builds instances of type GwtBinaryDescriptionArg.
GwtModule - Class in com.facebook.buck.gwt
BuildRule whose output file is a JAR containing the .java files and resources suitable for a GWT module.

H

HALIDE_COMPILE_FLAVOR - Static variable in class com.facebook.buck.halide.HalideLibraryDescription
 
HALIDE_COMPILER_FLAVOR - Static variable in class com.facebook.buck.halide.HalideLibraryDescription
 
HALIDE_SECTION_NAME - Static variable in class com.facebook.buck.halide.HalideBuckConfig
 
HALIDE_XCODE_COMPILE_SCRIPT_KEY - Static variable in class com.facebook.buck.halide.HalideBuckConfig
 
HalideBuckConfig - Class in com.facebook.buck.halide
A Halide-specific "view" of BuckConfig.
HalideBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.halide.HalideBuckConfig
 
HalideCompile - Class in com.facebook.buck.halide
 
HalideCompile(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool, String, Optional<ImmutableList<String>>, Optional<String>) - Constructor for class com.facebook.buck.halide.HalideCompile
 
HalideCompilerStep - Class in com.facebook.buck.halide
 
HalideCompilerStep(Path, ImmutableMap<String, String>, ImmutableList<String>, Path, String, String, Optional<ImmutableList<String>>) - Constructor for class com.facebook.buck.halide.HalideCompilerStep
 
HalideLibrary - Class in com.facebook.buck.halide
 
HalideLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, Optional<Pattern>) - Constructor for class com.facebook.buck.halide.HalideLibrary
 
HalideLibraryDescription - Class in com.facebook.buck.halide
 
HalideLibraryDescription(CxxBuckConfig, CxxPlatform, FlavorDomain<CxxPlatform>, HalideBuckConfig) - Constructor for class com.facebook.buck.halide.HalideLibraryDescription
 
HalideLibraryDescriptionArg - Class in com.facebook.buck.halide
Immutable implementation of HalideLibraryDescription.AbstractHalideLibraryDescriptionArg.
HalideLibraryDescriptionArg.Builder - Class in com.facebook.buck.halide
Builds instances of type HalideLibraryDescriptionArg.
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class com.facebook.buck.httpserver.ArtifactCacheHandler
 
handleConsoleEvent(ConsoleEvent) - Method in class com.facebook.buck.event.listener.LoggingBuildListener
 
handleFallback(Object) - Method in class com.facebook.buck.event.listener.LoggingBuildListener
 
handleLine(String) - Method in interface com.facebook.buck.util.InputStreamConsumer.Handler
 
handshake(int) - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandReceiver
 
handshake(int) - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandSender
 
handshake(int) - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandReceiver
 
handshake(int) - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandSender
 
HangMonitor - Class in com.facebook.buck.cli
 
HangMonitor(Consumer<String>, Duration) - Constructor for class com.facebook.buck.cli.HangMonitor
 
HangMonitor.AutoStartInstance - Class in com.facebook.buck.cli
 
HasAndroidResourceDeps - Interface in com.facebook.buck.android
Indicates that this class may have android resources that should be packaged into an APK.
HasAppleBundleFields - Interface in com.facebook.buck.apple
 
HasAppleBundleResourcesDescription<T> - Interface in com.facebook.buck.apple
 
HasAppleDebugSymbolDeps - Interface in com.facebook.buck.cxx
Returns all archives and object files, or other instances of HasAppleDebugSymbolDeps.
hasAssumptionViolations() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
 
hasAssumptionViolations() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
 
hasAssumptionViolations() - Method in class com.facebook.buck.test.TestCaseSummary
 
hasAssumptionViolations() - Method in class com.facebook.buck.test.TestResults
 
hasAtLeastOneWriteableCache() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
HasBrokenCaching - Interface in com.facebook.buck.rules.modern
Used to indicate that this Buildable shouldn't be cached.
HasBrokenInputBasedRuleKey - Interface in com.facebook.buck.rules.modern
Used to indicate that this Buildable's input-based key doesn't properly reflect all the inputs to this rule.
HasClasspathEntries - Interface in com.facebook.buck.jvm.java
Implemented by build rules where the output has a classpath environment.
HasContacts - Interface in com.facebook.buck.rules
 
HasDeclaredAndExtraDeps - Interface in com.facebook.buck.rules
Some rules have a legacy behavior of distinguishing between "declared" deps (i.e.
HasDeclaredDeps - Interface in com.facebook.buck.rules
 
HasDefaultFlavors - Interface in com.facebook.buck.model
A constructor arg of rules which have default flavors.
HasDefaultPlatform - Interface in com.facebook.buck.rules
A constructor arg of rules which have a default platform.
HasDepsQuery - Interface in com.facebook.buck.rules
 
hasDiff - Variable in enum com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator.Mode
 
hasElementClass(Class<?>[]) - Method in class com.facebook.buck.rules.coercer.BuildTargetMacroTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.CollectionTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.EitherTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.LeafTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpecTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.OcamlSourceTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.PairTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SortedMapTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SourceListTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsListTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.StringWithMacrosTypeCoercer
 
hasElementClass(Class<?>...) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
Returns whether the leaf nodes of this type coercer outputs value that is an instance of the given class or its subclasses.
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
 
hasElementTypes(Class<?>...) - Method in class com.facebook.buck.rules.coercer.ParamInfo
 
hasEntries() - Method in class com.facebook.buck.util.zip.DeterministicManifest
 
hasFilePathSizeLimitations() - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
hasFilePathSizeLimitations() - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
hasFilePathSizeLimitations() - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
 
hasFilePathSizeLimitations() - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
https://msdn.microsoft.com/en-us/library/ts7eyw4s.aspx - LNK1104 error if Path for filename expands to more than 260 characters.
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidBinaryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidResourceDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleBundleDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.ApplePackageDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleResourceDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleTestDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.CoreDataModelDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.SceneKitAssetsDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.XcodePrebuildScriptDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.go.GoBinaryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.go.GoLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.go.GoTestDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.halide.HalideLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.js.IosReactNativeLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.js.JsBundleDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.js.JsLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in interface com.facebook.buck.model.Flavored
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rust.RustBinaryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rust.RustLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rust.RustTestDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.swift.SwiftLibraryDescription
 
hasFocus() - Method in class com.facebook.buck.apple.project_generator.FocusedModuleTargetMatcher
Returns whether any focus is set.
hash() - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
hash() - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
hash() - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
hash() - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
Computes the final hash.
hash() - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
hashCode() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
Computes a hash code from attributes: type, name, lineNumber, columnNumber, resourceFilePath.
hashCode() - Method in class com.facebook.buck.android.aapt.FakeRDotTxtEntryWithID
 
hashCode() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
Computes a hash code from attributes: resPaths, outFolderPath, tmpFolderPath.
hashCode() - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
hashCode() - Method in class com.facebook.buck.android.AaptOutputInfo
Computes a hash code from attributes: pathToRDotTxt, primaryResourcesApkPath, androidManifestXml, aaptGeneratedProguardConfigFile.
hashCode() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Computes a hash code from attributes: manifestSkeleton, buildConfigValues, includeBuildConfigClass, manifest, resourceUnionPackage, finalRName, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, requiredForSourceAbi, deps, providedDeps, srcs, tests, language, extraKotlincArguments, depsQuery, providedDepsQuery.
hashCode() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
Computes a hash code from attributes: applicationModuleConfigs, noDx, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
Computes a hash code from attributes: packageableCollection, finalDeps, aPKModuleGraph.
hashCode() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Computes a hash code from attributes: manifest, keystore, packageType, noDx, useSplitDex, minimizePrimaryDexSize, disablePreDex, exopackage, exopackageModes, dexCompression, androidSdkProguardConfig, useAndroidProguardConfigWithOptimizations, optimizationPasses, proguardJvmArgs, proguardConfig, resourceCompression, skipCrunchPngs, includesVectorDrawables, noAutoVersionResources, primaryDexPatterns, primaryDexClassesFile, primaryDexScenarioFile, primaryDexScenarioOverflowAllowed, secondaryDexHeadClassesFile, secondaryDexTailClassesFile, applicationModuleTargets, androidAppModularityResult, applicationModuleConfigs, linearAllocHardLimit, resourceFilter, isCacheable, duplicateResourceBehavior, allowedDuplicateResourceTypes, bannedDuplicateResourceTypes, aaptMode, trimResourceIds, keepResourcePattern, resourceUnionPackage, locales, buildStringSourceMap, cpuFilters, preprocessJavaClassesDeps, preprocessJavaClassesBash, reorderClassesIntraDex, dexReorderToolFile, dexReorderDataDumpFile, xzCompressionLevel, packageAssetLibraries, compressAssetLibraries, nativeLibraryMergeMap, nativeLibraryMergeGlue, nativeLibraryMergeCodeGenerator, nativeLibraryMergeLocalizedSymbols, nativeLibraryProguardConfigGenerator, enableRelinker, relinkerWhitelist, manifestEntries, buildConfigValues, redex, redexConfig, redexExtraArgs, postFilterResourcesCmd, buildConfigValuesFile, skipProguard, effectiveBannedDuplicateResourceTypes, name, licenses, labels, deps, tests.
hashCode() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
Computes a hash code from attributes: pathToRDotTxt, rDotJavaDir, primaryResourcesApkPath, androidManifestXml, aaptGeneratedProguardConfigFile, packageStringAssets, primaryApkAssetZips, exoResources.
hashCode() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
Computes a hash code from attributes: getPackage, values, valuesFile, name, licenses, labels.
hashCode() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Computes a hash code from attributes: packageableCollection, copyNativeLibraries, packageStringAssets, preDexMerge, proguardConfigs, packageAssetLibraries, primaryResourcesApkPath, primaryApkAssetZips, exoResources, compiledUberRDotJava, classpathEntriesToDex, androidManifestPath, sourcePathToAaptGeneratedProguardConfigFile, aPKModuleGraph.
hashCode() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
Computes a hash code from attributes: manifest, apk, includesVectorDrawables, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
Computes a hash code from attributes: apk, name, licenses, labels, contacts, testRuleTimeoutMs.
hashCode() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Computes a hash code from attributes: pathToAdbExecutable, directoryForTestResults, testPackage, testRunner, ddmlibJarPath, kxmlJarPath, guavaJarPath, androidToolsCommonJarPath, deviceSerial, instrumentationApkPath, apkUnderTestPath, testFilter, testRunnerClasspath.
hashCode() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Computes a hash code from attributes: manifest, resourceUnionPackage, finalRName, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, requiredForSourceAbi, deps, providedDeps, srcs, tests, language, extraKotlincArguments, depsQuery, providedDepsQuery.
hashCode() - Method in class com.facebook.buck.android.AndroidLinkableMetadata
Computes a hash code from attributes: soName, targetCpuType, apkModule.
hashCode() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
Computes a hash code from attributes: skeleton, deps, name, licenses, labels.
hashCode() - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Computes a hash code from attributes: copyNativeLibraries, unstrippedLibraries, sonameMergeMap, sharedObjectTargets.
hashCode() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Computes a hash code from attributes: aar, sourceJar, javadocUrl, requiredForSourceAbi, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Computes a hash code from attributes: res, assets, projectRes, projectAssets, hasWhitelistedStrings, getPackage, manifest, resourceUnion, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Computes a hash code from attributes: apk, isCacheable, out, bash, cmd, cmdExe, srcs, name, licenses, labels, tests.
hashCode() - Method in class com.facebook.buck.android.ApkInfo
Computes a hash code from attributes: manifestPath, apkPath, exopackageInfo.
hashCode() - Method in class com.facebook.buck.android.apkmodule.APKModule
Computes a hash code from attributes: name, rootModule, canaryClassName.
hashCode() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
hashCode() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo
Computes a hash code from attributes: metadata, directory.
hashCode() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
Computes a hash code from attributes: dexInfo, nativeLibsInfo, resourcesInfo.
hashCode() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo
Computes a hash code from attributes: metadata, directory.
hashCode() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo
Computes a hash code from attributes: resourcesPaths.
hashCode() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
Computes a hash code from attributes: aidl, importPath, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.android.GenerateBuildConfigStep
 
hashCode() - Method in class com.facebook.buck.android.GenerateManifestStep
 
hashCode() - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
Computes a hash code from attributes: soname, linkables.
hashCode() - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
Computes a hash code from attributes: mergedLinkables, mergedLinkablesAssets, sonameMapping, sharedObjectTargets.
hashCode() - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
Computes a hash code from attributes: type, version, gccVersion.
hashCode() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Computes a hash code from attributes: toolchain, toolchainTarget, targetArch, targetArchAbi, targetAppPlatform, compiler, compilerFlags, assemblerFlags, linkerFlags.
hashCode() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Computes a hash code from attributes: flags, isAsset, name, licenses, labels, deps, srcs.
hashCode() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Computes a hash code from attributes: resourceDetails, nativeLibsTargets, nativeLinkables, nativeLinkablesAssets, nativeLibsDirectories, nativeLibAssetsDirectories, assetsDirectories, proguardConfigs, classpathEntriesToDex, moduleMappedClasspathEntriesToDex, noDxClasspathEntries, buildConfigs, pathsToThirdPartyJars, javaLibrariesToDex, classNamesToHashesSupplier.
hashCode() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
Computes a hash code from attributes: resourceDirectories, whitelistedStringDirectories, resourcesWithNonEmptyResDir, resourcesWithEmptyResButNonEmptyAssetsDir, hasResources.
hashCode() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
Computes a hash code from attributes: isAsset, nativeLibs, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.android.ProGuardObfuscateStep
 
hashCode() - Method in class com.facebook.buck.android.redex.RedexOptions
Computes a hash code from attributes: redex, redexConfig, redexExtraArgs.
hashCode() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Computes a hash code from attributes: robolectricRuntimeDependency, robolectricManifest, useOldStyleableFormat, forceFinalResourceIds, vmArgs, testType, runTestSeparately, forkMode, stdErrLogLevel, stdOutLogLevel, useCxxLibraries, cxxLibraryWhitelist, testCaseTimeoutMs, env, defaultCxxPlatform, contacts, testRuleTimeoutMs, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, requiredForSourceAbi, deps, providedDeps, srcs, tests, language, extraKotlincArguments.
hashCode() - Method in class com.facebook.buck.android.StrippedObjectDescription
Computes a hash code from attributes: sourcePath, strippedObjectName, targetCpuType, apkModule.
hashCode() - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform
Computes a hash code from attributes: cxxPlatform, cxxRuntime, objdump, cxxSharedRuntimePath.
hashCode() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Computes a hash code from attributes: dirs, appIcon, launchImage, optimization, name, licenses, labels.
hashCode() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Computes a hash code from attributes: infoPlist, infoPlistSubstitutions, configs, headerPathPrefix, exportedHeaders, exportedPlatformHeaders, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLinkerFlags, exportedPlatformLinkerFlags, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, soname, forceStatic, linkWhole, canBeAsset, preferredLinkage, xcodePublicHeadersSymlinks, xcodePrivateHeadersSymlinks, extraXcodeSources, extraXcodeFiles, reexportAllHeaderDependencies, bridgingHeader, moduleName, exportedCxxDeps, cxxDeps, linkStyle, thinLto, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, privateCxxDeps, name, licenses, labels, deps, defaultPlatform, tests, frameworks, libraries, swiftCompilerFlags, swiftVersion.
hashCode() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Computes a hash code from attributes: binary, deps, name, licenses, labels, extension, infoPlist, productName, xcodeProductType, infoPlistSubstitutions, defaultPlatform, tests.
hashCode() - Method in class com.facebook.buck.apple.AppleBundleDestinations
Computes a hash code from attributes: metadataPath, resourcesPath, executablesPath, frameworksPath, plugInsPath, watchAppPath, headersPath, modulesPath.
hashCode() - Method in class com.facebook.buck.apple.AppleBundleResources
Computes a hash code from attributes: resourceDirs, dirsContainingResourceDirs, resourceFiles, resourceVariantFiles.
hashCode() - Method in class com.facebook.buck.apple.AppleCxxPlatform
Computes a hash code from attributes: cxxPlatform, swiftPlatform, appleSdk, appleSdkPaths, buildVersion, minVersion, actool, ibtool, momc, copySceneKitAssets, xctest, dsymutil, lipo, stubBinary, lldb, codesignProvider, codesignAllocate, xcodeVersion, xcodeBuildVersion.
hashCode() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Computes a hash code from attributes: infoPlist, infoPlistSubstitutions, modular, configs, headerPathPrefix, exportedHeaders, exportedPlatformHeaders, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLinkerFlags, exportedPlatformLinkerFlags, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, soname, forceStatic, linkWhole, canBeAsset, preferredLinkage, xcodePublicHeadersSymlinks, xcodePrivateHeadersSymlinks, extraXcodeSources, extraXcodeFiles, reexportAllHeaderDependencies, bridgingHeader, moduleName, exportedCxxDeps, cxxDeps, linkStyle, thinLto, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, privateCxxDeps, name, licenses, labels, deps, defaultPlatform, tests, frameworks, libraries, swiftCompilerFlags, swiftVersion.
hashCode() - Method in class com.facebook.buck.apple.ApplePackageConfig
Computes a hash code from attributes: command, extension.
hashCode() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Computes a hash code from attributes: config, sdkVersion, platformBuildVersion, sdkPath.
hashCode() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
Computes a hash code from attributes: bundle, name, licenses, labels.
hashCode() - Method in class com.facebook.buck.apple.ApplePlatform
Computes a hash code from attributes: name, swiftName, provisioningProfileName, architectures, minVersionFlagPrefix, stubBinaryPath, appIncludesFrameworks.
hashCode() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Computes a hash code from attributes: dirs, files, variants, resourcesFromDeps, name, licenses, labels.
hashCode() - Method in class com.facebook.buck.apple.AppleSdk
Computes a hash code from attributes: name, version, applePlatform, architectures, toolchains.
hashCode() - Method in class com.facebook.buck.apple.AppleSdkPaths
Computes a hash code from attributes: developerPath, toolchainPaths, platformPath, sdkPath.
hashCode() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Computes a hash code from attributes: runTestSeparately, isUiTest, testHostApp, snapshotReferenceImagesPath, destinationSpecifier, configs, headerPathPrefix, exportedHeaders, exportedPlatformHeaders, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLinkerFlags, exportedPlatformLinkerFlags, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, soname, forceStatic, linkWhole, canBeAsset, preferredLinkage, xcodePublicHeadersSymlinks, xcodePrivateHeadersSymlinks, extraXcodeSources, extraXcodeFiles, reexportAllHeaderDependencies, bridgingHeader, moduleName, exportedCxxDeps, cxxDeps, linkStyle, thinLto, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, privateCxxDeps, name, licenses, labels, deps, defaultPlatform, tests, frameworks, libraries, swiftCompilerFlags, swiftVersion, infoPlist, xcodeProductType, infoPlistSubstitutions, contacts, testRuleTimeoutMs.
hashCode() - Method in class com.facebook.buck.apple.AppleToolchain
Computes a hash code from attributes: identifier, version, path.
hashCode() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
Computes a hash code from attributes: path, name, licenses, labels.
hashCode() - Method in class com.facebook.buck.apple.CodeSignIdentity
Computes a hash code from attributes: fingerprint, subjectCommonName.
hashCode() - Method in class com.facebook.buck.apple.GroupedSource
Computes a hash code from attributes: type, sourceWithFlags, sourcePath, sourceGroupName, sourceGroupPathRelativeToTarget, sourceGroup.
hashCode() - Method in class com.facebook.buck.apple.MultiarchFileInfo
Computes a hash code from attributes: fatTarget, thinTargets, representativePlatform.
hashCode() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Computes a hash code from attributes: framework, supportedPlatformsRegex, exportedLinkerFlags, exportedPlatformLinkerFlags, preferredLinkage, name, licenses, labels, deps, frameworks, libraries.
hashCode() - Method in class com.facebook.buck.apple.project_generator.CopyInXcode
Computes a hash code from attributes: sourceType, sourcePath, destinationBase, destinationPath.
hashCode() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Computes a hash code from attributes: projectPath, projectGenerated, requiredBuildTargets, xcconfigPaths, filesToCopyInXcode, buildTargetToGeneratedTargetMap.
hashCode() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Computes a hash code from attributes: appID, expirationDate, uUID, profilePath, platforms, entitlements, developerCertificateFingerprints.
hashCode() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
Computes a hash code from attributes: name, udid, simulatorState.
hashCode() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Computes a hash code from attributes: supportedProductFamilyIDs, supportedArchitectures.
hashCode() - Method in class com.facebook.buck.apple.TestHostInfo
Computes a hash code from attributes: testHostApp, testHostAppBinarySourcePath, blacklist.
hashCode() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
Computes a hash code from attributes: destination, path.
hashCode() - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
Computes a hash code from attributes: identifier.
hashCode() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
hashCode() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
Computes a hash code from attributes: outputs, cmd, name, licenses, labels, srcs.
hashCode() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Computes a hash code from attributes: srcTarget, extraTests, extraTargets, workspaceName, actionConfigNames, extraSchemes, isRemoteRunnable, explicitRunnablePath, launchStyle, name, licenses, labels.
hashCode() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
Computes a hash code from attributes: httpCacheEntries, dirCacheEntries, sQLiteCacheEntries.
hashCode() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
 
hashCode() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Computes a hash code from attributes: ruleKeys, metadata, buildTarget, repository.
hashCode() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
Computes a hash code from attributes: cacheHitsPerMode, cacheErrorsPerMode, totalCacheHits, totalCacheErrors, totalCacheMisses, totalCacheIgnores, totalCacheLocalKeyUnchangedHits, successUploadCount, failureUploadCount.
hashCode() - Method in class com.facebook.buck.artifact_cache.CacheResult
Computes a hash code from attributes: type, cacheSource, cacheMode, cacheError, metadata, artifactSizeBytes, twoLevelContentHashKey.
hashCode() - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
Computes a hash code from attributes: name, cacheDir, maxSizeBytes, cacheReadMode.
hashCode() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Computes a hash code from attributes: ruleKeys, expectedHashCode, actualHashCode, artifactOnlyHashCode, responseSizeBytes, metadata.
hashCode() - Method in class com.facebook.buck.artifact_cache.FetchResult
Computes a hash code from attributes: responseSizeBytes, buildTarget, associatedRuleKeys, artifactSizeBytes, artifactContentHash, cacheResult.
hashCode() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Computes a hash code from attributes: responseSizeBytes, fetchResult, requestedRuleKey, artifactContentHash, artifactSizeBytes, errorMessage, associatedRuleKeys.
hashCode() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Computes a hash code from attributes: requestSizeBytes, wasStoreSuccessful, ruleKeys, artifactContentHash, artifactSizeBytes, errorMessage.
hashCode() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Computes a hash code from attributes: url, connectTimeoutSeconds, readTimeoutSeconds, writeTimeoutSeconds, readHeaders, writeHeaders, cacheReadMode, blacklistedWifiSsids, errorMessageFormat, maxStoreSize.
hashCode() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Computes a hash code from attributes: ruleKeys, expectedHashCode, actualHashCode, artifactOnlyHashCode, responseSizeBytes, metadata.
hashCode() - Method in class com.facebook.buck.artifact_cache.MultiFetchResult
Computes a hash code from attributes: results.
hashCode() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Computes a hash code from attributes: cacheName, cacheMode, repository, scheduleType, fetchClient, storeClient, cacheReadMode, projectFilesystem, buckEventBus, httpFetchExecutorService, httpWriteExecutorService, errorTextTemplate, maxStoreSizeBytes.
hashCode() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
Computes a hash code from attributes: buildTarget, ruleKey, requestTimestampMillis, ruleKeyType, cacheResult, twoLevelContentHashKey.
hashCode() - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
Computes a hash code from attributes: name, cacheDir, maxSizeBytes, maxInlinedSizeBytes, cacheReadMode.
hashCode() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Computes a hash code from attributes: rawKeys, ruleKeys, expectedHashCode, actualHashCode, artifactOnlyHashCode, responseSizeBytes, metadata.
hashCode() - Method in class com.facebook.buck.artifact_cache.StoreResult
Computes a hash code from attributes: requestSizeBytes, artifactContentHash, wasStoreSuccessful.
hashCode() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
Computes a hash code from attributes: artifactContentHashCode, artifactSizeBytes.
hashCode() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Computes a hash code from attributes: fileNameLength, fileModificationTimestamp, ownerId, groupId, fileMode, fileSize, fileName, headerOffset, headerSize, fileOffset.
hashCode() - Method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder.Result
 
hashCode() - Method in class com.facebook.buck.cli.BuckConfig
 
hashCode() - Method in class com.facebook.buck.cli.CommandRunnerParams
Computes a hash code from attributes: console, stdIn, cell, versionedTargetGraphCache, artifactCacheFactory, typeCoercerFactory, parser, buckEventBus, androidPlatformTargetSupplier, platform, environment, javaPackageFinder, clock, versionControlStatsGenerator, processManager, webServer, persistentWorkerPools, buckConfig, fileHashCache, executors, scheduledExecutor, buildEnvironmentDescription, actionGraphCache, knownBuildRuleTypesFactory, sdkEnvironment, buildInfoStoreManager, invocationInfo, defaultRuleKeyFactoryCacheRecycler.
hashCode() - Method in class com.facebook.buck.cli.ConfigValue
Computes a hash code from attributes: key, section, property, value.
hashCode() - Method in class com.facebook.buck.cli.InstallResult
Computes a hash code from attributes: exitCode, launchedPid.
hashCode() - Method in class com.facebook.buck.cli.ShowOptions
Computes a hash code from attributes: outputPath, generatedSourcePath, ruleKey, targetHash.
hashCode() - Method in class com.facebook.buck.cli.TestRun
Computes a hash code from attributes: test, steps, testResultsCallable, testReportingCallback.
hashCode() - Method in class com.facebook.buck.command.BuildExecutionResult
Computes a hash code from attributes: results, failures.
hashCode() - Method in class com.facebook.buck.config.CellConfig
Computes a hash code from attributes: values.
hashCode() - Method in class com.facebook.buck.config.Config
 
hashCode() - Method in class com.facebook.buck.config.RawConfig
Computes a hash code from attributes: values.
hashCode() - Method in class com.facebook.buck.counters.Counter
 
hashCode() - Method in class com.facebook.buck.counters.CounterInfo
Computes a hash code from attributes: category, name, tags.
hashCode() - Method in class com.facebook.buck.counters.CounterSnapshot
Computes a hash code from attributes: category, tags, tagSets, values.
hashCode() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Computes a hash code from attributes: linkDepsQueryWhole, linkStyle, thinLto, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, cxxDeps, privateCxxDeps, name, licenses, labels, deps, defaultPlatform, tests, frameworks, libraries, versionUniverse, depsQuery.
hashCode() - Method in class com.facebook.buck.cxx.CxxBridgingHeaders
Returns a precomputed-on-construction hash code from attributes: includeType, bridgingHeader.
hashCode() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Computes a hash code from attributes: directory, file, arguments, command.
hashCode() - Method in class com.facebook.buck.cxx.CxxDeps
Computes a hash code from attributes: deps, platformDeps.
hashCode() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Computes a hash code from attributes: out, bash, cmd, cmdExe, type, srcs, name, licenses, labels, tests.
hashCode() - Method in class com.facebook.buck.cxx.CxxHeadersDir
Computes a hash code from attributes: includeType, root.
hashCode() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Computes a hash code from attributes: exportedHeaders, exportedPlatformHeaders, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLinkerFlags, exportedPlatformLinkerFlags, exportedDeps, exportedPlatformDeps, supportedPlatformsRegex, soname, forceStatic, linkWhole, canBeAsset, preferredLinkage, xcodePublicHeadersSymlinks, xcodePrivateHeadersSymlinks, extraXcodeSources, extraXcodeFiles, reexportAllHeaderDependencies, bridgingHeader, moduleName, exportedCxxDeps, cxxDeps, linkStyle, thinLto, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, privateCxxDeps, name, licenses, labels, deps, defaultPlatform, tests, frameworks, libraries.
hashCode() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
Computes a hash code from attributes: src, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Computes a hash code from attributes: preprocessorFlags, includes, frameworks, rules.
hashCode() - Method in class com.facebook.buck.cxx.CxxSource
Computes a hash code from attributes: type, path, flags.
hashCode() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Computes a hash code from attributes: projectFilesystem, baseBuildTarget, resolver, pathResolver, ruleFinder, cxxBuckConfig, cxxPlatform, cxxPreprocessorInput, compilerFlags, prefixHeader, precompiledHeader, picType, sandboxTree.
hashCode() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Returns a precomputed-on-construction hash code from attributes: includeType, root, includeRoot, headerMap, buildTarget.
hashCode() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Computes a hash code from attributes: framework, env, args, runTestSeparately, useDefaultTestMain, resources, additionalCoverageTargets, linkDepsQueryWhole, linkStyle, thinLto, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, cxxDeps, privateCxxDeps, name, licenses, labels, deps, defaultPlatform, tests, frameworks, libraries, versionUniverse, depsQuery, contacts, testRuleTimeoutMs.
hashCode() - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
Computes a hash code from attributes: target, versionSubdir, includeDirs, libDir, libName.
hashCode() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Computes a hash code from attributes: platformFlags, ruleFlags.
hashCode() - Method in class com.facebook.buck.cxx.FrameworkDependencies
Computes a hash code from attributes: sourcePaths.
hashCode() - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
Computes a hash code from attributes: platformFlags, ruleFlags.
hashCode() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Computes a hash code from attributes: target, headerDirs, platformHeaderDirs, versionedHeaderDirs, sharedLib, platformSharedLib, versionedSharedLib, staticLib, platformStaticLib, versionedStaticLib, staticPicLib, platformStaticPicLib, versionedStaticPicLib.
hashCode() - Method in class com.facebook.buck.cxx.OmnibusLibraries
Computes a hash code from attributes: roots, libraries.
hashCode() - Method in class com.facebook.buck.cxx.OmnibusLibrary
Computes a hash code from attributes: soname, path.
hashCode() - Method in class com.facebook.buck.cxx.OmnibusRoot
Computes a hash code from attributes: path.
hashCode() - Method in class com.facebook.buck.cxx.OmnibusRoots
Computes a hash code from attributes: includedRoots, excludedRoots.
hashCode() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Computes a hash code from attributes: headerDirs, platformHeaderDirs, versionedHeaderDirs, sharedLib, platformSharedLib, versionedSharedLib, staticLib, platformStaticLib, versionedStaticLib, staticPicLib, platformStaticPicLib, versionedStaticPicLib, includeDirs, libName, libDir, headerOnly, exportedHeaders, exportedPlatformHeaders, headerNamespace, provided, linkWhole, forceStatic, preferredLinkage, exportedPreprocessorFlags, exportedPlatformPreprocessorFlags, exportedLangPreprocessorFlags, exportedLinkerFlags, exportedPlatformLinkerFlags, soname, linkWithoutSoname, canBeAsset, frameworks, libraries, exportedDeps, supportedPlatformsRegex, versionedSubDir, supportsSharedLibraryInterface, supportsMergedLinking, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription
Returns a constant hash code value.
hashCode() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Computes a hash code from attributes: exportedPreprocessorFlags, includeDirs, staticLink, staticLibs, staticPicLink, staticPicLibs, sharedLink, sharedLibs, providedSharedLibs, exportedDeps, supportedPlatformsRegex, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
Computes a hash code from attributes: sourceType, sourceFlags.
hashCode() - Method in class com.facebook.buck.cxx.PreprocessorFlags
Computes a hash code from attributes: prefixHeader, otherFlags, includes, frameworkPaths.
hashCode() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Computes a hash code from attributes: flavor, as, asflags, aspp, asppflags, cc, cflags, cxx, cxxflags, cpp, cppflags, cxxpp, cxxppflags, cudapp, cudappflags, cuda, cudaflags, asmpp, asmppflags, asm, asmflags, ld, ldflags, runtimeLdflags, strip, stripFlags, ar, arflags, ranlib, ranlibflags, symbolNameTool, sharedLibraryExtension, sharedLibraryVersionedExtensionFormat, staticLibraryExtension, objectFileExtension, compilerDebugPathSanitizer, assemblerDebugPathSanitizer, headerVerification, flagMacros, sharedLibraryInterfaceParams, binaryExtension, publicHeadersSymlinksEnabled, privateHeadersSymlinksEnabled.
hashCode() - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
Computes a hash code from attributes: source, buildTarget, path, type.
hashCode() - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionLookupResult
Computes a hash code from attributes: index, section.
hashCode() - Method in class com.facebook.buck.cxx.toolchain.ElfSharedLibraryInterfaceParams
Computes a hash code from attributes: objcopy, removeUndefinedSymbols.
hashCode() - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
Computes a hash code from attributes: mode, whitelist, platformWhitelist, whitelistPatterns.
hashCode() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
Computes a hash code from attributes: args, frameworks, libraries.
hashCode() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
Computes a hash code from attributes: type, libraryName.
hashCode() - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader
Computes a hash code from attributes: commandsCount, is64Bit.
hashCode() - Method in class com.facebook.buck.d.DBinaryDescriptionArg
Computes a hash code from attributes: srcs, linkerFlags, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.d.DIncludes
Computes a hash code from attributes: linkTree, sources.
hashCode() - Method in class com.facebook.buck.d.DLibraryDescriptionArg
Computes a hash code from attributes: srcs, linkerFlags, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.d.DTestDescriptionArg
Computes a hash code from attributes: srcs, linkerFlags, name, licenses, labels, contacts, deps, testRuleTimeoutMs.
hashCode() - Method in class com.facebook.buck.d.DTestStep
 
hashCode() - Method in class com.facebook.buck.dalvik.DalvikMemberReference
Computes a hash code from attributes: className, memberName, descriptor.
hashCode() - Method in class com.facebook.buck.distributed.AnalysisResults
Computes a hash code from attributes: perRuleStats.
hashCode() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
Computes a hash code from attributes: ruleName, ruleType, wallMillisDuration, ruleKey, inputRuleKey, buildRuleStatus, cacheResultType, outputHash, wasFailure, wasSuccessful, wasCanceled, wasCacheMiss.
hashCode() - Method in class com.facebook.buck.distributed.BuildRuleStats
Computes a hash code from attributes: slaveRunId, wasDefaultRuleKeyMismatch, wasInputRuleKeyMismatch, logEntry.
hashCode() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
Computes a hash code from attributes: clientSideCacheResult, ruleKeyServerLog, twoLevelContentHashKeyServerLog.
hashCode() - Method in class com.facebook.buck.distributed.DistBuildClientStats
Computes a hash code from attributes: stampedeId, buckClientError, buildLabel, buckClientErrorMessage, performedLocalBuild, localFallbackBuildEnabled, distributedBuildExitCode, localBuildExitCode, postDistBuildLocalStepsDurationMs, localBuildDurationMs, localPreparationDurationMs, localGraphConstructionDurationMs, performDistributedBuildDurationMs, createDistributedBuildDurationMs, uploadMissingFilesDurationMs, uploadTargetGraphDurationMs, uploadBuckDotFilesDurationMs, setBuckVersionDurationMs, missingFilesUploadedCount, materializeSlaveLogsDurationMs, publishBuildSlaveFinishedStatsDurationMs, postBuildAnalysisDurationMs.
hashCode() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Computes a hash code from attributes: state, parser, buckEventBus, executorService, actionGraphCache, cacheKeySeed, console, artifactCache, platform, clock, executors, provider, distBuildMode, remoteCoordinatorPort, stampedeId, remoteCoordinatorAddress, versionedTargetGraphCache, buildInfoStoreManager, distBuildService, distBuildConfig.
hashCode() - Method in class com.facebook.buck.distributed.DistBuildStatus
Computes a hash code from attributes: status, message, logBook, slaveStatuses.
hashCode() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
Computes a hash code from attributes: ruleName, ruleType, localBuild, remoteBuilds, numRemoteBuilds, wasLocalFailure, wasLocalCacheMiss.
hashCode() - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Computes a hash code from attributes: relativePath, buildId, commandArgs, exitCode, ruleKeyLoggerLogFile, machineReadableLogFile, ruleKeyDiagKeysFile, ruleKeyDiagGraphFile, traceFile, size, lastModifiedTime.
hashCode() - Method in class com.facebook.buck.doctor.config.DoctorConfig
Computes a hash code from attributes: delegate.
hashCode() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Computes a hash code from attributes: buildId, logDirPath, machineReadableLog, endpointMessage, reportUrl.
hashCode() - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Computes a hash code from attributes: errorMessage, suggestions.
hashCode() - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse
Computes a hash code from attributes: requestSuccessful, errorMessage, rageUrl, message.
hashCode() - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
Computes a hash code from attributes: status, area, suggestion.
hashCode() - Method in class com.facebook.buck.doctor.config.SourceControlInfo
Computes a hash code from attributes: currentRevisionId, basedOffWhichTracked, revisionIdOffTracked, revisionTimestampOffTracked, diff, dirtyFiles.
hashCode() - Method in class com.facebook.buck.doctor.config.UserLocalConfiguration
Computes a hash code from attributes: noBuckCheckPresent, localConfigsContents.
hashCode() - Method in class com.facebook.buck.doctor.DefectReport
Computes a hash code from attributes: userReport, highlightedBuildIds, includedPaths, buildEnvironmentDescription, sourceControlInfo, extraInfo, fileChangesIgnoredReport, userLocalConfiguration.
hashCode() - Method in class com.facebook.buck.doctor.DefectSubmitResult
Computes a hash code from attributes: isRequestSuccessful, requestProtocol, reportSubmitLocation, reportSubmitMessage, reportSubmitErrorMessage.
hashCode() - Method in class com.facebook.buck.doctor.ExtraInfoResult
Computes a hash code from attributes: output, extraFiles.
hashCode() - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport
Computes a hash code from attributes: watchmanDiagReport.
hashCode() - Method in class com.facebook.buck.doctor.UserReport
Computes a hash code from attributes: userIssueDescription, issueCategory.
hashCode() - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Computes a hash code from attributes: frameworkVer, resources, dllName, deps, name, licenses, labels, srcs.
hashCode() - Method in class com.facebook.buck.dotnet.DotnetFramework
 
hashCode() - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
Computes a hash code from attributes: assembly, name, licenses, labels.
hashCode() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
hashCode() - Method in class com.facebook.buck.event.EventKey
Computes a hash code from attributes: value.
hashCode() - Method in class com.facebook.buck.event.InstallEvent.Finished
 
hashCode() - Method in class com.facebook.buck.event.listener.EventPair
Computes a hash code from attributes: start, finish.
hashCode() - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
Computes a hash code from attributes: timestamp.
hashCode() - Method in class com.facebook.buck.event.listener.RunIdStreamPair
Computes a hash code from attributes: runId, stream.
hashCode() - Method in class com.facebook.buck.event.PerfEventId
Computes a hash code from attributes: value.
hashCode() - Method in class com.facebook.buck.event.StartActivityEvent.Finished
 
hashCode() - Method in class com.facebook.buck.event.UninstallEvent.Finished
 
hashCode() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
Computes a hash code from attributes: url, sha1, out, type, name, licenses, labels.
hashCode() - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Computes a hash code from attributes: compilerFlags, assemblerFlags, linkerFlags, name, licenses, labels, deps, srcs.
hashCode() - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Computes a hash code from attributes: compilerFlags, assemblerFlags, packageName, exportedDeps, name, licenses, labels, deps, srcs, tests.
hashCode() - Method in class com.facebook.buck.go.GoLinkable
Computes a hash code from attributes: goLinkInput, exportedDeps.
hashCode() - Method in class com.facebook.buck.go.GoPlatform
Computes a hash code from attributes: goOs, goArch, cxxPlatform.
hashCode() - Method in class com.facebook.buck.go.GoTestDescriptionArg
Computes a hash code from attributes: library, packageName, compilerFlags, assemblerFlags, linkerFlags, runTestSeparately, resources, name, licenses, labels, contacts, deps, srcs, testRuleTimeoutMs.
hashCode() - Method in class com.facebook.buck.go.GoTestStep
 
hashCode() - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
 
hashCode() - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
Computes a hash code from attributes: name, licenses, labels, deps, srcs.
hashCode() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Computes a hash code from attributes: modules, moduleDeps, vmArgs, style, draftCompile, optimize, localWorkers, strict, experimentalArgs, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Computes a hash code from attributes: compilerDeps, configs, supportedPlatformsRegex, compilerInvocationFlags, functionName, linkDepsQueryWhole, linkStyle, thinLto, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, cxxDeps, privateCxxDeps, name, licenses, labels, deps, defaultPlatform, tests, frameworks, libraries, versionUniverse, depsQuery.
hashCode() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Computes a hash code from attributes: srcs, compilerFlags, linkerFlags, platformDeps, linkDepsQueryWhole, main, linkStyle, platform, enableProfiling, name, licenses, labels, depsQuery, deps.
hashCode() - Method in class com.facebook.buck.haskell.HaskellCompileInput
Computes a hash code from attributes: flags, includes, packages.
hashCode() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Computes a hash code from attributes: srcs, compilerFlags, linkerFlags, platformDeps, enableProfiling, ghciBinDep, ghciInit, platform, name, licenses, labels, depsQuery, deps.
hashCode() - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Computes a hash code from attributes: platform, haddockFlags, name, licenses, labels, depsQuery, deps.
hashCode() - Method in class com.facebook.buck.haskell.HaskellHaddockInput
Computes a hash code from attributes: interfaces, outputDirs.
hashCode() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Computes a hash code from attributes: srcs, linkerFlags, compilerFlags, platformDeps, linkWhole, preferredLinkage, enableProfiling, haddockFlags, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.haskell.HaskellPackage
Computes a hash code from attributes: info, packageDb, libraries, interfaces, objects.
hashCode() - Method in class com.facebook.buck.haskell.HaskellPackageInfo
Computes a hash code from attributes: name, version, identifier.
hashCode() - Method in class com.facebook.buck.haskell.HaskellPlatform
Computes a hash code from attributes: compiler, haddock, haskellVersion, compilerFlags, linker, linkerFlags, packager, shouldCacheLinks, shouldUsedOldBinaryOutputLocation, ghciScriptTemplate, ghciBinutils, ghciGhc, ghciLib, ghciCxx, ghciCc, ghciCpp, packageNamePrefix, cxxPlatform.
hashCode() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Computes a hash code from attributes: version, id, db, importDirs, staticLibs, profiledStaticLibs, sharedLibs, exportedLinkerFlags, exportedCompilerFlags, cxxHeaderDirs, enableProfiling, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.haskell.HaskellSources
Computes a hash code from attributes: moduleMap.
hashCode() - Method in class com.facebook.buck.haskell.HaskellVersion
Computes a hash code from attributes: majorVersion.
hashCode() - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
Computes a hash code from attributes: threadId, locale.
hashCode() - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
Computes a hash code from attributes: targets, moduleBasePath, aggregationTag, moduleType, excludes.
hashCode() - Method in class com.facebook.buck.ide.intellij.DependencyEntry
Computes a hash code from attributes: data, type, sortOrder.
hashCode() - Method in class com.facebook.buck.ide.intellij.DependencyEntryData
Computes a hash code from attributes: name, scope, exported.
hashCode() - Method in class com.facebook.buck.ide.intellij.model.ContentRoot
Computes a hash code from attributes: url, folders.
hashCode() - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
 
hashCode() - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
Computes a hash code from attributes: type, url, path, isTestSource, isResourceFolder, ijResourceFolderType, relativeOutputPath, packagePrefix.
hashCode() - Method in class com.facebook.buck.ide.intellij.model.folders.ResourceFolder
 
hashCode() - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
Computes a hash code from attributes: name, targets, binaryJars, classPaths, sourceJars, javadocUrls.
hashCode() - Method in class com.facebook.buck.ide.intellij.model.IjModule
Computes a hash code from attributes: name, targets, moduleBasePath, folders, dependencies, androidFacet, extraClassPathDependencies, extraModuleDependencies, generatedSourceCodeFolders, languageLevel, moduleType, metaInfDirectory, compilerOutputPath, moduleImlFilePath.
hashCode() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Computes a hash code from attributes: manifestPaths, resourcePaths, assetPaths, proguardConfigPath, androidProjectType, packageName, autogenerateSources, generatedSourcePath.
hashCode() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Computes a hash code from attributes: javaBuckConfig, buckConfig, autogenerateAndroidFacetSourcesEnabled, projectJdkName, projectJdkType, androidModuleSdkName, androidModuleSdkType, intellijModuleSdkName, intellijPluginLabels, javaModuleSdkName, javaModuleSdkType, projectLanguageLevel, excludedResourcePaths, labelToGeneratedSourcesMap, androidManifest, cleanerEnabled, removingUnusedLibrariesEnabled, excludeArtifactsEnabled, includeTransitiveDependency, skipBuildEnabled, aggregationMode, generatedFilesListFilename, moduleGroupName, projectRoot, projectPaths, aggregatingAndroidResourceModulesEnabled, ignoredTargetLabels, aggregationLimitForAndroidResourceModule, generatingAndroidManifestEnabled, outputUrl, extraCompilerOutputModulesPath.
hashCode() - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
Computes a hash code from attributes: fileUrl, filePath, group.
hashCode() - Method in class com.facebook.buck.io.ArchiveMemberPath
Computes a hash code from attributes: archivePath, memberPath.
hashCode() - Method in class com.facebook.buck.io.BuckPaths
Computes a hash code from attributes: buckOut, configuredBuckOut, currentVersionFile, genDir, resDir, scratchDir, annotationDir, logDir, traceDir, cacheDir, tmpDir, xcodeDir, trashDir, offlineLogDir, remoteSandboxDir.
hashCode() - Method in class com.facebook.buck.io.BuildCellRelativePath
Computes a hash code from attributes: pathRelativeToBuildCellRoot.
hashCode() - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
hashCode() - Method in class com.facebook.buck.io.ProjectFilesystem
 
hashCode() - Method in class com.facebook.buck.io.ProjectWatch
Computes a hash code from attributes: watchRoot, projectPrefix.
hashCode() - Method in class com.facebook.buck.io.WatchmanDiagnostic
Computes a hash code from attributes: level, message.
hashCode() - Method in class com.facebook.buck.io.WatchmanOverflowEvent
Computes a hash code from attributes: cellPath, reason.
hashCode() - Method in class com.facebook.buck.io.WatchmanPathEvent
Computes a hash code from attributes: cellPath, kind, path.
hashCode() - Method in class com.facebook.buck.io.WatchmanQuery
Computes a hash code from attributes: queryPath, queryParams.
hashCode() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Computes a hash code from attributes: getPackage, entryPath, bundleName, packagerFlags, name, licenses, labels, deps, srcs.
hashCode() - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Computes a hash code from attributes: entry, bundleName, bundleNameForFlavor, worker, androidPackage, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Computes a hash code from attributes: extraArgs, srcs, worker, basePath, name, licenses, labels, depsQuery, deps.
hashCode() - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Computes a hash code from attributes: entryPath, bundleName, packagerFlags, name, licenses, labels, deps, srcs.
hashCode() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Computes a hash code from attributes: type, value, syntaxError, stackTrace.
hashCode() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
Computes a hash code from attributes: fileName, lineNumber, functionName, text.
hashCode() - Method in class com.facebook.buck.json.BuildFilePythonResult
Computes a hash code from attributes: values, diagnostics, profile.
hashCode() - Method in class com.facebook.buck.json.BuildFileSyntaxError
Computes a hash code from attributes: fileName, lineNumber, offset, text.
hashCode() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Computes a hash code from attributes: extraGroovycArguments, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, javacSpec, name, licenses, labels, requiredForSourceAbi, deps, providedDeps, srcs, tests.
hashCode() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Computes a hash code from attributes: extraGroovycArguments, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, javacSpec, name, licenses, labels, requiredForSourceAbi, deps, providedDeps, srcs, tests, vmArgs, testType, runTestSeparately, forkMode, stdErrLogLevel, stdOutLogLevel, useCxxLibraries, cxxLibraryWhitelist, testCaseTimeoutMs, env, defaultCxxPlatform, contacts, testRuleTimeoutMs.
hashCode() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Computes a hash code from attributes: ownerTarget, projectFilesystem, legacySafeAnnotationProcessors, legacyAnnotationProcessorDeps, legacyAnnotationProcessorNames, modernProcessors, parameters, processOnly.
hashCode() - Method in class com.facebook.buck.jvm.java.CompilerParameters
Computes a hash code from attributes: sourceFilePaths, classpathEntries, outputDirectory, generatedCodeDirectory, workingDirectory, depFilePath, pathToSourcesList, abiJarPath, shouldTrackClassUsage, shouldGenerateAbiJar, ruleIsRequiredForSourceAbi.
hashCode() - Method in class com.facebook.buck.jvm.java.DiffAbisStep
Computes a hash code from attributes: classAbiPath, sourceAbiPath, verificationMode.
hashCode() - Method in class com.facebook.buck.jvm.java.JarParameters
Computes a hash code from attributes: hashEntries, mergeManifests, disallowAllDuplicates, jarPath, removeEntryPredicate, entriesToJar, mainClass, manifestFile.
hashCode() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
Computes a hash code from attributes: processorClass, isolateClassLoader, doesNotAffectAbi, supportsAbiGenerationFromSource, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Computes a hash code from attributes: mainClass, manifestFile, mergeManifests, disallowAllDuplicates, metaInfDirectory, blacklist, defaultCxxPlatform, name, licenses, labels, deps, tests.
hashCode() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Computes a hash code from attributes: eventSink, stdErr, classLoaderCache, verbosity, cellPathResolver, javaPackageFinder, projectFilesystem, usedClassesFileWriter, environment, processExecutor, absolutePathsForInputs, directToJarParameters.
hashCode() - Method in class com.facebook.buck.jvm.java.JavacOptions
Computes a hash code from attributes: spoolMode, productionBuild, verbose, sourceLevel, targetLevel, annotationProcessingParams, safeAnnotationProcessors, extraArguments, bootclasspath, sourceToBootclasspath, trackClassUsage, compilationMode.
hashCode() - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
Computes a hash code from attributes: canReuseClassLoader, processorNames, classpath.
hashCode() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
Computes a hash code from attributes: processorNames, classpathEntries, inputs, classpathDeps, canReuseClassLoader, doesNotAffectAbi, supportsAbiGenerationFromSource.
hashCode() - Method in class com.facebook.buck.jvm.java.JavacSpec
Computes a hash code from attributes: compiler, javacPath, javacJarPath, compilerClassName, javacLocation.
hashCode() - Method in class com.facebook.buck.jvm.java.JavacVersion
Computes a hash code from attributes: versionString.
hashCode() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Computes a hash code from attributes: resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, requiredForSourceAbi, deps, providedDeps, srcs, tests.
hashCode() - Method in class com.facebook.buck.jvm.java.JavaOptions
Computes a hash code from attributes: javaRuntimeLauncher.
hashCode() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Computes a hash code from attributes: vmArgs, testType, runTestSeparately, forkMode, stdErrLogLevel, stdOutLogLevel, useCxxLibraries, cxxLibraryWhitelist, testCaseTimeoutMs, env, defaultCxxPlatform, contacts, testRuleTimeoutMs, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, requiredForSourceAbi, deps, providedDeps, srcs, tests.
hashCode() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Computes a hash code from attributes: directoryForTestResults, classpathFile, testType, debugEnabled, codeCoverageEnabled, inclNoLocationClassesEnabled, shouldExplainTestSelectorList, pathToJavaAgent, buildId, buckModuleBaseSourceCodePath, stdOutLogLevel, stdErrLogLevel, robolectricLogPath, testRunnerClasspath, extraJvmArgs, testClasses, testSelectorList.
hashCode() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
Computes a hash code from attributes: store, properties, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Computes a hash code from attributes: binaryJar, sourceJar, gwtJar, javadocUrl, mavenCoords, provided, requiredForSourceAbi, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.jvm.java.ResourcesParameters
Computes a hash code from attributes: resources, resourcesRoot.
hashCode() - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion
Computes a hash code from attributes: versionString.
hashCode() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Computes a hash code from attributes: extraKotlincArguments, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, requiredForSourceAbi, deps, providedDeps, srcs, tests.
hashCode() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Computes a hash code from attributes: extraKotlincArguments, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, extraArguments, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, requiredForSourceAbi, deps, providedDeps, srcs, tests, vmArgs, testType, runTestSeparately, forkMode, stdErrLogLevel, stdOutLogLevel, useCxxLibraries, cxxLibraryWhitelist, testCaseTimeoutMs, env, defaultCxxPlatform, contacts, testRuleTimeoutMs.
hashCode() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Computes a hash code from attributes: extraArguments, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, requiredForSourceAbi, deps, providedDeps, srcs, tests.
hashCode() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Computes a hash code from attributes: extraArguments, resources, proguardConfig, postprocessClassesCommands, resourcesRoot, unbundledResourcesRoot, manifestFile, mavenCoords, mavenPomTemplate, exportedDeps, source, target, javaVersion, javac, javacJar, compilerClassName, compiler, removeClasses, annotationProcessorDeps, annotationProcessorParams, annotationProcessors, annotationProcessorOnly, plugins, generateAbiFromSource, javacSpec, name, licenses, labels, requiredForSourceAbi, deps, providedDeps, srcs, tests, vmArgs, testType, runTestSeparately, forkMode, stdErrLogLevel, stdOutLogLevel, useCxxLibraries, cxxLibraryWhitelist, testCaseTimeoutMs, env, defaultCxxPlatform, contacts, testRuleTimeoutMs.
hashCode() - Method in class com.facebook.buck.log.ErrorLogRecord
Computes a hash code from attributes: record, logs, traits, message, category, time, logger, buildUuid, isSuperConsoleEnabled, isDaemon, stack, errorMessage, initialError, initialErrorMsg, origin.
hashCode() - Method in class com.facebook.buck.log.InvocationInfo
Computes a hash code from attributes: buildId, superConsoleEnabled, isDaemon, subCommand, commandArgs, unexpandedCommandArgs, buckLogDir, timestampMillis.
hashCode() - Method in class com.facebook.buck.log.LogConfigSetup
Computes a hash code from attributes: logDir, rotateLog, count, maxLogSizeBytes, logFilePrefix.
hashCode() - Method in class com.facebook.buck.log.PerfTimesStats
Computes a hash code from attributes: pythonTimeMs, initTimeMs, processingTimeMs, parseTimeMs, sparseRefreshTimeMs, actionGraphTimeMs, rulekeyTimeMs, fetchTimeMs, buildTimeMs, installTimeMs.
hashCode() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Computes a hash code from attributes: baseModule, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, cxxDeps, privateCxxDeps, name, licenses, labels, deps, defaultPlatform, tests, frameworks, libraries.
hashCode() - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Computes a hash code from attributes: mainModule, nativeStarterLibrary, pythonPlatform, platform, packageStyle, platformDeps, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
Computes a hash code from attributes: starter, components.
hashCode() - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
Computes a hash code from attributes: srcs, baseModule, platformDeps, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.lua.LuaPackageComponents
Computes a hash code from attributes: modules, pythonModules, nativeLibraries.
hashCode() - Method in class com.facebook.buck.lua.LuaPlatform
Computes a hash code from attributes: lua, nativeStarterLibrary, luaCxxLibraryTarget, starterType, extension, packageStyle, packager, shouldCacheBinaries, nativeLinkStrategy, cxxPlatform.
hashCode() - Method in class com.facebook.buck.lua.LuaScriptStarter
Computes a hash code from attributes: projectFilesystem, baseTarget, baseParams, ruleResolver, pathResolver, ruleFinder, luaPlatform, target, output, mainModule, relativeModulesDir, relativePythonModulesDir.
hashCode() - Method in class com.facebook.buck.lua.NativeExecutableStarter
Computes a hash code from attributes: projectFilesystem, baseTarget, baseParams, ruleResolver, pathResolver, ruleFinder, luaPlatform, cxxBuckConfig, target, output, mainModule, nativeStarterLibrary, relativeModulesDir, relativePythonModulesDir, relativeNativeLibsDir.
hashCode() - Method in class com.facebook.buck.macho.FatArch
Computes a hash code from attributes: cputype, cpusubtype, offset, size, align.
hashCode() - Method in class com.facebook.buck.macho.FatHeader
Computes a hash code from attributes: magic, nfat_arch.
hashCode() - Method in class com.facebook.buck.macho.LinkEditDataCommand
Computes a hash code from attributes: loadCommandCommonFields, dataoff, datasize.
hashCode() - Method in class com.facebook.buck.macho.LoadCommandCommonFields
Computes a hash code from attributes: offsetInBinary, cmd, cmdsize.
hashCode() - Method in class com.facebook.buck.macho.MachoHeader
Computes a hash code from attributes: magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags, reserved.
hashCode() - Method in class com.facebook.buck.macho.Nlist
Computes a hash code from attributes: offsetInBinary, n_strx, n_type, n_sect, n_desc, n_value.
hashCode() - Method in class com.facebook.buck.macho.Section
Computes a hash code from attributes: offsetInBinary, sectname, segname, addr, size, offset, align, reloff, nreloc, flags, reserved1, reserved2, reserved3.
hashCode() - Method in class com.facebook.buck.macho.SegmentCommand
Computes a hash code from attributes: loadCommandCommonFields, segname, vmaddr, vmsize, fileoff, filesize, maxprot, initprot, nsects, flags.
hashCode() - Method in class com.facebook.buck.macho.SymTabCommand
Computes a hash code from attributes: loadCommandCommonFields, symoff, nsyms, stroff, strsize.
hashCode() - Method in class com.facebook.buck.macho.UnknownCommand
Computes a hash code from attributes: loadCommandCommonFields.
hashCode() - Method in class com.facebook.buck.macho.UUIDCommand
Computes a hash code from attributes: loadCommandCommonFields, uuid.
hashCode() - Method in class com.facebook.buck.model.BuildId
 
hashCode() - Method in class com.facebook.buck.model.BuildTarget
Returns a precomputed-on-construction hash code from attributes: unflavoredBuildTarget, flavors.
hashCode() - Method in class com.facebook.buck.model.Either
 
hashCode() - Method in class com.facebook.buck.model.ImmediateDirectoryBuildTargetPattern
Computes a hash code from attributes: cellPath, pathWithinCell.
hashCode() - Method in class com.facebook.buck.model.macros.MacroMatchResult
Computes a hash code from attributes: macroType, macroInput, startIndex, endIndex, escaped.
hashCode() - Method in class com.facebook.buck.model.Pair
 
hashCode() - Method in class com.facebook.buck.model.SingletonBuildTargetPattern
Computes a hash code from attributes: target.
hashCode() - Method in class com.facebook.buck.model.SubdirectoryBuildTargetPattern
Computes a hash code from attributes: cellPath, pathWithinCell.
hashCode() - Method in class com.facebook.buck.model.UnflavoredBuildTarget
Computes a hash code from attributes: cellPath, cell, baseName, shortName.
hashCode() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Computes a hash code from attributes: srcs, compilerFlags, linkerFlags, warningsFlags, bytecodeOnly, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Computes a hash code from attributes: buildTarget, projectFilesystem, sourcePathResolver, library, flags, input, nativeIncludes, bytecodeIncludes, nativeLinkableInput, bytecodeLinkableInput, cLinkableInput, ocamlInput, cxxPreprocessorInput, nativeCompileDeps, bytecodeCompileDeps, bytecodeLinkDeps, ocamlDepTool, ocamlCompiler, ocamlDebug, yaccCompiler, lexCompiler, ocamlBytecodeCompiler, cFlags, ocamlInteropIncludesDir, ldFlags, cPreprocessor.
hashCode() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Computes a hash code from attributes: rules, nativeCompileDeps, bytecodeCompileDeps, objectFiles, bytecodeLink.
hashCode() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Computes a hash code from attributes: srcs, compilerFlags, linkerFlags, warningsFlags, bytecodeOnly, nativePlugin, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Computes a hash code from attributes: libDir, includeDir, libName, nativeLib, bytecodeLib, cLibs, bytecodeOnly, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.parser.BuildFileSpec
Computes a hash code from attributes: basePath, recursive, cellPath.
hashCode() - Method in class com.facebook.buck.parser.BuildTargetSpec
Computes a hash code from attributes: buildTarget, buildFileSpec.
hashCode() - Method in class com.facebook.buck.parser.events.ParseBuckFileEvent.Finished
 
hashCode() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Computes a hash code from attributes: projectRoot, cellRoots, pythonInterpreter, pythonModuleSearchPath, allowEmptyGlobs, ignorePaths, buildFileName, defaultIncludes, descriptions, rawConfig, cellName, useWatchmanGlob, watchmanGlobStatResults, watchmanUseGlobGenerator, watchman, useMercurialGlob, freezeGlobals, enableProfiling, watchmanQueryTimeoutMs, buildFileImportWhitelist.
hashCode() - Method in class com.facebook.buck.parser.ParserConfig
Computes a hash code from attributes: delegate.
hashCode() - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
Computes a hash code from attributes: buildFileSpec, onlyTests.
hashCode() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Computes a hash code from attributes: baseModule, moduleName, srcs, platformSrcs, headers, platformHeaders, prefixHeader, precompiledHeader, compilerFlags, langCompilerFlags, platformCompilerFlags, preprocessorFlags, platformPreprocessorFlags, langPreprocessorFlags, linkerFlags, platformLinkerFlags, platformDeps, headerNamespace, cxxRuntimeType, includeDirs, defaults, defaultFlavors, cxxDeps, privateCxxDeps, name, licenses, labels, deps, defaultPlatform, tests, frameworks, libraries.
hashCode() - Method in class com.facebook.buck.python.NeededCoverageSpec
Computes a hash code from attributes: neededCoverageRatio, buildTarget, pathName.
hashCode() - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
Computes a hash code from attributes: binarySrc, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Computes a hash code from attributes: main, mainModule, platformDeps, baseModule, zipSafe, buildArgs, platform, cxxPlatform, packageStyle, preloadDeps, linkerFlags, extension, name, licenses, labels, deps, tests, versionUniverse.
hashCode() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Computes a hash code from attributes: srcs, versionedSrcs, platformSrcs, resources, versionedResources, platformResources, platformDeps, baseModule, zipSafe, name, licenses, labels, deps, tests.
hashCode() - Method in class com.facebook.buck.python.PythonPackageComponents
Computes a hash code from attributes: modules, resources, nativeLibraries, prebuiltLibraries, zipSafe.
hashCode() - Method in class com.facebook.buck.python.PythonPlatform
Computes a hash code from attributes: flavor, environment, cxxLibrary.
hashCode() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Computes a hash code from attributes: mainModule, platform, cxxPlatform, extension, packageStyle, preloadDeps, linkerFlags, neededCoverage, buildArgs, env, contacts, testRuleTimeoutMs, srcs, versionedSrcs, platformSrcs, resources, versionedResources, platformResources, platformDeps, baseModule, zipSafe, name, licenses, labels, deps, tests, versionUniverse.
hashCode() - Method in class com.facebook.buck.python.PythonVersion
Computes a hash code from attributes: interpreterName, versionString.
hashCode() - Method in class com.facebook.buck.query.BinaryOperatorExpression
Returns a precomputed-on-construction hash code from attributes: operator, operands.
hashCode() - Method in class com.facebook.buck.query.FunctionExpression
Returns the precomputed-on-construction hash code from the supertype implementation of super.hashCode().
hashCode() - Method in class com.facebook.buck.query.QueryBuildTarget
Computes a hash code from attributes: buildTarget.
hashCode() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
hashCode() - Method in class com.facebook.buck.query.QueryFileTarget
Computes a hash code from attributes: path.
hashCode() - Method in class com.facebook.buck.query.SetExpression
Returns a precomputed-on-construction hash code from attributes: words.
hashCode() - Method in class com.facebook.buck.query.TargetLiteral
Returns a precomputed-on-construction hash code from attributes: pattern.
hashCode() - Method in class com.facebook.buck.query.TargetSetExpression
Returns a precomputed-on-construction hash code from attributes: targets.
hashCode() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
hashCode() - Method in class com.facebook.buck.rules.ActionGraphAndResolver
Computes a hash code from attributes: actionGraph, resolver.
hashCode() - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
Returns a precomputed-on-construction hash code from attributes: archiveSourcePath, memberPath.
hashCode() - Method in interface com.facebook.buck.rules.args.Arg
 
hashCode() - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
hashCode() - Method in class com.facebook.buck.rules.args.MacroArg
 
hashCode() - Method in class com.facebook.buck.rules.args.ProxyArg
 
hashCode() - Method in class com.facebook.buck.rules.args.SanitizedArg
 
hashCode() - Method in class com.facebook.buck.rules.args.SourcePathArg
Computes a hash code from attributes: path.
hashCode() - Method in class com.facebook.buck.rules.args.StringArg
Computes a hash code from attributes: arg.
hashCode() - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
Computes a hash code from attributes: stringWithMacros, expanders, buildTarget, cellPathResolver, buildRuleResolver, classExpanders.
hashCode() - Method in class com.facebook.buck.rules.BuildContext
Computes a hash code from attributes: sourcePathResolver, buildCellRootPath, javaPackageFinder, eventBus, androidPlatformTargetSupplier.
hashCode() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Computes a hash code from attributes: buildContext, artifactCache, clock, buildId, environment, keepGoing.
hashCode() - Method in class com.facebook.buck.rules.BuildEngineResult
Computes a hash code from attributes: result.
hashCode() - Method in class com.facebook.buck.rules.BuildEvent.DistBuildFinished
 
hashCode() - Method in class com.facebook.buck.rules.BuildEvent.Finished
 
hashCode() - Method in class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
 
hashCode() - Method in class com.facebook.buck.rules.BuildEvent.UnskippedRuleCountUpdated
 
hashCode() - Method in class com.facebook.buck.rules.BuildRuleKeys
Computes a hash code from attributes: ruleKey, inputRuleKey, depFileRuleKey, manifestRuleKey.
hashCode() - Method in class com.facebook.buck.rules.BuildRuleType
Computes a hash code from attributes: name, testRule.
hashCode() - Method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
Computes a hash code from attributes: delegate.
hashCode() - Method in class com.facebook.buck.rules.Cell
 
hashCode() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
Computes a hash code from attributes: type, name, value.
hashCode() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields
Computes a hash code from attributes: nameToField.
hashCode() - Method in class com.facebook.buck.rules.coercer.DefaultTypeCoercerFactory
 
hashCode() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
Computes a hash code from attributes: type, sourceTreePath, sourcePath.
hashCode() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Computes a hash code from attributes: minSdkVersion, targetSdkVersion, versionCode, versionName, debugMode, placeholders.
hashCode() - Method in class com.facebook.buck.rules.coercer.OcamlSource
Computes a hash code from attributes: name, source.
hashCode() - Method in class com.facebook.buck.rules.coercer.ParamInfo
 
hashCode() - Method in class com.facebook.buck.rules.coercer.SourceList
Computes a hash code from attributes: type, unnamedSources, namedSources.
hashCode() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Computes a hash code from attributes: type, unnamedSources, namedSources.
hashCode() - Method in class com.facebook.buck.rules.DefaultBuildTargetSourcePath
 
hashCode() - Method in class com.facebook.buck.rules.DistBuildCellParams
Computes a hash code from attributes: config, filesystem, canonicalName.
hashCode() - Method in class com.facebook.buck.rules.ExplicitBuildTargetSourcePath
 
hashCode() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Computes a hash code from attributes: target, type, command, neededCoverage, additionalCoverageTargets, env, labels, contacts.
hashCode() - Method in class com.facebook.buck.rules.ForwardingBuildTargetSourcePath
 
hashCode() - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
Computes a hash code from attributes: pathToFile, pathWithinArchive.
hashCode() - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
Computes a hash code from attributes: ruleKey, inputs.
hashCode() - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
Computes a hash code from attributes: defaultRuleKeyFactory, inputBasedRuleKeyFactory, depFileRuleKeyFactory.
hashCode() - Method in class com.facebook.buck.rules.keys.RuleKeyInput
Computes a hash code from attributes: filesystem, path.
hashCode() - Method in class com.facebook.buck.rules.keys.RuleKeyResult
 
hashCode() - Method in class com.facebook.buck.rules.macros.ClasspathMacro
Computes a hash code from attributes: target.
hashCode() - Method in class com.facebook.buck.rules.macros.ExecutableMacro
Computes a hash code from attributes: target.
hashCode() - Method in class com.facebook.buck.rules.macros.LocationMacro
Computes a hash code from attributes: target.
hashCode() - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacro
Computes a hash code from attributes: target.
hashCode() - Method in class com.facebook.buck.rules.macros.QueryOutputsMacro
Computes a hash code from attributes: query.
hashCode() - Method in class com.facebook.buck.rules.macros.QueryPathsMacro
Computes a hash code from attributes: query.
hashCode() - Method in class com.facebook.buck.rules.macros.QueryTargetsMacro
Computes a hash code from attributes: query.
hashCode() - Method in class com.facebook.buck.rules.macros.StringWithMacros
Computes a hash code from attributes: parts.
hashCode() - Method in class com.facebook.buck.rules.modern.InputPath
 
hashCode() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
hashCode() - Method in class com.facebook.buck.rules.PathSourcePath
 
hashCode() - Method in class com.facebook.buck.rules.query.Query
Computes a hash code from attributes: query, resolvedQuery.
hashCode() - Method in class com.facebook.buck.rules.RelativeCellName
Computes a hash code from attributes: components.
hashCode() - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
Computes a hash code from attributes: resourceAwareSchedulingEnabled, defaultResourceAmounts, amountsPerRuleType.
hashCode() - Method in class com.facebook.buck.rules.RuleKey
 
hashCode() - Method in class com.facebook.buck.rules.RuleScheduleInfo
Computes a hash code from attributes: jobsMultiplier.
hashCode() - Method in class com.facebook.buck.rules.SdkEnvironment
Computes a hash code from attributes: appleSdkPaths, appleToolchains, androidSdkPath, androidNdkPath, ndkVersion.
hashCode() - Method in class com.facebook.buck.rules.SourceWithFlags
Computes a hash code from attributes: sourcePath, flags.
hashCode() - Method in class com.facebook.buck.rules.SystemToolProvider
Computes a hash code from attributes: executableFinder, environment, name, source.
hashCode() - Method in class com.facebook.buck.rules.TargetGraph
 
hashCode() - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Computes a hash code from attributes: targetGraph, buildTargets.
hashCode() - Method in class com.facebook.buck.rules.TargetNode
Returns a precomputed-on-construction hash code from attributes: buildTarget, targetNodeFactory, rawInputsHashCode, description, constructorArg, filesystem, inputs, declaredDeps, extraDeps, targetGraphOnlyDeps, cellNames, visibilityPatterns, withinViewPatterns, selectedVersions.
hashCode() - Method in class com.facebook.buck.rules.TargetNodeFactory
 
hashCode() - Method in class com.facebook.buck.rules.VersionedTool
Computes a hash code from attributes: path, extraArgs, name, version.
hashCode() - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
Computes a hash code from attributes: rlib, crate, linkStyle, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Computes a hash code from attributes: features, rustcFlags, linkerFlags, linkStyle, crate, crateRoot, rpath, name, licenses, labels, deps, srcs, tests.
hashCode() - Method in class com.facebook.buck.rust.RustLibraryArg
 
hashCode() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Computes a hash code from attributes: features, rustcFlags, preferredLinkage, crate, crateRoot, name, licenses, labels, deps, srcs, tests.
hashCode() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Computes a hash code from attributes: contacts, features, rustcFlags, linkerFlags, linkStyle, rpath, framework, crate, crateRoot, name, licenses, labels, deps, srcs.
hashCode() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
Computes a hash code from attributes: args, exe, platformExe, env, name, licenses, labels.
hashCode() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
Computes a hash code from attributes: src, out, mode, name, licenses, labels.
hashCode() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Computes a hash code from attributes: executable, out, bash, cmd, cmdExe, type, srcs, name, licenses, labels, tests.
hashCode() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
Computes a hash code from attributes: main, resources, name, licenses, labels, deps.
hashCode() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Computes a hash code from attributes: test, args, type, runTestSeparately, resources, env, name, licenses, labels, contacts, deps, testRuleTimeoutMs.
hashCode() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Computes a hash code from attributes: env, args, exe, maxWorkers, persistent, name, licenses, labels.
hashCode() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Computes a hash code from attributes: clock, serverPool, eventBus, errorCheckTimeRangeMillis, latencyCheckTimeRangeMillis, maxAcceptableLatencyMillis, connectionTimeoutMillis, healthCheckIntervalMillis, pingEndpoint, maxErrorPercentage.
hashCode() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Computes a hash code from attributes: server, exception, requestSizeBytes, responseSizeBytes.
hashCode() - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
Computes a hash code from attributes: perServerData.
hashCode() - Method in class com.facebook.buck.slb.PerServerData
Computes a hash code from attributes: server, serverUnhealthy, bestServer.
hashCode() - Method in class com.facebook.buck.slb.PerServerPingData
Computes a hash code from attributes: server, exception, pingRequestLatencyMillis.
hashCode() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
Computes a hash code from attributes: noHealthyServersAvailable, perServerData.
hashCode() - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
Computes a hash code from attributes: service.
hashCode() - Method in class com.facebook.buck.step.AbstractTestStep
 
hashCode() - Method in class com.facebook.buck.step.ExecutionContext
Computes a hash code from attributes: console, buckEventBus, platform, environment, javaPackageFinder, executors, targetDevice, androidDevicesHelper, persistentWorkerPools, cellPathResolver, buildCellRootPath, processExecutor, androidPlatformTargetSupplier, defaultTestTimeoutMillis, codeCoverageEnabled, inclNoLocationClassesEnabled, shouldReportAbsolutePaths, debugEnabled, ruleKeyDiagnosticsMode, workerProcessPools, concurrencyLimit, classLoaderCache, verbosity, stdErr, stdOut, buildId, ansi.
hashCode() - Method in class com.facebook.buck.step.fs.MkdirStep
Computes a hash code from attributes: path.
hashCode() - Method in class com.facebook.buck.step.fs.RmStep
Computes a hash code from attributes: path, recursive.
hashCode() - Method in class com.facebook.buck.step.fs.SymlinkFileStep
Computes a hash code from attributes: filesystem, existingFile, desiredLink.
hashCode() - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
 
hashCode() - Method in class com.facebook.buck.step.fs.TouchStep
 
hashCode() - Method in class com.facebook.buck.step.StepEvent.Finished
 
hashCode() - Method in class com.facebook.buck.step.StepExecutionResult
Computes a hash code from attributes: exitCode, stderr, success.
hashCode() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Computes a hash code from attributes: moduleName, compilerFlags, version, frameworks, libraries, enableObjcInterop, supportedPlatformsRegex, soname, bridgingHeader, preferredLinkage, name, licenses, labels, deps, srcs.
hashCode() - Method in class com.facebook.buck.swift.SwiftPlatform
Computes a hash code from attributes: swiftc, swiftStdlibTool, swiftRuntimePaths, swiftStaticRuntimePaths, swiftSharedLibraryRunPaths.
hashCode() - Method in class com.facebook.buck.test.selectors.TestDescription
 
hashCode() - Method in class com.facebook.buck.test.TestResults
Computes a hash code from attributes: buildTarget, success, hasAssumptionViolations, failureCount, failures, testCases, contacts, labels, testLogPaths, dependenciesPassTheirTests, sequenceNumber, totalNumberOfTests.
hashCode() - Method in class com.facebook.buck.test.TestResultSummary
 
hashCode() - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
Computes a hash code from attributes: includeStdErr, includeStdOut, maxDebugLogLines.
hashCode() - Method in class com.facebook.buck.test.TestRunningOptions
Computes a hash code from attributes: codeCoverageEnabled, runAllTests, testSelectorList, shouldExplainTestSelectorList, shufflingTests, pathToXmlTestOutput, pathToJavaAgent, coverageReportFormats, coverageReportTitle, environmentOverrides, coverageExcludes, coverageIncludes.
hashCode() - Method in class com.facebook.buck.test.TestStatusMessage
Computes a hash code from attributes: message, level, timestampMillis.
hashCode() - Method in class com.facebook.buck.timing.ClockDuration
 
hashCode() - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig
Computes a hash code from attributes: enabled, ignoredPaths.
hashCode() - Method in class com.facebook.buck.util.autosparse.ManifestInfo
Computes a hash code from attributes: flags.
hashCode() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Computes a hash code from attributes: cachesExamined, filesExamined, verificationErrors.
hashCode() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Computes a hash code from attributes: type, getHashCode, children.
hashCode() - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
Computes a hash code from attributes: future, resources.
hashCode() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
Computes a hash code from attributes: cpu, memory, diskIO, networkIO.
hashCode() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Computes a hash code from attributes: pathSelector, maxTotalSizeBytes, maxPathCount, minAmountOfEntriesToKeep, maxBytesAfterDeletion.
hashCode() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Computes a hash code from attributes: user, hostname, os, availableCores, systemMemory, buckDirty, buckCommit, javaVersion, cacheModes, extraData, jsonProtocolVersion, buildType.
hashCode() - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
 
hashCode() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
 
hashCode() - Method in class com.facebook.buck.util.network.offline.ScribeData
Computes a hash code from attributes: category, lines.
hashCode() - Method in class com.facebook.buck.util.PatternAndMessage
Computes a hash code from attributes: pattern, message.
hashCode() - Method in class com.facebook.buck.util.ProcessExecutorParams
Computes a hash code from attributes: command, directory, environment, redirectInput, redirectOutput, redirectError, redirectErrorStream.
hashCode() - Method in class com.facebook.buck.util.ProcessResourceConsumption
Computes a hash code from attributes: memResident, memSize, cpuReal, cpuUser, cpuSys, cpuTotal, ioBytesRead, ioBytesWritten, ioTotal.
hashCode() - Method in class com.facebook.buck.util.SampleRate
Computes a hash code from attributes: sampleRate.
hashCode() - Method in class com.facebook.buck.util.sha1.Sha1HashCode
 
hashCode() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
Computes a hash code from attributes: currentRevisionId, baseBookmarks, branchedFromMasterRevisionId, branchedFromMasterTS.
hashCode() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
Computes a hash code from attributes: diff, pathsChangedInWorkingDirectory, currentRevisionId, baseBookmarks, branchedFromMasterRevisionId, branchedFromMasterTS.
hashCode() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
Computes a hash code from attributes: pathsChangedInWorkingDirectory, currentRevisionId, baseBookmarks, branchedFromMasterRevisionId, branchedFromMasterTS.
hashCode() - Method in class com.facebook.buck.util.versioncontrol.SparseSummary
Computes a hash code from attributes: profilesAdded, includeRulesAdded, excludeRulesAdded, filesAdded, filesDropped, filesConflicting.
hashCode() - Method in class com.facebook.buck.util.xml.DocumentLocation
Computes a hash code from attributes: lineNumber, columnNumber.
hashCode() - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
Computes a hash code from attributes: inputs, targetGraphAndBuildTargets.
hashCode() - Method in class com.facebook.buck.versions.ExactConstraint
Computes a hash code from attributes: version.
hashCode() - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
Computes a hash code from attributes: baseTargetIndex, buildTargetIndex, baseTargetFlavorMap.
hashCode() - Method in class com.facebook.buck.versions.Version
Computes a hash code from attributes: name.
hashCode() - Method in class com.facebook.buck.versions.VersionedAliasDescription
Returns a constant hash code value.
hashCode() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
Computes a hash code from attributes: versions, name, licenses, labels.
hashCode() - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
Computes a hash code from attributes: type, targetGraphAndBuildTargets.
hashCode() - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
Computes a hash code from attributes: targetGraphAndBuildTargets, versionUniverses.
hashCode() - Method in class com.facebook.buck.versions.VersionInfo
Computes a hash code from attributes: versionDomain.
hashCode() - Method in class com.facebook.buck.versions.VersionUniverse
Computes a hash code from attributes: versions.
hashCode() - Method in class com.facebook.buck.worker.WorkerJobParams
Computes a hash code from attributes: jobArgs, workerProcessParams.
hashCode() - Method in class com.facebook.buck.worker.WorkerJobResult
Computes a hash code from attributes: exitCode, stdout, stderr.
hashCode() - Method in class com.facebook.buck.worker.WorkerProcessCommand
Computes a hash code from attributes: argsPath, stdOutPath, stdErrPath.
hashCode() - Method in class com.facebook.buck.worker.WorkerProcessIdentity
Computes a hash code from attributes: persistentWorkerKey, workerHash.
hashCode() - Method in class com.facebook.buck.worker.WorkerProcessParams
Computes a hash code from attributes: tempDir, startupCommand, startupEnvironment, maxWorkers, workerProcessIdentity.
hashCode() - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Computes a hash code from attributes: out, flatten, mergeSourceZips, name, licenses, labels, deps, srcs.
hashCode() - Method in class com.facebook.buck.zip.ZipScrubberStep
Computes a hash code from attributes: zipAbsolutePath.
HashCodeAndFileType - Class in com.facebook.buck.util.cache
Immutable implementation of AbstractHashCodeAndFileType.
HashCodeAndFileType.Builder - Class in com.facebook.buck.util.cache
Builds instances of type HashCodeAndFileType.
HashedFileTool - Class in com.facebook.buck.rules
 
HashedFileTool(Supplier<Path>) - Constructor for class com.facebook.buck.rules.HashedFileTool
 
HashedFileTool(Path) - Constructor for class com.facebook.buck.rules.HashedFileTool
 
HasherInputStream - Class in com.facebook.buck.util.hash
An InputStream which appends the hash of the data read from it to a Hasher.
HasherInputStream(Hasher, InputStream) - Constructor for class com.facebook.buck.util.hash.HasherInputStream
 
HasherOutputStream - Class in com.facebook.buck.util.hash
An OutputStream which appends the hash of the data written to it to a Hasher.
HasherOutputStream(Hasher, OutputStream) - Constructor for class com.facebook.buck.util.hash.HasherOutputStream
 
hasHigherPriorityThan(IjModuleType) - Method in enum com.facebook.buck.ide.intellij.model.IjModuleType
 
HashInputJarsToDexStep - Class in com.facebook.buck.android
Step responsible for hashing dex inputs to be passed to SmartDexingStep.
HashInputJarsToDexStep(ProjectFilesystem, Supplier<Set<Path>>, Optional<Supplier<Multimap<Path, Path>>>, Supplier<ImmutableMap<String, HashCode>>) - Constructor for class com.facebook.buck.android.HashInputJarsToDexStep
 
hashJsonObject(Hasher, Object) - Static method in class com.facebook.buck.json.JsonObjectHashing
Given a Hasher and a parsed BUCK file object, updates the Hasher with the contents of the JSON object.
hashPath(Hasher, ProjectFileHashLoader, ProjectFilesystem, Path) - Static method in class com.facebook.buck.hashing.PathHashing
 
hashSourcePathGroup(FileHashCache, SourcePathResolver, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.rules.Manifest
Hash the files pointed to by the source paths.
hashStringAndLength(Hasher, String) - Static method in class com.facebook.buck.hashing.StringHashing
Encodes the length of the string in UTF-16 code units, then the UTF-16 code units of the string.
hashTargetGraph() - Method in class com.facebook.buck.rules.TargetGraphHashing
Given a TargetGraph and any number of root nodes to traverse, returns a map of (BuildTarget, HashCode) pairs for all root build targets and their dependencies.
hasIncomingEdges(T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
HasInstallableApk - Interface in com.facebook.buck.android
Build rule that generates an APK that can be installed with the install command.
HasInstallableApk.AbstractApkInfo - Class in com.facebook.buck.android
 
HasInstallHelpers - Interface in com.facebook.buck.rules
 
HasJavaAbi - Interface in com.facebook.buck.jvm.java
 
HasJavaAbi.JarContentsSupplier - Class in com.facebook.buck.jvm.java
 
HasJavaClassHashes - Interface in com.facebook.buck.jvm.core
This should be considered deprecated.
HaskellBinary - Class in com.facebook.buck.haskell
 
HaskellBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableSet<BuildRule>, Tool, SourcePath) - Constructor for class com.facebook.buck.haskell.HaskellBinary
 
HaskellBinaryDescription - Class in com.facebook.buck.haskell
 
HaskellBinaryDescription(HaskellPlatform, FlavorDomain<HaskellPlatform>) - Constructor for class com.facebook.buck.haskell.HaskellBinaryDescription
 
HaskellBinaryDescription.Type - Enum in com.facebook.buck.haskell
 
HaskellBinaryDescriptionArg - Class in com.facebook.buck.haskell
Immutable implementation of HaskellBinaryDescription.AbstractHaskellBinaryDescriptionArg.
HaskellBinaryDescriptionArg.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellBinaryDescriptionArg.
HaskellBuckConfig - Class in com.facebook.buck.haskell
 
HaskellBuckConfig(BuckConfig, ExecutableFinder) - Constructor for class com.facebook.buck.haskell.HaskellBuckConfig
 
HaskellCompileDep - Interface in com.facebook.buck.haskell
An interface for rule which can provide interfaces files for a haskell compilation.
HaskellCompileInput - Class in com.facebook.buck.haskell
Information that contributes to a haskell compilation job.
HaskellCompileInput.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellCompileInput.
HaskellCompileRule - Class in com.facebook.buck.haskell
 
HaskellDescriptionUtils - Class in com.facebook.buck.haskell
 
HaskellGhciDescription - Class in com.facebook.buck.haskell
 
HaskellGhciDescription(HaskellPlatform, FlavorDomain<HaskellPlatform>, CxxBuckConfig) - Constructor for class com.facebook.buck.haskell.HaskellGhciDescription
 
HaskellGhciDescriptionArg - Class in com.facebook.buck.haskell
Immutable implementation of HaskellGhciDescription.AbstractHaskellGhciDescriptionArg.
HaskellGhciDescriptionArg.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellGhciDescriptionArg.
HaskellGhciRule - Class in com.facebook.buck.haskell
 
HaskellHaddockDescription - Class in com.facebook.buck.haskell
 
HaskellHaddockDescription(HaskellPlatform, FlavorDomain<HaskellPlatform>) - Constructor for class com.facebook.buck.haskell.HaskellHaddockDescription
 
HaskellHaddockDescriptionArg - Class in com.facebook.buck.haskell
Immutable implementation of HaskellHaddockDescription.AbstractHaskellHaddockDescriptionArg.
HaskellHaddockDescriptionArg.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellHaddockDescriptionArg.
HaskellHaddockInput - Class in com.facebook.buck.haskell
Information that contributes to a haskell haddock job.
HaskellHaddockInput.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellHaddockInput.
HaskellHaddockLibRule - Class in com.facebook.buck.haskell
 
HaskellHaddockLibRule.Type - Enum in com.facebook.buck.haskell
 
HaskellHaddockRule - Class in com.facebook.buck.haskell
 
HaskellLibrary - Class in com.facebook.buck.haskell
 
HaskellLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams) - Constructor for class com.facebook.buck.haskell.HaskellLibrary
 
HaskellLibraryDescription - Class in com.facebook.buck.haskell
 
HaskellLibraryDescription(FlavorDomain<HaskellPlatform>, CxxBuckConfig) - Constructor for class com.facebook.buck.haskell.HaskellLibraryDescription
 
HaskellLibraryDescription.Type - Enum in com.facebook.buck.haskell
 
HaskellLibraryDescriptionArg - Class in com.facebook.buck.haskell
Immutable implementation of HaskellLibraryDescription.AbstractHaskellLibraryDescriptionArg.
HaskellLibraryDescriptionArg.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellLibraryDescriptionArg.
HaskellLinkRule - Class in com.facebook.buck.haskell
 
HaskellLinkRule(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool, Path, ImmutableList<Arg>, ImmutableList<Arg>, boolean) - Constructor for class com.facebook.buck.haskell.HaskellLinkRule
 
HaskellPackage - Class in com.facebook.buck.haskell
Represents a Haskell package used as a dependency during compilation.
HaskellPackage.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellPackage.
HaskellPackageInfo - Class in com.facebook.buck.haskell
Identifying information for a HaskellPackage.
HaskellPackageRule - Class in com.facebook.buck.haskell
 
HaskellPackageRule(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool, HaskellVersion, Linker.LinkableDepType, HaskellPackageInfo, ImmutableSortedMap<String, HaskellPackage>, ImmutableSortedSet<String>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.haskell.HaskellPackageRule
 
HaskellPlatform - Class in com.facebook.buck.haskell
Immutable implementation of AbstractHaskellPlatform.
HaskellPlatform.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellPlatform.
HaskellPrebuiltLibraryDescription - Class in com.facebook.buck.haskell
 
HaskellPrebuiltLibraryDescription() - Constructor for class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription
 
HaskellPrebuiltLibraryDescriptionArg - Class in com.facebook.buck.haskell
Immutable implementation of HaskellPrebuiltLibraryDescription.AbstractHaskellPrebuiltLibraryDescriptionArg.
HaskellPrebuiltLibraryDescriptionArg.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellPrebuiltLibraryDescriptionArg.
HaskellSources - Class in com.facebook.buck.haskell
Immutable implementation of AbstractHaskellSources.
HaskellSources.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellSources.
HaskellVersion - Class in com.facebook.buck.haskell
Immutable implementation of AbstractHaskellVersion.
HaskellVersion.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellVersion.
HasLinkerMap - Interface in com.facebook.buck.cxx.toolchain.linker
 
HasMavenCoordinates - Interface in com.facebook.buck.jvm.java
 
hasNext() - Method in class com.facebook.buck.model.macros.MacroFinder.MacroFinderAutomaton
 
hasNext() - Method in class com.facebook.buck.util.autosparse.MmappedHgManifest.ManifestEntryIterator
 
hasOutput() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
 
hasOutput() - Method in enum com.facebook.buck.rust.CrateType
Returns true if the build is expected to produce output (vs is just being run for error-checking side-effects).
HasOutputName - Interface in com.facebook.buck.model
Interface for BuildRules which generate sources with logical "names" (e.g.
hasPathsChangedInWorkingDirectory - Variable in enum com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator.Mode
 
hasPatterns() - Method in class com.facebook.buck.util.PatternsMatcher
 
hasPendingWrites() - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
Returns true if the process has any data queued to write to stdin, false otherwise.
HasPostBuildSteps - Interface in com.facebook.buck.rules
Deprecated interface used by BuildRules which perform operations after the build.
hasProcessFinished(Object) - Method in class com.facebook.buck.util.ProcessHelper
 
HasProvidedDeps - Interface in com.facebook.buck.rules
 
HasProvidedDepsQuery - Interface in com.facebook.buck.rules
 
hasResources() - Method in interface com.facebook.buck.android.FilteredResourcesProvider
 
hasResources() - Method in class com.facebook.buck.android.IdentityResourcesProvider
 
hasResources() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
 
hasResources() - Method in class com.facebook.buck.android.ResourcesFilter
 
HasRuntimeDeps - Interface in com.facebook.buck.rules
Provides a facility for a rule to list dependencies it'll need at runtime.
HasSourcePath - Interface in com.facebook.buck.rules.args
Interface for extracting a SourcePath from an Arg which has one.
HasSources - Interface in com.facebook.buck.jvm.java
 
HasSrcs - Interface in com.facebook.buck.rules
 
hasStampedeId() - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
 
HasSystemFrameworkAndLibraries - Interface in com.facebook.buck.cxx.toolchain
Constructor args which specify system framework and library fields.
hasTestHost() - Method in class com.facebook.buck.apple.AppleTest
 
HasTests - Interface in com.facebook.buck.rules
A constructor arg of source rules with a list of their tests.
HasTestTimeout - Interface in com.facebook.buck.rules
 
HasThinLTO - Interface in com.facebook.buck.cxx.toolchain.linker
 
hasTimedOut() - Method in class com.facebook.buck.jvm.java.JUnitStep
 
hasUserDefinedValue(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
hasValidAndroidManifest() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
AndroidManifest.xml can be generated when package name is known.
hasValidSignature(ProcessExecutor, Path) - Static method in class com.facebook.buck.apple.CodeSigning
Checks whether a binary or bundle already has a valid code signature.
HasVersionUniverse - Interface in com.facebook.buck.versions
 
hasViewPath() - Method in interface com.facebook.buck.cli.parameter_extractors.ProjectViewParameters
 
hasWildmatchGlob() - Method in class com.facebook.buck.io.Watchman
 
header - Variable in class com.facebook.buck.cxx.toolchain.elf.Elf
 
header - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSection
 
HEADER_SIZE - Static variable in class com.facebook.buck.android.resources.ResourcesXml
 
HEADER_SIZE - Static variable in class com.facebook.buck.android.resources.ResourceTable
 
HEADER_SIZE - Static variable in class com.facebook.buck.android.resources.ResTablePackage
 
HEADER_SYMLINK_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
HeaderMap - Class in com.facebook.buck.apple.clang
Header maps are essentially hash maps from strings to paths (coded as two strings: a prefix and a suffix).
HeaderMap.Builder - Class in com.facebook.buck.apple.clang
 
HeaderMap.HeaderMapVisitor - Interface in com.facebook.buck.apple.clang
 
HeaderMode - Enum in com.facebook.buck.cxx.toolchain
 
headerOutputPath(BuildTarget, ProjectFilesystem, Optional<String>) - Static method in class com.facebook.buck.halide.HalideCompile
 
HeaderSymlinkTree - Class in com.facebook.buck.cxx.toolchain
 
HeaderSymlinkTree(BuildTarget, ProjectFilesystem, Path, ImmutableMap<Path, SourcePath>) - Constructor for class com.facebook.buck.cxx.toolchain.HeaderSymlinkTree
 
HeaderSymlinkTreeWithHeaderMap - Class in com.facebook.buck.cxx
 
HeaderVerification - Class in com.facebook.buck.cxx.toolchain
Defines how to handle headers that get included during the build but aren't explicitly tracked in any build files.
HeaderVerification.Builder - Class in com.facebook.buck.cxx.toolchain
Builds instances of type HeaderVerification.
HeaderVisibility - Enum in com.facebook.buck.cxx.toolchain
 
HelpCommand - Class in com.facebook.buck.cli
 
HelpCommand() - Constructor for class com.facebook.buck.cli.HelpCommand
 
HgAutoSparseState - Class in com.facebook.buck.util.autosparse
AutoSparseState for a mercurial repository.
HgAutoSparseState(HgCmdLineInterface, Path, String, AutoSparseConfig) - Constructor for class com.facebook.buck.util.autosparse.HgAutoSparseState
 
HgCmdLineInterface - Class in com.facebook.buck.util.versioncontrol
 
HgCmdLineInterface(ProcessExecutorFactory, Path, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
Hint - Annotation Type in com.facebook.buck.rules
Represents hints given when deal with the value of a type returned by Description.getConstructorArgType().
hit() - Static method in class com.facebook.buck.event.ActionGraphEvent.Cache
 
Hit() - Constructor for class com.facebook.buck.event.ActionGraphEvent.Cache.Hit
 
hit() - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Cache
 
HiveRowFormatter - Class in com.facebook.buck.util.network
Use this formatter as you would use a Builder to create Hive formatted rows that will transmit correctly according to Scribe/Hive protocol.
HostnameFetching - Class in com.facebook.buck.util.network.hostname
 
HostnameFetchingPosixLibrary - Class in com.facebook.buck.util.network.hostname
 
HostnameFetchingWin32Library - Interface in com.facebook.buck.util.network.hostname
 
HttpArtifactCache - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCache(NetworkCacheArgs) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCache
 
HttpArtifactCacheBinaryProtocol - Class in com.facebook.buck.artifact_cache
Implements the binary protocol used by Buck to talk to the cache server.
HttpArtifactCacheBinaryProtocol.FetchResponse - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCacheBinaryProtocol.StoreRequest - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCacheEvent - Class in com.facebook.buck.artifact_cache
Event produced for HttpArtifactCache operations containing different stats.
HttpArtifactCacheEvent(EventKey, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
HttpArtifactCacheEvent.Finished - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCacheEvent.Finished.Builder - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCacheEvent.Scheduled - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCacheEvent.Shutdown - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCacheEvent.Started - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCacheEventFetchData - Class in com.facebook.buck.artifact_cache
Immutable implementation of HttpArtifactCacheEvent.AbstractHttpArtifactCacheEventFetchData.
HttpArtifactCacheEventFetchData.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type HttpArtifactCacheEventFetchData.
HttpArtifactCacheEventListener - Class in com.facebook.buck.event.listener
Listens to HttpArtifactCacheEvents and logs stats data in Hive row format.
HttpArtifactCacheEventListener(BatchingLogger, BatchingLogger) - Constructor for class com.facebook.buck.event.listener.HttpArtifactCacheEventListener
 
HttpArtifactCacheEventStoreData - Class in com.facebook.buck.artifact_cache
Immutable implementation of HttpArtifactCacheEvent.AbstractHttpArtifactCacheEventStoreData.
HttpArtifactCacheEventStoreData.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type HttpArtifactCacheEventStoreData.
HttpArtifactCacheUploadListener - Class in com.facebook.buck.event.listener
In charge for monitoring builds that store artifacts to the remote cache and computing stateful cache upload stats.
HttpArtifactCacheUploadListener(BuckEventBus, int) - Constructor for class com.facebook.buck.event.listener.HttpArtifactCacheUploadListener
 
httpArtifactTotalBytesUploaded - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
httpArtifactTotalBytesUploaded - Variable in class com.facebook.buck.event.listener.HttpCacheUploadStats
 
httpArtifactTotalUploadsScheduledCount - Variable in class com.facebook.buck.event.listener.HttpCacheUploadStats
 
httpArtifactUploadedCount - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
httpArtifactUploadFailedCount - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
httpArtifactUploadsFailureCount - Variable in class com.facebook.buck.event.listener.HttpCacheUploadStats
 
httpArtifactUploadsOngoingCount - Variable in class com.facebook.buck.event.listener.HttpCacheUploadStats
 
httpArtifactUploadsScheduledCount - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
httpArtifactUploadsStartedCount - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
httpArtifactUploadsSuccessCount - Variable in class com.facebook.buck.event.listener.HttpCacheUploadStats
 
HttpCacheEntry - Class in com.facebook.buck.artifact_cache
Immutable implementation of ArtifactCacheBuckConfig.AbstractHttpCacheEntry.
HttpCacheEntry.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type HttpCacheEntry.
HttpCacheUploadStats - Class in com.facebook.buck.event.listener
 
HttpCacheUploadStats() - Constructor for class com.facebook.buck.event.listener.HttpCacheUploadStats
 
HttpDownloader - Class in com.facebook.buck.file
Download a file over HTTP.
HttpDownloader() - Constructor for class com.facebook.buck.file.HttpDownloader
 
HttpDownloader(Optional<Proxy>) - Constructor for class com.facebook.buck.file.HttpDownloader
 
HttpEndpoint - Interface in com.facebook.buck.util.network
 
HttpLoadBalancer - Interface in com.facebook.buck.slb
 
HttpResponse - Interface in com.facebook.buck.slb
 
HttpResponse - Class in com.facebook.buck.util.network
 
HttpResponse(String) - Constructor for class com.facebook.buck.util.network.HttpResponse
 
HttpService - Interface in com.facebook.buck.slb
 
httpShutdownEvent - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
HumanReadableException - Exception in com.facebook.buck.util
Exception with an error message that can sensibly be displayed to the user without a stacktrace.
HumanReadableException(String, Object...) - Constructor for exception com.facebook.buck.util.HumanReadableException
 
HumanReadableException(String) - Constructor for exception com.facebook.buck.util.HumanReadableException
 
HumanReadableException(Throwable, String) - Constructor for exception com.facebook.buck.util.HumanReadableException
 
HumanReadableException(Throwable, String, Object...) - Constructor for exception com.facebook.buck.util.HumanReadableException
 
HumanReadableException(ExceptionWithHumanReadableMessage) - Constructor for exception com.facebook.buck.util.HumanReadableException
 
HYBRID_THRIFT_STREAM_CONTENT_TYPE - Static variable in class com.facebook.buck.artifact_cache.ThriftArtifactCache
 
HybridPayloadGenerator - Class in com.facebook.buck.artifact_cache
* Creates example fetch and store requests, encodes them using the hybrid thrift/binary protocol, and finally prints out the hybrid payload using base 64 encoding.
HybridPayloadGenerator() - Constructor for class com.facebook.buck.artifact_cache.HybridPayloadGenerator
 
HybridProjectBuildFileParser - Class in com.facebook.buck.json
Hybrid project build file parser that uses Python DSL or Skylark depending on syntax requested for each individual build file.
HybridProjectBuildFileParser.Syntax - Enum in com.facebook.buck.json
 

I

IDEForceKill - Enum in com.facebook.buck.apple.project_generator
 
identity() - Static method in interface com.facebook.buck.cxx.toolchain.PathShortener
 
IdentityResourcesProvider - Class in com.facebook.buck.android
 
IdentityResourcesProvider(ImmutableList<SourcePath>) - Constructor for class com.facebook.buck.android.IdentityResourcesProvider
 
IdentityTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
 
idType - Variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
idValue - Variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
IGNORE_ASSETS_PATTERN - Static variable in class com.facebook.buck.android.AaptStep
 
IGNORED_FILE_EXTENSIONS - Static variable in class com.facebook.buck.android.aapt.MiniAapt
See AaptStep for a list of files that we ignore.
ignoredPaths() - Method in class com.facebook.buck.util.autosparse.AbstractAutoSparseConfig
 
ignoredPaths() - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig
 
ignoreValidityOfPaths - Variable in class com.facebook.buck.io.ProjectFilesystem
 
IGNORING - Static variable in interface com.facebook.buck.util.zip.JarBuilder.Observer
 
IjAndroidHelper - Class in com.facebook.buck.ide.intellij
 
IjDependencyListBuilder - Class in com.facebook.buck.ide.intellij
Represents the dependencies of an IjModule in a form intended to be consumable by the IjProjectWriter.
IjDependencyListBuilder() - Constructor for class com.facebook.buck.ide.intellij.IjDependencyListBuilder
 
IjDependencyListBuilder.Scope - Enum in com.facebook.buck.ide.intellij
Set of scopes supported by IntelliJ for the "orderEntry" element.
IjDependencyListBuilder.SortOrder - Enum in com.facebook.buck.ide.intellij
 
IjDependencyListBuilder.Type - Enum in com.facebook.buck.ide.intellij
Set of types supported by IntelliJ for the "orderEntry" element.
IjFolder - Class in com.facebook.buck.ide.intellij.model.folders
A path which contains a set of sources we wish to present to IntelliJ.
IJFolderFactory - Interface in com.facebook.buck.ide.intellij.model.folders
Interface for factory classes which can create each type of source folder.
IjLibrary - Class in com.facebook.buck.ide.intellij.model
Represents a prebuilt library (.jar or .aar) as seen by IntelliJ.
IjLibrary.Builder - Class in com.facebook.buck.ide.intellij.model
Builds instances of type IjLibrary.
IjLibraryFactory - Class in com.facebook.buck.ide.intellij.model
Interface for building IjLibrary objects from TargetNodes.
IjLibraryFactory() - Constructor for class com.facebook.buck.ide.intellij.model.IjLibraryFactory
 
IjLibraryFactoryResolver - Interface in com.facebook.buck.ide.intellij.model
 
IjModule - Class in com.facebook.buck.ide.intellij.model
Represents a single IntelliJ module.
IjModule.Builder - Class in com.facebook.buck.ide.intellij.model
Builds instances of type IjModule.
IjModuleAndroidFacet - Class in com.facebook.buck.ide.intellij.model
The information necessary to add the Android facet to the module.
IjModuleAndroidFacet.Builder - Class in com.facebook.buck.ide.intellij.model
Builds instances of type IjModuleAndroidFacet.
IjModuleFactory - Interface in com.facebook.buck.ide.intellij.model
Builds IjModules out of TargetNodes.
IjModuleFactoryResolver - Interface in com.facebook.buck.ide.intellij.model
Provides the IjModuleFactory with Paths to various elements of the project.
IjModuleGraph - Class in com.facebook.buck.ide.intellij
Represents a graph of IjModules and the dependencies between them.
IjModuleGraph(ImmutableMap<IjProjectElement, ImmutableMap<IjProjectElement, DependencyType>>) - Constructor for class com.facebook.buck.ide.intellij.IjModuleGraph
 
IjModuleGraphFactory - Class in com.facebook.buck.ide.intellij
 
IjModuleRule<T extends CommonDescriptionArg> - Interface in com.facebook.buck.ide.intellij.model
Rule describing which aspects of the supplied TargetNode to transfer to the IjModule being constructed.
IjModuleType - Enum in com.facebook.buck.ide.intellij.model
List of module types that are recognized by the model.
IjProject - Class in com.facebook.buck.ide.intellij
Top-level class for IntelliJ project generation.
IjProject(TargetGraphAndTargets, JavaPackageFinder, JavaFileParser, BuildRuleResolver, ProjectFilesystem, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.IjProject
 
IjProjectBuckConfig - Class in com.facebook.buck.ide.intellij
 
IJProjectCleaner - Class in com.facebook.buck.ide.intellij
Cleans out any unwanted IntelliJ IDEA project files.
IJProjectCleaner(ProjectFilesystem) - Constructor for class com.facebook.buck.ide.intellij.IJProjectCleaner
 
IjProjectCommandHelper - Class in com.facebook.buck.ide.intellij
 
IjProjectCommandHelper(BuckEventBus, ListeningExecutorService, BuckConfig, ActionGraphCache, VersionedTargetGraphCache, TypeCoercerFactory, Cell, IjProjectConfig, boolean, BuckBuildRunner, Function<Iterable<String>, ImmutableList<TargetNodeSpec>>, ProjectViewParameters) - Constructor for class com.facebook.buck.ide.intellij.IjProjectCommandHelper
 
IjProjectConfig - Class in com.facebook.buck.ide.intellij.model
Immutable implementation of AbstractIjProjectConfig.
IjProjectConfig.Builder - Class in com.facebook.buck.ide.intellij.model
Builds instances of type IjProjectConfig.
IjProjectElement - Interface in com.facebook.buck.ide.intellij.model
Common interface shared between IjModule and IjLibrary.
IjProjectPaths - Class in com.facebook.buck.ide.intellij
 
IjProjectPaths(String) - Constructor for class com.facebook.buck.ide.intellij.IjProjectPaths
 
IjProjectTemplateDataPreparer - Class in com.facebook.buck.ide.intellij
Does the converting of abstract data structures to a format immediately consumable by the StringTemplate-based templates employed by IjProjectWriter.
IjProjectTemplateDataPreparer(JavaPackageFinder, IjModuleGraph, ProjectFilesystem, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.IjProjectTemplateDataPreparer
 
IjProjectWriter - Class in com.facebook.buck.ide.intellij
Writes the serialized representations of IntelliJ project components to disk.
IjProjectWriter(IjProjectTemplateDataPreparer, IjProjectConfig, ProjectFilesystem) - Constructor for class com.facebook.buck.ide.intellij.IjProjectWriter
 
IjResourceFolderType - Enum in com.facebook.buck.ide.intellij.model.folders
 
IjSourceFolder - Class in com.facebook.buck.ide.intellij.model.folders
Immutable implementation of AbstractIjSourceFolder.
IjSourceFolder.Builder - Class in com.facebook.buck.ide.intellij.model.folders
Builds instances of type IjSourceFolder.
IjSourceRootSimplifier - Class in com.facebook.buck.ide.intellij
Groups IjFolders into sets which are of the same type and belong to the same package structure.
IjSourceRootSimplifier(JavaPackageFinder) - Constructor for class com.facebook.buck.ide.intellij.IjSourceRootSimplifier
 
ImmediateDirectoryBuildTargetPattern - Class in com.facebook.buck.model
A pattern matches build targets that are all in the same directory.
ImmutableMapWithNullValues<K,V> - Class in com.facebook.buck.util
ImmutableMap uses 16 fewer bytes per entry than TreeMap, but does not allow null values.
ImmutableMapWithNullValues.Builder<K,V> - Class in com.facebook.buck.util
 
ImplicitDepsInferringDescription<T> - Interface in com.facebook.buck.rules
While building up the target graph, we infer the implicit dependencies of a rule by parsing all parameters with types SourcePath or BuildRule.
ImplicitFlavorsInferringDescription - Interface in com.facebook.buck.rules
While building up the target graph, we allow descriptions to apply default flavors (e.g., #iphonesimulator-x86_64 for C++ or Objective-C libraries built in an iPhone simulator environment) from the .buckconfig file.
ImplicitInputsInferringDescription<T> - Interface in com.facebook.buck.rules
While building up the target graph, we infer implicit inputs of a rule if certain fields are absent (e.g.
inc() - Method in class com.facebook.buck.counters.IntegerCounter
 
inc(long) - Method in class com.facebook.buck.counters.IntegerCounter
 
INCLUDE_DOCS_LONG_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
 
INCLUDE_DOCS_SHORT_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
 
INCLUDE_FRAMEWORKS - Static variable in class com.facebook.buck.apple.AppleDescriptions
 
INCLUDE_FRAMEWORKS_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDescriptions
 
INCLUDE_SOURCE_LONG_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
 
INCLUDE_SOURCE_SHORT_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
 
includeArgs(Preprocessor, Iterable<String>) - Method in enum com.facebook.buck.cxx.CxxPreprocessables.IncludeType
 
includes - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
InclusiveFolder - Class in com.facebook.buck.ide.intellij.model.folders
A path which contains a set of sources we wish to present to IntelliJ.
incrementFinishedCounter(String, long) - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
Increments a counter that will be appended to the finished event.
INDEXED_UNBUNDLE - Static variable in class com.facebook.buck.js.ReactNativeFlavors
 
indexEntriesByArchivePath(ProjectFilesystem, BuildJobStateFileHashes) - Static method in class com.facebook.buck.distributed.DistBuildFileHashes
 
indexEntriesByPath(ProjectFilesystem, BuildJobStateFileHashes) - Static method in class com.facebook.buck.distributed.DistBuildFileHashes
 
INDEXING - Static variable in enum com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry.BuildFor
 
INDIVIDUAL_TEST_AWAITING_RESULTS - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
IndividualTesEventFinishedExternalInterface<T> - Interface in com.facebook.buck.event.external.events
Describes the results of running test on a single build target.
IndividualTestEvent - Class in com.facebook.buck.rules
 
IndividualTestEvent.Finished - Class in com.facebook.buck.rules
 
IndividualTestEvent.Started - Class in com.facebook.buck.rules
 
INFER_FLAVOR_DOMAIN - Static variable in class com.facebook.buck.cxx.CxxInferEnhancer
 
InferBuckConfig - Class in com.facebook.buck.cxx.toolchain
 
InferBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.cxx.toolchain.InferBuckConfig
 
inferInputsFromConstructorArgs(UnflavoredBuildTarget, T) - Method in interface com.facebook.buck.rules.ImplicitInputsInferringDescription
 
inferInputsFromConstructorArgs(UnflavoredBuildTarget, ExportFileDescriptionArg) - Method in class com.facebook.buck.shell.ExportFileDescription
If the src field is absent, add the name field to the list of inputs.
info(String, Object...) - Method in class com.facebook.buck.android.BuckEventAndroidLogger
 
Info(ElfSymbolTable.Entry.Info.Bind, ElfSymbolTable.Entry.Info.Type) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info
 
info(String) - Static method in class com.facebook.buck.event.ConsoleEvent
 
info(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
 
info(String) - Method in class com.facebook.buck.log.Logger
Logs a message at INFO level.
info(Throwable, String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at INFO level.
info(String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at INFO level.
InfoPlistSubstitution - Class in com.facebook.buck.apple
Utility class to substitute Xcode Info.plist variables in the forms: ${FOO} $(FOO) ${FOO:modifier} $(FOO:modifier) with specified string values.
init(BuckJavacTask, String...) - Method in interface com.facebook.buck.jvm.java.plugin.adapter.BuckJavacPlugin
 
init() - Static method in class com.facebook.buck.util.BgProcessKiller
 
initialBuildTarget - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
InitializableFromDisk<T> - Interface in com.facebook.buck.rules
Object that has in-memory data structures that need to be populated as a result of executing its steps.
initializationFinished(BuckInitializationDurationEvent) - Method in class com.facebook.buck.event.listener.PerfTimesEventListener
 
initialize() - Static method in class com.facebook.buck.sqlite.SQLiteUtils
Initializes the JDBC loader statically to avoid sqlite-jdbc loading its JNI library in a thread-unsafe manner.
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.android.AndroidResource
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.android.DummyRDotJava
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.android.ResourcesFilter
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.android.UnzipAar
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.jvm.java.CalculateAbiFromClasses
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.jvm.java.CalculateAbiFromSource
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.jvm.java.CompareAbis
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
Instructs this rule to report the ABI it has on disk as its current ABI.
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.rules.BuildOutputInitializer
 
initializeFromDisk(OnDiskBuildInfo) - Method in interface com.facebook.buck.rules.InitializableFromDisk
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
initialJavacOptions - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
initialParams - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
initIfNeeded() - Method in class com.facebook.buck.json.PythonDslProjectBuildFileParser
Initialization on demand moves around the performance impact of creating the Python interpreter to when parsing actually begins.
initServiceLocator() - Static method in class com.facebook.buck.maven.AetherUtil
 
injectClassLoader(ClassLoader, ImmutableList<URL>, ClassLoader) - Method in class com.facebook.buck.util.ClassLoaderCache
 
InlineContentsProvider - Class in com.facebook.buck.distributed
 
InlineContentsProvider(ListeningExecutorService) - Constructor for class com.facebook.buck.distributed.InlineContentsProvider
 
InMemoryBuildFileTree - Class in com.facebook.buck.model
A tree of build files that reflects their tree structure in the filesystem.
InMemoryBuildFileTree(Iterable<BuildTarget>) - Constructor for class com.facebook.buck.model.InMemoryBuildFileTree
Creates an InMemoryBuildFileTree from the base paths in the given BuildTargets.
InMemoryBuildFileTree(Collection<Path>) - Constructor for class com.facebook.buck.model.InMemoryBuildFileTree
 
InnerClassesTable - Class in com.facebook.buck.jvm.java.abi
Aids in constructing a table of InnerClassNodes when generating bytecode for a TypeElement.
InnerClassesTable(DescriptorFactory, AccessFlags) - Constructor for class com.facebook.buck.jvm.java.abi.InnerClassesTable
 
input - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
input - Variable in class com.facebook.buck.ocaml.OcamlLexStep.Args
 
input - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
input - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
input - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
input - Variable in class com.facebook.buck.ocaml.OcamlYaccStep.Args
 
InputBasedRuleKeyFactory - Class in com.facebook.buck.rules.keys
A factory for generating input-based RuleKeys.
InputBasedRuleKeyFactory(RuleKeyFieldLoader, FileHashLoader, SourcePathResolver, SourcePathRuleFinder, long) - Constructor for class com.facebook.buck.rules.keys.InputBasedRuleKeyFactory
 
InputBasedRuleKeyFactory(int, FileHashLoader, SourcePathResolver, SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.keys.InputBasedRuleKeyFactory
 
InputBasedRuleKeyFactory.Result<RULE_KEY> - Class in com.facebook.buck.rules.keys
 
inputBasedRuleKeyIsEnabled() - Method in class com.facebook.buck.android.AndroidBinary
 
inputBasedRuleKeyIsEnabled() - Method in interface com.facebook.buck.rules.keys.SupportsInputBasedRuleKey
 
inputBasedRuleKeyIsEnabled() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
inputBasedRuleKeyIsEnabled() - Method in class com.facebook.buck.shell.CommandAlias
 
InputData - Class in com.facebook.buck.rules.modern
 
InputData(SourcePath) - Constructor for class com.facebook.buck.rules.modern.InputData
 
InputData(String) - Constructor for class com.facebook.buck.rules.modern.InputData
 
InputDataRetriever - Interface in com.facebook.buck.rules.modern
 
InputPath - Class in com.facebook.buck.rules.modern
 
InputPath(SourcePath) - Constructor for class com.facebook.buck.rules.modern.InputPath
 
InputPath.Internals - Class in com.facebook.buck.rules.modern
 
InputPathResolver - Interface in com.facebook.buck.rules.modern
 
InputPathTypeCoercer - Class in com.facebook.buck.rules.coercer
 
InputPathTypeCoercer(TypeCoercer<SourcePath>) - Constructor for class com.facebook.buck.rules.coercer.InputPathTypeCoercer
 
InputRuleResolver - Interface in com.facebook.buck.rules.modern
Created by cjhopman on 8/21/17.
inputs - Variable in class com.facebook.buck.rules.keys.RuleKeyResult
All inputs this rule key's value depends on.
InputsFunction - Class in com.facebook.buck.query
An 'inputs(x)' expression, which finds the direct input files of the given argument set 'x'.
InputsFunction() - Constructor for class com.facebook.buck.query.InputsFunction
 
InputStreamConsumer - Class in com.facebook.buck.util
 
InputStreamConsumer(InputStream, InputStreamConsumer.Handler...) - Constructor for class com.facebook.buck.util.InputStreamConsumer
 
InputStreamConsumer(Reader, InputStreamConsumer.Handler...) - Constructor for class com.facebook.buck.util.InputStreamConsumer
 
InputStreamConsumer.Handler - Interface in com.facebook.buck.util
Interface to handle a line of input from the stream.
insert(Path, Path) - Method in class com.facebook.buck.ide.intellij.lang.java.JavaPackagePathCache
 
insertionOrder() - Static method in class com.facebook.buck.util.ImmutableMapWithNullValues.Builder
 
insertNewStringTableEntry(ByteBuffer, SymTabCommand, String) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
Inserts the given string into the string buffer and returns its location in the string table.
INSTALL_FINISHED - Static variable in interface com.facebook.buck.event.external.events.InstallFinishedEventExternalInterface
 
INSTALL_STARTED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
installApk(SourcePathResolver, HasInstallableApk, boolean, boolean, String) - Method in class com.facebook.buck.android.AdbHelper
 
installApk(SourcePathResolver, HasInstallableApk, boolean, boolean, String) - Method in interface com.facebook.buck.android.exopackage.AndroidDevicesHelper
Install apk on all matching devices.
installApkIfNecessary(ApkInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInstaller
 
installApkOnDevice(File, boolean, boolean) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
installApkOnDevice(File, boolean, boolean, boolean) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
installApkOnDevice(File, boolean, boolean, boolean) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
installBundleInSimulator(String, Path) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
Installs a bundle in a previously-started simulator.
installBundleOnDevice(String, Path) - Method in class com.facebook.buck.apple.device.AppleDeviceHelper
Attempts to install a bundle on the device.
InstallCommand - Class in com.facebook.buck.cli
Command so a user can build and install an APK.
InstallCommand() - Constructor for class com.facebook.buck.cli.InstallCommand
 
InstallEvent - Class in com.facebook.buck.event
 
InstallEvent(EventKey, BuildTarget) - Constructor for class com.facebook.buck.event.InstallEvent
 
InstallEvent.Finished - Class in com.facebook.buck.event
 
InstallEvent.Started - Class in com.facebook.buck.event
 
installEventFinished(InstallEvent.Finished) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
installFile(Path, Path) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
installFile(Path, Path) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
installFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
installFinished(InstallEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
installFinished(InstallEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
installFinished(InstallEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
InstallFinishedEventExternalInterface - Interface in com.facebook.buck.event.external.events
Describes an install finished event sent by buck.
installMissingExopackageFiles(ImmutableSortedSet<Path>, ExopackageInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInstaller
 
installMissingFiles(ImmutableSortedSet<Path>, ImmutableMap<Path, Path>, String) - Method in class com.facebook.buck.android.exopackage.ExopackageInstaller
 
InstallResult - Class in com.facebook.buck.cli
Immutable implementation of AbstractInstallResult.
InstallResult.Builder - Class in com.facebook.buck.cli
Builds instances of type InstallResult.
installStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
installStarted(InstallEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
installStarted(InstallEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
InstallTrigger - Class in com.facebook.buck.rules
InstallTrigger is effectively a SourcePath whose content changes on every install.
InstallTrigger(ProjectFilesystem) - Constructor for class com.facebook.buck.rules.InstallTrigger
 
INSTANCE - Static variable in class com.facebook.buck.android.AndroidClasspathFromContextFunction
 
INSTANCE - Static variable in interface com.facebook.buck.io.windowsfs.WindowsFSLibrary
 
INSTANCE - Static variable in interface com.facebook.buck.io.windowspipe.WindowsNamedPipeLibrary
 
instance() - Static method in class com.facebook.buck.jvm.java.NoOpClassUsageFileWriter
 
INSTANCE - Static variable in class com.facebook.buck.parser.BuildTargetParser
The BuildTargetParser is stateless, so this single instance can be shared.
INSTANCE - Static variable in class com.facebook.buck.rules.coercer.CoercedTypeCache
 
INSTANCE - Static variable in interface com.facebook.buck.util.Libc
 
INSTANCE - Static variable in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
 
instantiateSkeleton(Class<T>, BuildTarget) - Static method in class com.facebook.buck.rules.coercer.CoercedTypeCache
Returns an unpopulated DTO object, and the build method which must be called with it when it is finished being populated.
InstrumentationMain - Class in com.facebook.buck.testrunner
 
InstrumentationStep - Class in com.facebook.buck.android
 
InstrumentationStep(ProjectFilesystem, ImmutableList<String>, AndroidInstrumentationTestJVMArgs, Optional<Long>) - Constructor for class com.facebook.buck.android.InstrumentationStep
 
InstrumentationTestRunner - Class in com.facebook.buck.testrunner
 
InstrumentationTestRunner(String, String, String, String, File, String, String, boolean, Map<String, String>) - Constructor for class com.facebook.buck.testrunner.InstrumentationTestRunner
 
INT_ARRAY_SEPARATOR - Static variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
INTEGER - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
IntegerCounter - Class in com.facebook.buck.counters
 
IntegerCounter(String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.counters.IntegerCounter
 
intelliJLibraryName(BuildTarget) - Static method in class com.facebook.buck.ide.intellij.Util
 
intelliJModuleNameFromPath(String) - Static method in class com.facebook.buck.ide.intellij.Util
 
InterfaceValidatorCallback - Interface in com.facebook.buck.jvm.java.abi.source.api
 
INTERNAL_ERROR_EXIT_CODE - Static variable in class com.facebook.buck.cli.Main
Internal error exit code, meaning Buck fails with unknown exception
INTERNAL_PROPERTY_NAME_PREFIX - Static variable in class com.facebook.buck.rules.BuckPyFunction
Properties from the JSON produced by buck.py that start with this prefix do not correspond to build rule arguments specified by the user.
InternalFlavor - Class in com.facebook.buck.model
A Flavor passing information between targets, which is irrelevant to the end user.
InternalFlavor.Builder - Class in com.facebook.buck.model
Builds instances of type InternalFlavor.
Internals() - Constructor for class com.facebook.buck.rules.modern.InputPath.Internals
 
Internals() - Constructor for class com.facebook.buck.rules.modern.OutputPath.Internals
 
interpretTestResults(ExecutionContext, SourcePathResolver, boolean) - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
interpretTestResults(ExecutionContext, SourcePathResolver, boolean) - Method in class com.facebook.buck.apple.AppleTest
 
interpretTestResults(ExecutionContext, SourcePathResolver, boolean) - Method in class com.facebook.buck.d.DTest
 
interpretTestResults(ExecutionContext, SourcePathResolver, boolean) - Method in class com.facebook.buck.go.GoTest
 
interpretTestResults(ExecutionContext, SourcePathResolver, boolean) - Method in class com.facebook.buck.jvm.java.JavaTest
 
interpretTestResults(ExecutionContext, SourcePathResolver, boolean) - Method in class com.facebook.buck.python.PythonTest
 
interpretTestResults(ExecutionContext, SourcePathResolver, boolean) - Method in interface com.facebook.buck.rules.TestRule
 
interpretTestResults(ExecutionContext, SourcePathResolver, boolean) - Method in class com.facebook.buck.rust.RustTest
 
interpretTestResults(ExecutionContext, SourcePathResolver, boolean) - Method in class com.facebook.buck.shell.ShTest
 
interruptCurrentThread() - Static method in class com.facebook.buck.util.Threads
 
interrupted(CommandEvent.Started, int) - Static method in class com.facebook.buck.event.CommandEvent
 
INTERRUPTED_EXIT_CODE - Static variable in class com.facebook.buck.cli.Main
The command was interrupted
INTERRUPTED_EXIT_CODE - Static variable in class com.facebook.buck.oop_javac.OutOfProcessInvocationReceiver
The command was interrupted
InterruptionFailedException - Exception in com.facebook.buck.util
Signals that processing could not be interrupted.
InterruptionFailedException(String) - Constructor for exception com.facebook.buck.util.InterruptionFailedException
 
interruptThread(Thread) - Static method in class com.facebook.buck.util.Threads
 
intersection(Set<T>, Set<T>) - Static method in class com.facebook.buck.util.MoreSets
Returns a new and mutable set containing the intersection of the two specified sets.
IntraDexReorderStep - Class in com.facebook.buck.android
Runs a user supplied reordering tool on all dexes.
INVALID_FLAVOR_CHARACTERS - Static variable in interface com.facebook.buck.model.Flavor
 
invalidate(Path) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
 
invalidate(Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
invalidate() - Method in class com.facebook.buck.rules.BuildOutputInitializer
 
invalidate(Path) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
invalidate(Path) - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
 
invalidate(Path) - Method in interface com.facebook.buck.util.cache.FileHashCache
 
invalidate(ProjectFilesystem, Path) - Method in interface com.facebook.buck.util.cache.FileHashCache
Invalidate any cached entries for the given relative Path under the given ProjectFilesystem.
invalidate(Path) - Method in interface com.facebook.buck.util.cache.ProjectFileHashCache
 
invalidate(Path) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
invalidate(ProjectFilesystem, Path) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
invalidate(Path) - Method in class com.facebook.buck.util.cache.StatsTrackingFileHashCacheEngine
 
invalidateAll() - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
 
invalidateAll() - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
invalidateAll() - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyCache
Invalidate everything in the cache.
invalidateAll() - Method in interface com.facebook.buck.rules.keys.RuleKeyCache
Invalidate everything in the cache.
invalidateAll() - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
invalidateAll() - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
 
invalidateAll() - Method in interface com.facebook.buck.util.cache.FileHashCache
 
invalidateAll() - Method in interface com.facebook.buck.util.cache.ProjectFileHashCache
 
invalidateAll() - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
invalidateAllCaches() - Method in class com.facebook.buck.parser.DaemonicParserState
 
invalidateAllExceptFilesystems(ImmutableSet<ProjectFilesystem>) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyCache
Invalidate all inputs *not* from the given ProjectFilesystems and their transitive dependents.
invalidateAllExceptFilesystems(ImmutableSet<ProjectFilesystem>) - Method in interface com.facebook.buck.rules.keys.RuleKeyCache
Invalidate all inputs *not* from the given ProjectFilesystems and their transitive dependents.
invalidateBasedOn(WatchmanOverflowEvent) - Method in class com.facebook.buck.parser.DaemonicParserState
 
invalidateBasedOn(WatchmanPathEvent) - Method in class com.facebook.buck.parser.DaemonicParserState
 
invalidateBasedOn(WatchmanPathEvent) - Method in class com.facebook.buck.rules.ActionGraphCache
 
invalidateBasedOn(WatchmanOverflowEvent) - Method in class com.facebook.buck.rules.ActionGraphCache
 
invalidateCellCaches(Cell) - Method in class com.facebook.buck.parser.DaemonicParserState
 
invalidateFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyCache
Invalidate all inputs from a given ProjectFilesystem and their transitive dependents.
invalidateFilesystem(ProjectFilesystem) - Method in interface com.facebook.buck.rules.keys.RuleKeyCache
Invalidate all inputs from a given ProjectFilesystem and their transitive dependents.
invalidateInputs(Iterable<RuleKeyInput>) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyCache
Invalidate the given inputs and all their transitive dependents.
invalidateInputs(Iterable<RuleKeyInput>) - Method in interface com.facebook.buck.rules.keys.RuleKeyCache
Invalidate the given inputs and all their transitive dependents.
invalidatePath(Path) - Method in class com.facebook.buck.parser.DaemonicParserState
 
invalidatePath(ProjectFilesystem, Path) - Method in class com.facebook.buck.rules.keys.RuleKeyCacheRecycler
 
invalidateWithParents(Path) - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
 
invalidateWithParents(Path) - Method in class com.facebook.buck.util.cache.StatsTrackingFileHashCacheEngine
 
invalidationFinished(FileHashCacheEvent.InvalidationStarted) - Static method in class com.facebook.buck.event.FileHashCacheEvent
 
InvalidationFinished(FileHashCacheEvent.InvalidationStarted) - Constructor for class com.facebook.buck.event.FileHashCacheEvent.InvalidationFinished
 
invalidationStarted() - Static method in class com.facebook.buck.event.FileHashCacheEvent
 
InvalidationStarted() - Constructor for class com.facebook.buck.event.FileHashCacheEvent.InvalidationStarted
 
invert() - Method in class com.facebook.buck.cli.LabelSelector
 
InvocationInfo - Class in com.facebook.buck.log
Immutable implementation of AbstractInvocationInfo.
InvocationInfo.Builder - Class in com.facebook.buck.log
Builds instances of type InvocationInfo.
InvocationMessage - Class in com.facebook.buck.message_ipc
 
InvocationMessage(String, List<Object>) - Constructor for class com.facebook.buck.message_ipc.InvocationMessage
 
invokeWithParams(CommandRunnerParams) - Method in class com.facebook.buck.cli.MachOAbsolutifyObjectPathsCommand
 
invokeWithParams(CommandRunnerParams) - Method in class com.facebook.buck.cli.MachOAbstractCommand
The override point for subclasses.
invokeWithParams(CommandRunnerParams) - Method in class com.facebook.buck.cli.MachOFixCompDirCommand
 
ioctl(int, Pointer, Object...) - Method in interface com.facebook.buck.util.Libc
 
IOS - Static variable in class com.facebook.buck.js.JsFlavors
 
IosReactNativeLibraryDescription - Class in com.facebook.buck.js
 
IosReactNativeLibraryDescription(ReactNativeBuckConfig) - Constructor for class com.facebook.buck.js.IosReactNativeLibraryDescription
 
is64Bit() - Method in class com.facebook.buck.macho.MachoMagicInfo
 
IS_APPLE_BUNDLE_RESOURCE_NODE - Static variable in class com.facebook.buck.apple.AppleResources
 
IS_EXO_CONSTANT - Static variable in class com.facebook.buck.android.BuildConfigs
Name of a Buck-specific global variable that indicates whether an app was built using exopackage.
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXAggregateTarget
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainer
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItem
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFrameworksBuildPhase
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXHeadersBuildPhase
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXNativeTarget
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProjectItem
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXResourcesBuildPhase
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXSourcesBuildPhase
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTargetDependency
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXVariantGroup
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCBuildConfiguration
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCConfigurationList
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
isAbiTarget(BuildTarget) - Static method in interface com.facebook.buck.jvm.java.HasJavaAbi
 
isAbsolute() - Method in class com.facebook.buck.io.AbstractArchiveMemberPath
 
isAcceptable(Version) - Method in interface com.facebook.buck.versions.Constraint
 
isActionGraphCheckingEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isAcyclic() - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
isAggregatingAndroidResourceModulesEnabled() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
isAlive() - Method in interface com.facebook.buck.util.ProcessExecutor.LaunchedProcess
 
isAlive() - Method in class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
 
isAlive() - Method in class com.facebook.buck.worker.WorkerProcess
 
isAndroidFacetBuilderPresent() - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
isAnsiTerminal() - Method in class com.facebook.buck.util.Ansi
 
isArgfileRequired() - Method in interface com.facebook.buck.cxx.toolchain.Archiver
Whether an argfile is required for a long command line (false means that it is possible to split a long command line into chunks).
isArgfileRequired() - Method in class com.facebook.buck.cxx.toolchain.BsdArchiver
 
isArgfileRequired() - Method in class com.facebook.buck.cxx.toolchain.GnuArchiver
 
isArgfileRequired() - Method in class com.facebook.buck.cxx.toolchain.WindowsArchiver
 
isArgFileSupported() - Method in class com.facebook.buck.cxx.toolchain.ClangCompiler
 
isArgFileSupported() - Method in interface com.facebook.buck.cxx.toolchain.Compiler
 
isArgFileSupported() - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
isArgFileSupported() - Method in class com.facebook.buck.cxx.toolchain.GccCompiler
 
isArgFileSupported() - Method in class com.facebook.buck.cxx.toolchain.WindowsCompiler
 
isArtifactCacheDisabled() - Method in class com.facebook.buck.cli.BuildCommand
 
isAssembly() - Method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
 
isAsset() - Method in interface com.facebook.buck.android.NativeLibraryBuildRule
 
isAsset() - Method in class com.facebook.buck.android.NdkLibrary
 
isAsset() - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
 
isAutogenerateAndroidFacetSourcesEnabled() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
isAutosparseEnabled(Config) - Static method in class com.facebook.buck.util.autosparse.AbstractAutoSparseConfig
 
isAvailable(ExecutionContext) - Method in interface com.facebook.buck.android.FilterResourcesSteps.ImageScaler
 
isBeingWorkedOnByCurrentThread() - Method in interface com.facebook.buck.util.concurrent.WorkThreadTrackingFuture
Returns whether the future is being computed by the current thread.
isBeingWorkedOnByCurrentThread() - Method in class com.facebook.buck.util.concurrent.WorkThreadTrackingFutureDecorator
 
isBestServer() - Method in class com.facebook.buck.slb.PerServerData
 
isBuckConfigLocalWarningEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isBuildFiltered(BuckConfig) - Method in class com.facebook.buck.cli.TestCommand
 
isBuildFinished() - Method in class com.facebook.buck.distributed.MinionWorkloadAllocator
 
isBuildRuleDebuggable(BuildRule) - Static method in class com.facebook.buck.apple.AppleDebuggableBinary
 
isBuildRuleWithTarget(BuildTarget) - Static method in class com.facebook.buck.rules.BuildRules
 
isBuildStringSourceMap() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
isBytecode - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
isCacheable() - Method in class com.facebook.buck.android.AndroidBinary
 
isCacheable() - Method in class com.facebook.buck.android.AndroidBinaryNonExoInstaller
 
isCacheable() - Method in class com.facebook.buck.android.ApkGenrule
 
isCacheable() - Method in class com.facebook.buck.android.ExopackageDeviceDirectoryLister
 
isCacheable() - Method in class com.facebook.buck.android.ExopackageFilesInstaller
 
isCacheable() - Method in class com.facebook.buck.android.ExopackageInstallFinisher
 
isCacheable() - Method in class com.facebook.buck.apple.AppleBundle
 
isCacheable() - Method in class com.facebook.buck.apple.BuiltinApplePackage
 
isCacheable() - Method in class com.facebook.buck.apple.ExternallyBuiltApplePackage
 
isCacheable() - Method in class com.facebook.buck.cxx.Archive
 
isCacheable() - Method in class com.facebook.buck.cxx.CxxCompilationDatabase
 
isCacheable() - Method in class com.facebook.buck.cxx.CxxLink
 
isCacheable() - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
isCacheable() - Method in class com.facebook.buck.haskell.HaskellLinkRule
 
isCacheable() - Method in class com.facebook.buck.js.JsFile
 
isCacheable() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
isCacheable() - Method in class com.facebook.buck.lua.LuaStandaloneBinary
 
isCacheable() - Method in class com.facebook.buck.ocaml.OcamlBuild
 
isCacheable() - Method in class com.facebook.buck.ocaml.OcamlCCompile
 
isCacheable() - Method in class com.facebook.buck.ocaml.OcamlClean
 
isCacheable() - Method in class com.facebook.buck.ocaml.OcamlLink
 
isCacheable() - Method in class com.facebook.buck.ocaml.OcamlMLCompile
 
isCacheable() - Method in class com.facebook.buck.python.PythonPackagedBinary
 
isCacheable() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
isCacheable() - Method in interface com.facebook.buck.rules.BuildRule
Whether this BuildRule can be cached.
isCacheable() - Method in class com.facebook.buck.rules.DependencyAggregation
 
isCacheable() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
isCacheable() - Method in class com.facebook.buck.rules.NoopBuildRule
 
isCacheable() - Method in class com.facebook.buck.rules.NoopBuildRuleWithDeclaredAndExtraDeps
 
isCacheable() - Method in class com.facebook.buck.rules.SymlinkTree
 
isCancelled() - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice.ErrorParsingReceiver
 
isCancelled() - Method in class com.facebook.buck.util.concurrent.WorkThreadTrackingFutureDecorator
 
isCheck() - Method in enum com.facebook.buck.rust.CrateType
We're just checking the code, and generating metadata to allow dependents to check.
isCheck() - Method in enum com.facebook.buck.rust.RustBinaryDescription.Type
 
isChromeTraceCreationEnabled() - Method in class com.facebook.buck.event.listener.ChromeTraceBuckConfig
 
isClassAbiTarget(BuildTarget) - Static method in interface com.facebook.buck.jvm.java.HasJavaAbi
 
isClassFile(FileLike) - Static method in class com.facebook.buck.jvm.java.classes.FileLikes
 
isCleanerEnabled() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
isClosed() - Method in class com.facebook.buck.json.PythonDslProjectBuildFileParser
 
isCodeCoverageEnabled() - Method in class com.facebook.buck.cli.BuildCommand
 
isCodeCoverageEnabled() - Method in class com.facebook.buck.cli.TestCommand
 
isCodeCoverageEnabled() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
isCodeCoverageEnabled() - Method in class com.facebook.buck.step.ExecutionContext
 
isCodeCoverageEnabled() - Method in class com.facebook.buck.test.TestRunningOptions
 
isCompatibleForCaching(Cell) - Method in class com.facebook.buck.rules.Cell
 
isCompilableType(AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
Returns true for source types which can be built with the C compiler without a preprocessor.
isCompressAssetLibraries() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
isConfigured() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
isConfigured() - Method in interface com.facebook.buck.event.BuckEvent
 
isConnected() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
 
isDaemon() - Method in class com.facebook.buck.event.CommandEvent
 
isDebugEnabled() - Method in class com.facebook.buck.cli.BuildCommand
 
isDebugEnabled() - Method in class com.facebook.buck.cli.TestCommand
 
isDebugEnabled() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
isDebugEnabled() - Method in class com.facebook.buck.log.Logger
 
isDebugEnabled() - Method in class com.facebook.buck.step.ExecutionContext
 
isDensity(String) - Static method in enum com.facebook.buck.android.ResourceFilters.Density
 
isDep() - Method in class com.facebook.buck.rules.coercer.ParamInfo
 
isDetectTestChanges() - Method in class com.facebook.buck.cli.TargetsCommand
 
isDevMode(BuildTarget) - Static method in class com.facebook.buck.js.ReactNativeFlavors
 
isDirectory(Path, LinkOption...) - Method in class com.facebook.buck.io.ProjectFilesystem
isDirty() - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
isDoesNotAffectAbi() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
A value of false indicates that the annotation processor generates classes that are intended for use outside of the code being processed.
isDone() - Method in class com.facebook.buck.util.concurrent.WorkThreadTrackingFutureDecorator
 
isDownloadAtRuntimeOk() - Method in class com.facebook.buck.cli.DownloadConfig
 
isDryRun() - Method in interface com.facebook.buck.cli.parameter_extractors.ProjectGeneratorParameters
 
isDryRun() - Method in class com.facebook.buck.test.TestCaseSummary
 
isDryRun - Variable in class com.facebook.buck.testrunner.BaseRunner
 
isDynamic() - Method in enum com.facebook.buck.rust.CrateType
Crate dynamically links with its dependents.
isElf(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf
 
isEmpty() - Method in class com.facebook.buck.test.selectors.TestSelectorList
 
isEmpty() - Method in class com.facebook.buck.util.autosparse.ManifestTrie
 
isEmpty() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
isEmpty(CharSequence) - Static method in class com.facebook.buck.util.MoreStrings
 
isEmulator() - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
isEmulator() - Method in class com.facebook.buck.step.TargetDevice
 
isEmulatorsOnlyModeEnabled() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
isEmulatorsOnlyModeEnabled() - Method in class com.facebook.buck.step.TargetDeviceOptions
 
isEnabled() - Method in class com.facebook.buck.android.FilterResourcesSteps.ResourceFilter
 
isEnableProfiling() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
 
isEnableProfiling() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
 
isEnableProfiling() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
 
isEnableProfiling() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
 
isEnableRelinker() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
isEnforcingBuckPackageBoundaries(Path) - Method in class com.facebook.buck.rules.Cell
Whether the cell is enforcing buck package boundaries for the package at the passed path.
isEscaped() - Method in class com.facebook.buck.model.macros.MacroMatchResult
 
isExcludeArtifactsEnabled() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
isExecutable(Path) - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
isExecutable(Path) - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
isExecutable(Path) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
isExecutable(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Allows Files.isExecutable(java.nio.file.Path) to be faked in tests.
isExecutable(Path) - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
 
isExecutable() - Method in class com.facebook.buck.util.autosparse.AbstractManifestInfo
 
isExecutable(Path) - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
isExecutable() - Method in class com.facebook.buck.util.autosparse.ManifestInfo
isExopackage() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
isFatBinaryHeaderMagic() - Method in class com.facebook.buck.macho.MachoMagicInfo
 
isFatHeaderMagic(UnsignedInteger) - Static method in class com.facebook.buck.macho.FatHeaderUtils
 
isFile(Path, LinkOption...) - Method in class com.facebook.buck.io.ProjectFilesystem
Checks whether there is a normal file at the specified path.
isFileFlavor(Flavor) - Static method in class com.facebook.buck.js.JsFlavors
 
isFilePathCaseSensitive() - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
isFocusedOn(BuildTarget) - Method in class com.facebook.buck.apple.project_generator.FocusedModuleTargetMatcher
Test whether target matches any focused targets.
isForceFinalResourceIds() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
isForceStatic() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
isFramework() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
 
isGeneratedFile(ProjectFilesystem, Path) - Static method in class com.facebook.buck.io.MoreProjectFilesystems
 
isGeneratingAndroidManifestEnabled() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
isGrayscaleImageProcessingEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isHeaderOnly() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
isHidden(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
isIgnored(Path) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
 
isIgnored(Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
isIgnored(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
isIgnored(Path) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
isIgnored(Path) - Method in interface com.facebook.buck.util.cache.ProjectFileHashCache
 
isIjFolderInstance(IjFolder) - Method in enum com.facebook.buck.ide.intellij.model.folders.IjResourceFolderType
 
isInclNoLocationClassesEnabled() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
isInclNoLocationClassesEnabled() - Method in class com.facebook.buck.step.ExecutionContext
 
isIncluded(TestDescription) - Method in class com.facebook.buck.test.selectors.TestSelectorList
 
isIncludesVectorDrawables() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
isIncludeTransitiveDependency() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
isInclusive() - Method in class com.facebook.buck.cli.LabelSelector
 
isInclusive() - Method in class com.facebook.buck.test.selectors.PatternTestSelector
 
isInclusive() - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
 
isInclusive() - Method in interface com.facebook.buck.test.selectors.TestSelector
 
isInput() - Method in class com.facebook.buck.rules.coercer.ParamInfo
 
isIsolateClassLoader() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
 
isKeepGoing() - Method in class com.facebook.buck.cli.BuildCommand
 
isKeepGoing() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
 
isLastRound() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
isLeft() - Method in class com.facebook.buck.model.Either
 
isLegacyWatchApp() - Method in class com.facebook.buck.apple.AppleBundle
 
isLibrary() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
isLibrary - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
isLibraryTarget(BuildTarget) - Static method in interface com.facebook.buck.jvm.java.HasJavaAbi
 
isLink() - Method in class com.facebook.buck.util.autosparse.AbstractManifestInfo
 
isLink() - Method in class com.facebook.buck.util.autosparse.ManifestInfo
isLinkerMapEnabledForBuildTarget(BuildTarget) - Static method in enum com.facebook.buck.cxx.toolchain.LinkerMapMode
 
isLinkWhole() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
isLittleEndian(UnsignedInteger) - Static method in class com.facebook.buck.macho.FatHeaderUtils
 
isLocalFallbackBuildEnabled() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
isLoggable(Level) - Method in class com.facebook.buck.log.Logger
 
isLoggable(LogRecord) - Method in class com.facebook.buck.log.memory.MemoryHandler
 
isLoggingEnabled() - Method in enum com.facebook.buck.util.environment.CommandMode
 
isMachineReadableLoggerEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isMachObjectHeaderMagic() - Method in class com.facebook.buck.macho.MachoMagicInfo
 
isMatchAnyClass() - Method in class com.facebook.buck.test.selectors.PatternTestSelector
 
isMatchAnyClass() - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
 
isMatchAnyClass() - Method in interface com.facebook.buck.test.selectors.TestSelector
 
isMatchAnyMethod() - Method in class com.facebook.buck.test.selectors.PatternTestSelector
 
isMatchAnyMethod() - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
 
isMatchAnyMethod() - Method in interface com.facebook.buck.test.selectors.TestSelector
 
isMatchedByLabelOptions(BuckConfig, Set<String>) - Method in class com.facebook.buck.cli.TestCommand
 
isMavenCoordsPresent(HasMavenCoordinates) - Static method in interface com.facebook.buck.jvm.java.HasMavenCoordinates
 
isModular() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
 
isMultiInstallModeEnabled() - Method in class com.facebook.buck.step.AdbOptions
 
isNameCompatible(String, JavaFileObject.Kind) - Method in class com.facebook.buck.jvm.java.JarFileObject
 
isNative() - Method in enum com.facebook.buck.rust.CrateType
Return true if this crate type is intended to be a native output (ie, not intended for further processing by the Rust toolchain).
isNoAutoVersionResources() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
isNoBuckCheckPresent() - Method in class com.facebook.buck.doctor.config.UserLocalConfiguration
 
isNoCache() - Method in class com.facebook.buck.cli.AbstractCommand
 
isNotStaticallyLinkedLibraryNode(TargetNode<CxxLibraryDescription.CommonArg, ?>) - Static method in class com.facebook.buck.apple.AppleLibraryDescription
 
isOptional() - Method in class com.facebook.buck.rules.coercer.ParamInfo
 
isPackageAssetLibraries() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
isParallelExternalTestSpecComputationEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isPathCreateOrDeleteEvent(WatchmanPathEvent) - Static method in class com.facebook.buck.parser.DaemonicParserState
 
isPCHEnabled() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
isPersistent() - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
isPersistent() - Method in interface com.facebook.buck.shell.WorkerTool
 
isPic() - Method in enum com.facebook.buck.rust.CrateType
Crate needs to be compiled with relocation-model=pic.
isPlatformSupported(HalideLibraryDescriptionArg, CxxPlatform) - Static method in class com.facebook.buck.halide.HalideLibraryDescription
 
isPolyglotParsingEnabled() - Method in class com.facebook.buck.parser.ParserConfig
isPreprocessable() - Method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
 
isPreprocessableType(AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
Returns true for source types which can be run through the C preprocessor.
isPresent(QueryExpression) - Method in class com.facebook.buck.query.CachingQueryEvaluator
 
isPrimaryDexScenarioOverflowAllowed() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
isPrint0() - Method in class com.facebook.buck.cli.TargetsCommand
 
isPrintJson() - Method in class com.facebook.buck.cli.ServerStatusCommand
 
isProcessAnnotations() - Method in interface com.facebook.buck.cli.parameter_extractors.ProjectGeneratorParameters
 
isProcessRunning(String) - Method in class com.facebook.buck.util.PkillProcessManager
 
isProcessRunning(String) - Method in interface com.facebook.buck.util.ProcessManager
Returns true if the named process is running, false otherwise.
isProcessTrackerDeepEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isProcessTrackerEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isProductionBuild() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
isProjectGenerated() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
 
isProjectGenerated() - Method in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
isProvided() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
isPublicAnnouncementsEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isRanLibStepRequired() - Method in interface com.facebook.buck.cxx.toolchain.Archiver
 
isRanLibStepRequired() - Method in class com.facebook.buck.cxx.toolchain.BsdArchiver
 
isRanLibStepRequired() - Method in class com.facebook.buck.cxx.toolchain.GnuArchiver
 
isRanLibStepRequired() - Method in class com.facebook.buck.cxx.toolchain.WindowsArchiver
 
isReadable(Path) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditAliasCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditCellCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditClasspathCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditConfigCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditFlavorsCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditInputCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditOwnerCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditRulesCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditTestsCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.BuckCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.BuildCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.CacheCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.CleanCommand
 
isReadOnly() - Method in interface com.facebook.buck.cli.Command
 
isReadOnly() - Method in class com.facebook.buck.cli.DistBuildCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.DistBuildRunCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.DistBuildSourceFilesCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.DistBuildStatusCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.DoctorCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.FetchCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.HelpCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.InstallCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.MachOAbstractCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.MachOUtilsCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.ProjectCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.QueryCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.RootCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.RunCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.ServerCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.ServerStatusCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.SuggestCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.TargetsCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.TestCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.UninstallCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.VerifyCachesCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.VersionCommand
 
isRealDevicesOnlyModeEnabled() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
isRealDevicesOnlyModeEnabled() - Method in class com.facebook.buck.step.TargetDeviceOptions
 
isRecursive() - Method in class com.facebook.buck.parser.BuildFileSpec
 
isRecursive() - Method in class com.facebook.buck.step.fs.CopyStep
 
isRecursive() - Method in class com.facebook.buck.step.fs.RmStep
 
isReexportAllHeaderDependencies() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Controls whether the headers of dependencies in "deps" is re-exported for compiling targets that depend on this one.
isReexportAllHeaderDependencies() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Controls whether the headers of dependencies in "deps" is re-exported for compiling targets that depend on this one.
isReexportAllHeaderDependencies() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Controls whether the headers of dependencies in "deps" is re-exported for compiling targets that depend on this one.
isReexportAllHeaderDependencies() - Method in interface com.facebook.buck.cxx.CxxLibraryDescription.CommonArg
Controls whether the headers of dependencies in "deps" is re-exported for compiling targets that depend on this one.
isReexportAllHeaderDependencies() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Controls whether the headers of dependencies in "deps" is re-exported for compiling targets that depend on this one.
isRelatedTo(BuckEvent) - Method in class com.facebook.buck.event.AbstractBuckEvent
 
isRelatedTo(BuckEvent) - Method in interface com.facebook.buck.event.BuckEvent
 
isRemoveUndefinedSymbols() - Method in class com.facebook.buck.cxx.toolchain.ElfSharedLibraryInterfaceParams
 
isRemovingUnusedLibrariesEnabled() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
isReorderClassesIntraDex() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
isResolveAlias() - Method in class com.facebook.buck.cli.TargetsCommand
 
isResourceAwareSchedulingEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isResourceAwareSchedulingEnabled() - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
 
isResourceFolder() - Method in enum com.facebook.buck.ide.intellij.FolderTypeWithPackageInfo
 
isResourceFolder() - Method in class com.facebook.buck.ide.intellij.lang.android.AndroidResourceFolder
 
isResourceFolder() - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
 
isResourceFolder() - Method in class com.facebook.buck.ide.intellij.model.folders.ResourceFolder
 
isRight() - Method in class com.facebook.buck.model.Either
 
isRootModule() - Method in class com.facebook.buck.android.apkmodule.APKModule
 
isRpath() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
 
isRpath() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
 
isRuleBuilt(BuildTarget) - Method in interface com.facebook.buck.rules.BuildEngine
Returns whether the build rule associated with the build target has been successfully built.
isRuleBuilt(BuildTarget) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
isRuleKeyLoggerEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isRuleRunningAfterThisEvent() - Method in class com.facebook.buck.rules.BuildRuleEvent.BeginningBuildRuleEvent
 
isRuleRunningAfterThisEvent() - Method in class com.facebook.buck.rules.BuildRuleEvent.EndingBuildRuleEvent
 
isRuleRunningAfterThisEvent() - Method in class com.facebook.buck.rules.BuildRuleEvent
 
isRunAllTests() - Method in class com.facebook.buck.cli.TestCommand
 
isRunAllTests() - Method in class com.facebook.buck.rules.TestRunEvent.Started
 
isRunAllTests() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Started
 
isRunAllTests() - Method in class com.facebook.buck.test.TestRunningOptions
 
isRunning() - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
Returns true if the process is running, false otherwise.
isSafeToCreate(ClientSideSlbConfig) - Static method in class com.facebook.buck.slb.ClientSideSlb
 
isSameFile(FileObject, FileObject) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
isServerUnhealthy() - Method in class com.facebook.buck.slb.PerServerData
 
isShouldExplainTestSelectorList() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
isShowCellPath() - Method in class com.facebook.buck.cli.TargetsCommand
 
isShowFullOutput() - Method in class com.facebook.buck.cli.TargetsCommand
 
isShowHttpserverPort() - Method in class com.facebook.buck.cli.ServerStatusCommand
 
isShowOutput() - Method in class com.facebook.buck.cli.TargetsCommand
 
isShowRuleKey() - Method in class com.facebook.buck.cli.TargetsCommand
 
isShowTargetHash() - Method in class com.facebook.buck.cli.TargetsCommand
 
isShowTransitiveRuleKeys() - Method in class com.facebook.buck.cli.TargetsCommand
 
isShufflingTests() - Method in class com.facebook.buck.test.TestRunningOptions
 
isShutdown() - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
isSilent() - Method in enum com.facebook.buck.util.Verbosity
 
isSilentlyIgnored(Path) - Static method in class com.facebook.buck.android.AaptStep
Determines whether the default AAPT ignore pattern in AaptStep.DEFAULT_IGNORE_ASSETS_PATTERN would silently ignore a file.
isSkipActionGraphCache() - Method in class com.facebook.buck.cli.BuckConfig
 
isSkipBuildEnabled() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
 
isSkipCrunchPngs() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
isSkipProguard() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
isSlowLocalBuildFallbackModeEnabled() - Method in class com.facebook.buck.distributed.DistBuildConfig
Whether buck distributed build should stop building if remote/distributed build fails (true) or if it should fallback to building locally if remote/distributed build fails (false).
isSourceAbiTarget(BuildTarget) - Static method in interface com.facebook.buck.jvm.java.HasJavaAbi
 
isSourceControlStatsGatheringEnabled() - Method in class com.facebook.buck.cli.AbstractCommand
 
isSourceControlStatsGatheringEnabled() - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
isSourceControlStatsGatheringEnabled() - Method in class com.facebook.buck.cli.BuckCommand
 
isSourceControlStatsGatheringEnabled() - Method in class com.facebook.buck.cli.BuildCommand
 
isSourceControlStatsGatheringEnabled() - Method in interface com.facebook.buck.cli.Command
 
isSourceControlStatsGatheringEnabled() - Method in class com.facebook.buck.cli.DistBuildCommand
 
isSourceControlStatsGatheringEnabled() - Method in class com.facebook.buck.cli.VersionCommand
 
isSuccess() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
 
isSuccess() - Method in enum com.facebook.buck.artifact_cache.CacheResultType
Whether the artifact was successfully fetched.
isSuccess() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
 
isSuccess() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
 
isSuccess() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
Note: if deserialized from json always returns false.
isSuccess() - Method in interface com.facebook.buck.event.external.events.InstallFinishedEventExternalInterface
 
isSuccess() - Method in class com.facebook.buck.event.InstallEvent.Finished
 
isSuccess() - Method in class com.facebook.buck.event.StartActivityEvent.Finished
 
isSuccess() - Method in class com.facebook.buck.event.UninstallEvent.Finished
 
isSuccess() - Method in class com.facebook.buck.step.StepExecutionResult
 
isSuccess() - Method in class com.facebook.buck.test.TestCaseSummary
 
isSuccess() - Method in class com.facebook.buck.test.TestResults
 
isSuccess() - Method in class com.facebook.buck.test.TestResultSummary
For now "success" means "not failure", which introduces the least surprise for tests that have an assumption violation / failure.
isSuccess(ListenableFuture<?>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
Create a convenience method for checking whether a future completed successfully because this does not appear to be possible to do in a more direct way: https://groups.google.com/forum/?fromgroups=#!topic/guava-discuss/rofEhagKnOc.
isSupported(BuildRule) - Static method in interface com.facebook.buck.rules.keys.SupportsInputBasedRuleKey
 
isSupported(BuildRule) - Static method in interface com.facebook.buck.rules.SupportsPipelining
 
isSupportedConfiguration(Path, NdkCxxRuntime) - Static method in class com.facebook.buck.android.NdkCxxPlatforms
 
isSupportedVersionControlSystem() - Method in class com.facebook.buck.util.versioncontrol.DelegatingVersionControlCmdLineInterface
 
isSupportedVersionControlSystem() - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
isSupportedVersionControlSystem() - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
isSupportedVersionControlSystem() - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
isSupportsAbiGenerationFromSource() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
If true, allows ABI-affecting annotation processors to run during ABI generation from source.
isSupportsSharedLibraryInterface() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
 
isSwapped() - Method in class com.facebook.buck.macho.MachoMagicInfo
 
isSwiftSource(SourceWithFlags, SourcePathResolver) - Static method in class com.facebook.buck.swift.SwiftDescriptions
 
isSwiftTarget(BuildTarget) - Static method in class com.facebook.buck.swift.SwiftLibraryDescription
 
isSymlink(Path) - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
isSymlink(Path) - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
isSymLink(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Returns true if the file under path exists and is a symbolic link, false otherwise.
isSymlink(Path) - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
 
isSymlink(Path) - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
isTargetTypeSupported(Class<?>) - Static method in class com.facebook.buck.ide.intellij.SupportedTargetTypeRegistry
 
isTerminated() - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
isTestedBy(BuildTarget) - Method in class com.facebook.buck.apple.AppleBundle
 
isTestedBy(BuildTarget) - Method in class com.facebook.buck.cxx.CxxBinary
 
isTestedBy(BuildTarget) - Method in class com.facebook.buck.cxx.CxxLibrary
 
isTestedBy(BuildTarget) - Method in interface com.facebook.buck.cxx.NativeTestable
Return true if this rule is tested by testTarget, false otherwise.
isTestRule() - Method in class com.facebook.buck.rules.BuildRuleType
 
isTextFile(String) - Static method in class com.facebook.buck.jvm.java.JarDumper
 
isTimedOut() - Method in class com.facebook.buck.util.ProcessExecutor.Result
 
isTrimResourceIds() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
 
isTypeImmutable(String) - Method in class com.facebook.buck.tools.dxanalysis.MutabilityAnalyzer
 
isUiTest() - Method in class com.facebook.buck.apple.AppleTest
 
isUseConstantExpressions() - Method in class com.facebook.buck.android.AndroidBuildConfig
 
isUseOldStyleableFormat() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
 
isUtf8() - Method in class com.facebook.buck.android.resources.StringPool
 
isValid(F) - Method in class com.facebook.buck.parser.ConvertingPipeline
 
isValidMachMagic() - Method in class com.facebook.buck.macho.MachoMagicInfo
 
isValidVersionString(String) - Static method in class com.facebook.buck.util.VersionStringComparator
 
isValidViewPath() - Method in interface com.facebook.buck.cli.parameter_extractors.ProjectViewParameters
 
isVerbose() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
isVerboseEnabled() - Method in class com.facebook.buck.log.Logger
 
isVerifiedSourceAbiTarget(BuildTarget) - Static method in interface com.facebook.buck.jvm.java.HasJavaAbi
 
isVersionedDataModel(AppleWrapperResourceArg) - Static method in class com.facebook.buck.apple.CoreDataModelDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.d.DBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.d.DTestDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.lua.LuaBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.python.PythonBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.python.PythonTestDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rust.RustBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rust.RustTestDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in interface com.facebook.buck.versions.VersionRoot
 
isVisibleTo(ObeysVisibility) - Method in class com.facebook.buck.rules.VisibilityChecker
 
isWatch() - Method in enum com.facebook.buck.apple.platform_type.ApplePlatformType
 
isWildCardAllowed() - Method in class com.facebook.buck.parser.BuildTargetPatternParser
 
isWildCardAllowed() - Method in class com.facebook.buck.parser.BuildTargetPatternTargetNodeParser
 
isWillTryUploadToCache() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
isWithoutDependenciesTests() - Method in interface com.facebook.buck.cli.parameter_extractors.ProjectGeneratorParameters
 
isWithoutTests() - Method in interface com.facebook.buck.cli.parameter_extractors.ProjectGeneratorParameters
 
isWithTests() - Method in interface com.facebook.buck.cli.parameter_extractors.ProjectGeneratorParameters
 
isWorkerGenrule() - Method in class com.facebook.buck.shell.Genrule
 
isWritable() - Method in enum com.facebook.buck.artifact_cache.CacheReadMode
 
isWritable(Path) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
isXcodeTargetDescription(Description<?>) - Static method in class com.facebook.buck.apple.AppleBuildRules
Whether the build rule type is equivalent to some kind of Xcode target.
isXcodeTargetTestBuildRule(BuildRule) - Static method in class com.facebook.buck.apple.AppleBuildRules
Whether the build rule type is a test target.
isXcodeTargetTestBundleExtension(AppleBundleExtension) - Static method in class com.facebook.buck.apple.AppleBuildRules
Whether the bundle extension is a test bundle extension.
isZipSafe() - Method in class com.facebook.buck.python.PythonPackageComponents
 
IterableCxxToolFlags - Class in com.facebook.buck.cxx
CxxToolFlags implementation where the flags are stored as composed Iterables.
iterateByLines(CharSequence, LineIterating.CharLineHandler) - Static method in class com.facebook.buck.util.LineIterating
Iterates over an input string by lines, invoking your implementation of LineHandler#handleLine(Buffer) once for each line in the input.
iterateByLines(CharBuffer, LineIterating.CharLineHandler) - Static method in class com.facebook.buck.util.LineIterating
Iterates over an input CharBuffer by lines, invoking your implementation of LineHandler#handleLine(Buffer) once for each line in the input.
iterateByLines(byte[], LineIterating.ByteLineHandler) - Static method in class com.facebook.buck.util.LineIterating
Iterates over an input byte array by lines, invoking your implementation of LineIterating.LineHandler.handleLine(Buffer) once for each line in the input.
iterateByLines(ByteBuffer, LineIterating.ByteLineHandler) - Static method in class com.facebook.buck.util.LineIterating
Iterates over an input ByteBuffer by lines, invoking LineIterating.LineHandler.handleLine(Buffer) once for each line in the input.
iterator() - Method in class com.facebook.buck.android.AndroidPrebuiltAarCollection
 
iterator() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
iXlinker(Iterable<String>) - Static method in class com.facebook.buck.cxx.toolchain.linker.Linkers
Prefixes each of the given linker arguments with "-Xlinker" so that the compiler linker driver will pass these arguments directly down to the linker rather than interpreting them itself.
iXlinker(String...) - Static method in class com.facebook.buck.cxx.toolchain.linker.Linkers
 

J

JACOCO_EXEC_COVERAGE_FILE - Static variable in class com.facebook.buck.jvm.java.JacocoConstants
 
JacocoConstants - Class in com.facebook.buck.jvm.java
 
JarBackedJavac - Class in com.facebook.buck.jvm.java
 
JarBackedJavac(String, Iterable<SourcePath>) - Constructor for class com.facebook.buck.jvm.java.JarBackedJavac
 
JarBackedJavacProvider - Class in com.facebook.buck.jvm.java
 
JarBackedJavacProvider(SourcePath, String, Javac.Location) - Constructor for class com.facebook.buck.jvm.java.JarBackedJavacProvider
 
JarBackedReflectedKotlinc - Class in com.facebook.buck.jvm.kotlin
 
JarBuilder - Class in com.facebook.buck.util.zip
 
JarBuilder() - Constructor for class com.facebook.buck.util.zip.JarBuilder
 
JarBuilder.Observer - Interface in com.facebook.buck.util.zip
 
JarBuilderStubJarWriter - Class in com.facebook.buck.jvm.java.abi
 
JarBuilderStubJarWriter(JarBuilder) - Constructor for class com.facebook.buck.jvm.java.abi.JarBuilderStubJarWriter
 
JarBuildStepsFactory - Class in com.facebook.buck.jvm.java
 
JarBuildStepsFactory(ProjectFilesystem, SourcePathRuleFinder, ConfiguredCompiler, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>, Optional<Path>, Optional<SourcePath>, ImmutableList<String>, ZipArchiveDependencySupplier, boolean, ImmutableSortedSet<SourcePath>, RemoveClassesPatternsMatcher, boolean) - Constructor for class com.facebook.buck.jvm.java.JarBuildStepsFactory
 
JarContentsSupplier(SourcePathResolver, SourcePath) - Constructor for class com.facebook.buck.jvm.java.HasJavaAbi.JarContentsSupplier
 
JarDiffer - Class in com.facebook.buck.jvm.java
 
JarDiffer(Path, Path) - Constructor for class com.facebook.buck.jvm.java.JarDiffer
 
JarDirectoryStep - Class in com.facebook.buck.jvm.java
Creates a JAR file from a collection of directories/ZIP/JAR files.
JarDirectoryStep(ProjectFilesystem, JarParameters) - Constructor for class com.facebook.buck.jvm.java.JarDirectoryStep
Creates a JAR from the specified entries (most often, classpath entries).
JarDumper - Class in com.facebook.buck.jvm.java
 
JarDumper() - Constructor for class com.facebook.buck.jvm.java.JarDumper
 
JarEntryContainer - Interface in com.facebook.buck.util.zip
Represents a container for entries to be added to a jar file by @{link JarBuilder}.
JarEntrySupplier - Class in com.facebook.buck.util.zip
Encapsulates a file or directory to be added as a single entry to a jar by JarBuilder.
JarEntrySupplier(CustomZipEntry, String, ThrowingSupplier<InputStream, IOException>) - Constructor for class com.facebook.buck.util.zip.JarEntrySupplier
 
JarFattener - Class in com.facebook.buck.jvm.java
Build a fat JAR that packages an inner JAR along with any required native libraries.
JarFattener(BuildTarget, ProjectFilesystem, BuildRuleParams, Javac, JavacOptions, SourcePath, ImmutableMap<String, SourcePath>, Tool) - Constructor for class com.facebook.buck.jvm.java.JarFattener
 
JarFileObject - Class in com.facebook.buck.jvm.java
A JavaFileObject implementation that allows using jar URIs unlike SimpleJavaFileObject that assumes the uri used is a file system uri.
JarFileObject(URI, String, JavaFileObject.Kind) - Constructor for class com.facebook.buck.jvm.java.JarFileObject
 
JarParameters - Class in com.facebook.buck.jvm.java
Immutable implementation of AbstractJarParameters.
JarParameters.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JarParameters.
JarParametersSerializer - Class in com.facebook.buck.jvm.java
 
JarShape - Enum in com.facebook.buck.jvm.java
 
JarShape.Summary - Class in com.facebook.buck.jvm.java
 
JAVA_LANGUAGE_LEVEL - Static variable in class com.facebook.buck.ide.intellij.aggregation.AggregationKeys
 
JavaAnnotationProcessor - Class in com.facebook.buck.jvm.java
 
JavaAnnotationProcessor(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathResolver, JavacPluginProperties) - Constructor for class com.facebook.buck.jvm.java.JavaAnnotationProcessor
 
JavaAnnotationProcessorDescription - Class in com.facebook.buck.jvm.java
Description of a rule that builds a Java compiler plugin (either a Processor or TODO(jkeljo): a Plugin).
JavaAnnotationProcessorDescription() - Constructor for class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescription
 
JavaAnnotationProcessorDescriptionArg - Class in com.facebook.buck.jvm.java
Immutable implementation of JavaAnnotationProcessorDescription.AbstractJavaAnnotationProcessorDescriptionArg.
JavaAnnotationProcessorDescriptionArg.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JavaAnnotationProcessorDescriptionArg.
JavaBinary - Class in com.facebook.buck.jvm.java
 
JavaBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool, String, SourcePath, boolean, boolean, Path, ImmutableSet<Pattern>, ImmutableSet<JavaLibrary>, ImmutableSet<SourcePath>, boolean) - Constructor for class com.facebook.buck.jvm.java.JavaBinary
 
JavaBinaryDescription - Class in com.facebook.buck.jvm.java
 
JavaBinaryDescription(JavaOptions, JavacOptions, JavaBuckConfig, CxxPlatform, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.jvm.java.JavaBinaryDescription
 
JavaBinaryDescriptionArg - Class in com.facebook.buck.jvm.java
Immutable implementation of JavaBinaryDescription.AbstractJavaBinaryDescriptionArg.
JavaBinaryDescriptionArg.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JavaBinaryDescriptionArg.
JavaBinaryModuleRule - Class in com.facebook.buck.ide.intellij.lang.java
 
JavaBinaryModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.java.JavaBinaryModuleRule
 
JavaBuckConfig - Class in com.facebook.buck.jvm.java
A java-specific "view" of BuckConfig.
JavaBuckConfig.AbiGenerationMode - Enum in com.facebook.buck.jvm.java
 
JavaBuckConfig.SourceAbiVerificationMode - Enum in com.facebook.buck.jvm.java
 
Javac - Interface in com.facebook.buck.jvm.java
 
Javac.Invocation - Interface in com.facebook.buck.jvm.java
 
Javac.Location - Enum in com.facebook.buck.jvm.java
 
Javac.Source - Enum in com.facebook.buck.jvm.java
 
JavacCompilationMode - Enum in com.facebook.buck.jvm.java
 
JavacErrorParser - Class in com.facebook.buck.jvm.java
 
JavacErrorParser(ProjectFilesystem, JavaPackageFinder) - Constructor for class com.facebook.buck.jvm.java.JavacErrorParser
 
javacEscaper() - Static method in class com.facebook.buck.util.Escaper
 
JavacEventSink - Interface in com.facebook.buck.jvm.java
This is an abstraction on top of event bus.
JavacEventSinkScopedSimplePerfEvent - Class in com.facebook.buck.jvm.java
 
JavacEventSinkScopedSimplePerfEvent(JavacEventSink, String) - Constructor for class com.facebook.buck.jvm.java.JavacEventSinkScopedSimplePerfEvent
 
JavacEventSinkToBuckEventBusBridge - Class in com.facebook.buck.jvm.java
 
JavacEventSinkToBuckEventBusBridge(BuckEventBus) - Constructor for class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
JavacExecutionContext - Class in com.facebook.buck.jvm.java
Immutable implementation of AbstractJavacExecutionContext.
JavacExecutionContextSerializer - Class in com.facebook.buck.jvm.java
 
JavacFactory - Class in com.facebook.buck.jvm.java
 
JavaConfiguredCompilerFactory - Class in com.facebook.buck.jvm.java
 
JavaConfiguredCompilerFactory(JavaBuckConfig) - Constructor for class com.facebook.buck.jvm.java.JavaConfiguredCompilerFactory
 
JavaConfiguredCompilerFactory(JavaBuckConfig, ExtraClasspathFromContextFunction) - Constructor for class com.facebook.buck.jvm.java.JavaConfiguredCompilerFactory
 
JavacOptions - Class in com.facebook.buck.jvm.java
Represents the command line options that should be passed to javac.
JavacOptions.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JavacOptions.
JavacOptionsFactory - Class in com.facebook.buck.jvm.java
 
JavacPhaseEvent - Class in com.facebook.buck.jvm.java.tracing
Base class for events about the phases of compilation within javac.
JavacPhaseEvent(EventKey, BuildTarget, JavacPhaseEvent.Phase, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
 
JavacPhaseEvent.Constants - Class in com.facebook.buck.jvm.java.tracing
 
JavacPhaseEvent.Finished - Class in com.facebook.buck.jvm.java.tracing
 
JavacPhaseEvent.Phase - Enum in com.facebook.buck.jvm.java.tracing
 
JavacPhaseEvent.Started - Class in com.facebook.buck.jvm.java.tracing
 
JavacPhaseEventLogger - Class in com.facebook.buck.jvm.java.tracing
Helper class for creating and posting JavacPhaseEvents.
JavacPhaseEventLogger(BuildTarget, JavacEventSink) - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
javacPhaseFinished(JavacPhaseEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
javacPhaseStarted(JavacPhaseEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
JavacPhaseTracer - Interface in com.facebook.buck.jvm.java.tracing
An interface for tracing the phases of compilation in Oracle's javac.
JavacPipelineState - Class in com.facebook.buck.jvm.java
 
JavacPipelineState() - Constructor for class com.facebook.buck.jvm.java.JavacPipelineState
 
JavacPluginJsr199Fields - Class in com.facebook.buck.jvm.java
Fields required by Jsr199Javac in order to configure compiler.
JavacPluginJsr199Fields.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JavacPluginJsr199Fields.
JavacPluginJsr199FieldsSerializer - Class in com.facebook.buck.jvm.java
 
JavacPluginProperties - Class in com.facebook.buck.jvm.java
Describes the properties of a plugin to javac, either a Processor or a Plugin.
JavacPluginProperties.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JavacPluginProperties.
JavacProvider - Interface in com.facebook.buck.jvm.java
 
JavacSpec - Class in com.facebook.buck.jvm.java
Immutable implementation of AbstractJavacSpec.
JavacSpec.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JavacSpec.
JavacStep - Class in com.facebook.buck.jvm.java
Command used to compile java libraries with a variety of ways to handle dependencies.
JavacStep(ClassUsageFileWriter, Javac, JavacOptions, BuildTarget, SourcePathResolver, ProjectFilesystem, ClasspathChecker, CompilerParameters, Optional<JarParameters>, Path) - Constructor for class com.facebook.buck.jvm.java.JavacStep
 
JavacToJarStepFactory - Class in com.facebook.buck.jvm.java
 
JavacToJarStepFactory(Javac, JavacOptions, ExtraClasspathFromContextFunction) - Constructor for class com.facebook.buck.jvm.java.JavacToJarStepFactory
 
JavacVersion - Class in com.facebook.buck.jvm.java
Immutable implementation of AbstractJavacVersion.
JavacVersion.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JavacVersion.
JavaDepsFinder - Class in com.facebook.buck.jvm.java.autodeps
 
JavaDepsFinder(JavaFileParser, BuildEngineBuildContext, ExecutionContext, BuildEngine) - Constructor for class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder
 
JavaDepsFinder.DependencyInfo - Class in com.facebook.buck.jvm.java.autodeps
Java dependency information that is extracted from a TargetGraph.
Javadoc - Class in com.facebook.buck.jvm.java
 
Javadoc(BuildTarget, ProjectFilesystem, BuildRuleParams, Optional<String>, Optional<SourcePath>, Iterable<HasMavenCoordinates>, ImmutableSet<SourcePath>) - Constructor for class com.facebook.buck.jvm.java.Javadoc
 
JavaFileParser - Class in com.facebook.buck.jvm.java
Extracts the set of exported symbols (class and enum names) from a Java code file, using the ASTParser from Eclipse.
JavaFileParser.JavaFileFeatures - Class in com.facebook.buck.jvm.java
 
JavaInMemoryFileManager - Class in com.facebook.buck.jvm.java
A StandardJavaFileManager that creates and writes the content of files directly into a Jar output stream instead of writing the files to disk.
JavaInMemoryFileManager(StandardJavaFileManager, Path, Predicate<? super String>) - Constructor for class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
JavaInMemoryFileObject - Class in com.facebook.buck.jvm.java
A SimpleJavaFileObject implementation that forwards the content of the file to a Jar output stream instead of writing it to disk.
JavaInMemoryFileObject(URI, String, JavaFileObject.Kind) - Constructor for class com.facebook.buck.jvm.java.JavaInMemoryFileObject
 
JavaLanguageLevelHelper - Class in com.facebook.buck.ide.intellij
 
JavaLibrary - Interface in com.facebook.buck.jvm.java
 
JavaLibrary.Data - Class in com.facebook.buck.jvm.java
 
JavaLibraryClasspathProvider - Class in com.facebook.buck.jvm.java
 
JavaLibraryDescription - Class in com.facebook.buck.jvm.java
 
JavaLibraryDescription(JavaBuckConfig, JavacOptions) - Constructor for class com.facebook.buck.jvm.java.JavaLibraryDescription
 
JavaLibraryDescription.CoreArg - Interface in com.facebook.buck.jvm.java
 
JavaLibraryDescriptionArg - Class in com.facebook.buck.jvm.java
Immutable implementation of JavaLibraryDescription.AbstractJavaLibraryDescriptionArg.
JavaLibraryDescriptionArg.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JavaLibraryDescriptionArg.
JavaLibraryModuleRule - Class in com.facebook.buck.ide.intellij.lang.java
 
JavaLibraryModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig, JavaPackageFinder) - Constructor for class com.facebook.buck.ide.intellij.lang.java.JavaLibraryModuleRule
 
JavaLibraryRuleHelper - Class in com.facebook.buck.ide.intellij.lang.java
 
JavaLibraryRules - Class in com.facebook.buck.jvm.java
Common utilities for working with JavaLibrary objects.
JavaLibraryWithTests - Interface in com.facebook.buck.jvm.java
 
JavaNoOpFileObject - Class in com.facebook.buck.jvm.java
An JarFileObject implementation that represents a FileObject that has no operations and does not write the contents to any form of output.
JavaNoOpFileObject(URI, String, JavaFileObject.Kind) - Constructor for class com.facebook.buck.jvm.java.JavaNoOpFileObject
 
JavaOptions - Class in com.facebook.buck.jvm.java
Immutable implementation of AbstractJavaOptions.
JavaPackageFinder - Interface in com.facebook.buck.jvm.core
 
JavaPackageFinderSerializer - Class in com.facebook.buck.jvm.java
 
JavaPackagePathCache - Class in com.facebook.buck.ide.intellij.lang.java
 
JavaPackagePathCache() - Constructor for class com.facebook.buck.ide.intellij.lang.java.JavaPackagePathCache
 
JavaResourceFolder - Class in com.facebook.buck.ide.intellij.model.folders
 
JavaResourceFolder(Path, Path, ImmutableSortedSet<Path>) - Constructor for class com.facebook.buck.ide.intellij.model.folders.JavaResourceFolder
 
JavaSourceJar - Class in com.facebook.buck.jvm.java
 
JavaSourceJar(BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableSortedSet<SourcePath>, Optional<String>) - Constructor for class com.facebook.buck.jvm.java.JavaSourceJar
 
JavaTest - Class in com.facebook.buck.jvm.java
 
JavaTest(BuildTarget, ProjectFilesystem, BuildRuleParams, JavaLibrary, ImmutableSet<Either<SourcePath, Path>>, Set<String>, Set<String>, TestType, Tool, List<String>, Map<String, String>, Optional<Long>, Optional<Long>, ImmutableMap<String, Arg>, boolean, ForkMode, Optional<Level>, Optional<Level>, Optional<SourcePath>) - Constructor for class com.facebook.buck.jvm.java.JavaTest
 
JavaTestDescription - Class in com.facebook.buck.jvm.java
 
JavaTestDescription(JavaBuckConfig, JavaOptions, JavacOptions, Optional<Long>, CxxPlatform, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.jvm.java.JavaTestDescription
 
JavaTestDescription.CoreArg - Interface in com.facebook.buck.jvm.java
 
JavaTestDescription.CxxLibraryEnhancement - Class in com.facebook.buck.jvm.java
 
JavaTestDescriptionArg - Class in com.facebook.buck.jvm.java
Immutable implementation of JavaTestDescription.AbstractJavaTestDescriptionArg.
JavaTestDescriptionArg.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JavaTestDescriptionArg.
JavaTestModuleRule - Class in com.facebook.buck.ide.intellij.lang.java
 
JavaTestModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig, JavaPackageFinder) - Constructor for class com.facebook.buck.ide.intellij.lang.java.JavaTestModuleRule
 
JavaTestResourceFolder - Class in com.facebook.buck.ide.intellij.model.folders
 
JavaTestResourceFolder(Path, Path, ImmutableSortedSet<Path>) - Constructor for class com.facebook.buck.ide.intellij.model.folders.JavaTestResourceFolder
 
JavaUtilsLoggingBuildListener - Class in com.facebook.buck.event.listener
Logs build events to java.util.logging.
JavaUtilsLoggingBuildListener() - Constructor for class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
JdkProvidedInMemoryJavac - Class in com.facebook.buck.jvm.java
 
JdkProvidedInMemoryJavac() - Constructor for class com.facebook.buck.jvm.java.JdkProvidedInMemoryJavac
 
JNA_POINTER_SIZE - Static variable in class com.facebook.buck.cli.Main
Force JNA to be initialized early to avoid deadlock race condition.
JS_BUNDLE_OUTPUT_DIR_FORMAT - Static variable in class com.facebook.buck.js.ReactNativeBundle
 
JsBundle - Class in com.facebook.buck.js
 
JsBundle(BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableSortedSet<SourcePath>, ImmutableSet<String>, String, WorkerTool) - Constructor for class com.facebook.buck.js.JsBundle
 
JsBundleAndroid - Class in com.facebook.buck.js
Represents a combination of a JavaScript bundle *and* Android resources.
JsBundleAndroid(BuildTarget, ProjectFilesystem, BuildRuleParams, JsBundleOutputs, AndroidResource) - Constructor for class com.facebook.buck.js.JsBundleAndroid
 
JsBundleDescription - Class in com.facebook.buck.js
 
JsBundleDescription() - Constructor for class com.facebook.buck.js.JsBundleDescription
 
JsBundleDescriptionArg - Class in com.facebook.buck.js
Immutable implementation of JsBundleDescription.AbstractJsBundleDescriptionArg.
JsBundleDescriptionArg.Builder - Class in com.facebook.buck.js
Builds instances of type JsBundleDescriptionArg.
JsBundleOutputs - Interface in com.facebook.buck.js
Represents output paths of JS builds, consisting of JavaScript build output, a corresponding source map, and assets/resources used from within the packaged JS source code.
JsDependenciesFile - Class in com.facebook.buck.js
 
JsDependenciesFile(BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableSortedSet<SourcePath>, ImmutableSet<String>, WorkerTool) - Constructor for class com.facebook.buck.js.JsDependenciesFile
 
JsFile - Class in com.facebook.buck.js
 
JsFile(BuildTarget, ProjectFilesystem, BuildRuleParams, Optional<String>, WorkerTool) - Constructor for class com.facebook.buck.js.JsFile
 
JsFlavors - Class in com.facebook.buck.js
 
JsLibrary - Class in com.facebook.buck.js
 
JsLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>, WorkerTool) - Constructor for class com.facebook.buck.js.JsLibrary
 
JsLibraryDescription - Class in com.facebook.buck.js
 
JsLibraryDescription() - Constructor for class com.facebook.buck.js.JsLibraryDescription
 
JsLibraryDescriptionArg - Class in com.facebook.buck.js
Immutable implementation of JsLibraryDescription.AbstractJsLibraryDescriptionArg.
JsLibraryDescriptionArg.Builder - Class in com.facebook.buck.js
Builds instances of type JsLibraryDescriptionArg.
JSON - Static variable in class com.facebook.buck.doctor.DoctorReportHelper
 
JsonConcatenate - Class in com.facebook.buck.json
 
JsonConcatenate(BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableSortedSet<Path>, String, String, String, String) - Constructor for class com.facebook.buck.json.JsonConcatenate
 
JsonConcatenateStep - Class in com.facebook.buck.json
 
JsonConcatenateStep(ProjectFilesystem, ImmutableSortedSet<Path>, Path, String, String) - Constructor for class com.facebook.buck.json.JsonConcatenateStep
 
JsonObjectHashing - Class in com.facebook.buck.json
Hashes parsed BUCK file objects.
JsonViews - Class in com.facebook.buck.log.views
This defines the different views an object can have when serialised/de-serialised using Jackson.
JsonViews() - Constructor for class com.facebook.buck.log.views.JsonViews
 
JsonViews.MachineReadableLog - Class in com.facebook.buck.log.views
View for events for MachineReadableLoggerListener.
Jsr199Javac - Class in com.facebook.buck.jvm.java
Command used to compile java libraries with a variety of ways to handle dependencies.
Jsr199Javac() - Constructor for class com.facebook.buck.jvm.java.Jsr199Javac
 
Jsr199TracingBridge - Class in com.facebook.buck.jvm.java
 
Jsr199TracingBridge(JavacEventSink, BuildTarget) - Constructor for class com.facebook.buck.jvm.java.Jsr199TracingBridge
 
JsUtil - Class in com.facebook.buck.js
 
JulLogFormatter - Class in com.facebook.buck.testrunner
 
JulLogFormatter() - Constructor for class com.facebook.buck.testrunner.JulLogFormatter
 
JUnitJvmArgs - Class in com.facebook.buck.jvm.java
Holds and formats the arguments and system properties that should be passed to the JVM to run JUnit.
JUnitJvmArgs.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JUnitJvmArgs.
JUnitMain - Class in com.facebook.buck.testrunner
Launcher for JUnit.
JUnitRunner - Class in com.facebook.buck.testrunner
Class that runs a set of JUnit tests and writes the results to a directory.
JUnitRunner() - Constructor for class com.facebook.buck.testrunner.JUnitRunner
 
JUnitStep - Class in com.facebook.buck.jvm.java
 
JUnitStep(ProjectFilesystem, Map<String, String>, Optional<Long>, Optional<Long>, ImmutableMap<String, String>, ImmutableList<String>, JUnitJvmArgs) - Constructor for class com.facebook.buck.jvm.java.JUnitStep
 
JvmLibraryArg - Interface in com.facebook.buck.jvm.java
 

K

KEY - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
keyScope(String) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyScopedHasher
Hashes the key iff non-empty (i.e.
keyScope(String) - Method in interface com.facebook.buck.rules.keys.RuleKeyScopedHasher
 
Keystore - Class in com.facebook.buck.jvm.java
 
Keystore(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePath, SourcePath) - Constructor for class com.facebook.buck.jvm.java.Keystore
 
KeystoreDescription - Class in com.facebook.buck.jvm.java
 
KeystoreDescription() - Constructor for class com.facebook.buck.jvm.java.KeystoreDescription
 
KeystoreDescriptionArg - Class in com.facebook.buck.jvm.java
Immutable implementation of KeystoreDescription.AbstractKeystoreDescriptionArg.
KeystoreDescriptionArg.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type KeystoreDescriptionArg.
KeystoreProperties - Class in com.facebook.buck.android
 
KeystoreProperties(Path, String, String, String) - Constructor for class com.facebook.buck.android.KeystoreProperties
 
kill(int, int) - Method in interface com.facebook.buck.util.Libc
 
killApp(ApkInfo, String) - Method in class com.facebook.buck.android.exopackage.ExopackageInstaller
 
killBgProcesses() - Static method in class com.facebook.buck.util.BgProcessKiller
 
killProcess(String) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
killProcess(String) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
killProcess(String) - Method in class com.facebook.buck.util.PkillProcessManager
 
killProcess(String) - Method in interface com.facebook.buck.util.ProcessManager
Kills the process if it's running.
killSimulatorProcesses() - Method in class com.facebook.buck.apple.simulator.AppleCoreSimulatorServiceController
Kills any running simulator processes or services.
kind - Variable in class com.facebook.buck.jvm.java.JarFileObject
 
KindFunction - Class in com.facebook.buck.query
A kind(pattern, argument) filter expression, which computes the subset of nodes in 'argument' whose kind matches the unanchored regex 'pattern'.
KindFunction() - Constructor for class com.facebook.buck.query.KindFunction
 
KnownBuildRuleTypes - Class in com.facebook.buck.rules
A registry of all the build rules types understood by Buck.
KnownBuildRuleTypes.Builder - Class in com.facebook.buck.rules
 
KnownBuildRuleTypesFactory - Class in com.facebook.buck.rules
Contain items used to construct a KnownBuildRuleTypes that are shared between all Cell instances.
KnownBuildRuleTypesFactory(ProcessExecutor, AndroidDirectoryResolver, SdkEnvironment) - Constructor for class com.facebook.buck.rules.KnownBuildRuleTypesFactory
 
KotlinBuckConfig - Class in com.facebook.buck.jvm.kotlin
 
KotlinBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.jvm.kotlin.KotlinBuckConfig
 
Kotlinc - Interface in com.facebook.buck.jvm.kotlin
 
KotlinConfiguredCompilerFactory - Class in com.facebook.buck.jvm.kotlin
 
KotlinConfiguredCompilerFactory(KotlinBuckConfig, JavaBuckConfig) - Constructor for class com.facebook.buck.jvm.kotlin.KotlinConfiguredCompilerFactory
 
KotlinConfiguredCompilerFactory(KotlinBuckConfig, JavaBuckConfig, ExtraClasspathFromContextFunction) - Constructor for class com.facebook.buck.jvm.kotlin.KotlinConfiguredCompilerFactory
 
KotlincStep - Class in com.facebook.buck.jvm.kotlin
 
KotlincToJarStepFactory - Class in com.facebook.buck.jvm.kotlin
 
KotlincToJarStepFactory(Kotlinc, ImmutableList<String>, ExtraClasspathFromContextFunction, Javac, JavacOptions) - Constructor for class com.facebook.buck.jvm.kotlin.KotlincToJarStepFactory
 
KotlincVersion - Class in com.facebook.buck.jvm.kotlin
Immutable implementation of AbstractKotlincVersion.
KotlincVersion.Builder - Class in com.facebook.buck.jvm.kotlin
Builds instances of type KotlincVersion.
KotlinLibraryBuilder - Class in com.facebook.buck.jvm.kotlin
 
KotlinLibraryDescription - Class in com.facebook.buck.jvm.kotlin
 
KotlinLibraryDescription(KotlinBuckConfig, JavaBuckConfig, JavacOptions) - Constructor for class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
 
KotlinLibraryDescription.CoreArg - Interface in com.facebook.buck.jvm.kotlin
 
KotlinLibraryDescriptionArg - Class in com.facebook.buck.jvm.kotlin
Immutable implementation of KotlinLibraryDescription.AbstractKotlinLibraryDescriptionArg.
KotlinLibraryDescriptionArg.Builder - Class in com.facebook.buck.jvm.kotlin
Builds instances of type KotlinLibraryDescriptionArg.
KotlinLibraryModuleRule - Class in com.facebook.buck.ide.intellij.lang.kotlin
 
KotlinLibraryModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.kotlin.KotlinLibraryModuleRule
 
KotlinTestDescription - Class in com.facebook.buck.jvm.kotlin
 
KotlinTestDescription(KotlinBuckConfig, JavaBuckConfig, JavaOptions, JavacOptions, Optional<Long>) - Constructor for class com.facebook.buck.jvm.kotlin.KotlinTestDescription
 
KotlinTestDescriptionArg - Class in com.facebook.buck.jvm.kotlin
Immutable implementation of KotlinTestDescription.AbstractKotlinTestDescriptionArg.
KotlinTestDescriptionArg.Builder - Class in com.facebook.buck.jvm.kotlin
Builds instances of type KotlinTestDescriptionArg.
KotlinTestModuleRule - Class in com.facebook.buck.ide.intellij.lang.kotlin
 
KotlinTestModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.kotlin.KotlinTestModuleRule
 

L

labelsContainsAnyOf(Set<String>) - Method in interface com.facebook.buck.rules.CommonDescriptionArg
 
LabelSelector - Class in com.facebook.buck.cli
 
LabelsFunction - Class in com.facebook.buck.query
A labels(label, argument) expression, which returns the targets in the attribute 'label' of the targets evaluated in the argument
LabelsFunction() - Constructor for class com.facebook.buck.query.LabelsFunction
 
languageArgs(String) - Method in interface com.facebook.buck.cxx.toolchain.Compiler
 
languageArgs(String) - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
languageArgs(String) - Method in class com.facebook.buck.cxx.toolchain.WindowsCompiler
 
LaunchAction(XCScheme.BuildableReference, String, Optional<String>, Optional<String>, XCScheme.LaunchAction.LaunchStyle) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
 
launchAndExecute(ProcessExecutorParams) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
launchAndExecute(ProcessExecutorParams, ImmutableMap<String, String>) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
launchAndExecute(ProcessExecutorParams, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
launchAndExecute(ProcessExecutorParams, ImmutableMap<String, String>, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
launchAndExecute(ProcessExecutorParams) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
launchAndExecute(ProcessExecutorParams, ImmutableMap<String, String>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
launchAndExecute(ProcessExecutorParams, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
launchAndExecute(ProcessExecutorParams, ImmutableMap<String, String>, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
launchAndExecute(ProcessExecutorParams) - Method in interface com.facebook.buck.util.ProcessExecutor
Convenience method for ProcessExecutor.launchAndExecute(ProcessExecutorParams, Set, Optional, Optional, Optional) with boolean values set to false and optional values set to absent.
launchAndExecute(ProcessExecutorParams, ImmutableMap<String, String>) - Method in interface com.facebook.buck.util.ProcessExecutor
 
launchAndExecute(ProcessExecutorParams, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in interface com.facebook.buck.util.ProcessExecutor
Launches then executes a process with the specified params.
launchAndExecute(ProcessExecutorParams, ImmutableMap<String, String>, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in interface com.facebook.buck.util.ProcessExecutor
 
LaunchedProcessImpl(Process) - Constructor for class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
 
launchInstalledBundleInSimulator(String, String, AppleSimulatorController.LaunchBehavior, List<String>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
Launches a previously-installed bundle in a started simulator.
launchProcess(ProcessExecutorParams) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
launchProcess(ProcessExecutorParams, ImmutableMap<String, String>) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
launchProcess(ProcessExecutorParams) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
launchProcess(ProcessExecutorParams, ImmutableMap<String, String>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
launchProcess(ProcessExecutorParams, ListeningProcessExecutor.ProcessListener) - Method in class com.facebook.buck.util.ListeningProcessExecutor
Launches a process and asynchronously sends notifications to listener on a background thread when the process starts, has I/O, or exits.
launchProcess(ProcessExecutorParams) - Method in interface com.facebook.buck.util.ProcessExecutor
Launches a Process given ProcessExecutorParams.
launchProcess(ProcessExecutorParams, ImmutableMap<String, String>) - Method in interface com.facebook.buck.util.ProcessExecutor
 
LazyDelegatingSymbolNameTool - Class in com.facebook.buck.cxx.toolchain
 
LazyDelegatingSymbolNameTool(Supplier<SymbolNameTool>) - Constructor for class com.facebook.buck.cxx.toolchain.LazyDelegatingSymbolNameTool
 
LazyPath - Class in com.facebook.buck.io
Class is intended to provide Paths to be used by cache
LazyPath() - Constructor for class com.facebook.buck.io.LazyPath
 
LcUuidContentsScrubber - Class in com.facebook.buck.cxx.toolchain.objectfile
 
LcUuidContentsScrubber() - Constructor for class com.facebook.buck.cxx.toolchain.objectfile.LcUuidContentsScrubber
 
LeafEvent - Interface in com.facebook.buck.event
LeafEvents represent events that have no logical children and are useful for tracking the time buck is spending logically grouped by categories, such as Parse, Javac, or Dx.
LeafEvents - Class in com.facebook.buck.event
 
LeafEvents() - Constructor for class com.facebook.buck.event.LeafEvents
 
LeafEvents.SimpleLeafEvent - Class in com.facebook.buck.event
 
LeafEvents.SimpleLeafEvent.Finished - Class in com.facebook.buck.event
 
LeafEvents.SimpleLeafEvent.Started - Class in com.facebook.buck.event
 
LeafTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
Superclass of coercers for non-collection/map types.
LeafTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.LeafTypeCoercer
 
left - Variable in class com.facebook.buck.model.Either
 
LEGACY_WATCH_FLAVOR - Static variable in class com.facebook.buck.apple.AppleBinaryDescription
 
legacyCreate() - Static method in class com.facebook.buck.util.ObjectMappers
 
legacyOutputPath() - Method in class com.facebook.buck.python.PythonBuckConfig
 
LenientBooleanJsonDeserializer - Class in com.facebook.buck.util
JSON deserializer which converts boolean, numeric, and string values into booleans.
LenientBooleanJsonDeserializer() - Constructor for class com.facebook.buck.util.LenientBooleanJsonDeserializer
 
lexCompiler - Variable in class com.facebook.buck.ocaml.OcamlLexStep.Args
 
Libc - Interface in com.facebook.buck.util
 
Libc.Constants - Class in com.facebook.buck.util
 
Libc.OpenPtyLibrary - Interface in com.facebook.buck.util
 
libOrigin() - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
libOrigin() - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
libOrigin() - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
 
libOrigin() - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
LIBRARY_TYPE - Static variable in class com.facebook.buck.apple.AppleLibraryDescription
 
libraryTarget - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
limit(long) - Method in interface com.facebook.buck.util.RichStream
 
LineFetcher - Class in com.facebook.buck.util
 
LineIterating - Class in com.facebook.buck.util
Utility class to iterate over the lines present in one or more input strings, buffers, or arrays given a LineHandler callback.
LineIterating.ByteLineHandler - Class in com.facebook.buck.util
LineIterating.CharLineHandler - Class in com.facebook.buck.util
lines(String) - Static method in class com.facebook.buck.util.MoreStrings
 
LinkableCxxConstructorArg - Interface in com.facebook.buck.cxx
 
LinkedBlockingStack<E> - Class in com.facebook.buck.util.concurrent
An implementation of BlockingQueue interface returning elements in LIFO order.
LinkedBlockingStack() - Constructor for class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
LinkEditDataCommand - Class in com.facebook.buck.macho
Immutable implementation of AbstractLinkEditDataCommand.
LinkEditDataCommandUtils - Class in com.facebook.buck.macho
 
Linker - Interface in com.facebook.buck.cxx.toolchain.linker
An object wrapping a linker, providing its source path and an interface to decorate arguments with specific flags.
Linker.CxxRuntimeType - Enum in com.facebook.buck.cxx.toolchain.linker
The various styles of runtime library to which we can link shared objects.
Linker.LinkableDepType - Enum in com.facebook.buck.cxx.toolchain.linker
The various ways to link in dependencies.
Linker.LinkType - Enum in com.facebook.buck.cxx.toolchain.linker
The various ways to link an output file.
linkerMap(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
linkerMap(Path) - Method in interface com.facebook.buck.cxx.toolchain.linker.HasLinkerMap
 
LinkerMapMode - Enum in com.facebook.buck.cxx.toolchain
Defines if linker map should be generated or not.
linkerMapPath(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
linkerMapPath(Path) - Method in interface com.facebook.buck.cxx.toolchain.linker.HasLinkerMap
 
LinkerProvider - Interface in com.facebook.buck.cxx.toolchain.linker
 
LinkerProvider.Type - Enum in com.facebook.buck.cxx.toolchain.linker
 
Linkers - Class in com.facebook.buck.cxx.toolchain.linker
 
LinkOutputPostprocessor - Interface in com.facebook.buck.cxx
Pluggable postprocessor for the output of a CxxLink.
linkWhole(Arg) - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
linkWhole(Arg) - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
linkWhole(Arg) - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
 
linkWhole(Arg) - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
LINUX_F_GETFD - Static variable in class com.facebook.buck.util.Libc.Constants
 
LINUX_F_SETFD - Static variable in class com.facebook.buck.util.Libc.Constants
 
LINUX_FD_CLOEXEC - Static variable in class com.facebook.buck.util.Libc.Constants
 
LINUX_TIOCSCTTY - Static variable in class com.facebook.buck.util.Libc.Constants
 
list(JavaFileManager.Location, String, Set<JavaFileObject.Kind>, boolean) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
listDirRecursive(Path) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
listDirRecursive(Path) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
ListeningCharsetDecoder - Class in com.facebook.buck.util
 
ListeningCharsetDecoder(ListeningCharsetDecoder.DecoderListener, CharsetDecoder) - Constructor for class com.facebook.buck.util.ListeningCharsetDecoder
 
ListeningCharsetDecoder.DecoderListener - Interface in com.facebook.buck.util
 
ListeningCharsetEncoder - Class in com.facebook.buck.util
 
ListeningCharsetEncoder(ListeningCharsetEncoder.EncoderListener, CharsetEncoder) - Constructor for class com.facebook.buck.util.ListeningCharsetEncoder
 
ListeningCharsetEncoder.EncoderListener - Interface in com.facebook.buck.util
 
ListeningMultiSemaphore - Class in com.facebook.buck.util.concurrent
A semaphore using ListenableFutures for acquisition of different resource types rather than blocking.
ListeningMultiSemaphore(ResourceAmounts, ResourceAllocationFairness) - Constructor for class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
 
ListeningProcessExecutor - Class in com.facebook.buck.util
Replacement for ProcessBuilder which provides an asynchronous callback interface to notify the caller on a background thread when a process starts, performs I/O, or exits.
ListeningProcessExecutor() - Constructor for class com.facebook.buck.util.ListeningProcessExecutor
 
ListeningProcessExecutor.LaunchedProcess - Interface in com.facebook.buck.util
Represents a process which was launched by a ListeningProcessExecutor.
ListeningProcessExecutor.ProcessListener - Interface in com.facebook.buck.util
Callback API to notify the caller on a background thread when a process starts, exits, has stdout or stderr bytes to read, or is ready to receive bytes on stdin.
ListeningSemaphoreArrayPendingItem - Class in com.facebook.buck.util.concurrent
Immutable implementation of AbstractListeningSemaphoreArrayPendingItem.
listMatchingPaths(Path, String, PathListing.PathModifiedTimeFetcher) - Static method in class com.facebook.buck.io.PathListing
Lists matching paths in descending modified time order.
listMatchingPathsWithFilters(Path, String, PathListing.PathModifiedTimeFetcher, PathListing.FilterMode, Optional<Integer>, Optional<Long>) - Static method in class com.facebook.buck.io.PathListing
Lists paths in descending modified time order, excluding any paths which bring the number of files over maxNumPaths or over totalSizeFilter bytes in size.
listMounts() - Method in interface com.facebook.buck.eden.EdenClient
 
listTraceFilesByLastModified() - Method in class com.facebook.buck.util.trace.BuildTraces
The most recent trace (the one with the greatest last-modified time) will be listed first.
ListTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
 
load(BuckConfig, BuildJobState, Cell, KnownBuildRuleTypesFactory, SdkEnvironment) - Static method in class com.facebook.buck.distributed.DistBuildState
 
load(ClassLoader) - Static method in class com.facebook.buck.jvm.java.FatJar
 
load() - Method in class com.facebook.buck.jvm.java.HasJavaAbi.JarContentsSupplier
 
load(Path) - Method in interface com.facebook.buck.util.FileSystemMap.ValueLoader
 
LoadBalancedHttpResponse - Class in com.facebook.buck.slb
 
LoadBalancedService - Class in com.facebook.buck.slb
 
LoadBalancedService(HttpLoadBalancer, OkHttpClient, BuckEventBus) - Constructor for class com.facebook.buck.slb.LoadBalancedService
 
LoadBalancedServiceEvent - Class in com.facebook.buck.slb
 
LoadBalancedServiceEvent(LoadBalancedServiceEventData) - Constructor for class com.facebook.buck.slb.LoadBalancedServiceEvent
 
LoadBalancedServiceEventData - Class in com.facebook.buck.slb
Immutable implementation of LoadBalancedServiceEvent.AbstractLoadBalancedServiceEventData.
LoadBalancedServiceEventData.Builder - Class in com.facebook.buck.slb
Builds instances of type LoadBalancedServiceEventData.
LoadBalancerEventsListener - Class in com.facebook.buck.event.listener
 
LoadBalancerEventsListener(CounterRegistry) - Constructor for class com.facebook.buck.event.listener.LoadBalancerEventsListener
 
LoadBalancerEventsListener.ServerCounters - Class in com.facebook.buck.event.listener
 
LoadBalancerPingEvent - Class in com.facebook.buck.slb
 
LoadBalancerPingEvent(LoadBalancerPingEventData) - Constructor for class com.facebook.buck.slb.LoadBalancerPingEvent
 
LoadBalancerPingEventData - Class in com.facebook.buck.slb
Immutable implementation of LoadBalancerPingEvent.AbstractLoadBalancerPingEventData.
LoadBalancerPingEventData.Builder - Class in com.facebook.buck.slb
Builds instances of type LoadBalancerPingEventData.
loadClass(String) - Static method in class com.facebook.buck.cli.bootstrapper.ClassLoaderBootstrapper
 
loadClass(String, Class<T>) - Method in interface com.facebook.buck.jvm.java.plugin.api.PluginClassLoader
 
loadClass(String, Class<T>) - Method in class com.facebook.buck.jvm.java.plugin.PluginLoader
 
LoadCommand - Interface in com.facebook.buck.macho
Mach O Load Command struct just defines 2 fields - cmd and cmdsize.
LoadCommandCommonFields - Class in com.facebook.buck.macho
Immutable implementation of AbstractLoadCommandCommonFields.
LoadCommandCommonFieldsUtils - Class in com.facebook.buck.macho
 
LoadCommandUtils - Class in com.facebook.buck.macho
 
loadDirectory(String) - Method in class com.facebook.buck.util.autosparse.MmappedHgManifest
Produce a stream over all entries that start with the pathname directory
loadFromFile(File) - Static method in class com.facebook.buck.apple.clang.HeaderMap
 
LOCAL_PATH - Static variable in class com.facebook.buck.log.LogConfigPaths
The path to the per-project local (git ignored) logging.properties file.
localBuild() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
 
localBuildDurationMs() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
LocalBuilder - Interface in com.facebook.buck.distributed
 
localBuildExitCode() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
LocalCachingBuildEngineDelegate - Class in com.facebook.buck.rules
 
LocalCachingBuildEngineDelegate(FileHashCache) - Constructor for class com.facebook.buck.rules.LocalCachingBuildEngineDelegate
 
LocalFsContentsProvider - Class in com.facebook.buck.distributed
 
LocalFsContentsProvider(Path) - Constructor for class com.facebook.buck.distributed.LocalFsContentsProvider
 
localGraphConstructionDurationMs() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
localIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.ClangPreprocessor
 
localIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.GccPreprocessor
 
localIncludeArgs(Iterable<String>) - Method in interface com.facebook.buck.cxx.toolchain.Preprocessor
 
localIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.WindowsPreprocessor
 
localPreparationDurationMs() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
LOCATION_USER_DATA_KEY - Static variable in class com.facebook.buck.util.xml.PositionalXmlHandler
 
LocationMacro - Class in com.facebook.buck.rules.macros
Macro that resolves to the output location of a build rule.
LocationMacroExpander - Class in com.facebook.buck.rules.macros
Expands to the path of a build rules output.
LocationMacroExpander() - Constructor for class com.facebook.buck.rules.macros.LocationMacroExpander
 
LocationMacroTypeCoercer - Class in com.facebook.buck.rules.coercer
 
LocationMacroTypeCoercer(TypeCoercer<BuildTarget>) - Constructor for class com.facebook.buck.rules.coercer.LocationMacroTypeCoercer
 
lock() - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
lockInterruptibly() - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
log(String) - Method in class com.facebook.buck.util.network.AbstractBatchingLogger
 
log(String) - Method in interface com.facebook.buck.util.network.BatchingLogger
 
log(String, Iterable<String>) - Method in class com.facebook.buck.util.network.offline.OfflineScribeLogger
 
log(String, Iterable<String>) - Method in class com.facebook.buck.util.network.ScribeLogger
 
log(String, Iterable<String>) - Method in class com.facebook.buck.util.network.ThriftScribeLogger
 
LogConfig - Class in com.facebook.buck.cli.bootstrapper
 
LogConfig() - Constructor for class com.facebook.buck.cli.bootstrapper.LogConfig
 
LogConfig - Class in com.facebook.buck.log
Constructed by java.util.logging.LogManager via the system property java.util.logging.LogManager.config.
LogConfig() - Constructor for class com.facebook.buck.log.LogConfig
Default constructor, called by LogManager.
LogConfigPaths - Class in com.facebook.buck.log
Utility class containing constants for logging configuration paths.
LogConfigSetup - Class in com.facebook.buck.log
Immutable implementation of AbstractLogConfigSetup.
LogConfigSetup.Builder - Class in com.facebook.buck.log
Builds instances of type LogConfigSetup.
LogContentsOfFileStep - Class in com.facebook.buck.step.fs
 
LogContentsOfFileStep(Path, Level) - Constructor for class com.facebook.buck.step.fs.LogContentsOfFileStep
 
logEntry() - Method in class com.facebook.buck.distributed.BuildRuleStats
 
logEvent(ConsoleEvent) - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
logEvent(ConsoleEvent) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
logEvent(ConsoleEvent) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
logEventPair(String, Optional<String>, long, long, BuckEvent, BuckEvent, Optional<Double>, Optional<Long>, ImmutableList.Builder<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
Adds a line about a pair of start and finished events to lines.
logEventPair(String, Optional<String>, long, long, Collection<EventPair>, Optional<Double>, Optional<Long>, ImmutableList.Builder<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
Adds a line about a set of start and finished events to lines.
LOGFILE_PATTERN - Static variable in class com.facebook.buck.util.network.offline.OfflineScribeLogger
 
LOGFILE_PREFIX - Static variable in class com.facebook.buck.util.network.offline.OfflineScribeLogger
 
LOGFILE_SUFFIX - Static variable in class com.facebook.buck.util.network.offline.OfflineScribeLogger
 
LogFileHandler - Class in com.facebook.buck.cli.bootstrapper
 
LogFileHandler() - Constructor for class com.facebook.buck.cli.bootstrapper.LogFileHandler
 
LogFileHandler - Class in com.facebook.buck.log
 
LogFileHandler() - Constructor for class com.facebook.buck.log.LogFileHandler
 
LogFileHandlerState - Interface in com.facebook.buck.log
 
LogFormatter - Class in com.facebook.buck.cli.bootstrapper
 
LogFormatter() - Constructor for class com.facebook.buck.cli.bootstrapper.LogFormatter
 
LogFormatter - Class in com.facebook.buck.log
 
LogFormatter() - Constructor for class com.facebook.buck.log.LogFormatter
 
Logger - Class in com.facebook.buck.log
 
LoggingArtifactCacheDecorator - Class in com.facebook.buck.artifact_cache
Decorator for wrapping a ArtifactCache to log a ArtifactCacheEvent for the start and finish of each event.
LoggingArtifactCacheDecorator(BuckEventBus, ArtifactCache, ArtifactCacheEventFactory) - Constructor for class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
 
LoggingBuildListener - Class in com.facebook.buck.event.listener
Log handler to bridge BuckEventBus events to java.util.logging records.
LoggingBuildListener() - Constructor for class com.facebook.buck.event.listener.LoggingBuildListener
 
LoggingJarBuilderObserver - Class in com.facebook.buck.jvm.java
 
LoggingJarBuilderObserver(JavacEventSink) - Constructor for class com.facebook.buck.jvm.java.LoggingJarBuilderObserver
 
logHttpCacheUploads(ImmutableList.Builder<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
Adds a line about a the state of cache uploads to lines.
LogLevelTypeCoercer - Class in com.facebook.buck.rules.coercer
 
LogLevelTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.LogLevelTypeCoercer
 
logMultiple(ImmutableCollection<AbstractBatchingLogger.BatchEntry>) - Method in class com.facebook.buck.util.network.AbstractBatchingLogger
 
logMultiple(ImmutableCollection<AbstractBatchingLogger.BatchEntry>) - Method in class com.facebook.buck.util.network.ScribeBatchingLogger
 
logWithLevel(Level, String) - Method in class com.facebook.buck.log.Logger
Logs given message at given level.
LONG - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
lookup(String) - Method in class com.facebook.buck.apple.clang.HeaderMap
 
lookup(ElfDynamicSection.DTag) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection
 
lookup(Path) - Method in class com.facebook.buck.ide.intellij.lang.java.JavaPackagePathCache
 
lookup(FileHashCache, SourcePathResolver, ImmutableSet<SourcePath>) - Method in class com.facebook.buck.rules.Manifest
 
lookupString(long) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSection
 
LuaBinary - Class in com.facebook.buck.lua
 
LuaBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, Path, Tool, String, LuaPackageComponents, Tool, AbstractLuaPlatform.PackageStyle) - Constructor for class com.facebook.buck.lua.LuaBinary
 
LuaBinaryDescription - Class in com.facebook.buck.lua
 
LuaBinaryDescription(LuaPlatform, FlavorDomain<LuaPlatform>, CxxBuckConfig, FlavorDomain<PythonPlatform>) - Constructor for class com.facebook.buck.lua.LuaBinaryDescription
 
LuaBinaryDescription.StarterType - Enum in com.facebook.buck.lua
 
LuaBinaryDescriptionArg - Class in com.facebook.buck.lua
Immutable implementation of LuaBinaryDescription.AbstractLuaBinaryDescriptionArg.
LuaBinaryDescriptionArg.Builder - Class in com.facebook.buck.lua
Builds instances of type LuaBinaryDescriptionArg.
LuaBinaryPackageComponents - Class in com.facebook.buck.lua
The package components in a Lua binary.
LuaBuckConfig - Class in com.facebook.buck.lua
 
LuaBuckConfig(BuckConfig, ExecutableFinder) - Constructor for class com.facebook.buck.lua.LuaBuckConfig
 
LuaLibrary - Class in com.facebook.buck.lua
 
LuaLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams) - Constructor for class com.facebook.buck.lua.LuaLibrary
 
LuaLibraryDescription - Class in com.facebook.buck.lua
 
LuaLibraryDescription() - Constructor for class com.facebook.buck.lua.LuaLibraryDescription
 
LuaLibraryDescriptionArg - Class in com.facebook.buck.lua
Immutable implementation of LuaLibraryDescription.AbstractLuaLibraryDescriptionArg.
LuaLibraryDescriptionArg.Builder - Class in com.facebook.buck.lua
Builds instances of type LuaLibraryDescriptionArg.
LuaPackageable - Interface in com.facebook.buck.lua
 
LuaPackageComponents - Class in com.facebook.buck.lua
Components that contribute to a Lua package.
LuaPlatform - Class in com.facebook.buck.lua
Immutable implementation of AbstractLuaPlatform.
LuaPlatform.Builder - Class in com.facebook.buck.lua
Builds instances of type LuaPlatform.
LuaScriptStarter - Class in com.facebook.buck.lua
Starter implementation which builds a starter as a Lua script.
LuaStandaloneBinary - Class in com.facebook.buck.lua
Builds a Lua executable into a standalone package using a given packager tool.
LuaStandaloneBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, Tool, ImmutableList<String>, Path, Optional<SourcePath>, LuaPackageComponents, String, Tool, boolean) - Constructor for class com.facebook.buck.lua.LuaStandaloneBinary
 
LuaUtil - Class in com.facebook.buck.lua
 

M

MACH_O_BUNDLE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
MachineReadableLog() - Constructor for class com.facebook.buck.log.views.JsonViews.MachineReadableLog
 
MachineReadableLogConfig - Class in com.facebook.buck.log
 
MachineReadableLoggerListener - Class in com.facebook.buck.event.listener
 
MachineReadableLoggerListener(InvocationInfo, ProjectFilesystem, ExecutorService, ImmutableSet<ArtifactCacheMode>) - Constructor for class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
MachOAbsolutifyObjectPathsCommand - Class in com.facebook.buck.cli
 
MachOAbsolutifyObjectPathsCommand() - Constructor for class com.facebook.buck.cli.MachOAbsolutifyObjectPathsCommand
 
MachOAbstractCommand - Class in com.facebook.buck.cli
Class-template for Mach O Util commands.
MachOAbstractCommand() - Constructor for class com.facebook.buck.cli.MachOAbstractCommand
 
MachoException(String) - Constructor for exception com.facebook.buck.cxx.toolchain.objectfile.Machos.MachoException
 
MachOFixCompDirCommand - Class in com.facebook.buck.cli
 
MachOFixCompDirCommand() - Constructor for class com.facebook.buck.cli.MachOFixCompDirCommand
 
MachoHeader - Class in com.facebook.buck.cxx.toolchain.objectfile
Immutable implementation of AbstractMachoHeader.
MachoHeader - Class in com.facebook.buck.macho
Immutable implementation of AbstractMachoHeader.
MachoHeader.Builder - Class in com.facebook.buck.cxx.toolchain.objectfile
Builds instances of type MachoHeader.
MachoHeaderUtils - Class in com.facebook.buck.macho
 
MachoMagicInfo - Class in com.facebook.buck.macho
 
MachoMagicInfo(UnsignedInteger) - Constructor for class com.facebook.buck.macho.MachoMagicInfo
 
MachoMagicInfoUtils - Class in com.facebook.buck.macho
 
Machos - Class in com.facebook.buck.cxx.toolchain.objectfile
 
Machos.MachoException - Exception in com.facebook.buck.cxx.toolchain.objectfile
 
MachOUtilsCommand - Class in com.facebook.buck.cli
 
MachOUtilsCommand() - Constructor for class com.facebook.buck.cli.MachOUtilsCommand
 
MacIpv6BugWorkaround - Class in com.facebook.buck.util.network
When attempting to communicate with IPV6-only servers, Java 8 and earlier will attempt to do so using the wrong network interface (AirDrop or Touch Bar instead of one's actual wifi or ethernet interface).
MacIpv6BugWorkaround() - Constructor for class com.facebook.buck.util.network.MacIpv6BugWorkaround
 
MacNetworkConfiguration - Class in com.facebook.buck.util.environment
Mac OS X implementation for finding likely network states for diagnostic purposes.
Macro - Interface in com.facebook.buck.rules.macros
Base class for strongly typed macros.
MACRO_HANDLER - Static variable in class com.facebook.buck.android.NdkLibraryDescription
 
MACRO_HANDLER - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
MACRO_HANDLER - Static variable in class com.facebook.buck.shell.WorkerToolDescription
 
MacroArg - Class in com.facebook.buck.rules.args
An Arg which contains macros that need to be expanded.
MacroArg(MacroHandler, BuildTarget, CellPathResolver, BuildRuleResolver, String) - Constructor for class com.facebook.buck.rules.args.MacroArg
 
MacroException - Exception in com.facebook.buck.model.macros
 
MacroException(String) - Constructor for exception com.facebook.buck.model.macros.MacroException
 
MacroException(String, Throwable) - Constructor for exception com.facebook.buck.model.macros.MacroException
 
MacroExpander - Interface in com.facebook.buck.rules.macros
 
MacroFinder - Class in com.facebook.buck.model.macros
Replace and extracts macros from input strings.
MacroFinder() - Constructor for class com.facebook.buck.model.macros.MacroFinder
 
MacroFinder.MacroFinderAutomaton - Class in com.facebook.buck.model.macros
A push-down automaton that searches for occurrences of a macro in linear time with respect to the search string.
MacroFinderAutomaton(String) - Constructor for class com.facebook.buck.model.macros.MacroFinder.MacroFinderAutomaton
 
MacroHandler - Class in com.facebook.buck.rules.macros
Extracts macros from input strings and calls registered expanders to handle their input.
MacroHandler(ImmutableMap<String, MacroExpander>) - Constructor for class com.facebook.buck.rules.macros.MacroHandler
 
MacroMatchResult - Class in com.facebook.buck.model.macros
Immutable implementation of AbstractMacroMatchResult.
MacroMatchResult.Builder - Class in com.facebook.buck.model.macros
Builds instances of type MacroMatchResult.
MacroReplacer - Interface in com.facebook.buck.model.macros
Interface to define replacement behavior for @{link MacroFinder}.
MacWifiSsidFinder - Class in com.facebook.buck.util.environment
Mac OS X implementation of finding the SSID of the default Wi-Fi interface.
MacWifiSsidFinder.CoreWlan - Interface in com.facebook.buck.util.environment
 
MAGIC_SIZE - Static variable in class com.facebook.buck.macho.MachoHeaderUtils
 
main(String[]) - Static method in class com.facebook.buck.android.agent.AgentMain
 
main(String[]) - Static method in class com.facebook.buck.apple.clang.PrintHeaderMap
 
main(String[]) - Static method in class com.facebook.buck.artifact_cache.HybridPayloadGenerator
 
main(String[]) - Static method in class com.facebook.buck.cli.bootstrapper.ClassLoaderBootstrapper
 
Main - Class in com.facebook.buck.cli
 
Main(PrintStream, PrintStream, InputStream, Main.KnownBuildRuleTypesFactoryFactory) - Constructor for class com.facebook.buck.cli.Main
This constructor allows integration tests to add/remove/modify known build rules (aka descriptions).
Main(PrintStream, PrintStream, InputStream) - Constructor for class com.facebook.buck.cli.Main
 
main(String[]) - Static method in class com.facebook.buck.cli.Main.DaemonBootstrap
 
main(String[]) - Static method in class com.facebook.buck.cli.Main
 
main(String[]) - Static method in class com.facebook.buck.dalvik.DalvikStatsTool
CLI wrapper to run against every class in a set of JARs.
main(String[]) - Static method in class com.facebook.buck.jvm.java.abi.ApiStubber
 
main(String[]) - Static method in class com.facebook.buck.jvm.java.coverage.ReportGenerator
Starts the report generation process
main(String[]) - Static method in class com.facebook.buck.jvm.java.FatJarMain
 
main(String[]) - Static method in class com.facebook.buck.jvm.java.runner.FileClassPathRunner
 
main(String[]) - Static method in class com.facebook.buck.maven.Resolver
 
Main - Class in com.facebook.buck.oop_javac
 
main(String[]) - Static method in class com.facebook.buck.oop_javac.Main
 
main(String[]) - Static method in class com.facebook.buck.step.external.executor.ExternalStepExecutorMain
 
main(String[]) - Static method in class com.facebook.buck.testrunner.InstrumentationMain
 
main(String[]) - Static method in class com.facebook.buck.testrunner.JUnitMain
 
main(String[]) - Static method in class com.facebook.buck.testrunner.TestNGMain
 
main(String[]) - Static method in class com.facebook.buck.tools.dxanalysis.DxAnalysisMain
 
Main - Class in com.facebook.buck.util.trace.uploader
 
Main() - Constructor for class com.facebook.buck.util.trace.uploader.Main
 
main(String[]) - Static method in class com.facebook.buck.util.trace.uploader.Main
 
main(String[]) - Static method in class com.facebook.buck.util.zip.ZipScrubber
 
main(String[]) - Static method in class com.facebook.buck.util.zip.ZipWriteTest
 
Main.DaemonBootstrap - Class in com.facebook.buck.cli
 
Main.KnownBuildRuleTypesFactoryFactory - Interface in com.facebook.buck.cli
 
MAIN_PATH - Static variable in class com.facebook.buck.log.LogConfigPaths
If present, the path to the logging.properties.st file.
MainOutOfProcessJavac - Class in com.facebook.buck.oop_javac
 
MainOutOfProcessJavac() - Constructor for class com.facebook.buck.oop_javac.MainOutOfProcessJavac
 
MakeCleanDirectoryStep - Class in com.facebook.buck.step.fs
Deletes the directory, if it exists, before creating it.
makeExecutable(Path) - Static method in class com.facebook.buck.io.MoreFiles
Tries to make the specified file executable.
MakeExecutableStep - Class in com.facebook.buck.step.fs
 
MakeExecutableStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.step.fs.MakeExecutableStep
 
makeRequest(FrontendRequest) - Method in class com.facebook.buck.distributed.FrontendService
 
makeRequest(String, Request.Builder) - Method in interface com.facebook.buck.slb.HttpService
 
makeRequest(String, Request.Builder) - Method in class com.facebook.buck.slb.LoadBalancedService
 
makeRequest(String, Request.Builder) - Method in class com.facebook.buck.slb.RetryingHttpService
 
makeRequest(String, Request.Builder) - Method in class com.facebook.buck.slb.SingleUriService
 
makeRequest(ThriftRequest, ThriftResponse) - Method in class com.facebook.buck.slb.ThriftOverHttpService
 
makeRequest(ThriftRequest, ThriftResponse) - Method in interface com.facebook.buck.slb.ThriftService
 
managedThreadCount - Variable in class com.facebook.buck.util.concurrent.ConcurrencyLimit
Number of threads that Buck can manage and use them as worker threads.
Manifest - Class in com.facebook.buck.rules
 
Manifest(RuleKey) - Constructor for class com.facebook.buck.rules.Manifest
Create an empty manifest.
Manifest(InputStream) - Constructor for class com.facebook.buck.rules.Manifest
Deserialize an existing manifest from the given InputStream.
ManifestEntries - Class in com.facebook.buck.rules.coercer
Manifest entries to be injected into the AndroidManifest.xml file via AAPT command line flags.
ManifestEntries.Builder - Class in com.facebook.buck.rules.coercer
Builds instances of type ManifestEntries.
ManifestEntriesTypeCoercer - Class in com.facebook.buck.rules.coercer
TypeCoercer that takes a dict object generated by the manifest_entries() python function and coverts it to ManifestEntries.
ManifestEntriesTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.ManifestEntriesTypeCoercer
 
manifestFile - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
ManifestInfo - Class in com.facebook.buck.util.autosparse
Track information on a file entry in a version control manifest.
ManifestInfo.Builder - Class in com.facebook.buck.util.autosparse
Builds instances of type ManifestInfo.
ManifestTrie - Class in com.facebook.buck.util.autosparse
A trie mapping paths to ManifestInfo objects; paths are split into string path segments for storage efficiency.
ManifestTrie() - Constructor for class com.facebook.buck.util.autosparse.ManifestTrie
 
map(int) - Method in class com.facebook.buck.android.resources.BringToFrontMapper
 
map(int) - Method in interface com.facebook.buck.android.resources.ReferenceMapper
Converts an id to its new value under this mapping.
map(Function<ImmutableSet<UnflavoredBuildTarget>, ImmutableSet<UnflavoredBuildTarget>>) - Method in class com.facebook.buck.apple.project_generator.FocusedModuleTargetMatcher
Apply a mapper to the focused targets held in this object.
map(Function<T, V>) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
 
map(Function<? super T, ? extends R>) - Method in interface com.facebook.buck.util.RichStream
 
MapTypeCoercer<K,V> - Class in com.facebook.buck.rules.coercer
 
mark(int) - Method in class com.facebook.buck.util.hash.HasherInputStream
 
markRuleAsUsed(BuildRule, BuckEventBus) - Method in class com.facebook.buck.rules.CachingBuildEngine.DefaultBuildRuleBuilderDelegate
 
markRuleAsUsed(BuildRule, BuckEventBus) - Method in class com.facebook.buck.rules.UnskippedRulesTracker
 
markSupported() - Method in class com.facebook.buck.util.hash.HasherInputStream
 
match(ImmutableSet<String>, String) - Method in class com.facebook.buck.model.macros.MacroFinder
 
MATCH_ANY_ENTITLEMENT - Static variable in class com.facebook.buck.apple.ProvisioningProfileStore
 
MATCH_ANY_IDENTITY - Static variable in class com.facebook.buck.apple.ProvisioningProfileStore
 
matches(String) - Method in class com.facebook.buck.android.ClassNameFilter
 
matches(Set<String>) - Method in class com.facebook.buck.cli.LabelSelector
 
matches(Path) - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
matches(BuildTarget) - Method in interface com.facebook.buck.model.BuildTargetPattern
 
matches(TestDescription) - Method in class com.facebook.buck.test.selectors.PatternTestSelector
 
matches(TestDescription) - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
 
matches(TestDescription) - Method in interface com.facebook.buck.test.selectors.TestSelector
 
matches(String) - Method in class com.facebook.buck.util.PatternsMatcher
 
matchesClassName(String) - Method in class com.facebook.buck.test.selectors.PatternTestSelector
 
matchesClassName(String) - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
 
matchesClassName(String) - Method in interface com.facebook.buck.test.selectors.TestSelector
 
matchForError(String) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice.ErrorParsingReceiver
Look for an error message in line.
materialiseSparseProfile() - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
Update the working copy to include new paths added to the sparse profile.
materialiseSparseProfile() - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
 
materializeFileContentsAsync(BuildJobStateFileHashEntry, Path) - Method in interface com.facebook.buck.distributed.FileContentsProvider
 
materializeFileContentsAsync(BuildJobStateFileHashEntry, Path) - Method in class com.facebook.buck.distributed.InlineContentsProvider
 
materializeFileContentsAsync(BuildJobStateFileHashEntry, Path) - Method in class com.facebook.buck.distributed.LocalFsContentsProvider
 
materializeFileContentsAsync(BuildJobStateFileHashEntry, Path) - Method in class com.facebook.buck.distributed.MultiSourceContentsProvider
 
materializeFileContentsAsync(BuildJobStateFileHashEntry, Path) - Method in class com.facebook.buck.distributed.ServerContentsProvider
 
materializeLogDirs(List<LogDir>) - Method in class com.facebook.buck.distributed.DistBuildLogStateTracker
 
materializeSlaveLogsDurationMs() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
materializeSourceFilesOnDemand() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
MAVEN_CENTRAL_URL - Static variable in class com.facebook.buck.maven.Publisher
 
MAVEN_JAR - Static variable in interface com.facebook.buck.jvm.java.JavaLibrary
For maven publishing only dependencies containing maven coordinates will be listed as dependencies.
MavenCoordinatesMacro - Class in com.facebook.buck.rules.macros
Immutable implementation of AbstractMavenCoordinatesMacro.
MavenCoordinatesMacroExpander - Class in com.facebook.buck.rules.macros
Resolves to the maven coordinates for a build target referencing a HasMavenCoordinates.
MavenCoordinatesMacroExpander() - Constructor for class com.facebook.buck.rules.macros.MavenCoordinatesMacroExpander
 
MavenCoordinatesMacroTypeCoercer - Class in com.facebook.buck.rules.coercer
 
mavenCoords - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
mavenLocalRepo - Variable in class com.facebook.buck.maven.ArtifactConfig
 
MavenPublishable - Interface in com.facebook.buck.jvm.java
A BuildRule that can have its output(BuildRule.getSourcePathToOutput()) published to a maven repository under the maven coordinates provided by HasMavenCoordinates.getMavenCoords()
MavenUberJar - Class in com.facebook.buck.jvm.java
A BuildRule used to have the provided JavaLibrary published to a maven repository
MavenUberJar.SourceJar - Class in com.facebook.buck.jvm.java
 
MavenUrlDecoder - Class in com.facebook.buck.file
Responsible for converting a maven URL to an HTTP or HTTPS url.
maximumAmounts - Variable in class com.facebook.buck.util.concurrent.ConcurrencyLimit
Maximum resource amounts that are available on the system for all jobs to share.
maybeParallelize(Stream<T>) - Method in interface com.facebook.buck.rules.BuildRuleResolver
Returns a parallel version of the stream if the BuildRuleResolver supports parallelism.
maybeParallelize(Stream<T>) - Method in class com.facebook.buck.rules.MultiThreadedBuildRuleResolver
 
maybeParallelize(Stream<T>) - Method in class com.facebook.buck.rules.SingleThreadedBuildRuleResolver
 
MaybeRequiredForSourceAbi - Interface in com.facebook.buck.jvm.java
 
MaybeRequiredForSourceAbiArg - Interface in com.facebook.buck.jvm.java
Args for a rule that can be a dependency during source ABI generation.
medium - Variable in class com.facebook.buck.util.environment.Network
 
MemoryHandler - Class in com.facebook.buck.cli.bootstrapper
 
MemoryHandler() - Constructor for class com.facebook.buck.cli.bootstrapper.MemoryHandler
 
MemoryHandler - Class in com.facebook.buck.log.memory
MemoryHandler maintains a circular buffer of LogRecords.
MemoryHandler() - Constructor for class com.facebook.buck.log.memory.MemoryHandler
Constructs a MemoryHandler specified by:.
memoryPerfStats(PerfStatsTracking.MemoryPerfStatsEvent) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
MemoryPerfStatsEvent(long, long, long, long, Map<String, Long>) - Constructor for class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
 
merge(DependencyType, DependencyType) - Static method in enum com.facebook.buck.ide.intellij.model.DependencyType
 
merge(IjFolder) - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
 
merge(IjFolder) - Method in class com.facebook.buck.ide.intellij.model.folders.ResourceFolder
 
merge(IjFolder) - Method in class com.facebook.buck.ide.intellij.model.folders.SelfMergingOnlyFolder
 
merge(Map<K, V>, Map<K, V>) - Static method in class com.facebook.buck.util.MoreMaps
 
MergeAndroidResourceSources - Class in com.facebook.buck.android.aapt
 
MergeAndroidResourceSources(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, ImmutableCollection<SourcePath>) - Constructor for class com.facebook.buck.android.aapt.MergeAndroidResourceSources
 
MergeAndroidResourceSourcesStep - Class in com.facebook.buck.android.aapt
Merges multiple directories containing Android resource sources into one directory.
MergeAndroidResourceSourcesStep.Builder - Class in com.facebook.buck.android.aapt
Builds instances of type MergeAndroidResourceSourcesStep.
MergeAndroidResourcesStep - Class in com.facebook.buck.android
 
MergeAndroidResourcesStep.DuplicateResourceException - Exception in com.facebook.buck.android
 
MergeAssets - Class in com.facebook.buck.android
MergeAssets adds the assets for an APK into the output of aapt.
MergeAssets(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Optional<SourcePath>, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.android.MergeAssets
 
mergeCmdLineArgs(ArtifactConfig.CmdLineArgs) - Method in class com.facebook.buck.maven.ArtifactConfig
 
MergedNativeLibraryConstituents - Class in com.facebook.buck.android
Data object for internal use, representing the source libraries getting merged together into one DSO.
MergedNativeLibraryConstituents.Builder - Class in com.facebook.buck.android
Builds instances of type MergedNativeLibraryConstituents.
mergeSorted(Map<K, V>, Map<K, V>) - Static method in class com.facebook.buck.util.MoreMaps
 
MessageSerializer - Class in com.facebook.buck.message_ipc
 
MessageSerializer() - Constructor for class com.facebook.buck.message_ipc.MessageSerializer
 
MessageTransport - Class in com.facebook.buck.message_ipc
 
MessageTransport(WorkerProcess, MessageSerializer, Runnable) - Constructor for class com.facebook.buck.message_ipc.MessageTransport
 
metadata() - Method in class com.facebook.buck.artifact_cache.CacheResult
 
METADATA_KEYS - Static variable in class com.facebook.buck.rules.BuildInfo
 
METADATA_TYPE - Static variable in class com.facebook.buck.apple.AppleLibraryDescription
 
METADATA_TYPE - Static variable in class com.facebook.buck.cxx.CxxLibraryDescription
 
MetadataAndPayloadReadResultInternal - Class in com.facebook.buck.artifact_cache
Immutable implementation of HttpArtifactCacheBinaryProtocol.AbstractMetadataAndPayloadReadResultInternal.
MetadataAndPayloadReadResultInternal.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type MetadataAndPayloadReadResultInternal.
MetadataChecker - Class in com.facebook.buck.cli
 
MetadataProvidingDescription<T> - Interface in com.facebook.buck.rules
 
metadataTxtDexEntries - Variable in class com.facebook.buck.android.PreDexedFilesSorter.Result
 
methodBlock(FrameworkMethod) - Method in class com.facebook.buck.testrunner.BuckBlockJUnit4ClassRunner
Override the default timeout behavior so that when no timeout is specified in the Test annotation, the timeout specified by the constructor will be used (if it has been set).
methodReferences - Variable in class com.facebook.buck.dalvik.DalvikStatsTool.Stats
Methods referenced by the class.
MiniAapt - Class in com.facebook.buck.android.aapt
Step which parses resources in an android res directory and compiles them into a R.txt file, following the exact same format as the Android build tool aapt.
MiniAapt(SourcePathResolver, ProjectFilesystem, SourcePath, Path, ImmutableSet<Path>) - Constructor for class com.facebook.buck.android.aapt.MiniAapt
 
MiniAapt(SourcePathResolver, ProjectFilesystem, SourcePath, Path, ImmutableSet<Path>, boolean, boolean, MiniAapt.ResourceCollectionType) - Constructor for class com.facebook.buck.android.aapt.MiniAapt
 
MiniAapt.ResourceCollectionType - Enum in com.facebook.buck.android.aapt
 
MinionModeRunner - Class in com.facebook.buck.distributed
 
MinionModeRunner(String, int, LocalBuilder, StampedeId) - Constructor for class com.facebook.buck.distributed.MinionModeRunner
 
MinionWorkloadAllocator - Class in com.facebook.buck.distributed
Allocates and keeps track of what BuildTargets are allocated to which Minions.
MinionWorkloadAllocator(BuildTargetsQueue, int) - Constructor for class com.facebook.buck.distributed.MinionWorkloadAllocator
 
miss(boolean) - Static method in class com.facebook.buck.event.ActionGraphEvent.Cache
 
Miss(boolean) - Constructor for class com.facebook.buck.event.ActionGraphEvent.Cache.Miss
 
miss() - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Cache
 
MissingBuildFileException - Exception in com.facebook.buck.parser
 
MissingBuildFileException(TargetNodeSpec, Path) - Constructor for exception com.facebook.buck.parser.MissingBuildFileException
 
MissingBuildFileException(BuildTarget, BuckConfig) - Constructor for exception com.facebook.buck.rules.Cell.MissingBuildFileException
 
missingFilesUploadedCount() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
missWithTargetGraphHashMatch() - Static method in class com.facebook.buck.event.ActionGraphEvent.Cache
 
MissWithTargetGraphHashMatch() - Constructor for class com.facebook.buck.event.ActionGraphEvent.Cache.MissWithTargetGraphHashMatch
 
mkDirP(String) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
mkDirP(String) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
mkdirs(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Resolves the relative path against the project root and then calls Files.createDirectories(java.nio.file.Path, java.nio.file.attribute.FileAttribute[])
MkdirStep - Class in com.facebook.buck.step.fs
Command that runs equivalent command of mkdir -p on the specified directory.
MmappedHgManifest - Class in com.facebook.buck.util.autosparse
Memmory-map over a raw manifest dump, giving access to an iterator of files given a directory prefix.
MmappedHgManifest(Path, int) - Constructor for class com.facebook.buck.util.autosparse.MmappedHgManifest
 
MmappedHgManifest(Path) - Constructor for class com.facebook.buck.util.autosparse.MmappedHgManifest
 
MmappedHgManifest.ManifestEntry - Class in com.facebook.buck.util.autosparse
 
MmappedHgManifest.ManifestEntryIterator - Class in com.facebook.buck.util.autosparse
Iterator over a directory (and all subdirectories) in the manifest given a dirname prefix
ModernBuildRule<T extends Buildable> - Class in com.facebook.buck.rules.modern
ModernBuildRule wraps a Buildable into something that implements BuildRule (and various other interfaces used by the build engine).
ModernBuildRule(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, Class<T>) - Constructor for class com.facebook.buck.rules.modern.ModernBuildRule
 
ModernBuildRule(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, T) - Constructor for class com.facebook.buck.rules.modern.ModernBuildRule
 
ModernBuildRule.DataHolder - Class in com.facebook.buck.rules.modern
 
MODIFIABLE_FILE_TYPE_IDENTIFIERS - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.FileTypes
Set of identifiers for which we will use "lastKnownFileType" instead of "explicitFileType" in a PBXFileReference to allow the user to change the type by renaming the file.
MODULE_INDENTATION - Static variable in class com.facebook.buck.android.WriteAppModuleMetadataStep
 
MODULE_TYPE - Static variable in class com.facebook.buck.ide.intellij.aggregation.AggregationKeys
 
ModuleBuildContext - Class in com.facebook.buck.ide.intellij
Holds all of the mutable state required during IjModule creation.
ModuleBuildContext(ImmutableSet<BuildTarget>) - Constructor for class com.facebook.buck.ide.intellij.ModuleBuildContext
 
moduleFactoryResolver - Variable in class com.facebook.buck.ide.intellij.BaseIjModuleRule
 
ModuleIndexEntry - Class in com.facebook.buck.ide.intellij.model
Immutable implementation of AbstractModuleIndexEntry.
ModuleIndexEntry.Builder - Class in com.facebook.buck.ide.intellij.model
Builds instances of type ModuleIndexEntry.
MoreCollectors - Class in com.facebook.buck.util
 
MoreExceptions - Class in com.facebook.buck.util
 
MoreFiles - Class in com.facebook.buck.io
 
MoreFiles.DeleteRecursivelyOptions - Enum in com.facebook.buck.io
 
MoreFutures - Class in com.facebook.buck.util.concurrent
 
MoreIterables - Class in com.facebook.buck.util
 
MoreMaps - Class in com.facebook.buck.util
 
MorePaths - Class in com.facebook.buck.io
Common functions that are done with a Path.
MorePosixFilePermissions - Class in com.facebook.buck.io
 
MoreProjectFilesystems - Class in com.facebook.buck.io
Common functions that are done with a ProjectFilesystem.
MoreSets - Class in com.facebook.buck.util
 
MoreSets() - Constructor for class com.facebook.buck.util.MoreSets
 
MoreStrings - Class in com.facebook.buck.util
 
MoreSuppliers - Class in com.facebook.buck.util
 
MoreThrowables - Class in com.facebook.buck.util
 
MostExecutors - Class in com.facebook.buck.util.concurrent
 
MostExecutors.NamedThreadFactory - Class in com.facebook.buck.util.concurrent
A ThreadFactory which gives each thread a meaningful and distinct name.
move(Path, Path, CopyOption...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
MoveStep - Class in com.facebook.buck.step.fs
 
MoveStep(ProjectFilesystem, Path, Path, CopyOption...) - Constructor for class com.facebook.buck.step.fs.MoveStep
 
MULTI_INSTALL_MODE_SHORT_ARG - Static variable in class com.facebook.buck.step.AdbOptions
 
MultiarchFile - Class in com.facebook.buck.apple
Puts together multiple thin library/binaries into a multi-arch file.
MultiarchFile(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, Tool, ImmutableSortedSet<SourcePath>, Path) - Constructor for class com.facebook.buck.apple.MultiarchFile
 
MultiarchFileInfo - Class in com.facebook.buck.apple
Information about a build target that represents a fat binary.
MultiarchFileInfo.Builder - Class in com.facebook.buck.apple
Builds instances of type MultiarchFileInfo.
MultiarchFileInfos - Class in com.facebook.buck.apple
 
MultiArtifactCache - Class in com.facebook.buck.artifact_cache
MultiArtifactCache encapsulates a set of ArtifactCache instances such that fetch() succeeds if any of the ArtifactCaches contain the desired artifact, and store() applies to all ArtifactCaches.
MultiArtifactCache(ImmutableList<ArtifactCache>) - Constructor for class com.facebook.buck.artifact_cache.MultiArtifactCache
 
multiFetchImpl(Iterable<AbstractAsynchronousCache.FetchRequest>) - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
The MultiFetchResult should contain results in the same order as the requests.
multiFetchImpl(Iterable<AbstractAsynchronousCache.FetchRequest>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCache
 
multiFetchImpl(Iterable<AbstractAsynchronousCache.FetchRequest>) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCache
 
MultiFetchResult - Class in com.facebook.buck.artifact_cache
MultiFetchResult.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type MultiFetchResult.
multiFetchSourceFiles(Set<String>) - Method in class com.facebook.buck.distributed.DistBuildService
 
multiFetchStarted(ImmutableList<RuleKey>) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener
 
multiGetBuildSlaveEvents(List<BuildSlaveEventsQuery>) - Method in class com.facebook.buck.distributed.DistBuildService
 
MultiSourceContentsProvider - Class in com.facebook.buck.distributed
 
MultiSourceContentsProvider(ServerContentsProvider, FileMaterializationStatsTracker, ListeningExecutorService, Optional<Path>) - Constructor for class com.facebook.buck.distributed.MultiSourceContentsProvider
 
MultiStateRenderer - Interface in com.facebook.buck.event.listener
 
MultiThreadedBuildRuleResolver - Class in com.facebook.buck.rules
Implementation of BuildRuleResolver that supports build rules being created in parallel.
MultiThreadedBuildRuleResolver(ForkJoinPool, TargetGraph, TargetNodeToBuildRuleTransformer, BuckEventBus) - Constructor for class com.facebook.buck.rules.MultiThreadedBuildRuleResolver
 
MungingDebugPathSanitizer - Class in com.facebook.buck.cxx.toolchain
This sanitizer works by munging the compiler output to replace paths.
MungingDebugPathSanitizer(int, char, Path, ImmutableBiMap<Path, String>) - Constructor for class com.facebook.buck.cxx.toolchain.MungingDebugPathSanitizer
 
MutabilityAnalyzer - Class in com.facebook.buck.tools.dxanalysis
 
MutableDirectedGraph<T> - Class in com.facebook.buck.graph
Represents a directed graph with unweighted edges.
MutableDirectedGraph() - Constructor for class com.facebook.buck.graph.MutableDirectedGraph
Creates a new graph with no nodes or edges.
MyWebSocket() - Constructor for class com.facebook.buck.httpserver.StreamingWebSocketServlet.MyWebSocket
 

N

N_OSO - Static variable in class com.facebook.buck.macho.Stab
object file name: name,,0,0,st_mtime
N_SO - Static variable in class com.facebook.buck.macho.Stab
source file name: name,,n_sect,0,address
N_SOL - Static variable in class com.facebook.buck.macho.Stab
#included file name: name,,n_sect,0,address
nailMain(NGContext) - Static method in class com.facebook.buck.cli.Main
When running as a daemon in the NailGun server, Main.nailMain(NGContext) is called instead of Main.main(String[]) so that the given context can be used to listen for client disconnections and interrupt command processing when they occur.
name - Variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
NAME_DATA_LENGTH - Static variable in class com.facebook.buck.android.resources.ResTablePackage
 
NAME_TYPE_DNS_HOSTNAME - Static variable in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
 
NamedTemporaryFile - Class in com.facebook.buck.util
 
NamedTemporaryFile(String, String, FileAttribute<?>...) - Constructor for class com.facebook.buck.util.NamedTemporaryFile
 
namedThread(String, Runnable) - Static method in class com.facebook.buck.util.Threads
 
NamedThreadFactory(String) - Constructor for class com.facebook.buck.util.concurrent.MostExecutors.NamedThreadFactory
 
NanosAdjustedClock - Class in com.facebook.buck.timing
Clock implementation that invokes the System calls, adjusted to use the given nanos epoch.
NanosAdjustedClock(long) - Constructor for class com.facebook.buck.timing.NanosAdjustedClock
 
NanosAdjustedClock(long, boolean) - Constructor for class com.facebook.buck.timing.NanosAdjustedClock
 
nanoTime() - Method in interface com.facebook.buck.timing.Clock
 
nanoTime() - Method in class com.facebook.buck.timing.DefaultClock
 
nanoTime() - Method in class com.facebook.buck.timing.NanosAdjustedClock
 
NATIVE_LIBRARY_PROGUARD_FLAVOR - Static variable in class com.facebook.buck.android.AndroidBinaryGraphEnhancer
 
NATIVE_LIBS_DIR - Static variable in class com.facebook.buck.android.exopackage.NativeExoHelper
 
NativeExecutableStarter - Class in com.facebook.buck.lua
Starter implementation which builds a starter as a native executable.
NativeExoHelper - Class in com.facebook.buck.android.exopackage
 
nativeLibPath - Variable in class com.facebook.buck.android.exopackage.PackageInfo
 
NativeLibraryBuildRule - Interface in com.facebook.buck.android
BuildRule that contains various .so files for Android, organized by target CPU architecture.
NativeLibraryMergeEnhancementResult - Class in com.facebook.buck.android
Immutable implementation of NativeLibraryMergeEnhancer.AbstractNativeLibraryMergeEnhancementResult.
NativeLibraryMergeEnhancementResult.Builder - Class in com.facebook.buck.android
Builds instances of type NativeLibraryMergeEnhancementResult.
NativeLibraryProguardGenerator - Class in com.facebook.buck.android
This provides a way for android_binary rules to generate proguard config based on the
nativeLibsEnvironment - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.CxxLibraryEnhancement
 
NativeLinkable - Interface in com.facebook.buck.cxx.toolchain.nativelink
Interface for BuildRule objects (e.g.
NativeLinkable.LanguageExtensions - Enum in com.facebook.buck.cxx.toolchain.nativelink
 
NativeLinkable.Linkage - Enum in com.facebook.buck.cxx.toolchain.nativelink
 
NativeLinkableInput - Class in com.facebook.buck.cxx.toolchain.nativelink
A class containing inputs to be passed to the native linker.
NativeLinkableInput.Builder - Class in com.facebook.buck.cxx.toolchain.nativelink
Builds instances of type NativeLinkableInput.
NativeLinkables - Class in com.facebook.buck.cxx.toolchain.nativelink
 
NativeLinkStrategy - Enum in com.facebook.buck.cxx.toolchain.nativelink
The ways that other language (e.g.
NativeLinkTarget - Interface in com.facebook.buck.cxx.toolchain.nativelink
 
NativeLinkTargetMode - Class in com.facebook.buck.cxx.toolchain.nativelink
Immutable implementation of AbstractNativeLinkTargetMode.
NativeRelinker - Class in com.facebook.buck.android.relinker
When linking shared libraries, by default, all symbols are exported from the library.
NativeRelinker(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, CxxBuckConfig, ImmutableMap<TargetCpuType, NdkCxxPlatform>, ImmutableMap<AndroidLinkableMetadata, SourcePath>, ImmutableMap<AndroidLinkableMetadata, SourcePath>, ImmutableList<Pattern>) - Constructor for class com.facebook.buck.android.relinker.NativeRelinker
 
NativeTestable - Interface in com.facebook.buck.cxx
Interface marking a rule as having tests.
NdkBuildStep - Class in com.facebook.buck.android
 
NdkBuildStep(ProjectFilesystem, Path, Path, Path, Path, Iterable<String>, Function<String, String>) - Constructor for class com.facebook.buck.android.NdkBuildStep
 
NdkCxxPlatform - Class in com.facebook.buck.android.toolchain
Adds Android-specific tools to CxxPlatform.
NdkCxxPlatform.Builder - Class in com.facebook.buck.android.toolchain
Builds instances of type NdkCxxPlatform.
NdkCxxPlatformCompiler - Class in com.facebook.buck.android
Immutable implementation of AbstractNdkCxxPlatformCompiler.
NdkCxxPlatformCompiler.Builder - Class in com.facebook.buck.android
Builds instances of type NdkCxxPlatformCompiler.
NdkCxxPlatforms - Class in com.facebook.buck.android
 
NdkCxxPlatforms.Host - Enum in com.facebook.buck.android
The OS and Architecture that we're building on.
NdkCxxPlatforms.TargetArch - Enum in com.facebook.buck.android
Name of the target CPU architecture.
NdkCxxPlatforms.TargetArchAbi - Enum in com.facebook.buck.android
Name of the target CPU + ABI.
NdkCxxPlatforms.Toolchain - Enum in com.facebook.buck.android
The build toolchain, named (including compiler version) after the target platform/arch.
NdkCxxPlatforms.ToolchainTarget - Enum in com.facebook.buck.android
The toolchains name for the platform being targeted.
NdkCxxPlatformsProvider - Class in com.facebook.buck.android.toolchain
 
NdkCxxPlatformsProvider(ImmutableMap<TargetCpuType, NdkCxxPlatform>) - Constructor for class com.facebook.buck.android.toolchain.NdkCxxPlatformsProvider
 
NdkCxxPlatformsProviderFactory - Class in com.facebook.buck.android.toolchain.impl
 
NdkCxxPlatformsProviderFactory() - Constructor for class com.facebook.buck.android.toolchain.impl.NdkCxxPlatformsProviderFactory
 
NdkCxxPlatformTargetConfiguration - Class in com.facebook.buck.android
A container for all configuration settings needed to define a build target.
NdkCxxPlatformTargetConfiguration.Builder - Class in com.facebook.buck.android
Builds instances of type NdkCxxPlatformTargetConfiguration.
NdkCxxRuntime - Enum in com.facebook.buck.android.toolchain
The C/C++ runtime library to link against.
NdkLibrary - Class in com.facebook.buck.android
An object that represents a collection of Android NDK source code.
NdkLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, Path, String, Set<SourcePath>, List<String>, boolean, Optional<String>, Function<String, String>) - Constructor for class com.facebook.buck.android.NdkLibrary
 
NdkLibraryDescription - Class in com.facebook.buck.android
 
NdkLibraryDescription(Optional<String>, ImmutableMap<TargetCpuType, NdkCxxPlatform>) - Constructor for class com.facebook.buck.android.NdkLibraryDescription
 
NdkLibraryDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of NdkLibraryDescription.AbstractNdkLibraryDescriptionArg.
NdkLibraryDescriptionArg.Builder - Class in com.facebook.buck.android
Builds instances of type NdkLibraryDescriptionArg.
needAllDeps() - Method in enum com.facebook.buck.rust.CrateType
Linking this crate needs all the dependencies available.
NeededCoverageSpec - Class in com.facebook.buck.python
Immutable implementation of AbstractNeededCoverageSpec.
NeededCoverageSpecTypeCoercer - Class in com.facebook.buck.rules.coercer
A type coercer to handle needed coverage specification for python_test.
Network - Class in com.facebook.buck.util.environment
 
Network() - Constructor for class com.facebook.buck.util.environment.Network
 
NetworkCacheArgs - Class in com.facebook.buck.artifact_cache
Immutable implementation of AbstractNetworkCacheArgs.
NetworkCacheArgs.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type NetworkCacheArgs.
NetworkEvent - Class in com.facebook.buck.event
 
NetworkEvent(EventKey) - Constructor for class com.facebook.buck.event.NetworkEvent
 
NetworkEvent.BytesReceivedEvent - Class in com.facebook.buck.event
 
NetworkInfo - Class in com.facebook.buck.util.environment
 
NetworkInfo.Event - Class in com.facebook.buck.util.environment
 
NetworkMedium - Enum in com.facebook.buck.util.environment
 
networkStatsKeeper - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
NetworkStatsKeeper - Class in com.facebook.buck.event.listener
 
NetworkStatsKeeper() - Constructor for class com.facebook.buck.event.listener.NetworkStatsKeeper
 
newBuilderForTesting(BuildRule) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory
 
newBuildInvocation(JavacExecutionContext, BuildTarget, ImmutableList<String>, ImmutableList<JavacPluginJsr199Fields>, ImmutableSortedSet<Path>, Path, Path, JavacCompilationMode, boolean) - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
newBuildInvocation(JavacExecutionContext, BuildTarget, ImmutableList<String>, ImmutableList<JavacPluginJsr199Fields>, ImmutableSortedSet<Path>, Path, Path, JavacCompilationMode, boolean) - Method in interface com.facebook.buck.jvm.java.Javac
Prepares an invocation of the compiler with the given parameters.
newBuildInvocation(JavacExecutionContext, BuildTarget, ImmutableList<String>, ImmutableList<JavacPluginJsr199Fields>, ImmutableSortedSet<Path>, Path, Path, JavacCompilationMode, boolean) - Method in class com.facebook.buck.jvm.java.Jsr199Javac
 
newBuildInvocation(JavacExecutionContext, BuildTarget, ImmutableList<String>, ImmutableList<JavacPluginJsr199Fields>, ImmutableSortedSet<Path>, Path, Path, JavacCompilationMode, boolean) - Method in class com.facebook.buck.jvm.java.OutOfProcessJarBackedJavac
 
newBuildInvocation(String, Map<String, Object>, String, List<String>, List<String>, String, String, List<Map<String, Object>>, String, boolean) - Method in interface com.facebook.buck.jvm.java.OutOfProcessJavacConnectionInterface
This is interface that will be used to perform out of process compilation.
newBuildInvocation(JavacExecutionContext, BuildTarget, ImmutableList<String>, ImmutableList<JavacPluginJsr199Fields>, ImmutableSortedSet<Path>, Path, Path, JavacCompilationMode, boolean) - Method in class com.facebook.buck.jvm.java.OutOfProcessJdkProvidedInMemoryJavac
 
newBuildInvocation(String, Map<String, Object>, String, List<String>, List<String>, String, String, List<Map<String, Object>>, String, boolean) - Method in class com.facebook.buck.oop_javac.OutOfProcessInvocationReceiver
 
newCleaner() - Static method in class com.facebook.buck.log.LogFileHandler
 
newCleaner(long, int, int) - Static method in class com.facebook.buck.log.LogFileHandler
 
newCondition() - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
newDaemonInstance() - Static method in class com.facebook.buck.event.DaemonEvent
 
NewDaemonInstance() - Constructor for class com.facebook.buck.event.DaemonEvent.NewDaemonInstance
 
newDecoratedFileHashCache(Function<ProjectFileHashCache, ProjectFileHashCache>) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
newDistBuildLogStateTracker(Path, ProjectFilesystem) - Static method in class com.facebook.buck.cli.DistBuildFactory
 
newDistBuildService(CommandRunnerParams) - Static method in class com.facebook.buck.cli.DistBuildFactory
 
newEmptyQueue() - Static method in class com.facebook.buck.distributed.BuildTargetsQueue
 
newFactory(ClassLoaderCache) - Static method in class com.facebook.buck.jvm.java.plugin.PluginLoader
 
newFetchFinishedEvent(ArtifactCacheEvent.Started, CacheResult) - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheEventFactory
 
newFetchFinishedEvent(ArtifactCacheEvent.Started, CacheResult) - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.DirArtifactCacheEventFactory
 
newFetchFinishedEvent(ArtifactCacheEvent.Started, CacheResult) - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent.SQLiteArtifactCacheEventFactory
 
newFetchStartedEvent(ImmutableSet<RuleKey>) - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheEventFactory
 
newFetchStartedEvent(ImmutableSet<RuleKey>) - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.DirArtifactCacheEventFactory
 
newFetchStartedEvent(RuleKey) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
newFetchStartedEvent(ImmutableSet<RuleKey>) - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent.SQLiteArtifactCacheEventFactory
 
newFileInputStream(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
newFileOutputStream(Path, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
newFileOutputStream(Path, boolean, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
newFinishedEvent(ArtifactCacheEvent.Started, Optional<CacheResult>) - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.DirArtifactCacheEventFactory
 
newFinishedEvent(ArtifactCacheEvent.Started, Optional<CacheResult>) - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent.SQLiteArtifactCacheEventFactory
 
newFinishedEventBuilder(HttpArtifactCacheEvent.Started) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
newFormatter() - Static method in class com.facebook.buck.util.network.HiveRowFormatter
 
newFrontendService(CommandRunnerParams) - Static method in class com.facebook.buck.cli.DistBuildFactory
 
newHelper() - Method in class com.facebook.buck.android.AndroidLibrary.Builder
 
newHelper() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
newHelper() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryBuilder
 
newImpl(OutputStream, ZipOutputStreams.HandleDuplicates, Clock) - Static method in class com.facebook.buck.util.zip.ZipOutputStreams
 
newInstance() - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheFactory
 
newInstance(boolean) - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheFactory
 
newInstance() - Method in class com.facebook.buck.artifact_cache.ArtifactCaches
 
newInstance(boolean) - Method in class com.facebook.buck.artifact_cache.ArtifactCaches
Creates a new instance of the cache for use during a build.
newInstance() - Method in class com.facebook.buck.artifact_cache.SingletonArtifactCacheFactory
 
newInstance(boolean) - Method in class com.facebook.buck.artifact_cache.SingletonArtifactCacheFactory
 
newInstance(ProjectFilesystem, Set<Path>, Path, Path, String, Path, Predicate<String>, ImmutableSet<String>, ImmutableSet<String>, ImmutableMultimap<APKModule, String>, APKModule, ZipSplitter.DexSplitStrategy, ZipSplitter.CanaryStrategy, Path) - Method in class com.facebook.buck.dalvik.DalvikAwareZipSplitterFactory
 
newInstance(ProjectFilesystem, Set<Path>, Path, Path, String, Path, Predicate<String>, ImmutableSet<String>, ImmutableSet<String>, ImmutableMultimap<APKModule, String>, APKModule, ZipSplitter.DexSplitStrategy, ZipSplitter.CanaryStrategy, Path) - Method in interface com.facebook.buck.dalvik.ZipSplitterFactory
Both combines and splits a set of input files into zip files such that no one output zip file has entries that in total exceed zipSizeHardLimit.
newInstance(Path, Path, String, Config) - Static method in class com.facebook.buck.io.ProjectFilesystemDelegateFactory
Must always create a new delegate for the specified root.
newInstance() - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
 
newInstance(ClassLoaderCache, JavaCompiler.CompilationTask) - Static method in class com.facebook.buck.jvm.java.plugin.PluginLoader
 
newInstance() - Method in interface com.facebook.buck.rules.RulePipelineStateFactory
 
newInstanceFromSocket(Path) - Static method in class com.facebook.buck.eden.EdenClientPool
 
newInstanceIfWatchmanUsed(Cell, ProjectFilesystem, ProcessExecutor, ExecutableFinder, ImmutableMap<String, String>) - Static method in class com.facebook.buck.doctor.WatchmanDiagReportCollector
 
newIntegerCounter(String, String, ImmutableMap<String, String>) - Method in interface com.facebook.buck.counters.CounterRegistry
 
newIntegerCounter(String, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.counters.CounterRegistryImpl
 
newJarOutputStream(Path) - Static method in class com.facebook.buck.util.zip.ZipOutputStreams
 
newJarOutputStream(OutputStream) - Static method in class com.facebook.buck.util.zip.ZipOutputStreams
 
newJarOutputStream(Path, ZipOutputStreams.HandleDuplicates) - Static method in class com.facebook.buck.util.zip.ZipOutputStreams
 
newJarOutputStream(OutputStream, ZipOutputStreams.HandleDuplicates) - Static method in class com.facebook.buck.util.zip.ZipOutputStreams
 
newJarOutputStream(OutputStream, ZipOutputStreams.HandleDuplicates, Clock) - Static method in class com.facebook.buck.util.zip.ZipOutputStreams
 
newMultiFetchStartedEvent(ImmutableList<RuleKey>) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
newMultiThreadExecutor(String, int) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
Creates a multi-threaded executor with meaningfully named threads.
newMultiThreadExecutor(ThreadFactory, int) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
 
newOutputStream(Path) - Static method in class com.facebook.buck.distributed.InlineContentsProvider
 
newOutputStream(Path) - Static method in class com.facebook.buck.util.zip.ZipOutputStreams
Create a new CustomZipOutputStream that outputs to the given zipFile.
newOutputStream(OutputStream) - Static method in class com.facebook.buck.util.zip.ZipOutputStreams
Create a new CustomZipOutputStream that will by default act in the same way as ZipOutputStream, notably by throwing an exception if duplicate entries are added.
newOutputStream(Path, ZipOutputStreams.HandleDuplicates) - Static method in class com.facebook.buck.util.zip.ZipOutputStreams
Create a new CustomZipOutputStream that handles duplicate entries in the way dictated by mode.
newOutputStream(OutputStream, ZipOutputStreams.HandleDuplicates) - Static method in class com.facebook.buck.util.zip.ZipOutputStreams
Create a new CustomZipOutputStream that handles duplicate entries in the way dictated by mode.
newOutputStream(OutputStream, ZipOutputStreams.HandleDuplicates, Clock) - Static method in class com.facebook.buck.util.zip.ZipOutputStreams
 
NewPrebuiltCxxLibraryPaths - Class in com.facebook.buck.cxx
Immutable implementation of AbstractNewPrebuiltCxxLibraryPaths.
NewPrebuiltCxxLibraryPaths.Builder - Class in com.facebook.buck.cxx
Builds instances of type NewPrebuiltCxxLibraryPaths.
newProtocolInstance(ThriftProtocol, TTransport) - Static method in class com.facebook.buck.slb.ThriftUtil
 
newQueue(BuildRuleResolver, Iterable<BuildTarget>) - Static method in class com.facebook.buck.distributed.BuildTargetsQueue
 
newReference() - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
newSamplingCounter(String, String, ImmutableMap<String, String>) - Method in interface com.facebook.buck.counters.CounterRegistry
 
newSamplingCounter(String, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.counters.CounterRegistryImpl
 
newServedCache(ArtifactCacheBuckConfig, ProjectFilesystem) - Static method in class com.facebook.buck.artifact_cache.ArtifactCaches
Creates a new instance of the cache to be used to serve the dircache from the WebServer.
newShutdownEvent() - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
newSingleThreadExecutor(String) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
Creates a single threaded executor that silently discards rejected tasks.
newSingleThreadExecutor(ThreadFactory) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
 
newStoreFinishedEvent(ArtifactCacheEvent.Started) - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheEventFactory
 
newStoreFinishedEvent(ArtifactCacheEvent.Started) - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.DirArtifactCacheEventFactory
 
newStoreFinishedEvent(ArtifactCacheEvent.Started) - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent.SQLiteArtifactCacheEventFactory
 
newStoreScheduledEvent(Optional<String>, ImmutableSet<RuleKey>) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
newStoreStartedEvent(ImmutableSet<RuleKey>, ImmutableMap<String, String>) - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheEventFactory
 
newStoreStartedEvent(ImmutableSet<RuleKey>, ImmutableMap<String, String>) - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.DirArtifactCacheEventFactory
 
newStoreStartedEvent(HttpArtifactCacheEvent.Scheduled) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
newStoreStartedEvent(ImmutableSet<RuleKey>, ImmutableMap<String, String>) - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent.SQLiteArtifactCacheEventFactory
 
newTagSetCounter(String, String, ImmutableMap<String, String>) - Method in interface com.facebook.buck.counters.CounterRegistry
 
newTagSetCounter(String, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.counters.CounterRegistryImpl
 
newThread(Runnable) - Method in class com.facebook.buck.log.CommandThreadFactory
 
newThread(Runnable) - Method in class com.facebook.buck.util.concurrent.MostExecutors.NamedThreadFactory
 
newUnbufferedFileOutputStream(Path, boolean, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
newValidatingTaskListener(PluginClassLoader, BuckJavacTaskProxy, InterfaceValidatorCallback, Diagnostic.Kind) - Static method in class com.facebook.buck.jvm.java.abi.SourceBasedAbiStubber
 
next() - Method in class com.facebook.buck.model.macros.MacroFinder.MacroFinderAutomaton
 
next() - Method in class com.facebook.buck.util.autosparse.MmappedHgManifest.ManifestEntryIterator
 
Nlist - Class in com.facebook.buck.macho
Immutable implementation of AbstractNlist.
NlistUtils - Class in com.facebook.buck.macho
 
NO_INCLUDE_FRAMEWORKS_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDescriptions
 
noFocus() - Static method in class com.facebook.buck.apple.project_generator.FocusedModuleTargetMatcher
Returns a matcher that matches everything, i.e.
noHealthyServersAvailable() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
 
NoHealthyServersException - Exception in com.facebook.buck.slb
Thrown when the load balancer cannot find any healthy servers to make the request to.
NoHealthyServersException(String) - Constructor for exception com.facebook.buck.slb.NoHealthyServersException
 
NON_DELEGATE_FLAVORS - Static variable in class com.facebook.buck.apple.AppleBinaryDescription
 
NON_HASHING_PATH - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
NONE - Static variable in class com.facebook.buck.ide.intellij.aggregation.AggregationMode
 
NonHashableSourcePathContainer - Class in com.facebook.buck.rules
* Prevents a SourcePath being resolved and hashed when used as part of an InputBased-RuleKey.
NonHashableSourcePathContainer(SourcePath) - Constructor for class com.facebook.buck.rules.NonHashableSourcePathContainer
 
NonReentrantSystemExit - Class in com.facebook.buck.util.shutdown
If a shutdown hook causes an unhandled exception and the unhandled exception handler calls System.exit we end up deadlocking.
NonReentrantSystemExit() - Constructor for class com.facebook.buck.util.shutdown.NonReentrantSystemExit
 
NOOP_REPORTING_CALLBACK - Static variable in interface com.facebook.buck.rules.TestRule
Implementation of TestRule.TestReportingCallback which does nothing.
NoopArtifactCache - Class in com.facebook.buck.artifact_cache
 
NoopArtifactCache() - Constructor for class com.facebook.buck.artifact_cache.NoopArtifactCache
 
NoopBuildRule - Class in com.facebook.buck.rules
A BuildRule which has no output.
NoopBuildRule(BuildTarget, ProjectFilesystem) - Constructor for class com.facebook.buck.rules.NoopBuildRule
 
NoopBuildRuleWithDeclaredAndExtraDeps - Class in com.facebook.buck.rules
NoopBuildRuleWithDeclaredAndExtraDeps(BuildTarget, ProjectFilesystem, BuildRuleParams) - Constructor for class com.facebook.buck.rules.NoopBuildRuleWithDeclaredAndExtraDeps
 
NoOpClassUsageFileWriter - Class in com.facebook.buck.jvm.java
 
NoOpCmdLineInterface - Class in com.facebook.buck.util.versioncontrol
This is used if the project being built doesn't use a supported VCS.
NoOpCmdLineInterface() - Constructor for class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
NoOpConfigPathGetter - Class in com.facebook.buck.cli
 
NoOpConfigPathGetter() - Constructor for class com.facebook.buck.cli.NoOpConfigPathGetter
 
NoopInstallable - Interface in com.facebook.buck.rules
An interface that allows a rule to be specified in a `buck install` command, but that doesn't require any post-build work for installation.
NoopQueryEvaluator - Class in com.facebook.buck.query
 
NoopQueryEvaluator() - Constructor for class com.facebook.buck.query.NoopQueryEvaluator
 
nop() - Static method in class com.facebook.buck.rules.keys.RuleKeyDiagnostics
 
normalize(Path) - Static method in class com.facebook.buck.io.MorePaths
Get a path without unnecessary path parts.
normalizeBuildTargetString(String) - Method in class com.facebook.buck.cli.CommandLineTargetNodeSpecParser
 
normalizeIntelliJName(String) - Static method in class com.facebook.buck.ide.intellij.Util
 
normalizeModuleName(String) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
normalizeSourceLevel(String) - Static method in class com.facebook.buck.ide.intellij.JavaLanguageLevelHelper
Ensures that source level has format "majorVersion.minorVersion".
NoSuchBuildTargetException - Exception in com.facebook.buck.parser
 
NoSuchBuildTargetException(BuildTarget) - Constructor for exception com.facebook.buck.parser.NoSuchBuildTargetException
 
NoSuchNodeException(BuildTarget) - Constructor for exception com.facebook.buck.rules.TargetGraph.NoSuchNodeException
 
notBorrowablePath(Path) - Static method in class com.facebook.buck.io.BorrowablePath
 
NULL - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
NULL_CLOCK - Static variable in class com.facebook.buck.io.Watchman
 
NULL_WATCHMAN - Static variable in class com.facebook.buck.io.Watchman
 
Nullable - Annotation Type in com.facebook.buck.test.selectors
Defining @Nullable locally here because we cannot import javax.annotation.Nullable; according to comment in src/com/facebook/buck/test/selectors/BUCK
Nullable - Annotation Type in com.facebook.buck.util.liteinfersupport
Some projects like FatJar is going to be embedded in many targets, it cannot have external dependencies, but we'd like to have Nullable and Preconditions.checkNotNull(T) anyway, so we define these here.
NulTerminatedCharsetDecoder - Class in com.facebook.buck.charset
Wrapper for CharsetDecoder to provide decoding of NUL-terminated bytestrings to Unicode Strings.
NulTerminatedCharsetDecoder(CharsetDecoder) - Constructor for class com.facebook.buck.charset.NulTerminatedCharsetDecoder
 
NulTerminatedCharsetDecoder(CharsetDecoder, int) - Constructor for class com.facebook.buck.charset.NulTerminatedCharsetDecoder
 
NulTerminatedCharsetDecoder.Result - Class in com.facebook.buck.charset
 
nulTerminatorReached - Variable in class com.facebook.buck.charset.NulTerminatedCharsetDecoder.Result
 
NumberFormatter - Class in com.facebook.buck.i18n
Thread-safe and i18n-safe wrapper for NumberFormat (which is not thread-safe).
NumberFormatter(Function<Locale, NumberFormat>) - Constructor for class com.facebook.buck.i18n.NumberFormatter
Given a function which creates NumberFormat objects for a Locale, returns a wrapper providing thread-safe access to the formatter for that locale.
NumberFormatterCacheKey - Class in com.facebook.buck.i18n
Immutable implementation of AbstractNumberFormatterCacheKey.
NumberTypeCoercer<T extends Number> - Class in com.facebook.buck.rules.coercer
Coerces numbers with rounding/truncation/extension.
numLocalCacheMissesWithSuccessfulRemoteBuild() - Method in class com.facebook.buck.distributed.AnalysisResults
numLocalFailedRules() - Method in class com.facebook.buck.distributed.AnalysisResults
numMismatchingDefaultRuleKeys() - Method in class com.facebook.buck.distributed.AnalysisResults
numMismatchingInputRuleKeys() - Method in class com.facebook.buck.distributed.AnalysisResults
numMultiSlaveCacheMisses() - Method in class com.facebook.buck.distributed.AnalysisResults
numRemoteBuilds() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
 
numRemoteFailedRules() - Method in class com.facebook.buck.distributed.AnalysisResults
numRulesCompleted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 

O

ObeysVisibility - Interface in com.facebook.buck.rules
 
ObjectFileCommonModificationDate - Class in com.facebook.buck.cxx.toolchain.objectfile
 
ObjectFileScrubbers - Class in com.facebook.buck.cxx.toolchain.objectfile
 
ObjectFileScrubbers.PaddingStyle - Enum in com.facebook.buck.cxx.toolchain.objectfile
 
ObjectMappers - Class in com.facebook.buck.util
 
objectOutputPath(BuildTarget, ProjectFilesystem, Optional<String>) - Static method in class com.facebook.buck.halide.HalideCompile
 
ObjectPathsAbsolutifier - Class in com.facebook.buck.macho
 
ObjectPathsAbsolutifier(RandomAccessFile, String, String, ProjectFilesystem, ImmutableSet<Path>, NulTerminatedCharsetDecoder) - Constructor for class com.facebook.buck.macho.ObjectPathsAbsolutifier
 
OcamlBinary - Class in com.facebook.buck.ocaml
 
OcamlBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRule) - Constructor for class com.facebook.buck.ocaml.OcamlBinary
 
OcamlBinaryDescription - Class in com.facebook.buck.ocaml
 
OcamlBinaryDescription(OcamlBuckConfig) - Constructor for class com.facebook.buck.ocaml.OcamlBinaryDescription
 
OcamlBinaryDescriptionArg - Class in com.facebook.buck.ocaml
Immutable implementation of OcamlBinaryDescription.AbstractOcamlBinaryDescriptionArg.
OcamlBinaryDescriptionArg.Builder - Class in com.facebook.buck.ocaml
Builds instances of type OcamlBinaryDescriptionArg.
OcamlBuckConfig - Class in com.facebook.buck.ocaml
 
OcamlBuckConfig(BuckConfig, CxxPlatform) - Constructor for class com.facebook.buck.ocaml.OcamlBuckConfig
 
OcamlBuild - Class in com.facebook.buck.ocaml
A build rule which preprocesses, compiles, and assembles an OCaml source.
OcamlBuild(BuildTarget, ProjectFilesystem, BuildRuleParams, OcamlBuildContext, Compiler, Compiler, boolean) - Constructor for class com.facebook.buck.ocaml.OcamlBuild
 
OcamlBuildContext - Class in com.facebook.buck.ocaml
OCaml build context
OcamlBuildContext.Builder - Class in com.facebook.buck.ocaml
Builds instances of type OcamlBuildContext.
OcamlBuildRulesGenerator - Class in com.facebook.buck.ocaml
A generator of fine-grained OCaml build rules
OcamlBuildRulesGenerator(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, BuildRuleResolver, OcamlBuildContext, ImmutableMap<Path, ImmutableList<Path>>, ImmutableList<SourcePath>, Compiler, Compiler, boolean, boolean) - Constructor for class com.facebook.buck.ocaml.OcamlBuildRulesGenerator
 
OcamlBuildStep - Class in com.facebook.buck.ocaml
A step that preprocesses, compiles, and assembles OCaml sources.
OcamlBuildStep(BuildContext, ProjectFilesystem, OcamlBuildContext, ImmutableMap<String, String>, ImmutableList<String>, ImmutableMap<String, String>, ImmutableList<String>, boolean) - Constructor for class com.facebook.buck.ocaml.OcamlBuildStep
 
OcamlCCompile - Class in com.facebook.buck.ocaml
 
OcamlCCompile(BuildTarget, ProjectFilesystem, BuildRuleParams, OcamlCCompileStep.Args) - Constructor for class com.facebook.buck.ocaml.OcamlCCompile
 
OcamlCCompileStep - Class in com.facebook.buck.ocaml
Compilation step for C interoperability files.
OcamlCCompileStep.Args - Class in com.facebook.buck.ocaml
 
OcamlClean - Class in com.facebook.buck.ocaml
A build rule which cleans a target's build output folder.
OcamlClean(BuildTarget, ProjectFilesystem, BuildRuleParams, OcamlBuildContext) - Constructor for class com.facebook.buck.ocaml.OcamlClean
 
ocamlCompiler - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
ocamlCompiler - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
ocamlCompilerCommandPrefix - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
ocamlCompilerCommandPrefix - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
ocamlDebug - Variable in class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
 
OcamlDebugLauncher - Class in com.facebook.buck.ocaml
Creates a debug launch script.
OcamlDebugLauncher(BuildTarget, ProjectFilesystem, BuildRuleParams, OcamlDebugLauncherStep.Args) - Constructor for class com.facebook.buck.ocaml.OcamlDebugLauncher
 
OcamlDebugLauncherStep - Class in com.facebook.buck.ocaml
OCaml linking step.
OcamlDebugLauncherStep(ProjectFilesystem, SourcePathResolver, OcamlDebugLauncherStep.Args) - Constructor for class com.facebook.buck.ocaml.OcamlDebugLauncherStep
 
OcamlDebugLauncherStep.Args - Class in com.facebook.buck.ocaml
 
OcamlDependencyGraphGenerator - Class in com.facebook.buck.ocaml
Parse output of ocamldep tool and build dependency graph of ocaml source files (*.ml & *.mli)
OcamlDependencyGraphGenerator() - Constructor for class com.facebook.buck.ocaml.OcamlDependencyGraphGenerator
 
OcamlDepToolStep - Class in com.facebook.buck.ocaml
This step runs ocamldep tool to compute dependencies among source files (*.mli and *.ml)
OcamlDepToolStep(Path, SourcePathResolver, Tool, List<SourcePath>, List<String>) - Constructor for class com.facebook.buck.ocaml.OcamlDepToolStep
 
OcamlDescriptionEnhancer - Class in com.facebook.buck.ocaml
 
OcamlGeneratedBuildRules - Class in com.facebook.buck.ocaml
Immutable implementation of AbstractOcamlGeneratedBuildRules.
OcamlGeneratedBuildRules.Builder - Class in com.facebook.buck.ocaml
Builds instances of type OcamlGeneratedBuildRules.
ocamlInput - Variable in class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
 
OcamlLexStep - Class in com.facebook.buck.ocaml
Runs ocamllex to generate .ml files from .mll
OcamlLexStep(Path, SourcePathResolver, OcamlLexStep.Args) - Constructor for class com.facebook.buck.ocaml.OcamlLexStep
 
OcamlLexStep.Args - Class in com.facebook.buck.ocaml
 
OcamlLibrary - Interface in com.facebook.buck.ocaml
An action graph representation of an OCaml library.
OcamlLibraryDescription - Class in com.facebook.buck.ocaml
 
OcamlLibraryDescription(OcamlBuckConfig) - Constructor for class com.facebook.buck.ocaml.OcamlLibraryDescription
 
OcamlLibraryDescriptionArg - Class in com.facebook.buck.ocaml
Immutable implementation of OcamlLibraryDescription.AbstractOcamlLibraryDescriptionArg.
OcamlLibraryDescriptionArg.Builder - Class in com.facebook.buck.ocaml
Builds instances of type OcamlLibraryDescriptionArg.
OcamlLink - Class in com.facebook.buck.ocaml
 
OcamlLink(BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableList<SourcePath>, ImmutableMap<String, String>, ImmutableList<String>, Tool, ImmutableList<Arg>, Optional<String>, Path, Path, ImmutableList<Arg>, ImmutableList<Arg>, boolean, boolean, boolean) - Constructor for class com.facebook.buck.ocaml.OcamlLink
 
OcamlLinkStep - Class in com.facebook.buck.ocaml
OCaml linking step.
OcamlMLCompile - Class in com.facebook.buck.ocaml
 
OcamlMLCompile(BuildTarget, ProjectFilesystem, BuildRuleParams, OcamlMLCompileStep.Args) - Constructor for class com.facebook.buck.ocaml.OcamlMLCompile
 
OcamlMLCompileStep - Class in com.facebook.buck.ocaml
A compilation step for .ml and .mli files
OcamlMLCompileStep(Path, SourcePathResolver, OcamlMLCompileStep.Args) - Constructor for class com.facebook.buck.ocaml.OcamlMLCompileStep
 
OcamlMLCompileStep.Args - Class in com.facebook.buck.ocaml
 
OcamlNativePluginStep - Class in com.facebook.buck.ocaml
This step is run when `native_plugin=True` is set in an `ocaml_library` rule.
OcamlNativePluginStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, Optional<String>, Path, ImmutableList<Arg>, ImmutableList<Path>, ImmutableList<String>) - Constructor for class com.facebook.buck.ocaml.OcamlNativePluginStep
 
OcamlRuleBuilder - Class in com.facebook.buck.ocaml
Compute transitive dependencies and generate ocaml build rules
OcamlSource - Class in com.facebook.buck.rules.coercer
Describes a OCaml source and the various paths it uses from input to output.
OcamlSource.Builder - Class in com.facebook.buck.rules.coercer
Builds instances of type OcamlSource.
OcamlSourceTypeCoercer - Class in com.facebook.buck.rules.coercer
A type coercer to handle source entries in OCaml rules.
OcamlUtil - Class in com.facebook.buck.ocaml
Utility functions
OcamlYaccStep - Class in com.facebook.buck.ocaml
A yacc step which processes .mly files and outputs .ml and mli files
OcamlYaccStep(Path, SourcePathResolver, OcamlYaccStep.Args) - Constructor for class com.facebook.buck.ocaml.OcamlYaccStep
 
OcamlYaccStep.Args - Class in com.facebook.buck.ocaml
 
OCTET_STREAM_CONTENT_TYPE - Static variable in class com.facebook.buck.artifact_cache.HttpArtifactCache
 
of(RDotTxtEntry.RType, String, Integer, Integer, Path) - Static method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
Construct a new immutable AndroidResourceIndexEntry instance.
of(ImmutableList<Path>, Path, Path) - Static method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
Construct a new immutable MergeAndroidResourceSourcesStep instance.
of(Iterable<? extends Path>, Path, Path) - Static method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
Construct a new immutable MergeAndroidResourceSourcesStep instance.
of(String) - Static method in class com.facebook.buck.android.apkmodule.APKModule
Construct a new immutable APKModule instance.
of(SourcePath, SourcePath) - Static method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo
Construct a new immutable DexInfo instance.
of(SourcePath, SourcePath) - Static method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo
Construct a new immutable NativeLibsInfo instance.
of(List<SourcePath>) - Static method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo
Construct a new immutable ResourcesInfo instance.
of(Iterable<? extends SourcePath>) - Static method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo
Construct a new immutable ResourcesInfo instance.
of(Path, Path, Path, Path, Path, Path, Path, Path) - Static method in class com.facebook.buck.apple.AppleBundleDestinations
Construct a new immutable AppleBundleDestinations instance.
of(BuckConfig) - Static method in class com.facebook.buck.apple.AppleConfig
 
of(String, String) - Static method in class com.facebook.buck.apple.ApplePackageConfig
Construct a new immutable ApplePackageConfig instance.
of(ApplePackageConfig, Function<String, Arg>, AppleCxxPlatform) - Static method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Construct a new immutable ApplePackageConfigAndPlatformInfo instance.
of(AbstractGroupedSource.Type, Optional<SourceWithFlags>, Optional<SourcePath>, Optional<String>, Optional<Path>, Optional<List<GroupedSource>>) - Static method in class com.facebook.buck.apple.GroupedSource
Construct a new immutable GroupedSource instance.
of(String) - Static method in enum com.facebook.buck.apple.platform_type.ApplePlatformType
 
of(AbstractCopyInXcode.SourceType, Path, AbstractCopyInXcode.DestinationBase, Path) - Static method in class com.facebook.buck.apple.project_generator.CopyInXcode
Construct a new immutable CopyInXcode instance.
of(Path, boolean, ImmutableSet<BuildTarget>, ImmutableSet<Path>, ImmutableList<CopyInXcode>, ImmutableMap<BuildTarget, PBXTarget>) - Static method in class com.facebook.buck.apple.project_generator.GenerationResult
Construct a new immutable GenerationResult instance.
of(Path, boolean, Iterable<? extends BuildTarget>, Iterable<? extends Path>, Iterable<? extends CopyInXcode>, Map<? extends BuildTarget, ? extends PBXTarget>) - Static method in class com.facebook.buck.apple.project_generator.GenerationResult
Construct a new immutable GenerationResult instance.
of(AppleBundle, SourcePath, ImmutableSet<BuildTarget>) - Static method in class com.facebook.buck.apple.TestHostInfo
Construct a new immutable TestHostInfo instance.
of(AppleBundle, SourcePath, Iterable<? extends BuildTarget>) - Static method in class com.facebook.buck.apple.TestHostInfo
Construct a new immutable TestHostInfo instance.
of(PBXCopyFilesBuildPhase.Destination) - Static method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
Construct a new immutable CopyFilePhaseDestinationSpec instance.
of(String) - Static method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
Construct a new immutable ProductType instance.
of(BuckConfig) - Static method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
of(Map<ArtifactCacheMode, ? extends AtomicInteger>, Map<ArtifactCacheMode, ? extends AtomicInteger>, int, int, int, int, int, AtomicInteger, AtomicInteger) - Static method in class com.facebook.buck.artifact_cache.CacheCountersSummary
Construct a new immutable CacheCountersSummary instance.
of(CacheResultType, Optional<String>, Optional<ArtifactCacheMode>, Optional<String>, Optional<ImmutableMap<String, String>>, Optional<Long>, Optional<String>) - Static method in class com.facebook.buck.artifact_cache.CacheResult
Construct a new immutable CacheResult instance.
of(Optional<Long>, Optional<String>, Optional<ImmutableSet<RuleKey>>, Optional<Long>, Optional<String>, CacheResult) - Static method in class com.facebook.buck.artifact_cache.FetchResult
Construct a new immutable FetchResult instance.
of(ImmutableList<FetchResult>) - Static method in class com.facebook.buck.artifact_cache.MultiFetchResult
Construct a new immutable MultiFetchResult instance.
of(Iterable<? extends FetchResult>) - Static method in class com.facebook.buck.artifact_cache.MultiFetchResult
Construct a new immutable MultiFetchResult instance.
of(Optional<Long>, Optional<String>, Optional<Boolean>) - Static method in class com.facebook.buck.artifact_cache.StoreResult
Construct a new immutable StoreResult instance.
of(int, long, int, int, int, long, String, long, long, long) - Static method in class com.facebook.buck.bsd.UnixArchiveEntry
Construct a new immutable UnixArchiveEntry instance.
of(String, String, String, Optional<String>) - Static method in class com.facebook.buck.cli.ConfigValue
Construct a new immutable ConfigValue instance.
of(TestRule, List<Step>, Callable<TestResults>, TestRule.TestReportingCallback) - Static method in class com.facebook.buck.cli.TestRun
Construct a new immutable TestRun instance.
of(TestRule, Iterable<? extends Step>, Callable<TestResults>, TestRule.TestReportingCallback) - Static method in class com.facebook.buck.cli.TestRun
Construct a new immutable TestRun instance.
of() - Static method in class com.facebook.buck.config.CellConfig
Returns the default immutable singleton value of CellConfig
of(Map<? extends RelativeCellName, ? extends RawConfig>) - Static method in class com.facebook.buck.config.CellConfig
Construct a new immutable CellConfig instance.
of(Map<String, ? extends ImmutableMap<String, String>>) - Static method in class com.facebook.buck.config.RawConfig
Construct a new immutable RawConfig instance.
of(CxxPreprocessables.IncludeType, SourcePath) - Static method in class com.facebook.buck.cxx.CxxBridgingHeaders
Construct a new immutable CxxBridgingHeaders instance.
of(String, String, ImmutableList<String>) - Static method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Construct a new immutable CxxCompilationDatabaseEntry instance.
of(String, String, Iterable<String>) - Static method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Construct a new immutable CxxCompilationDatabaseEntry instance.
of(ImmutableList<BuildTarget>, ImmutableList<PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>>) - Static method in class com.facebook.buck.cxx.CxxDeps
Construct a new immutable CxxDeps instance.
of(Iterable<? extends BuildTarget>, Iterable<? extends PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>>) - Static method in class com.facebook.buck.cxx.CxxDeps
Construct a new immutable CxxDeps instance.
of(CxxPreprocessables.IncludeType, SourcePath) - Static method in class com.facebook.buck.cxx.CxxHeadersDir
Construct a new immutable CxxHeadersDir instance.
of(Multimap<AbstractCxxSource.Type, Arg>, ImmutableList<CxxHeaders>, ImmutableSet<FrameworkPath>, ImmutableSet<BuildTarget>) - Static method in class com.facebook.buck.cxx.CxxPreprocessorInput
Construct a new immutable CxxPreprocessorInput instance.
of(Multimap<? extends AbstractCxxSource.Type, ? extends Arg>, Iterable<? extends CxxHeaders>, Iterable<? extends FrameworkPath>, Iterable<? extends BuildTarget>) - Static method in class com.facebook.buck.cxx.CxxPreprocessorInput
Construct a new immutable CxxPreprocessorInput instance.
of(AbstractCxxSource.Type, SourcePath, List<String>) - Static method in class com.facebook.buck.cxx.CxxSource
Construct a new immutable CxxSource instance.
of(AbstractCxxSource.Type, SourcePath, Iterable<String>) - Static method in class com.facebook.buck.cxx.CxxSource
Construct a new immutable CxxSource instance.
of(ProjectFilesystem, BuildTarget, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, ImmutableList<CxxPreprocessorInput>, ImmutableMultimap<AbstractCxxSource.Type, Arg>, Optional<SourcePath>, Optional<SourcePath>, AbstractCxxSourceRuleFactory.PicType, Optional<SymlinkTree>) - Static method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Construct a new immutable CxxSourceRuleFactory instance.
of(ProjectFilesystem, BuildTarget, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, Iterable<? extends CxxPreprocessorInput>, Multimap<? extends AbstractCxxSource.Type, ? extends Arg>, Optional<SourcePath>, Optional<SourcePath>, AbstractCxxSourceRuleFactory.PicType, Optional<SymlinkTree>) - Static method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Construct a new immutable CxxSourceRuleFactory instance.
of() - Static method in class com.facebook.buck.cxx.CxxToolFlags
Returns the empty lists of flags.
of(ImmutableList<Arg>, ImmutableList<Arg>) - Static method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Construct a new immutable ExplicitCxxToolFlags instance.
of(Iterable<? extends Arg>, Iterable<? extends Arg>) - Static method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Construct a new immutable ExplicitCxxToolFlags instance.
of(ImmutableSet<SourcePath>) - Static method in class com.facebook.buck.cxx.FrameworkDependencies
Construct a new immutable FrameworkDependencies instance.
of(Iterable<? extends SourcePath>) - Static method in class com.facebook.buck.cxx.FrameworkDependencies
Construct a new immutable FrameworkDependencies instance.
of(ImmutableList<Arg>, ImmutableList<Arg>) - Static method in class com.facebook.buck.cxx.IterableCxxToolFlags
Construct a new immutable IterableCxxToolFlags instance.
of(Iterable<? extends Arg>, Iterable<? extends Arg>) - Static method in class com.facebook.buck.cxx.IterableCxxToolFlags
Construct a new immutable IterableCxxToolFlags instance.
of(ImmutableMap<BuildTarget, OmnibusRoot>, ImmutableList<OmnibusLibrary>) - Static method in class com.facebook.buck.cxx.OmnibusLibraries
Construct a new immutable OmnibusLibraries instance.
of(Map<? extends BuildTarget, ? extends OmnibusRoot>, Iterable<? extends OmnibusLibrary>) - Static method in class com.facebook.buck.cxx.OmnibusLibraries
Construct a new immutable OmnibusLibraries instance.
of(String, SourcePath) - Static method in class com.facebook.buck.cxx.OmnibusLibrary
Construct a new immutable OmnibusLibrary instance.
of(SourcePath) - Static method in class com.facebook.buck.cxx.OmnibusRoot
Construct a new immutable OmnibusRoot instance.
of(Map<? extends BuildTarget, ? extends NativeLinkTarget>, Map<? extends BuildTarget, ? extends NativeLinkable>) - Static method in class com.facebook.buck.cxx.OmnibusRoots
Construct a new immutable OmnibusRoots instance.
of() - Static method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription
Returns the default immutable singleton value of PrebuiltCxxLibraryGroupDescription
of(AbstractCxxSource.Type, ImmutableList<String>) - Static method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
Construct a new immutable PreprocessorDelegateCacheKey instance.
of(AbstractCxxSource.Type, Iterable<String>) - Static method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
Construct a new immutable PreprocessorDelegateCacheKey instance.
of(Optional<SourcePath>, CxxToolFlags, ImmutableSet<CxxHeaders>, ImmutableSet<FrameworkPath>) - Static method in class com.facebook.buck.cxx.PreprocessorFlags
Construct a new immutable PreprocessorFlags instance.
of(Optional<SourcePath>, CxxToolFlags, Iterable<? extends CxxHeaders>, Iterable<? extends FrameworkPath>) - Static method in class com.facebook.buck.cxx.PreprocessorFlags
Construct a new immutable PreprocessorFlags instance.
of(int, ElfSection) - Static method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionLookupResult
Construct a new immutable ElfSectionLookupResult instance.
of(ToolProvider, boolean) - Static method in class com.facebook.buck.cxx.toolchain.ElfSharedLibraryInterfaceParams
Construct a new immutable ElfSharedLibraryInterfaceParams instance.
of(AbstractHeaderVerification.Mode, ImmutableSortedSet<String>, ImmutableSortedSet<String>) - Static method in class com.facebook.buck.cxx.toolchain.HeaderVerification
Construct a new immutable HeaderVerification instance.
of(AbstractHeaderVerification.Mode, Iterable<String>, Iterable<String>) - Static method in class com.facebook.buck.cxx.toolchain.HeaderVerification
Construct a new immutable HeaderVerification instance.
of(List<Arg>, Set<FrameworkPath>, Set<FrameworkPath>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
Construct a new immutable NativeLinkableInput instance.
of(Iterable<? extends Arg>, Iterable<? extends FrameworkPath>, Iterable<? extends FrameworkPath>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
Construct a new immutable NativeLinkableInput instance.
of(Linker.LinkType, Optional<String>) - Static method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
Construct a new immutable NativeLinkTargetMode instance.
of(int, boolean) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader
Construct a new immutable MachoHeader instance.
of(String, String, String) - Static method in class com.facebook.buck.dalvik.DalvikMemberReference
Construct a new immutable DalvikMemberReference instance.
of(DistBuildPostBuildAnalysis.AbstractBuildRuleMachineLogEntry) - Static method in class com.facebook.buck.distributed.BuildRuleStats
Construct a new immutable BuildRuleStats instance.
of(BuckConfig) - Static method in class com.facebook.buck.doctor.config.DoctorConfig
Construct a new immutable DoctorConfig instance.
of(Optional<BuildId>, String, Optional<String>, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Construct a new immutable DoctorEndpointRequest instance.
of(Optional<String>, ImmutableList<DoctorSuggestion>) - Static method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Construct a new immutable DoctorEndpointResponse instance.
of(Optional<String>, Iterable<? extends DoctorSuggestion>) - Static method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Construct a new immutable DoctorEndpointResponse instance.
of(boolean, Optional<String>, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.doctor.config.DoctorJsonResponse
Construct a new immutable DoctorJsonResponse instance.
of(AbstractDoctorSuggestion.StepStatus, Optional<String>, String) - Static method in class com.facebook.buck.doctor.config.DoctorSuggestion
Construct a new immutable DoctorSuggestion instance.
of(String, ImmutableSet<String>, Optional<String>, Optional<Long>, Optional<String>, ImmutableSet<String>) - Static method in class com.facebook.buck.doctor.config.SourceControlInfo
Construct a new immutable SourceControlInfo instance.
of(String, Iterable<String>, Optional<String>, Optional<Long>, Optional<String>, Iterable<String>) - Static method in class com.facebook.buck.doctor.config.SourceControlInfo
Construct a new immutable SourceControlInfo instance.
of(boolean, Map<? extends Path, ? extends String>) - Static method in class com.facebook.buck.doctor.config.UserLocalConfiguration
Construct a new immutable UserLocalConfiguration instance.
of(String, String) - Static method in class com.facebook.buck.doctor.UserReport
Construct a new immutable UserReport instance.
of(long) - Static method in class com.facebook.buck.event.EventKey
Construct a new immutable EventKey instance.
of(BuckConfig) - Static method in class com.facebook.buck.event.listener.ChromeTraceBuckConfig
 
of(Optional<BuckEventExternalInterface>, Optional<BuckEventExternalInterface>) - Static method in class com.facebook.buck.event.listener.EventPair
Construct a new immutable EventPair instance.
of(long) - Static method in class com.facebook.buck.event.listener.ProxyBuckEvent
Construct a new immutable ProxyBuckEvent instance.
of(String, String) - Static method in class com.facebook.buck.event.listener.RunIdStreamPair
Construct a new immutable RunIdStreamPair instance.
of(String) - Static method in class com.facebook.buck.event.PerfEventId
Construct a new immutable PerfEventId instance.
of(String, String, String) - Static method in class com.facebook.buck.haskell.HaskellPackageInfo
Construct a new immutable HaskellPackageInfo instance.
of(Integer) - Static method in class com.facebook.buck.haskell.HaskellVersion
Construct a new immutable HaskellVersion instance.
of(long, Locale) - Static method in class com.facebook.buck.i18n.NumberFormatterCacheKey
Construct a new immutable NumberFormatterCacheKey instance.
of(Path, Path) - Static method in class com.facebook.buck.io.ArchiveMemberPath
Construct a new immutable ArchiveMemberPath instance.
of(Path) - Static method in class com.facebook.buck.io.BuckPaths
Construct a new immutable BuckPaths instance.
of(Path) - Static method in class com.facebook.buck.io.BuildCellRelativePath
Construct a new immutable BuildCellRelativePath instance.
of(String, Optional<String>) - Static method in class com.facebook.buck.io.ProjectWatch
Construct a new immutable ProjectWatch instance.
of(AbstractWatchmanDiagnostic.Level, String) - Static method in class com.facebook.buck.io.WatchmanDiagnostic
Construct a new immutable WatchmanDiagnostic instance.
of(Path, String) - Static method in class com.facebook.buck.io.WatchmanOverflowEvent
Construct a new immutable WatchmanOverflowEvent instance.
of(Path, AbstractWatchmanPathEvent.Kind, Path) - Static method in class com.facebook.buck.io.WatchmanPathEvent
Construct a new immutable WatchmanPathEvent instance.
of(String, Map<String, ? extends Object>) - Static method in class com.facebook.buck.io.WatchmanQuery
Construct a new immutable WatchmanQuery instance.
of(String, String, Optional<BuildFileSyntaxError>, ImmutableList<BuildFileParseExceptionStackTraceEntry>) - Static method in class com.facebook.buck.json.BuildFileParseExceptionData
Construct a new immutable BuildFileParseExceptionData instance.
of(String, String, Optional<BuildFileSyntaxError>, Iterable<? extends BuildFileParseExceptionStackTraceEntry>) - Static method in class com.facebook.buck.json.BuildFileParseExceptionData
Construct a new immutable BuildFileParseExceptionData instance.
of(Path, Number, String, String) - Static method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
Construct a new immutable BuildFileParseExceptionStackTraceEntry instance.
of(ImmutableList<Map<String, Object>>, ImmutableList<Map<String, Object>>, Optional<String>) - Static method in class com.facebook.buck.json.BuildFilePythonResult
Construct a new immutable BuildFilePythonResult instance.
of(Iterable<? extends Map<String, Object>>, Iterable<? extends Map<String, Object>>, Optional<String>) - Static method in class com.facebook.buck.json.BuildFilePythonResult
Construct a new immutable BuildFilePythonResult instance.
of(Path, Number, Optional<Number>, String) - Static method in class com.facebook.buck.json.BuildFileSyntaxError
Construct a new immutable BuildFileSyntaxError instance.
of(BuildTarget, SourcePathRuleFinder, ProjectFilesystem, BuildRuleParams, SourcePath) - Static method in class com.facebook.buck.jvm.java.CalculateAbiFromClasses
 
of(BuildTarget, SourcePathRuleFinder, ProjectFilesystem, BuildRuleParams, SourcePath, boolean) - Static method in class com.facebook.buck.jvm.java.CalculateAbiFromClasses
 
of(Path, Path, JavaBuckConfig.SourceAbiVerificationMode) - Static method in class com.facebook.buck.jvm.java.DiffAbisStep
Construct a new immutable DiffAbisStep instance.
of(BuckConfig) - Static method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
of(JavacEventSink, PrintStream, ClassLoaderCache, Verbosity, CellPathResolver, JavaPackageFinder, ProjectFilesystem, ClassUsageFileWriter, ImmutableMap<String, String>, ProcessExecutor, ImmutableList<Path>, Optional<JarParameters>) - Static method in class com.facebook.buck.jvm.java.JavacExecutionContext
Construct a new immutable JavacExecutionContext instance.
of(JavacEventSink, PrintStream, ClassLoaderCache, Verbosity, CellPathResolver, JavaPackageFinder, ProjectFilesystem, ClassUsageFileWriter, Map<String, ? extends String>, ProcessExecutor, Iterable<? extends Path>, Optional<JarParameters>) - Static method in class com.facebook.buck.jvm.java.JavacExecutionContext
Construct a new immutable JavacExecutionContext instance.
of(String) - Static method in class com.facebook.buck.jvm.java.JavacVersion
Construct a new immutable JavacVersion instance.
of(Tool) - Static method in class com.facebook.buck.jvm.java.JavaOptions
Construct a new immutable JavaOptions instance.
of(String) - Static method in class com.facebook.buck.jvm.kotlin.KotlincVersion
Construct a new immutable KotlincVersion instance.
of(BuildId, boolean, boolean, String, ImmutableList<String>, ImmutableList<String>, Path) - Static method in class com.facebook.buck.log.InvocationInfo
Construct a new immutable InvocationInfo instance.
of(BuildId, boolean, boolean, String, Iterable<String>, Iterable<String>, Path) - Static method in class com.facebook.buck.log.InvocationInfo
Construct a new immutable InvocationInfo instance.
of(Path) - Static method in class com.facebook.buck.log.LogConfigSetup
Construct a new immutable LogConfigSetup instance.
of(SourcePath, LuaPackageComponents) - Static method in class com.facebook.buck.lua.LuaBinaryPackageComponents
Construct a new immutable LuaBinaryPackageComponents instance.
of(ImmutableSortedMap<String, SourcePath>, ImmutableSortedMap<String, SourcePath>, ImmutableSortedMap<String, SourcePath>) - Static method in class com.facebook.buck.lua.LuaPackageComponents
Construct a new immutable LuaPackageComponents instance.
of(Map<String, ? extends SourcePath>, Map<String, ? extends SourcePath>, Map<String, ? extends SourcePath>) - Static method in class com.facebook.buck.lua.LuaPackageComponents
Construct a new immutable LuaPackageComponents instance.
of(ProjectFilesystem, BuildTarget, BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, LuaPlatform, BuildTarget, Path, String, Optional<Path>, Optional<Path>) - Static method in class com.facebook.buck.lua.LuaScriptStarter
Construct a new immutable LuaScriptStarter instance.
of(ProjectFilesystem, BuildTarget, BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, LuaPlatform, CxxBuckConfig, BuildTarget, Path, String, Optional<BuildTarget>, Optional<Path>, Optional<Path>, Optional<Path>) - Static method in class com.facebook.buck.lua.NativeExecutableStarter
Construct a new immutable NativeExecutableStarter instance.
of(Integer, Integer, UnsignedInteger, UnsignedInteger, UnsignedInteger) - Static method in class com.facebook.buck.macho.FatArch
Construct a new immutable FatArch instance.
of(UnsignedInteger, UnsignedInteger) - Static method in class com.facebook.buck.macho.FatHeader
Construct a new immutable FatHeader instance.
of(LoadCommandCommonFields, UnsignedInteger, UnsignedInteger) - Static method in class com.facebook.buck.macho.LinkEditDataCommand
Construct a new immutable LinkEditDataCommand instance.
of(int, UnsignedInteger, UnsignedInteger) - Static method in class com.facebook.buck.macho.LoadCommandCommonFields
Construct a new immutable LoadCommandCommonFields instance.
of(UnsignedInteger, Integer, Integer, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedInteger, Optional<UnsignedInteger>) - Static method in class com.facebook.buck.macho.MachoHeader
Construct a new immutable MachoHeader instance.
of(int, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedLong) - Static method in class com.facebook.buck.macho.Nlist
Construct a new immutable Nlist instance.
of(int, String, String, UnsignedLong, UnsignedLong, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedInteger, Optional<UnsignedInteger>) - Static method in class com.facebook.buck.macho.Section
Construct a new immutable Section instance.
of(LoadCommandCommonFields, String, UnsignedLong, UnsignedLong, UnsignedLong, UnsignedLong, Integer, Integer, UnsignedInteger, UnsignedInteger) - Static method in class com.facebook.buck.macho.SegmentCommand
Construct a new immutable SegmentCommand instance.
of(LoadCommandCommonFields, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedInteger) - Static method in class com.facebook.buck.macho.SymTabCommand
Construct a new immutable SymTabCommand instance.
of(LoadCommandCommonFields) - Static method in class com.facebook.buck.macho.UnknownCommand
Construct a new immutable UnknownCommand instance.
of(LoadCommandCommonFields, UUID) - Static method in class com.facebook.buck.macho.UUIDCommand
Construct a new immutable UUIDCommand instance.
of(UnflavoredBuildTarget, SortedSet<Flavor>) - Static method in class com.facebook.buck.model.BuildTarget
Construct a new immutable BuildTarget instance.
of(UnflavoredBuildTarget, Iterable<? extends Flavor>) - Static method in class com.facebook.buck.model.BuildTarget
Construct a new immutable BuildTarget instance.
of(String, T...) - Static method in class com.facebook.buck.model.FlavorDomain
Create a FlavorDomain from array/varargs of FlavorConvertible objects.
of(Path, Path) - Static method in class com.facebook.buck.model.ImmediateDirectoryBuildTargetPattern
Construct a new immutable ImmediateDirectoryBuildTargetPattern instance.
of(String) - Static method in class com.facebook.buck.model.InternalFlavor
Construct a new immutable InternalFlavor instance.
of(UnflavoredBuildTarget) - Static method in class com.facebook.buck.model.SingletonBuildTargetPattern
Construct a new immutable SingletonBuildTargetPattern instance.
of(Path, Path) - Static method in class com.facebook.buck.model.SubdirectoryBuildTargetPattern
Construct a new immutable SubdirectoryBuildTargetPattern instance.
of(String, String) - Static method in class com.facebook.buck.model.UserFlavor
Construct a new immutable UserFlavor instance.
of(Path, boolean, Path) - Static method in class com.facebook.buck.parser.BuildFileSpec
Construct a new immutable BuildFileSpec instance.
of(BuildTarget, BuildFileSpec) - Static method in class com.facebook.buck.parser.BuildTargetSpec
Construct a new immutable BuildTargetSpec instance.
of(BuckConfig) - Static method in class com.facebook.buck.parser.ParserConfig
Construct a new immutable ParserConfig instance.
of(BuildFileSpec) - Static method in class com.facebook.buck.parser.TargetNodePredicateSpec
Construct a new immutable TargetNodePredicateSpec instance.
of(float, BuildTarget, Optional<String>) - Static method in class com.facebook.buck.python.NeededCoverageSpec
Construct a new immutable NeededCoverageSpec instance.
of(Map<Path, SourcePath>, Map<Path, SourcePath>, Map<Path, SourcePath>, Set<SourcePath>, Optional<Boolean>) - Static method in class com.facebook.buck.python.PythonPackageComponents
Construct a new immutable PythonPackageComponents instance.
of(Map<? extends Path, ? extends SourcePath>, Map<? extends Path, ? extends SourcePath>, Map<? extends Path, ? extends SourcePath>, Iterable<? extends SourcePath>, Optional<Boolean>) - Static method in class com.facebook.buck.python.PythonPackageComponents
Construct a new immutable PythonPackageComponents instance.
of(Flavor, PythonEnvironment, Optional<BuildTarget>) - Static method in class com.facebook.buck.python.PythonPlatform
Construct a new immutable PythonPlatform instance.
of(String, String) - Static method in class com.facebook.buck.python.PythonVersion
Construct a new immutable PythonVersion instance.
of(AbstractBinaryOperatorExpression.Operator, ImmutableList<QueryExpression>) - Static method in class com.facebook.buck.query.BinaryOperatorExpression
Construct a new immutable BinaryOperatorExpression instance.
of(AbstractBinaryOperatorExpression.Operator, Iterable<? extends QueryExpression>) - Static method in class com.facebook.buck.query.BinaryOperatorExpression
Construct a new immutable BinaryOperatorExpression instance.
of(QueryEnvironment.QueryFunction, ImmutableList<QueryEnvironment.Argument>) - Static method in class com.facebook.buck.query.FunctionExpression
Construct a new immutable FunctionExpression instance.
of(QueryEnvironment.QueryFunction, Iterable<? extends QueryEnvironment.Argument>) - Static method in class com.facebook.buck.query.FunctionExpression
Construct a new immutable FunctionExpression instance.
of(BuildTarget) - Static method in class com.facebook.buck.query.QueryBuildTarget
Construct a new immutable QueryBuildTarget instance.
of(QueryExpression) - Static method in class com.facebook.buck.query.QueryEnvironment.Argument
 
of(String) - Static method in class com.facebook.buck.query.QueryEnvironment.Argument
 
of(int) - Static method in class com.facebook.buck.query.QueryEnvironment.Argument
 
of(SourcePath) - Static method in class com.facebook.buck.query.QueryFileTarget
Construct a new immutable QueryFileTarget instance.
of(ImmutableList<TargetLiteral>) - Static method in class com.facebook.buck.query.SetExpression
Construct a new immutable SetExpression instance.
of(Iterable<? extends TargetLiteral>) - Static method in class com.facebook.buck.query.SetExpression
Construct a new immutable SetExpression instance.
of(String) - Static method in class com.facebook.buck.query.TargetLiteral
Construct a new immutable TargetLiteral instance.
of(ImmutableSet<QueryTarget>) - Static method in class com.facebook.buck.query.TargetSetExpression
Construct a new immutable TargetSetExpression instance.
of(Iterable<? extends QueryTarget>) - Static method in class com.facebook.buck.query.TargetSetExpression
Construct a new immutable TargetSetExpression instance.
of(ActionGraph, BuildRuleResolver) - Static method in class com.facebook.buck.rules.ActionGraphAndResolver
Construct a new immutable ActionGraphAndResolver instance.
of(SourcePath, Path) - Static method in class com.facebook.buck.rules.ArchiveMemberSourcePath
Construct a new immutable ArchiveMemberSourcePath instance.
of(SourcePath) - Static method in class com.facebook.buck.rules.args.SourcePathArg
Construct a new immutable SourcePathArg instance.
of(String) - Static method in class com.facebook.buck.rules.args.StringArg
Construct a new immutable StringArg instance.
of(StringWithMacros, ImmutableList<AbstractMacroExpanderWithoutPrecomputedWork<? extends Macro>>, BuildTarget, CellPathResolver, BuildRuleResolver) - Static method in class com.facebook.buck.rules.args.StringWithMacrosArg
Construct a new immutable StringWithMacrosArg instance.
of(StringWithMacros, Iterable<? extends AbstractMacroExpanderWithoutPrecomputedWork<? extends Macro>>, BuildTarget, CellPathResolver, BuildRuleResolver) - Static method in class com.facebook.buck.rules.args.StringWithMacrosArg
Construct a new immutable StringWithMacrosArg instance.
of(RuleKey) - Static method in class com.facebook.buck.rules.BuildRuleKeys
Construct a new immutable BuildRuleKeys instance.
of(String) - Static method in class com.facebook.buck.rules.BuildRuleType
Construct a new immutable BuildRuleType instance.
of(BuckConfig) - Static method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
Construct a new immutable CachingBuildEngineBuckConfig instance.
of(String, String, String) - Static method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
Construct a new immutable Field instance.
of(Map<String, ? extends BuildConfigFields.Field>) - Static method in class com.facebook.buck.rules.coercer.BuildConfigFields
Construct a new immutable BuildConfigFields instance.
of(AbstractFrameworkPath.Type, Optional<SourceTreePath>, Optional<SourcePath>) - Static method in class com.facebook.buck.rules.coercer.FrameworkPath
Construct a new immutable FrameworkPath instance.
of(Optional<Integer>, Optional<Integer>, Optional<Integer>, Optional<String>, Optional<Boolean>, Optional<ImmutableMap<String, String>>) - Static method in class com.facebook.buck.rules.coercer.ManifestEntries
Construct a new immutable ManifestEntries instance.
of(String, SourcePath) - Static method in class com.facebook.buck.rules.coercer.OcamlSource
Construct a new immutable OcamlSource instance.
of() - Static method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
 
of(AbstractSourceList.Type, Optional<ImmutableSortedSet<SourcePath>>, Optional<ImmutableSortedMap<String, SourcePath>>) - Static method in class com.facebook.buck.rules.coercer.SourceList
Construct a new immutable SourceList instance.
of(AbstractSourceWithFlagsList.Type, Optional<ImmutableSortedSet<SourceWithFlags>>, Optional<ImmutableSortedMap<String, SourceWithFlags>>) - Static method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Construct a new immutable SourceWithFlagsList instance.
of() - Static method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
of(BuckConfig, ProjectFilesystem, Optional<String>) - Static method in class com.facebook.buck.rules.DistBuildCellParams
Construct a new immutable DistBuildCellParams instance.
of(Path, Optional<Path>) - Static method in class com.facebook.buck.rules.keys.DependencyFileEntry
Construct a new immutable DependencyFileEntry instance.
of(RuleKey, ImmutableSet<SourcePath>) - Static method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
Construct a new immutable RuleKeyAndInputs instance.
of(RuleKey, Iterable<? extends SourcePath>) - Static method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
Construct a new immutable RuleKeyAndInputs instance.
of(RULE_KEY, RuleKeyResult<DIAG_KEY>) - Static method in class com.facebook.buck.rules.keys.RuleKeyDiagnostics.Result
 
of(RuleKeyFactoryWithDiagnostics<RuleKey>, RuleKeyFactory<RuleKey>, DependencyFileRuleKeyFactory) - Static method in class com.facebook.buck.rules.keys.RuleKeyFactories
Construct a new immutable RuleKeyFactories instance.
of(ProjectFilesystem, Path) - Static method in class com.facebook.buck.rules.keys.RuleKeyInput
Construct a new immutable RuleKeyInput instance.
of(BuildTarget) - Static method in class com.facebook.buck.rules.macros.ClasspathMacro
Construct a new immutable ClasspathMacro instance.
of(BuildTarget) - Static method in class com.facebook.buck.rules.macros.ExecutableMacro
Construct a new immutable ExecutableMacro instance.
of(BuildTarget) - Static method in class com.facebook.buck.rules.macros.LocationMacro
Construct a new immutable LocationMacro instance.
of(BuildTarget) - Static method in class com.facebook.buck.rules.macros.MavenCoordinatesMacro
Construct a new immutable MavenCoordinatesMacro instance.
of(Query) - Static method in class com.facebook.buck.rules.macros.QueryOutputsMacro
Construct a new immutable QueryOutputsMacro instance.
of(Query) - Static method in class com.facebook.buck.rules.macros.QueryPathsMacro
Construct a new immutable QueryPathsMacro instance.
of(Query) - Static method in class com.facebook.buck.rules.macros.QueryTargetsMacro
Construct a new immutable QueryTargetsMacro instance.
of(ImmutableList<Either<String, Macro>>) - Static method in class com.facebook.buck.rules.macros.StringWithMacros
Construct a new immutable StringWithMacros instance.
of(Iterable<? extends Either<String, Macro>>) - Static method in class com.facebook.buck.rules.macros.StringWithMacros
Construct a new immutable StringWithMacros instance.
of(String, ImmutableSortedSet<BuildTarget>) - Static method in class com.facebook.buck.rules.query.Query
Construct a new immutable Query instance.
of(String, Iterable<? extends BuildTarget>) - Static method in class com.facebook.buck.rules.query.Query
Construct a new immutable Query instance.
of(ImmutableList<String>) - Static method in class com.facebook.buck.rules.RelativeCellName
Construct a new immutable RelativeCellName instance.
of(Iterable<String>) - Static method in class com.facebook.buck.rules.RelativeCellName
Construct a new immutable RelativeCellName instance.
of(boolean, ResourceAmounts, Map<String, ? extends ResourceAmounts>) - Static method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
Construct a new immutable ResourceAwareSchedulingInfo instance.
of(Optional<ImmutableMap<AppleSdk, AppleSdkPaths>>, Optional<ImmutableMap<String, AppleToolchain>>, Optional<Path>, Optional<Path>, Optional<String>) - Static method in class com.facebook.buck.rules.SdkEnvironment
Construct a new immutable SdkEnvironment instance.
of(SourcePath, List<String>) - Static method in class com.facebook.buck.rules.SourceWithFlags
Construct a new immutable SourceWithFlags instance.
of(SourcePath, Iterable<String>) - Static method in class com.facebook.buck.rules.SourceWithFlags
Construct a new immutable SourceWithFlags instance.
of(TargetGraph, ImmutableSet<BuildTarget>) - Static method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Construct a new immutable TargetGraphAndBuildTargets instance.
of(TargetGraph, Iterable<? extends BuildTarget>) - Static method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Construct a new immutable TargetGraphAndBuildTargets instance.
of(BuildTarget, TargetNodeFactory, HashCode, U, T, ProjectFilesystem, ImmutableSet<Path>, ImmutableSet<BuildTarget>, ImmutableSortedSet<BuildTarget>, ImmutableSortedSet<BuildTarget>, CellPathResolver, ImmutableSet<VisibilityPattern>, ImmutableSet<VisibilityPattern>, Optional<ImmutableMap<BuildTarget, Version>>) - Static method in class com.facebook.buck.rules.TargetNode
Construct a new immutable TargetNode instance.
of(BuildTarget, TargetNodeFactory, HashCode, U, T, ProjectFilesystem, Iterable<? extends Path>, Iterable<? extends BuildTarget>, ImmutableSortedSet<BuildTarget>, ImmutableSortedSet<BuildTarget>, CellPathResolver, Iterable<? extends VisibilityPattern>, Iterable<? extends VisibilityPattern>, Optional<ImmutableMap<BuildTarget, Version>>) - Static method in class com.facebook.buck.rules.TargetNode
Construct a new immutable TargetNode instance.
of(Path, String, String) - Static method in class com.facebook.buck.rules.VersionedTool
Construct a new immutable VersionedTool instance.
of(HttpService) - Static method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
Construct a new immutable ThriftOverHttpServiceConfig instance.
of(Console, BuckEventBus, Platform, Map<String, ? extends String>, JavaPackageFinder, Map<ExecutorPool, ? extends ListeningExecutorService>, Optional<TargetDevice>, Optional<AndroidDevicesHelper>, Optional<ConcurrentMap<String, WorkerProcessPool>>, CellPathResolver, Path, ProcessExecutor) - Static method in class com.facebook.buck.step.ExecutionContext
Construct a new immutable ExecutionContext instance.
of(BuildCellRelativePath) - Static method in class com.facebook.buck.step.fs.MakeCleanDirectoryStep
 
of(BuildCellRelativePath) - Static method in class com.facebook.buck.step.fs.MkdirStep
Construct a new immutable MkdirStep instance.
of(BuildCellRelativePath) - Static method in class com.facebook.buck.step.fs.RmStep
Construct a new immutable RmStep instance.
of(ProjectFilesystem, Path, Path) - Static method in class com.facebook.buck.step.fs.SymlinkFileStep
Construct a new immutable SymlinkFileStep instance.
of(int, Optional<String>) - Static method in class com.facebook.buck.step.StepExecutionResult
Construct a new immutable StepExecutionResult instance.
of(BuildTarget, ImmutableList<TestCaseSummary>, ImmutableSet<String>, ImmutableSet<String>) - Static method in class com.facebook.buck.test.TestResults
Construct a new immutable TestResults instance.
of(BuildTarget, Iterable<? extends TestCaseSummary>, Iterable<String>, Iterable<String>) - Static method in class com.facebook.buck.test.TestResults
Construct a new immutable TestResults instance.
of(boolean, boolean) - Static method in class com.facebook.buck.test.TestResultSummaryVerbosity
Construct a new immutable TestResultSummaryVerbosity instance.
of(String, Level, long) - Static method in class com.facebook.buck.test.TestStatusMessage
Construct a new immutable TestStatusMessage instance.
of(boolean, List<String>) - Static method in class com.facebook.buck.util.autosparse.AbstractAutoSparseConfig
 
of(Config) - Static method in class com.facebook.buck.util.autosparse.AbstractAutoSparseConfig
 
of(String) - Static method in class com.facebook.buck.util.autosparse.AbstractManifestInfo
 
of(boolean, Set<Path>) - Static method in class com.facebook.buck.util.autosparse.AutoSparseConfig
Construct a new immutable AutoSparseConfig instance.
of(boolean, Iterable<? extends Path>) - Static method in class com.facebook.buck.util.autosparse.AutoSparseConfig
Construct a new immutable AutoSparseConfig instance.
of(EnumSet<AbstractManifestInfo.FileFlags>) - Static method in class com.facebook.buck.util.autosparse.ManifestInfo
Construct a new immutable ManifestInfo instance.
of(SettableFuture<Void>, ResourceAmounts) - Static method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
Construct a new immutable ListeningSemaphoreArrayPendingItem instance.
of(int, int, int, int) - Static method in class com.facebook.buck.util.concurrent.ResourceAmounts
Construct a new immutable ResourceAmounts instance.
of(DirectoryCleaner.PathSelector) - Static method in class com.facebook.buck.util.DirectoryCleanerArgs
Construct a new immutable DirectoryCleanerArgs instance.
of(Pattern, String) - Static method in class com.facebook.buck.util.PatternAndMessage
Construct a new immutable PatternAndMessage instance.
of(ImmutableList<String>, Optional<Path>, Optional<ImmutableMap<String, String>>, Optional<ProcessBuilder.Redirect>, Optional<ProcessBuilder.Redirect>, Optional<ProcessBuilder.Redirect>, Optional<Boolean>) - Static method in class com.facebook.buck.util.ProcessExecutorParams
Construct a new immutable ProcessExecutorParams instance.
of(Iterable<String>, Optional<Path>, Optional<ImmutableMap<String, String>>, Optional<ProcessBuilder.Redirect>, Optional<ProcessBuilder.Redirect>, Optional<ProcessBuilder.Redirect>, Optional<Boolean>) - Static method in class com.facebook.buck.util.ProcessExecutorParams
Construct a new immutable ProcessExecutorParams instance.
of(long, long, long, long, long, long, long, long, long) - Static method in class com.facebook.buck.util.ProcessResourceConsumption
Construct a new immutable ProcessResourceConsumption instance.
of(T) - Static method in interface com.facebook.buck.util.RichStream
 
of(T...) - Static method in interface com.facebook.buck.util.RichStream
 
of(float) - Static method in class com.facebook.buck.util.SampleRate
Construct a new immutable SampleRate instance.
of(String) - Static method in class com.facebook.buck.util.sha1.Sha1HashCode
 
of(String, ImmutableSet<String>, String, Long) - Static method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
Construct a new immutable FastVersionControlStats instance.
of(String, Iterable<String>, String, Long) - Static method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
Construct a new immutable FastVersionControlStats instance.
of() - Static method in class com.facebook.buck.util.versioncontrol.SparseSummary
Returns the default immutable singleton value of SparseSummary
of(int, int, int, int, int, int) - Static method in class com.facebook.buck.util.versioncontrol.SparseSummary
Construct a new immutable SparseSummary instance.
of(Integer, Integer) - Static method in class com.facebook.buck.util.xml.DocumentLocation
Construct a new immutable DocumentLocation instance.
of(Path) - Static method in interface com.facebook.buck.util.zip.JarEntryContainer
 
of(VersionedTargetGraphInputs, TargetGraphAndBuildTargets) - Static method in class com.facebook.buck.versions.CachedVersionedTargetGraph
Construct a new immutable CachedVersionedTargetGraph instance.
of(Version) - Static method in class com.facebook.buck.versions.ExactConstraint
Construct a new immutable ExactConstraint instance.
of(Map<? extends BuildTarget, ? extends TargetNode>) - Static method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
Construct a new immutable FlavorSearchTargetNodeFinder instance.
of(String) - Static method in class com.facebook.buck.versions.Version
Construct a new immutable Version instance.
of() - Static method in class com.facebook.buck.versions.VersionedAliasDescription
Returns the default immutable singleton value of VersionedAliasDescription
of(VersionedTargetGraphCache.ResultType, TargetGraphAndBuildTargets) - Static method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
Construct a new immutable VersionedTargetGraphCacheResult instance.
of(TargetGraphAndBuildTargets, Map<String, ? extends VersionUniverse>) - Static method in class com.facebook.buck.versions.VersionedTargetGraphInputs
Construct a new immutable VersionedTargetGraphInputs instance.
of(Map<? extends BuildTarget, ? extends ImmutableSet<Version>>) - Static method in class com.facebook.buck.versions.VersionInfo
Construct a new immutable VersionInfo instance.
of(Map<? extends BuildTarget, ? extends Version>) - Static method in class com.facebook.buck.versions.VersionUniverse
Construct a new immutable VersionUniverse instance.
of(String, WorkerProcessParams) - Static method in class com.facebook.buck.worker.WorkerJobParams
Construct a new immutable WorkerJobParams instance.
of(int, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.worker.WorkerJobResult
Construct a new immutable WorkerJobResult instance.
of(Path, Path, Path) - Static method in class com.facebook.buck.worker.WorkerProcessCommand
Construct a new immutable WorkerProcessCommand instance.
of(String, HashCode) - Static method in class com.facebook.buck.worker.WorkerProcessIdentity
Construct a new immutable WorkerProcessIdentity instance.
of(Path, ImmutableList<String>, ImmutableMap<String, String>, int, Optional<WorkerProcessIdentity>) - Static method in class com.facebook.buck.worker.WorkerProcessParams
Construct a new immutable WorkerProcessParams instance.
of(Path, Iterable<String>, Map<String, ? extends String>, int, Optional<WorkerProcessIdentity>) - Static method in class com.facebook.buck.worker.WorkerProcessParams
Construct a new immutable WorkerProcessParams instance.
of(Path) - Static method in class com.facebook.buck.zip.ZipScrubberStep
Construct a new immutable ZipScrubberStep instance.
ofBoolean(boolean) - Static method in class com.facebook.buck.util.Optionals
 
offer(E) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
offer(E, long, TimeUnit) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
OfflineScribeLogger - Class in com.facebook.buck.util.network.offline
This logger uses files-related operations (for offline logging i.e.
OfflineScribeLogger(ScribeLogger, ImmutableList<String>, int, ProjectFilesystem, BuckEventBus, BuildId) - Constructor for class com.facebook.buck.util.network.offline.OfflineScribeLogger
 
ofInstance(Path) - Static method in class com.facebook.buck.io.LazyPath
Creates an instance with given path.
ofIntValue(int) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info.Bind
 
ofIntValue(int) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info.Type
 
ofLeft(LEFT) - Static method in class com.facebook.buck.model.Either
 
ofRight(RIGHT) - Static method in class com.facebook.buck.model.Either
 
OkHttpResponseWrapper - Class in com.facebook.buck.slb
 
OkHttpResponseWrapper(Response) - Constructor for class com.facebook.buck.slb.OkHttpResponseWrapper
 
Omnibus - Class in com.facebook.buck.cxx
 
OmnibusLibraries - Class in com.facebook.buck.cxx
Immutable implementation of Omnibus.AbstractOmnibusLibraries.
OmnibusLibraries.Builder - Class in com.facebook.buck.cxx
Builds instances of type OmnibusLibraries.
OmnibusLibrary - Class in com.facebook.buck.cxx
Immutable implementation of Omnibus.AbstractOmnibusLibrary.
OmnibusLibrary.Builder - Class in com.facebook.buck.cxx
Builds instances of type OmnibusLibrary.
OmnibusRoot - Class in com.facebook.buck.cxx
Immutable implementation of Omnibus.AbstractOmnibusRoot.
OmnibusRoot.Builder - Class in com.facebook.buck.cxx
Builds instances of type OmnibusRoot.
OmnibusRoots - Class in com.facebook.buck.cxx
A helper class for building the included and excluded omnibus roots to pass to the omnibus builder.
onAmendVmArgs(ImmutableList.Builder<String>, SourcePathResolver, Optional<TargetDevice>) - Method in class com.facebook.buck.android.RobolectricTest
 
onAmendVmArgs(ImmutableList.Builder<String>, SourcePathResolver, Optional<TargetDevice>) - Method in class com.facebook.buck.jvm.java.JavaTest
Override this method if you need to amend vm args.
onArtifactCacheEvent(HttpArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
onArtifactCacheEvent(HttpArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListener
 
onArtifactUploadFinish(HttpArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.HttpArtifactCacheUploadListener
 
onArtifactUploadStart(HttpArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.HttpArtifactCacheUploadListener
 
onBuildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.HttpArtifactCacheUploadListener
 
onBuildRuleEvent(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.RuleKeyDiagnosticsListener
 
onBuildRuleEvent(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListener
 
onClose(Runnable) - Method in interface com.facebook.buck.util.RichStream
 
onComplete() - Method in class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
Override this method with any logic that should be run when AbstractBreadthFirstThrowingTraversal.start() completes.
onDecode(CharBuffer, boolean, CoderResult) - Method in interface com.facebook.buck.util.ListeningCharsetDecoder.DecoderListener
 
OnDiskBuildInfo - Interface in com.facebook.buck.rules
 
OnDiskMavenDownloader - Class in com.facebook.buck.file
A Downloader that pulls content from the local file system.
OnDiskMavenDownloader(Path) - Constructor for class com.facebook.buck.file.OnDiskMavenDownloader
 
onDistBuildCreatedEvent(DistBuildCreatedEvent) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
onDistBuildStatusEvent(DistBuildStatusEvent) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
onDistBuildStatusEvent(DistBuildStatusEvent) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
onDuplicateEntry(String, JarEntrySupplier) - Method in class com.facebook.buck.jvm.java.LoggingJarBuilderObserver
 
onDuplicateEntry(String, JarEntrySupplier) - Method in interface com.facebook.buck.util.zip.JarBuilder.Observer
 
onEncoderError(CoderResult) - Method in interface com.facebook.buck.util.ListeningCharsetEncoder.EncoderListener
 
onEntryOmitted(String, JarEntrySupplier) - Method in class com.facebook.buck.jvm.java.LoggingJarBuilderObserver
 
onEntryOmitted(String, JarEntrySupplier) - Method in interface com.facebook.buck.util.zip.JarBuilder.Observer
 
onEvent(WatchmanDiagnosticEvent) - Method in class com.facebook.buck.io.WatchmanDiagnosticEventListener
 
onExit(int) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
 
onExit(int) - Method in class com.facebook.buck.util.ForwardingProcessListener
 
onExit(int) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.ProcessListener
Called just after the process exits.
onFailure(Call, IOException) - Method in class com.facebook.buck.slb.ClientSideSlb.ServerPing
 
onFileSystemChange(WatchmanOverflowEvent) - Method in class com.facebook.buck.parser.Parser
 
onFileSystemChange(WatchmanPathEvent) - Method in class com.facebook.buck.parser.Parser
 
onFilesystemChange(WatchmanPathEvent) - Method in class com.facebook.buck.rules.keys.RuleKeyCacheRecycler
 
onFilesystemChange(WatchmanOverflowEvent) - Method in class com.facebook.buck.rules.keys.RuleKeyCacheRecycler
 
onFileSystemChange(WatchmanPathEvent) - Method in class com.facebook.buck.util.cache.WatchedFileHashCache
Called when file change events are posted to the file change EventBus to invalidate cached build rules if required.
onFileSystemChange(WatchmanOverflowEvent) - Method in class com.facebook.buck.util.cache.WatchedFileHashCache
 
onHash(HASH, HASH2) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
onHttpArtifactCacheEvent(HttpArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.HttpArtifactCacheEventListener
 
onHttpArtifactCacheFinishedEvent(HttpArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
onHttpArtifactCacheFinishedEvent(HttpArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
onHttpArtifactCacheScheduledEvent(HttpArtifactCacheEvent.Scheduled) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
onHttpArtifactCacheScheduledEvent(HttpArtifactCacheEvent.Scheduled) - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
onHttpArtifactCacheShutdownEvent(HttpArtifactCacheEvent.Shutdown) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
onHttpArtifactCacheShutdownEvent(HttpArtifactCacheEvent.Shutdown) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
onHttpArtifactCacheStartedEvent(HttpArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
onHttpArtifactCacheStartedEvent(HttpArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
onHttpArtifactCacheStartedEvent(HttpArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.PerfTimesEventListener
 
onLoadBalancedServiceEvent(LoadBalancedServiceEvent) - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener
 
onLoadBalancerPingEvent(LoadBalancerPingEvent) - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener
 
onlyTests() - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
 
onOutput(ByteBuffer, boolean) - Method in class com.facebook.buck.util.ListeningCharsetDecoder
 
onPostEnter(Set<Element>) - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
 
onPostEnter(Set<Element>) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
 
onResponse(Call, Response) - Method in class com.facebook.buck.slb.ClientSideSlb.ServerPing
 
onRuleAboutToBeBuilt(BuildRule) - Method in class com.facebook.buck.distributed.DistBuildCachingEngineDelegate
 
onRuleAboutToBeBuilt(BuildRule) - Method in class com.facebook.buck.rules.CachingBuildEngine.DefaultBuildRuleBuilderDelegate
 
onRuleAboutToBeBuilt(BuildRule) - Method in interface com.facebook.buck.rules.CachingBuildEngineDelegate
Called right before the rule is going to be built.
onRuleAboutToBeBuilt(BuildRule) - Method in class com.facebook.buck.rules.LocalCachingBuildEngineDelegate
 
onRuleVisited(BuildRule, Set<BuildRule>) - Method in interface com.facebook.buck.android.UnsortedAndroidResourceDeps.Callback
 
onServerHealthManagerEvent(ServerHealthManagerEvent) - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener
 
onStart(ListeningProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
 
onStart(ListeningProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.ForwardingProcessListener
 
onStart(ListeningProcessExecutor.LaunchedProcess) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.ProcessListener
Called just after the process starts.
onStart(ListeningProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.SimpleProcessListener
 
onStderr(ByteBuffer, boolean) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
 
onStderr(ByteBuffer, boolean) - Method in class com.facebook.buck.util.ForwardingProcessListener
 
onStderr(ByteBuffer, boolean) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.ProcessListener
Called when the process writes bytes to stderr.
onStderrChars(CharBuffer, boolean, CoderResult) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
Override this to receive decoded Unicode Java string data read from stderr.
onStderrChars(CharBuffer, boolean, CoderResult) - Method in class com.facebook.buck.util.SimpleProcessListener
 
onStdinCharsReady(CharBuffer) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
Called when the process is ready to receive string data on stdin.
onStdinCharsReady(CharBuffer) - Method in class com.facebook.buck.util.SimpleProcessListener
 
onStdinEncoderError(CoderResult) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
Called when there is an error encoding string data received from AbstractCharsetProcessListener.onStdinCharsReady(CharBuffer).
onStdinReady(ByteBuffer) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
 
onStdinReady(ByteBuffer) - Method in class com.facebook.buck.util.ForwardingProcessListener
 
onStdinReady(CharBuffer) - Method in interface com.facebook.buck.util.ListeningCharsetEncoder.EncoderListener
 
onStdinReady(ByteBuffer) - Method in class com.facebook.buck.util.ListeningCharsetEncoder
 
onStdinReady(ByteBuffer) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.ProcessListener
Called when the process is ready to receive bytes on stdin.
onStdout(ByteBuffer, boolean) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
 
onStdout(ByteBuffer, boolean) - Method in class com.facebook.buck.util.ForwardingProcessListener
 
onStdout(ByteBuffer, boolean) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.ProcessListener
Called when the process writes bytes to stdout.
onStdoutChars(CharBuffer, boolean, CoderResult) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
Override this to receive decoded Unicode Java string data read from stdout.
onStdoutChars(CharBuffer, boolean, CoderResult) - Method in class com.facebook.buck.util.SimpleProcessListener
 
onThriftServerStarted(String, int) - Method in class com.facebook.buck.distributed.CoordinatorAndMinionInfoSetter
 
onThriftServerStarted(String, int) - Method in interface com.facebook.buck.distributed.CoordinatorModeRunner.EventListener
 
onWatchmanOverflow(WatchmanOverflowEvent) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
onWebSocketClose(int, String) - Method in class com.facebook.buck.httpserver.StreamingWebSocketServlet.MyWebSocket
 
onWebSocketConnect(Session) - Method in class com.facebook.buck.httpserver.StreamingWebSocketServlet.MyWebSocket
 
onWebSocketText(String) - Method in class com.facebook.buck.httpserver.StreamingWebSocketServlet.MyWebSocket
 
onWorkAdvance(WorkAdvanceEvent) - Method in class com.facebook.buck.cli.HangMonitor
 
openInputStream() - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileObject
 
openInputStream() - Method in class com.facebook.buck.jvm.java.JavaNoOpFileObject
 
openOutputStream() - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileObject
 
openOutputStream() - Method in class com.facebook.buck.jvm.java.JavaNoOpFileObject
 
openpty(IntByReference, IntByReference, Pointer, Pointer, Pointer) - Method in interface com.facebook.buck.util.Libc.OpenPtyLibrary
 
openReader(boolean) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileObject
 
openReader(boolean) - Method in class com.facebook.buck.jvm.java.JavaNoOpFileObject
 
openStream() - Method in class com.facebook.buck.jvm.java.classes.FileLikeCharSource
 
openWriter() - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileObject
 
openWriter() - Method in class com.facebook.buck.jvm.java.JavaNoOpFileObject
 
OPTIMIZATION_DOMAIN - Static variable in class com.facebook.buck.js.JsFlavors
 
OPTIONAL_TYPES - Static variable in class com.facebook.buck.rules.coercer.CoercedTypeCache
 
Optionals - Class in com.facebook.buck.util
 
OptionalTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
 
OptionalTypeCoercer(TypeCoercer<T>) - Constructor for class com.facebook.buck.rules.coercer.OptionalTypeCoercer
 
OptionsConsumer - Interface in com.facebook.buck.jvm.java
 
ORDERING - Static variable in enum com.facebook.buck.android.ResourceFilters.Density
 
origin() - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
origin() - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
origin() - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
 
origin() - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
OsoSymbolsContentsScrubber - Class in com.facebook.buck.cxx.toolchain.objectfile
 
OsoSymbolsContentsScrubber(ImmutableMap<Path, Path>) - Constructor for class com.facebook.buck.cxx.toolchain.objectfile.OsoSymbolsContentsScrubber
 
others - Variable in class com.facebook.buck.android.ResourceFilters.Qualifiers
e.g.
OutOfProcessConnectionFactory - Class in com.facebook.buck.jvm.java
 
OutOfProcessInvocationReceiver - Class in com.facebook.buck.oop_javac
 
OutOfProcessInvocationReceiver(Console) - Constructor for class com.facebook.buck.oop_javac.OutOfProcessInvocationReceiver
 
OutOfProcessJarBackedJavac - Class in com.facebook.buck.jvm.java
 
OutOfProcessJarBackedJavac(String, Iterable<SourcePath>) - Constructor for class com.facebook.buck.jvm.java.OutOfProcessJarBackedJavac
 
OutOfProcessJavacConnectionInterface - Interface in com.facebook.buck.jvm.java
 
OutOfProcessJavacEventSink - Class in com.facebook.buck.oop_javac
 
OutOfProcessJavacEventSink() - Constructor for class com.facebook.buck.oop_javac.OutOfProcessJavacEventSink
 
OutOfProcessJdkProvidedInMemoryJavac - Class in com.facebook.buck.jvm.java
 
OutOfProcessJsr199Javac - Class in com.facebook.buck.jvm.java
 
OutOfProcessJsr199Javac() - Constructor for class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
output - Variable in exception com.facebook.buck.android.AdbHelper.CommandFailedException
 
output - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
output - Variable in class com.facebook.buck.ocaml.OcamlLexStep.Args
 
output - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
output - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
output - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
output - Variable in class com.facebook.buck.ocaml.OcamlYaccStep.Args
 
OUTPUT_FORMAT - Static variable in class com.facebook.buck.android.NativeLibraryProguardGenerator
 
outputArgs(String) - Method in interface com.facebook.buck.cxx.toolchain.Archiver
 
outputArgs(String) - Method in class com.facebook.buck.cxx.toolchain.BsdArchiver
 
outputArgs(String) - Method in interface com.facebook.buck.cxx.toolchain.Compiler
 
outputArgs(String) - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
outputArgs(String) - Method in class com.facebook.buck.cxx.toolchain.GnuArchiver
 
outputArgs(String) - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
outputArgs(String) - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
outputArgs(String) - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
 
outputArgs(String) - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
outputArgs(String) - Method in class com.facebook.buck.cxx.toolchain.WindowsArchiver
 
outputArgs(String) - Method in class com.facebook.buck.cxx.toolchain.WindowsCompiler
 
OutputData - Class in com.facebook.buck.rules.modern
 
OutputData() - Constructor for class com.facebook.buck.rules.modern.OutputData
 
outputDependenciesArgs(String) - Method in interface com.facebook.buck.cxx.toolchain.Compiler
 
outputDependenciesArgs(String) - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
outputDependenciesArgs(String) - Method in class com.facebook.buck.cxx.toolchain.WindowsCompiler
 
outputDirectory - Variable in class com.facebook.buck.testrunner.BaseRunner
 
outputFileCanBeCopied() - Method in class com.facebook.buck.lua.LuaBinary
 
outputFileCanBeCopied() - Method in class com.facebook.buck.python.PythonInPlaceBinary
 
outputFileCanBeCopied() - Method in interface com.facebook.buck.rules.BuildRule
 
outputFileCanBeCopied() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
OutputPath - Class in com.facebook.buck.rules.modern
Represents an output path of a Buildable.
OutputPath(String) - Constructor for class com.facebook.buck.rules.modern.OutputPath
 
OutputPath(Path) - Constructor for class com.facebook.buck.rules.modern.OutputPath
 
OutputPath.Internals - Class in com.facebook.buck.rules.modern
 
OutputPathResolver - Interface in com.facebook.buck.rules.modern
Provides Buildable's a way to construct Paths to outputs.
outputsHaveChanged() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
 
OutputToFileExpanderUtils - Class in com.facebook.buck.rules.macros
 
outputTrace(BuildId) - Method in interface com.facebook.buck.event.BuckEventListener
Output any trace data collected to the backing store.
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.CacheRateStatsListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.DistBuildClientEventListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.FileSerializationEventBusListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.HttpArtifactCacheEventListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.HttpArtifactCacheUploadListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.LoggingBuildListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.ParserProfilerLoggerListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.PerfTimesEventListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.RuleKeyDiagnosticsListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.io.WatchmanDiagnosticEventListener
 
overflow(String) - Static method in class com.facebook.buck.event.WatchmanStatusEvent
 
Overflow(String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.Overflow
 
OverrideScheduleRule - Interface in com.facebook.buck.rules
A interface for a BuildRule which overrides how it gets scheduled by the build engine.
overrideWith(Config) - Method in class com.facebook.buck.config.Config
 
OverwritingZipOutputStreamImpl - Class in com.facebook.buck.util.zip
An implementation of an OutputStream for zip files that allows newer entries to overwrite or refresh previously written entries.
OverwritingZipOutputStreamImpl(Clock, OutputStream) - Constructor for class com.facebook.buck.util.zip.OverwritingZipOutputStreamImpl
 
OwnerFunction - Class in com.facebook.buck.query
A "owner" query expression, which computes the rules that own the given files.
OwnerFunction() - Constructor for class com.facebook.buck.query.OwnerFunction
 

P

PACKAGE_NAME_PATTERN - Static variable in class com.facebook.buck.android.AdbHelper
Pattern that matches safe package names.
PackagedResource - Class in com.facebook.buck.util
Represents a zip that has been packaged as a resource with Buck, but which should be expanded at most once during Buck's execution (not per-build).
PackagedResource(ProjectFilesystem, Class<?>, String) - Constructor for class com.facebook.buck.util.PackagedResource
 
PackageInfo - Class in com.facebook.buck.android.exopackage
 
PackageInfo(String, String, String) - Constructor for class com.facebook.buck.android.exopackage.PackageInfo
 
PackageStringAssets - Class in com.facebook.buck.android
Buildable responsible for compiling non-english string resources to .fbstr files stored as assets.
Pair<FIRST,SECOND> - Class in com.facebook.buck.model
Simple type representing a pair of differently typed values.
Pair(FIRST, SECOND) - Constructor for class com.facebook.buck.model.Pair
 
PairTypeCoercer<FIRST,SECOND> - Class in com.facebook.buck.rules.coercer
Coerces from a 2-element collection into a pair.
PairTypeCoercer(TypeCoercer<FIRST>, TypeCoercer<SECOND>) - Constructor for class com.facebook.buck.rules.coercer.PairTypeCoercer
 
parallel() - Method in interface com.facebook.buck.util.RichStream
 
ParamInfo - Class in com.facebook.buck.rules.coercer
Represents a single field that can be represented in buck build files.
ParamInfo(TypeCoercerFactory, Method) - Constructor for class com.facebook.buck.rules.coercer.ParamInfo
 
ParamInfo.Traversal - Interface in com.facebook.buck.rules.coercer
 
ParamInfoException - Exception in com.facebook.buck.rules.coercer
Exception type thrown from `ParamInfo` methods.
ParamInfoException(String, String, Throwable) - Constructor for exception com.facebook.buck.rules.coercer.ParamInfoException
 
parent - Variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
parse(String) - Static method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
parse(CellPathResolver, String) - Method in class com.facebook.buck.cli.CommandLineTargetNodeSpecParser
 
parse(ImmutableList<String>) - Static method in class com.facebook.buck.cli.VerbosityParser
 
parse(ElfHeader.EIClass, ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection
 
parse(ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info
 
parse(ElfHeader.EIClass, ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable
 
parse(ElfHeader.EIClass, ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef
 
parse(ElfHeader.EIClass, ByteBuffer) - Static method in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed
 
parse(Locale, String) - Method in class com.facebook.buck.i18n.NumberFormatter
 
parse(Locale, String, ParsePosition) - Method in class com.facebook.buck.i18n.NumberFormatter
 
parse() - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
 
parse() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
 
parse() - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
parse() - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
 
PARSE - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
parse(String, BuildTargetPatternParser<?>, CellPathResolver) - Method in class com.facebook.buck.parser.BuildTargetParser
 
parse(CellPathResolver, String) - Method in class com.facebook.buck.parser.BuildTargetPatternParser
1.
parse(String, QueryEnvironment) - Static method in class com.facebook.buck.query.QueryExpression
Scan and parse the specified query expression.
parse(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
parse(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
 
parse(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.EnvironmentVariableMacroExpander
 
parse(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
 
parse(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.LocationMacroExpander
 
parse(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacroExpander
 
parse(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.QueryMacroExpander
 
parse(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.SimpleMacroExpander
 
parse(CellPathResolver, String) - Method in class com.facebook.buck.rules.VisibilityPatternParser
 
parse(Path) - Static method in class com.facebook.buck.test.XmlTestResultParser
 
parse(Path, Set<ChromeTraceParser.ChromeTraceEventMatcher<?>>) - Method in class com.facebook.buck.util.trace.ChromeTraceParser
Parses a Chrome trace and stops parsing once all of the specified matchers have been satisfied.
parse(Path) - Static method in class com.facebook.buck.util.xml.XmlDomParser
 
parse(String) - Static method in class com.facebook.buck.util.xml.XmlDomParser
 
parse(InputStream) - Static method in class com.facebook.buck.util.xml.XmlDomParser
 
parse(InputSource, boolean) - Static method in class com.facebook.buck.util.xml.XmlDomParser
 
parse(InputStream) - Static method in class com.facebook.buck.util.xml.XmlDomParserWithLineNumbers
 
parse(InputSource) - Static method in class com.facebook.buck.util.xml.XmlDomParserWithLineNumbers
Constructs a document builder, parses xml, then returns a document with a new DocumentLocation object stored as userData in each node
PARSE_FINISHED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
PARSE_STARTED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
PARSE_TIME_MACRO_HANDLER - Static variable in class com.facebook.buck.shell.AbstractGenruleDescription
 
parseAndroid(Path, String) - Static method in class com.facebook.buck.test.XmlTestResultParser
 
parseArgs(String...) - Method in class com.facebook.buck.testrunner.BaseRunner
Expected arguments are: (string) output directory (long) default timeout in milliseconds (0 for no timeout) (string) newline separated list of test selectors (string...) fully-qualified names of test classes
parseArguments(Parameters) - Method in class com.facebook.buck.cli.AdditionalOptionsSubCommandHandler
 
parseArguments(Parameters) - Method in class com.facebook.buck.cli.ConsumeAllOptionsHandler
 
parseArguments(Parameters) - Method in class com.facebook.buck.cli.ProjectCommand.AggregationModeOptionHandler
 
parseArguments(Parameters) - Method in class com.facebook.buck.cli.StringSetOptionHandler
 
parseArguments(Parameters) - Method in class com.facebook.buck.cli.TestCommand.CoverageReportFormatsHandler
 
parseArguments(Parameters) - Method in class com.facebook.buck.cli.TestSelectorOptions.TestSelectorsOptionHandler
 
parseArgumentsAsTargetNodeSpecs(BuckConfig, Iterable<String>) - Method in class com.facebook.buck.cli.AbstractCommand
 
parseArgumentsAsTargetNodeSpecs(BuckConfig, Iterable<String>) - Method in class com.facebook.buck.cli.PublishCommand
 
ParseBuckFileEvent - Class in com.facebook.buck.parser.events
Base class for events about parsing build files..
ParseBuckFileEvent(EventKey, Path) - Constructor for class com.facebook.buck.parser.events.ParseBuckFileEvent
 
ParseBuckFileEvent.Finished - Class in com.facebook.buck.parser.events
 
ParseBuckFileEvent.Started - Class in com.facebook.buck.parser.events
 
parseBuckFileFinished(ParseBuckFileEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
parseBuckFileStarted(ParseBuckFileEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ParseBuckProfilerReportEvent - Class in com.facebook.buck.json
 
ParseBuckProfilerReportEvent(EventKey, String) - Constructor for class com.facebook.buck.json.ParseBuckProfilerReportEvent
 
parseBuildTargetFromRawRule(Path, Optional<String>, Map<String, Object>, Path) - Static method in class com.facebook.buck.parser.RawNodeParsePipeline
 
parseBytes(String) - Static method in enum com.facebook.buck.util.unit.SizeUnit
Parses a string that represents a size into the number of bytes represented by that string.
parseClassHashes(List<String>) - Static method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
 
parseConfigFile(Path) - Static method in class com.facebook.buck.config.Configs
 
parseCxxSources(BuildTarget, BuildRuleResolver, SourcePathRuleFinder, SourcePathResolver, CxxPlatform, CxxConstructorArg) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
parseCxxSources(BuildTarget, BuildRuleResolver, SourcePathRuleFinder, SourcePathResolver, CxxPlatform, ImmutableSortedSet<SourceWithFlags>, PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
parseDefaultPropertiesFromPlist(InputStream, ImmutableMap.Builder<String, String>) - Static method in class com.facebook.buck.apple.xcode.xcspec.SDKSettings
Parses the contents of the provided SDKSettings.plist input stream and extracts the dictionary of DefaultProperties values.
ParseEvent - Class in com.facebook.buck.parser
Base class for events about parsing build files..
ParseEvent(EventKey, Iterable<BuildTarget>) - Constructor for class com.facebook.buck.parser.ParseEvent
 
ParseEvent.Finished - Class in com.facebook.buck.parser
 
ParseEvent.Started - Class in com.facebook.buck.parser
 
parseExopackageInfoMetadata(Path, Path, ProjectFilesystem) - Static method in class com.facebook.buck.android.exopackage.ExopackageInstaller
Parses a text file which is supposed to be in the following format: "file_path_without_spaces file_hash ...." i.e.
parseExportedHeaders(BuildTarget, BuildRuleResolver, SourcePathRuleFinder, SourcePathResolver, Optional<CxxPlatform>, CxxLibraryDescription.CommonArg) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
parseExportedPlatformHeaders(BuildTarget, BuildRuleResolver, SourcePathRuleFinder, SourcePathResolver, CxxPlatform, CxxLibraryDescription.CommonArg) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
parseFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
parseFinished(ParseEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
parseFinished(ParseEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
parseFinished(ParseEvent.Finished) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
parseFinished(ParseEvent.Finished) - Method in class com.facebook.buck.event.listener.PerfTimesEventListener
 
parseFinished(ParseEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
parseFinished(ParseEvent.Finished) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
parseFlavorString(String) - Method in class com.facebook.buck.model.FlavorParser
Given a comma-separated string of flavors, returns an iterable containing the separated names of the flavors inside.
parseHeaders(BuildTarget, BuildRuleResolver, SourcePathRuleFinder, SourcePathResolver, Optional<CxxPlatform>, CxxConstructorArg) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
parseObject(Locale, String, ParsePosition) - Method in class com.facebook.buck.i18n.NumberFormatter
 
parseOne(String) - Static method in class com.facebook.buck.doctor.UserInput
 
parseOutput(String, ImmutableSet.Builder<AppleSimulator>) - Static method in class com.facebook.buck.apple.simulator.SimctlListOutputParsing
Parses each line of output, adding any available simulators to simulatorsBuilder.
parsePathAndPackageInfo(String, String) - Static method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
ParsePipeline<T> - Class in com.facebook.buck.parser
Abstract node parsing pipeline.
ParsePipeline() - Constructor for class com.facebook.buck.parser.ParsePipeline
 
parseProfilePlistStream(InputStream) - Static method in class com.facebook.buck.apple.simulator.AppleSimulatorProfileParsing
 
parseProfilerReported(ParseBuckProfilerReportEvent) - Method in class com.facebook.buck.event.listener.ParserProfilerLoggerListener
 
Parser - Class in com.facebook.buck.parser
High-level build file parsing machinery.
Parser(BroadcastEventListener, ParserConfig, TypeCoercerFactory, ConstructorArgMarshaller) - Constructor for class com.facebook.buck.parser.Parser
 
parseRange(String) - Static method in class com.facebook.buck.doctor.UserInput
 
ParserConfig - Class in com.facebook.buck.parser
Immutable implementation of AbstractParserConfig.
parseResponse(ThriftProtocol, InputStream) - Static method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol
 
ParserMessages - Class in com.facebook.buck.parser
 
ParserMessages() - Constructor for class com.facebook.buck.parser.ParserMessages
 
ParserProfilerLoggerListener - Class in com.facebook.buck.event.listener
 
ParserProfilerLoggerListener(InvocationInfo, ProjectFilesystem) - Constructor for class com.facebook.buck.event.listener.ParserProfilerLoggerListener
 
ParserTargetNodeFactory<T> - Interface in com.facebook.buck.parser
Creates TargetNode instances for the parser.
parseStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
parseStarted(ParseEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
parseStarted(ParseEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
parseStarted(ParseEvent.Started) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
parseStarted(ParseEvent.Started) - Method in class com.facebook.buck.event.listener.PerfTimesEventListener
 
parseStarted(ParseEvent.Started) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
parseTargetsAndRunProjectGenerator(List<String>) - Method in class com.facebook.buck.ide.intellij.IjProjectCommandHelper
 
parseTargetsAndRunXCodeGenerator(ListeningExecutorService) - Method in class com.facebook.buck.apple.project_generator.XCodeProjectCommandHelper
 
PARSING_PROGRESS_UPDATED - Static variable in interface com.facebook.buck.event.external.events.ProgressEventInterface
 
ParsingEvent - Class in com.facebook.buck.event
 
ParsingEvent(EventKey, String) - Constructor for class com.facebook.buck.event.ParsingEvent
 
ParsingEvent.EnvVariableChange - Class in com.facebook.buck.event
 
ParsingEvent.SymlinkInvalidation - Class in com.facebook.buck.event
 
ParsingJavaPackageFinder - Class in com.facebook.buck.ide.intellij.lang.java
Finds the package for a given file by looking at its contents first.
ParsingJavaPackageFinder() - Constructor for class com.facebook.buck.ide.intellij.lang.java.ParsingJavaPackageFinder
 
ParsingJavaPackageFinder.PathComponentCountOrder - Class in com.facebook.buck.ide.intellij.lang.java
 
parsingProgressUpdated(double) - Static method in class com.facebook.buck.event.ProgressEvent
 
ParsingProgressUpdated(double) - Constructor for class com.facebook.buck.event.ProgressEvent.ParsingProgressUpdated
 
parsingProgressUpdated(ProgressEvent.ParsingProgressUpdated) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
password - Variable in class com.facebook.buck.maven.ArtifactConfig.Repository
 
PATH - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
PATH_TO_JACOCO_AGENT_JAR - Static variable in class com.facebook.buck.jvm.java.JacocoConstants
 
PathArguments - Class in com.facebook.buck.cli
 
PathComponentCountOrder() - Constructor for class com.facebook.buck.ide.intellij.lang.java.ParsingJavaPackageFinder.PathComponentCountOrder
 
PathHashing - Class in com.facebook.buck.hashing
 
pathInJar - Variable in class com.facebook.buck.jvm.java.JarFileObject
 
PathListing - Class in com.facebook.buck.io
Utility class to list files which match a pattern, applying ordering and filtering.
PathListing.FilterMode - Enum in com.facebook.buck.io
Whether to include files which match the filter, or exclude them.
PathListing.PathModifiedTimeFetcher - Interface in com.facebook.buck.io
Fetches last-modified time from a path.
PathOrGlobMatcher - Class in com.facebook.buck.io
 
PathOrGlobMatcher(Path) - Constructor for class com.facebook.buck.io.PathOrGlobMatcher
 
PathOrGlobMatcher(Path, String) - Constructor for class com.facebook.buck.io.PathOrGlobMatcher
 
PathOrGlobMatcher(PathMatcher, String) - Constructor for class com.facebook.buck.io.PathOrGlobMatcher
 
PathOrGlobMatcher(String) - Constructor for class com.facebook.buck.io.PathOrGlobMatcher
 
PathOrGlobMatcher.Type - Enum in com.facebook.buck.io
 
PathShortener - Interface in com.facebook.buck.cxx.toolchain
A function that may shorten a given path using variou strategies.
PathSourcePath - Class in com.facebook.buck.rules
 
PathSourcePath(ProjectFilesystem, String, Supplier<Path>) - Constructor for class com.facebook.buck.rules.PathSourcePath
 
PathSourcePath(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.rules.PathSourcePath
 
PathStats(Path, long, long, long) - Constructor for class com.facebook.buck.util.DirectoryCleaner.PathStats
 
pathToClassName(String) - Static method in class com.facebook.buck.util.zip.JarBuilder
 
pathToFile() - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
 
pathToOutDirectory - Variable in class com.facebook.buck.shell.Genrule
 
pathToOutFile - Variable in class com.facebook.buck.shell.Genrule
 
PathTypeCoercer - Class in com.facebook.buck.rules.coercer
 
PathTypeCoercer(PathTypeCoercer.PathExistenceVerificationMode) - Constructor for class com.facebook.buck.rules.coercer.PathTypeCoercer
 
PathTypeCoercer.PathExistenceVerificationMode - Enum in com.facebook.buck.rules.coercer
 
pathWithinArchive() - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
 
pathWithPlatformSeparators(String) - Static method in class com.facebook.buck.io.MorePaths
 
pathWithPlatformSeparators(Path) - Static method in class com.facebook.buck.io.MorePaths
 
pathWithUnixSeparators(String) - Static method in class com.facebook.buck.io.MorePaths
 
pathWithUnixSeparators(Path) - Static method in class com.facebook.buck.io.MorePaths
 
pathWithUnixSeparatorsAndTrailingSlash(Path) - Static method in class com.facebook.buck.io.MorePaths
 
pathWithWindowsSeparators(Path) - Static method in class com.facebook.buck.io.MorePaths
 
PATTERN - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
PatternAndMessage - Class in com.facebook.buck.util
A class that holds a pattern and a message related to this pattern.
PatternAndMessage.Builder - Class in com.facebook.buck.util
Builds instances of type PatternAndMessage.
PatternMatchedCollection<T> - Class in com.facebook.buck.rules.coercer
 
PatternMatchedCollection.Builder<T> - Class in com.facebook.buck.rules.coercer
 
PatternMatchedCollectionTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
 
PatternMatchedCollectionTypeCoercer(TypeCoercer<Pattern>, TypeCoercer<T>) - Constructor for class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
 
PatternsMatcher - Class in com.facebook.buck.util
Helper class that keeps a list of compiled patterns and provides a method to check whether a string matches at least one of them.
PatternsMatcher(Iterable<String>) - Constructor for class com.facebook.buck.util.PatternsMatcher
 
PatternsMatcher(ImmutableSet<Pattern>) - Constructor for class com.facebook.buck.util.PatternsMatcher
 
PatternTestSelector - Class in com.facebook.buck.test.selectors
A TestDescription will match if this selector's class-part is a substring of the TestDescription's full class-name, or if this selector's class-name, when interpreted as a java.util.regex regular-expression, matches the TestDescription's full class-name.
PatternTypeCoercer - Class in com.facebook.buck.rules.coercer
 
PatternTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.PatternTypeCoercer
 
PBXAggregateTarget - Class in com.facebook.buck.apple.xcode.xcodeproj
Target backed by shell scripts or nothing (only specifying dependencies).
PBXAggregateTarget(String) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXAggregateTarget
 
PBXBuildFile - Class in com.facebook.buck.apple.xcode.xcodeproj
File referenced by a build phase, unique to each build phase.
PBXBuildFile(PBXReference) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
PBXBuildPhase - Class in com.facebook.buck.apple.xcode.xcodeproj
Superclass of build phases.
PBXBuildPhase() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildPhase
 
PBXBuildStyle - Class in com.facebook.buck.apple.xcode.xcodeproj
 
PBXBuildStyle(String) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
 
PBXContainer - Class in com.facebook.buck.apple.xcode.xcodeproj
Superclass of all container types.
PBXContainer() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXContainer
 
PBXContainerItem - Class in com.facebook.buck.apple.xcode.xcodeproj
Superclass in Xcode's object hierarchy, has no non-structural functionality here.
PBXContainerItem() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItem
 
PBXContainerItemProxy - Class in com.facebook.buck.apple.xcode.xcodeproj
Reference to another object used by PBXTargetDependency.
PBXContainerItemProxy(PBXObject, String, PBXContainerItemProxy.ProxyType) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
 
PBXContainerItemProxy.ProxyType - Enum in com.facebook.buck.apple.xcode.xcodeproj
 
PBXCopyFilesBuildPhase - Class in com.facebook.buck.apple.xcode.xcodeproj
 
PBXCopyFilesBuildPhase(CopyFilePhaseDestinationSpec) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase
 
PBXCopyFilesBuildPhase.Destination - Enum in com.facebook.buck.apple.xcode.xcodeproj
The prefix path, this does not use SourceTreePath and build variables but rather some sort of enum.
PBXFileReference - Class in com.facebook.buck.apple.xcode.xcodeproj
Reference to a concrete file.
PBXFileReference(String, String, PBXReference.SourceTree, Optional<String>) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
 
PBXFrameworksBuildPhase - Class in com.facebook.buck.apple.xcode.xcodeproj
Build phase representing the linking step of a target.
PBXFrameworksBuildPhase() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXFrameworksBuildPhase
 
PBXGroup - Class in com.facebook.buck.apple.xcode.xcodeproj
A collection of files in Xcode's virtual filesystem hierarchy.
PBXGroup(String, String, PBXReference.SourceTree) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
PBXGroup.SortPolicy - Enum in com.facebook.buck.apple.xcode.xcodeproj
Method by which group contents will be sorted.
PBXHeadersBuildPhase - Class in com.facebook.buck.apple.xcode.xcodeproj
Build phase that copies header files into the output headers directory.
PBXHeadersBuildPhase() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXHeadersBuildPhase
 
PBXNativeTarget - Class in com.facebook.buck.apple.xcode.xcodeproj
Concrete target type representing targets built by xcode itself, rather than an external build system.
PBXNativeTarget(String) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXNativeTarget
 
PBXObject - Class in com.facebook.buck.apple.xcode.xcodeproj
 
PBXObject() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
 
PBXProject - Class in com.facebook.buck.apple.xcode.xcodeproj
The root object representing the project itself.
PBXProject(String) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
PBXProjectItem - Class in com.facebook.buck.apple.xcode.xcodeproj
 
PBXProjectItem() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXProjectItem
 
PBXReference - Class in com.facebook.buck.apple.xcode.xcodeproj
Superclass for file, directories, and groups.
PBXReference(String, String, PBXReference.SourceTree) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
PBXReference.SourceTree - Enum in com.facebook.buck.apple.xcode.xcodeproj
 
PBXResourcesBuildPhase - Class in com.facebook.buck.apple.xcode.xcodeproj
Lists the files to be copied into the output resources directory for the containing PBXTarget.
PBXResourcesBuildPhase() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXResourcesBuildPhase
 
PBXShellScriptBuildPhase - Class in com.facebook.buck.apple.xcode.xcodeproj
Build phase which represents running a shell script.
PBXShellScriptBuildPhase() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
 
PBXSourcesBuildPhase - Class in com.facebook.buck.apple.xcode.xcodeproj
Lists the files to be compiled for the containing PBXTarget.
PBXSourcesBuildPhase() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXSourcesBuildPhase
 
PBXTarget - Class in com.facebook.buck.apple.xcode.xcodeproj
Information for building a specific artifact (a library, binary, or test).
PBXTarget(String) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
PBXTargetDependency - Class in com.facebook.buck.apple.xcode.xcodeproj
Element of the PBXTarget.dependencies.
PBXTargetDependency(PBXContainerItemProxy) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXTargetDependency
 
PBXVariantGroup - Class in com.facebook.buck.apple.xcode.xcodeproj
 
PBXVariantGroup(String, String, PBXReference.SourceTree) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXVariantGroup
 
peek() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
peek(Consumer<? super T>) - Method in interface com.facebook.buck.util.RichStream
 
PER_SERVER_CATEGORY - Static variable in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
PerBuildState - Class in com.facebook.buck.parser
 
PerBuildState(Parser, BuckEventBus, ListeningExecutorService, Cell, boolean, PerBuildState.SpeculativeParsing) - Constructor for class com.facebook.buck.parser.PerBuildState
 
PerBuildState.SpeculativeParsing - Enum in com.facebook.buck.parser
 
PerfEventId - Class in com.facebook.buck.event
Immutable implementation of SimplePerfEvent.AbstractPerfEventId.
PerfEventId.Builder - Class in com.facebook.buck.event
Builds instances of type PerfEventId.
performDistributedBuildDurationMs() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
performedLocalBuild() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
performUploadToArtifactCache(ImmutableSet<RuleKey>, ArtifactCache, BuckEventBus) - Method in class com.facebook.buck.rules.BuildInfoRecorder
Creates a zip file of the metadata and recorded artifacts and stores it in the artifact cache.
PerfStatsEvent() - Constructor for class com.facebook.buck.util.perf.PerfStatsTracking.PerfStatsEvent
 
PerfStatsTracking - Class in com.facebook.buck.util.perf
Periodically probes for process-wide perf-related metrics.
PerfStatsTracking(BuckEventBus, InvocationInfo) - Constructor for class com.facebook.buck.util.perf.PerfStatsTracking
 
PerfStatsTracking.MemoryPerfStatsEvent - Class in com.facebook.buck.util.perf
 
PerfStatsTracking.PerfStatsEvent - Class in com.facebook.buck.util.perf
 
PerfTimesEventListener - Class in com.facebook.buck.event.listener
 
PerfTimesEventListener(BuckEventBus, ExecutionEnvironment) - Constructor for class com.facebook.buck.event.listener.PerfTimesEventListener
 
PerfTimesEventListener.PerfTimesEvent - Class in com.facebook.buck.event.listener
 
PerfTimesStats - Class in com.facebook.buck.log
Immutable implementation of AbstractPerfTimesStats.
PerfTimesStats.Builder - Class in com.facebook.buck.log
Builds instances of type PerfTimesStats.
PerRuleCumulativeStats - Class in com.facebook.buck.distributed
Immutable implementation of DistBuildPostBuildAnalysis.AbstractPerRuleCumulativeStats.
PerRuleCumulativeStats.Builder - Class in com.facebook.buck.distributed
Builds instances of type PerRuleCumulativeStats.
perRuleStats() - Method in class com.facebook.buck.distributed.AnalysisResults
 
PerServerData - Class in com.facebook.buck.slb
Immutable implementation of ServerHealthManagerEvent.AbstractPerServerData.
PerServerData.Builder - Class in com.facebook.buck.slb
Builds instances of type PerServerData.
PerServerPingData - Class in com.facebook.buck.slb
Immutable implementation of LoadBalancerPingEvent.AbstractPerServerPingData.
PerServerPingData.Builder - Class in com.facebook.buck.slb
Builds instances of type PerServerPingData.
PexStep - Class in com.facebook.buck.python
 
PexStep(ProjectFilesystem, ImmutableMap<String, String>, ImmutableList<String>, Path, PythonVersion, Path, Path, String, ImmutableMap<Path, Path>, ImmutableMap<Path, Path>, ImmutableMap<Path, Path>, ImmutableSet<Path>, ImmutableSet<String>, boolean) - Constructor for class com.facebook.buck.python.PexStep
 
ping(int) - Method in interface com.facebook.buck.jvm.java.OutOfProcessJavacConnectionInterface
For testing purposes.
ping(int) - Method in class com.facebook.buck.oop_javac.OutOfProcessInvocationReceiver
 
PkillProcessManager - Class in com.facebook.buck.util
Checks for and kills processes by name.
PkillProcessManager(ProcessExecutor) - Constructor for class com.facebook.buck.util.PkillProcessManager
 
Platform - Enum in com.facebook.buck.util.environment
 
PLATFORM_DOMAIN - Static variable in class com.facebook.buck.js.JsFlavors
 
platformArgForRelease(Set<Flavor>) - Static method in class com.facebook.buck.js.JsFlavors
 
PluginClassLoader - Interface in com.facebook.buck.jvm.java.plugin.api
Utility interface for loading classes that live in Buck's Java compiler plugin.
PluginClassLoaderFactory - Interface in com.facebook.buck.jvm.java.plugin.api
Factory interface for PluginClassLoaders for different compiler instances
PluginLoader - Class in com.facebook.buck.jvm.java.plugin
Loads the Buck javac plugin JAR using the ClassLoader of a particular compiler instance.
plurals - Variable in class com.facebook.buck.android.StringResources
 
poll() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
poll(long, TimeUnit) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
Pom - Class in com.facebook.buck.maven
 
Pom(SourcePathResolver, Path, MavenPublishable) - Constructor for class com.facebook.buck.maven.Pom
 
populate(CellPathResolver, ProjectFilesystem, BuildTarget, Class<T>, ImmutableSet.Builder<BuildTarget>, Map<String, ?>) - Method in class com.facebook.buck.rules.coercer.ConstructorArgMarshaller
Use the information contained in the params to fill in the public fields and settable properties of dto.
populateCxxBinaryDescriptionArg(SourcePathResolver, CxxBinaryDescriptionArg.Builder, AppleNativeTargetDescriptionArg, BuildTarget) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
populateCxxConstructorArg(SourcePathResolver, AppleNativeTargetDescriptionArg, BuildTarget, Consumer<ImmutableSortedSet<SourceWithFlags>>, Consumer<SourceList>, Consumer<String>) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
populateCxxLibraryDescriptionArg(SourcePathResolver, CxxLibraryDescriptionArg.Builder, AppleNativeTargetDescriptionArg, BuildTarget) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
populateLinkerArguments(BuildTarget, BuildRuleResolver, Linker.LinkableDepType, ImmutableList.Builder<Arg>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
populateLinkerArguments(BuildTarget, BuildRuleResolver, Linker.LinkableDepType, ImmutableList.Builder<Arg>) - Method in interface com.facebook.buck.cxx.CxxLibraryDescriptionDelegate
Provides the ability for the plugin to provide additional arguments to the linker.
populateLinkerArguments(ImmutableList.Builder<Arg>, SwiftPlatform, Linker.LinkableDepType) - Static method in class com.facebook.buck.swift.SwiftRuntimeNativeLinkable
 
populateSwiftLibraryDescriptionArg(SourcePathResolver, SwiftLibraryDescriptionArg.Builder, CxxLibraryDescription.CommonArg, BuildTarget) - Static method in class com.facebook.buck.swift.SwiftDescriptions
 
populateVisibilityPatterns(CellPathResolver, String, Object, BuildTarget) - Static method in class com.facebook.buck.rules.coercer.ConstructorArgMarshaller
 
PositionalXmlHandler - Class in com.facebook.buck.util.xml
Builds a DOM tree that maintains element line and column numbers in userData
PositionalXmlHandler() - Constructor for class com.facebook.buck.util.xml.PositionalXmlHandler
 
PosixNmSymbolNameTool - Class in com.facebook.buck.cxx.toolchain
A SymbolNameTool implementation using a POSIX-compliant `nm` utility (http://pubs.opengroup.org/onlinepubs/009696699/utilities/nm.html).
PosixNmSymbolNameTool(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.PosixNmSymbolNameTool
 
possiblyIncludesClassName(String) - Method in class com.facebook.buck.test.selectors.TestSelectorList
Returns true if it is *possible* for the given classname to include tests.
post(BuckEvent) - Method in class com.facebook.buck.event.DefaultBuckEventBus
 
post(BuckEvent, BuckEvent) - Method in class com.facebook.buck.event.DefaultBuckEventBus
Post event to the EventBus using the timestamp given by atTime.
post(BuckEvent) - Method in interface com.facebook.buck.event.EventDispatcher
 
post(BuckEvent, BuckEvent) - Method in interface com.facebook.buck.event.EventDispatcher
 
post(String) - Method in class com.facebook.buck.util.network.BlockingHttpEndpoint
 
post(String) - Method in interface com.facebook.buck.util.network.HttpEndpoint
 
postBuildAnalysisDurationMs() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
postDistBuildLocalStepsDurationMs() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
PostEnterTaskListener - Class in com.facebook.buck.jvm.java.plugin.adapter
A TaskListener that runs some code after the final enter phase.
PostEnterTaskListener(BuckJavacTask, Consumer<Set<Element>>) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.PostEnterTaskListener
 
postEvents(BuckEventBus, WatchmanWatcher.FreshInstanceAction) - Method in class com.facebook.buck.io.WatchmanWatcher
Query Watchman for file change events.
postprocessClassesCommands - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
postWithoutConfiguring(BuckEvent) - Method in class com.facebook.buck.event.DefaultBuckEventBus
 
postWithoutConfiguring(BuckEvent) - Method in interface com.facebook.buck.event.EventDispatcher
 
PrebuiltAppleFramework - Class in com.facebook.buck.apple
 
PrebuiltAppleFramework(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePath, NativeLinkable.Linkage, ImmutableSet<FrameworkPath>, Optional<Pattern>, Function<? super CxxPlatform, ImmutableList<String>>) - Constructor for class com.facebook.buck.apple.PrebuiltAppleFramework
 
PrebuiltAppleFrameworkDescription - Class in com.facebook.buck.apple
 
PrebuiltAppleFrameworkDescription(FlavorDomain<AppleCxxPlatform>) - Constructor for class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
 
PrebuiltAppleFrameworkDescriptionArg - Class in com.facebook.buck.apple
Immutable implementation of PrebuiltAppleFrameworkDescription.AbstractPrebuiltAppleFrameworkDescriptionArg.
PrebuiltAppleFrameworkDescriptionArg.Builder - Class in com.facebook.buck.apple
Builds instances of type PrebuiltAppleFrameworkDescriptionArg.
PrebuiltCxxLibrary - Class in com.facebook.buck.cxx
 
PrebuiltCxxLibraryDescription - Class in com.facebook.buck.cxx
 
PrebuiltCxxLibraryDescription(CxxBuckConfig, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
 
PrebuiltCxxLibraryDescriptionArg - Class in com.facebook.buck.cxx
Immutable implementation of PrebuiltCxxLibraryDescription.AbstractPrebuiltCxxLibraryDescriptionArg.
PrebuiltCxxLibraryDescriptionArg.Builder - Class in com.facebook.buck.cxx
Builds instances of type PrebuiltCxxLibraryDescriptionArg.
PrebuiltCxxLibraryGroupDescription - Class in com.facebook.buck.cxx
Immutable implementation of AbstractPrebuiltCxxLibraryGroupDescription.
PrebuiltCxxLibraryGroupDescriptionArg - Class in com.facebook.buck.cxx
Immutable implementation of AbstractPrebuiltCxxLibraryGroupDescription.AbstractPrebuiltCxxLibraryGroupDescriptionArg.
PrebuiltCxxLibraryGroupDescriptionArg.Builder - Class in com.facebook.buck.cxx
Builds instances of type PrebuiltCxxLibraryGroupDescriptionArg.
PrebuiltDotnetLibrary - Class in com.facebook.buck.dotnet
 
PrebuiltDotnetLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathResolver, SourcePath) - Constructor for class com.facebook.buck.dotnet.PrebuiltDotnetLibrary
 
PrebuiltDotnetLibraryDescription - Class in com.facebook.buck.dotnet
 
PrebuiltDotnetLibraryDescription() - Constructor for class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescription
 
PrebuiltDotnetLibraryDescriptionArg - Class in com.facebook.buck.dotnet
Immutable implementation of PrebuiltDotnetLibraryDescription.AbstractPrebuiltDotnetLibraryDescriptionArg.
PrebuiltDotnetLibraryDescriptionArg.Builder - Class in com.facebook.buck.dotnet
Builds instances of type PrebuiltDotnetLibraryDescriptionArg.
PrebuiltHaskellLibrary - Class in com.facebook.buck.haskell
 
PrebuiltHaskellLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams) - Constructor for class com.facebook.buck.haskell.PrebuiltHaskellLibrary
 
PrebuiltJar - Class in com.facebook.buck.jvm.java
 
PrebuiltJar(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathResolver, SourcePath, Optional<SourcePath>, Optional<SourcePath>, Optional<String>, Optional<String>, boolean, boolean) - Constructor for class com.facebook.buck.jvm.java.PrebuiltJar
 
PrebuiltJarDescription - Class in com.facebook.buck.jvm.java
 
PrebuiltJarDescription() - Constructor for class com.facebook.buck.jvm.java.PrebuiltJarDescription
 
PrebuiltJarDescriptionArg - Class in com.facebook.buck.jvm.java
Immutable implementation of PrebuiltJarDescription.AbstractPrebuiltJarDescriptionArg.
PrebuiltJarDescriptionArg.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type PrebuiltJarDescriptionArg.
PrebuiltNativeLibrary - Class in com.facebook.buck.android
An object that represents the resources prebuilt native library.
PrebuiltNativeLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, Path, boolean, ImmutableSortedSet<? extends SourcePath>) - Constructor for class com.facebook.buck.android.PrebuiltNativeLibrary
 
PrebuiltNativeLibraryDescription - Class in com.facebook.buck.android
 
PrebuiltNativeLibraryDescription() - Constructor for class com.facebook.buck.android.PrebuiltNativeLibraryDescription
 
PrebuiltNativeLibraryDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of PrebuiltNativeLibraryDescription.AbstractPrebuiltNativeLibraryDescriptionArg.
PrebuiltNativeLibraryDescriptionArg.Builder - Class in com.facebook.buck.android
Builds instances of type PrebuiltNativeLibraryDescriptionArg.
PrebuiltOcamlLibraryDescription - Class in com.facebook.buck.ocaml
Prebuilt OCaml library
PrebuiltOcamlLibraryDescription() - Constructor for class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription
 
PrebuiltOcamlLibraryDescriptionArg - Class in com.facebook.buck.ocaml
Immutable implementation of PrebuiltOcamlLibraryDescription.AbstractPrebuiltOcamlLibraryDescriptionArg.
PrebuiltOcamlLibraryDescriptionArg.Builder - Class in com.facebook.buck.ocaml
Builds instances of type PrebuiltOcamlLibraryDescriptionArg.
PrebuiltPythonLibrary - Class in com.facebook.buck.python
 
PrebuiltPythonLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePath) - Constructor for class com.facebook.buck.python.PrebuiltPythonLibrary
 
PrebuiltPythonLibraryDescription - Class in com.facebook.buck.python
 
PrebuiltPythonLibraryDescription() - Constructor for class com.facebook.buck.python.PrebuiltPythonLibraryDescription
 
PrebuiltPythonLibraryDescriptionArg - Class in com.facebook.buck.python
Immutable implementation of PrebuiltPythonLibraryDescription.AbstractPrebuiltPythonLibraryDescriptionArg.
PrebuiltPythonLibraryDescriptionArg.Builder - Class in com.facebook.buck.python
Builds instances of type PrebuiltPythonLibraryDescriptionArg.
PrebuiltRustLibraryDescription - Class in com.facebook.buck.rust
 
PrebuiltRustLibraryDescription() - Constructor for class com.facebook.buck.rust.PrebuiltRustLibraryDescription
 
PrebuiltRustLibraryDescriptionArg - Class in com.facebook.buck.rust
Immutable implementation of PrebuiltRustLibraryDescription.AbstractPrebuiltRustLibraryDescriptionArg.
PrebuiltRustLibraryDescriptionArg.Builder - Class in com.facebook.buck.rust
Builds instances of type PrebuiltRustLibraryDescriptionArg.
precompiledHeaderArgs(Path) - Method in class com.facebook.buck.cxx.toolchain.ClangPreprocessor
 
precompiledHeaderArgs(Path) - Method in class com.facebook.buck.cxx.toolchain.GccPreprocessor
 
precompiledHeaderArgs(Path) - Method in interface com.facebook.buck.cxx.toolchain.Preprocessor
 
precompiledHeaderArgs(Path) - Method in class com.facebook.buck.cxx.toolchain.WindowsPreprocessor
 
precomputedWorkCache - Variable in class com.facebook.buck.rules.args.MacroArg
 
precomputeWork(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
precomputeWork(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in interface com.facebook.buck.rules.macros.MacroExpander
 
precomputeWorkFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
precomputeWorkFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpanderWithoutPrecomputedWork
 
precomputeWorkFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T) - Method in class com.facebook.buck.rules.macros.QueryMacroExpander
 
Preconditions - Class in com.facebook.buck.util.liteinfersupport
Read description of Nullable.
PreDexedFilesSorter - Class in com.facebook.buck.android
Responsible for bucketing pre-dexed objects into primary and secondary dex files.
PreDexedFilesSorter(Optional<DexWithClasses>, ImmutableMultimap<APKModule, DexWithClasses>, ImmutableSet<String>, APKModuleGraph, Path, long, DexStore, Path, Path) - Constructor for class com.facebook.buck.android.PreDexedFilesSorter
 
PreDexedFilesSorter.DexStoreContents - Class in com.facebook.buck.android
 
PreDexedFilesSorter.Result - Class in com.facebook.buck.android
 
PreDexMerge - Class in com.facebook.buck.android
Buildable that is responsible for: Bucketing pre-dexed jars into lists for primary and secondary dex files (if the app is split-dex).
PreDexMerge(BuildTarget, ProjectFilesystem, BuildRuleParams, DexSplitMode, APKModuleGraph, ImmutableMultimap<APKModule, DexProducedFromJavaLibrary>, DexProducedFromJavaLibrary, ListeningExecutorService, Optional<Integer>, Optional<String>) - Constructor for class com.facebook.buck.android.PreDexMerge
 
PREFIX_BUILD_RULE_FINISHED - Static variable in class com.facebook.buck.log.MachineReadableLogConfig
 
PREFIX_CACHE_STATS - Static variable in class com.facebook.buck.log.MachineReadableLogConfig
 
PREFIX_EXIT_CODE - Static variable in class com.facebook.buck.log.MachineReadableLogConfig
 
PREFIX_INVOCATION_INFO - Static variable in class com.facebook.buck.log.MachineReadableLogConfig
 
PREFIX_PERFTIMES_COMPLETE - Static variable in class com.facebook.buck.log.MachineReadableLogConfig
 
PREFIX_PERFTIMES_UPDATE - Static variable in class com.facebook.buck.log.MachineReadableLogConfig
 
prefixHeaderArgs(SourcePathResolver, SourcePath) - Method in class com.facebook.buck.cxx.toolchain.ClangPreprocessor
 
prefixHeaderArgs(SourcePathResolver, SourcePath) - Method in class com.facebook.buck.cxx.toolchain.GccPreprocessor
 
prefixHeaderArgs(SourcePathResolver, SourcePath) - Method in interface com.facebook.buck.cxx.toolchain.Preprocessor
 
prefixHeaderArgs(SourcePathResolver, SourcePath) - Method in class com.facebook.buck.cxx.toolchain.WindowsPreprocessor
 
PrefixMapDebugPathSanitizer - Class in com.facebook.buck.cxx.toolchain
This sanitizer works by depending on the compiler's -fdebug-prefix-map flag to properly ensure that the output only contains references to the mapped-to paths (i.e.
PrefixMapDebugPathSanitizer(String, ImmutableBiMap<Path, String>) - Constructor for class com.facebook.buck.cxx.toolchain.PrefixMapDebugPathSanitizer
 
prefixOrPCHArgs(SourcePathResolver, Optional<SourcePath>, Optional<Path>) - Method in interface com.facebook.buck.cxx.toolchain.Preprocessor
 
PregeneratedCodeWriter - Class in com.facebook.buck.ide.intellij
 
PregeneratedCodeWriter(IjProjectTemplateDataPreparer, IjProjectConfig, ProjectFilesystem) - Constructor for class com.facebook.buck.ide.intellij.PregeneratedCodeWriter
 
preloadEnvVar() - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
preloadEnvVar() - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
preloadEnvVar() - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
 
preloadEnvVar() - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
preloadTargetPatterns(Iterable<String>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
preloadTargetPatterns(Iterable<String>, ListeningExecutorService) - Method in class com.facebook.buck.cli.TargetPatternEvaluator
Attempts to parse and load the given collection of patterns.
prepareExecutionContext(CommandRunnerParams) - Method in class com.facebook.buck.cli.AbstractCommand
 
preparse(JavaFileParser, ProjectFilesystem, ImmutableSet<Path>, JavaPackageFinder) - Static method in class com.facebook.buck.ide.intellij.lang.java.ParsingJavaPackageFinder
Creates a hybrid JavaPackageFinder which will resolve packages for the selected paths based on parsing the source files and use the fallbackPackageFinder for everything else.
preprocessAndCompile(BuildTarget, ProjectFilesystem, BuildRuleParams, PreprocessorDelegate, CompilerDelegate, Path, SourcePath, AbstractCxxSource.Type, Optional<CxxPrecompiledHeader>, DebugPathSanitizer, Optional<SymlinkTree>) - Static method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
Preprocessor - Interface in com.facebook.buck.cxx.toolchain
 
PreprocessorDelegateCacheKey - Class in com.facebook.buck.cxx
Immutable implementation of AbstractCxxSourceRuleFactory.AbstractPreprocessorDelegateCacheKey.
PreprocessorFlags - Class in com.facebook.buck.cxx
Immutable implementation of AbstractPreprocessorFlags.
PreprocessorFlags.Builder - Class in com.facebook.buck.cxx
Builds instances of type PreprocessorFlags.
PreprocessorProvider - Class in com.facebook.buck.cxx.toolchain
 
PreprocessorProvider(Path, Optional<CxxToolProvider.Type>) - Constructor for class com.facebook.buck.cxx.toolchain.PreprocessorProvider
 
PreprocessorProvider(ToolProvider, CxxToolProvider.Type) - Constructor for class com.facebook.buck.cxx.toolchain.PreprocessorProvider
 
presentRageResult(Optional<DefectSubmitResult>) - Method in class com.facebook.buck.doctor.DoctorReportHelper
 
presentResponse(DoctorEndpointResponse) - Method in class com.facebook.buck.doctor.DoctorReportHelper
 
primaryDexInputs - Variable in class com.facebook.buck.android.PreDexedFilesSorter.Result
 
print(Appendable) - Method in class com.facebook.buck.apple.clang.HeaderMap
 
print(boolean) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(char) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(int) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(long) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(float) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(double) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(char[]) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(String) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(Object) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
printBuildFailure(String) - Method in class com.facebook.buck.util.Console
Prints an error message prefixed with BUILD FAILED to stderr that will be highlighted in red if stderr is a tty.
printBuildFailureWithoutStacktraceDontUnwrap(Throwable) - Method in class com.facebook.buck.util.Console
Prints the message of the Throwable as a build failure.
printBuildFailureWithStacktrace(Throwable) - Method in class com.facebook.buck.util.Console
Prints the root cause of the Throwable with its stacktrace as a build failure.
printErrorText(String) - Method in class com.facebook.buck.util.Console
Prints an error message to stderr that will be highlighted in red if stderr is a tty.
printErrorText(String, Object...) - Method in class com.facebook.buck.util.Console
Prints a formatted error message.
printf(String, Object...) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
printf(Locale, String, Object...) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
printf(String, Object...) - Method in class com.facebook.buck.util.ThrowingPrintWriter
 
PrintHeaderMap - Class in com.facebook.buck.apple.clang
 
printHighlightedSuccessText(PrintStream, String) - Method in class com.facebook.buck.util.Ansi
 
printJSON(CommandRunnerParams, Multimap<String, QueryTarget>) - Static method in class com.facebook.buck.cli.CommandHelper
 
printJSON(CommandRunnerParams, Set<QueryTarget>) - Static method in class com.facebook.buck.cli.CommandHelper
 
println() - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(boolean) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(char) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(int) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(long) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(float) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(double) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(char[]) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(String) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(Object) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(boolean) - Method in class com.facebook.buck.util.ThrowingPrintWriter
 
println(char) - Method in class com.facebook.buck.util.ThrowingPrintWriter
 
println(int) - Method in class com.facebook.buck.util.ThrowingPrintWriter
 
println(long) - Method in class com.facebook.buck.util.ThrowingPrintWriter
 
println(float) - Method in class com.facebook.buck.util.ThrowingPrintWriter
 
println(double) - Method in class com.facebook.buck.util.ThrowingPrintWriter
 
println(char[]) - Method in class com.facebook.buck.util.ThrowingPrintWriter
 
println(Object) - Method in class com.facebook.buck.util.ThrowingPrintWriter
 
println(String) - Method in class com.facebook.buck.util.ThrowingPrintWriter
 
println() - Method in class com.facebook.buck.util.ThrowingPrintWriter
 
printlnHighlightedFailureText(PrintStream, String) - Method in class com.facebook.buck.util.Ansi
 
printMessage(Diagnostic.Kind, CharSequence) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TreesMessager
 
printMessage(Diagnostic.Kind, CharSequence, Element) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TreesMessager
 
printMessage(Diagnostic.Kind, CharSequence, Element, AnnotationMirror) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TreesMessager
 
printMessage(Diagnostic.Kind, CharSequence, Element, AnnotationMirror, AnnotationValue) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TreesMessager
 
printSevereWarningDirectly(String) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
printSevereWarningDirectly(String) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
printSevereWarningDirectly(String) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
printShortDescription(Command, PrintStream) - Static method in class com.facebook.buck.cli.CommandHelper
 
PrintStreamProcessExecutorFactory - Class in com.facebook.buck.util
 
PrintStreamProcessExecutorFactory() - Constructor for class com.facebook.buck.util.PrintStreamProcessExecutorFactory
 
printSuccess(String) - Method in class com.facebook.buck.util.Console
 
printSuccess(String, Object...) - Method in class com.facebook.buck.util.Console
Prints a formatted success message.
printToConsole(CommandRunnerParams, Multimap<String, QueryTarget>) - Static method in class com.facebook.buck.cli.CommandHelper
 
printToConsole(CommandRunnerParams, Set<QueryTarget>) - Static method in class com.facebook.buck.cli.CommandHelper
 
printUsage(PrintStream) - Method in class com.facebook.buck.cli.AbstractCommand
 
printUsage(PrintStream) - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
printUsage(PrintStream) - Method in interface com.facebook.buck.cli.Command
 
printUsage(PrintStream) - Method in class com.facebook.buck.cli.HelpCommand
 
printUsage(PrintStream) - Method in class com.facebook.buck.cli.TestCommand
 
printUsage(PrintStream) - Method in class com.facebook.buck.cli.VersionCommand
 
printVersion(Console) - Method in class com.facebook.buck.cli.VersionCommand
Prints current Buck version to the console, in the form [*]<git-commit-hash>, where * indicates that the working tree of the Buck repository is dirty.
probeMemory() - Method in class com.facebook.buck.util.perf.PerfStatsTracking
 
process - Variable in class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
 
processed() - Static method in class com.facebook.buck.event.ProjectGenerationEvent
 
Processed() - Constructor for class com.facebook.buck.event.ProjectGenerationEvent.Processed
 
ProcessExecutor - Interface in com.facebook.buck.util
 
ProcessExecutor.LaunchedProcess - Interface in com.facebook.buck.util
Represents a running process returned by ProcessExecutor.launchProcess(ProcessExecutorParams).
ProcessExecutor.LaunchedProcessImpl - Class in com.facebook.buck.util
Wraps a Process and exposes only its I/O streams, so callers have to pass it back to this class.
ProcessExecutor.Option - Enum in com.facebook.buck.util
ProcessExecutor.Result - Class in com.facebook.buck.util
ProcessExecutorFactory - Interface in com.facebook.buck.util
 
ProcessExecutorParams - Class in com.facebook.buck.util
Value type passed to ProcessExecutor to launch a process.
ProcessExecutorParams.Builder - Class in com.facebook.buck.util
Builds instances of type ProcessExecutorParams.
ProcessExecutorSerializer - Class in com.facebook.buck.util
 
ProcessHelper - Class in com.facebook.buck.util
A helper singleton that provides facilities such as extracting the native process id of a Process or gathering the process resource consumption.
processHttpArtifactCacheFinishedEvent(HttpArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.HttpCacheUploadStats
 
processHttpArtifactCacheScheduledEvent(HttpArtifactCacheEvent.Scheduled) - Method in class com.facebook.buck.event.listener.HttpCacheUploadStats
 
processHttpArtifactCacheStartedEvent(HttpArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.HttpCacheUploadStats
 
ProcessManager - Interface in com.facebook.buck.util
Checks for and kills processes.
processNewLines(String[]) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice.ErrorParsingReceiver
 
ProcessRegistry - Class in com.facebook.buck.util
A singleton helper class for process registration.
ProcessRegistry.ProcessRegisterCallback - Interface in com.facebook.buck.util
A callback to be called upon registering a process.
processResourceConsumption(ProcessTracker.ProcessResourceConsumptionEvent) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ProcessResourceConsumption - Class in com.facebook.buck.util
Represents resource consumption counters of a Process.
ProcessResourceConsumption.Builder - Class in com.facebook.buck.util
Builds instances of type ProcessResourceConsumption.
ProcessResourceConsumptionEvent(String, Optional<ProcessExecutorParams>, Optional<ImmutableMap<String, String>>, Optional<ProcessResourceConsumption>) - Constructor for class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
 
processRule(BuildRule, Consumer<RuleKeyDiagnostics.Result<RULE_KEY, DIAG_KEY>>) - Method in class com.facebook.buck.rules.keys.RuleKeyDiagnostics
Computes the diagnostic rulekey data for the given rule and all of its appendables recursively.
processStreamLogs(List<StreamLogs>) - Method in class com.facebook.buck.distributed.DistBuildLogStateTracker
 
ProcessTracker - Class in com.facebook.buck.util.perf
A tracker that periodically probes for external processes resource consumption.
ProcessTracker(BuckEventBus, InvocationInfo, boolean, boolean) - Constructor for class com.facebook.buck.util.perf.ProcessTracker
 
ProcessTracker.ProcessResourceConsumptionEvent - Class in com.facebook.buck.util.perf
 
producesJar() - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
 
ProductType - Class in com.facebook.buck.apple.xcode.xcodeproj
Immutable implementation of AbstractProductType.
ProductType.Builder - Class in com.facebook.buck.apple.xcode.xcodeproj
Builds instances of type ProductType.
ProfileAction(XCScheme.BuildableReference, String) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.ProfileAction
 
profilerReport(String) - Static method in class com.facebook.buck.json.ParseBuckProfilerReportEvent
 
PROGRESS_ESTIMATIONS_JSON - Static variable in class com.facebook.buck.event.listener.ProgressEstimator
 
progressEstimator - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
ProgressEstimator - Class in com.facebook.buck.event.listener
 
ProgressEstimator(Path, BuckEventBus) - Constructor for class com.facebook.buck.event.listener.ProgressEstimator
 
ProgressEvent - Class in com.facebook.buck.event
 
ProgressEvent(double) - Constructor for class com.facebook.buck.event.ProgressEvent
 
ProgressEvent.BuildProgressUpdated - Class in com.facebook.buck.event
 
ProgressEvent.ParsingProgressUpdated - Class in com.facebook.buck.event
 
ProgressEvent.ProjectGenerationProgressUpdated - Class in com.facebook.buck.event
 
ProgressEventInterface - Interface in com.facebook.buck.event.external.events
Describes the progress made by buck with the operations described below.
progressValue - Variable in class com.facebook.buck.event.ProgressEvent
 
ProGuardConfig - Class in com.facebook.buck.android
 
ProGuardConfig(BuckConfig) - Constructor for class com.facebook.buck.android.ProGuardConfig
 
proguardConfig - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
ProguardMapping - Class in com.facebook.buck.android
Parser for ProGuard-generated mapping files.
ProGuardObfuscateStep - Class in com.facebook.buck.android
 
PROJECT_GENERATION_FINISHED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
PROJECT_GENERATION_PROGRESS_UPDATED - Static variable in interface com.facebook.buck.event.external.events.ProgressEventInterface
 
PROJECT_GENERATION_STARTED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
PROJECT_PATH - Static variable in class com.facebook.buck.log.LogConfigPaths
The path to the per-project logging.properties file.
ProjectBuildFileParseEvents - Class in com.facebook.buck.json
Events posted before and after running buck.py.
ProjectBuildFileParseEvents.Finished - Class in com.facebook.buck.json
Event posted immediately after buck.py exits having parsed BUCK files.
ProjectBuildFileParseEvents.Started - Class in com.facebook.buck.json
Event posted immediately before launching buck.py to parse BUCK files.
projectBuildFileParseFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
projectBuildFileParseFinished(ProjectBuildFileParseEvents.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
ProjectBuildFileParser - Interface in com.facebook.buck.parser.api
Parses buck build files (usually BUCK files) and retrieve rule information from them.
ProjectBuildFileParserOptions - Class in com.facebook.buck.parser.options
Immutable implementation of AbstractProjectBuildFileParserOptions.
ProjectBuildFileParserOptions.Builder - Class in com.facebook.buck.parser.options
Builds instances of type ProjectBuildFileParserOptions.
projectBuildFileParseStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
projectBuildFileParseStarted(ProjectBuildFileParseEvents.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
ProjectCommand - Class in com.facebook.buck.cli
 
ProjectCommand() - Constructor for class com.facebook.buck.cli.ProjectCommand
 
ProjectCommand.AggregationModeOptionHandler - Class in com.facebook.buck.cli
 
ProjectCommand.Ide - Enum in com.facebook.buck.cli
 
projectConfig - Variable in class com.facebook.buck.ide.intellij.BaseIjModuleRule
 
ProjectFileHashCache - Interface in com.facebook.buck.util.cache
A FileHashLoader which manages caching file hashes for a given ProjectFilesystem.
ProjectFileHashLoader - Interface in com.facebook.buck.hashing
Load hashes of paths under a ProjectFilesystem.
projectFilesystem - Variable in class com.facebook.buck.ide.intellij.BaseIjModuleRule
 
ProjectFilesystem - Class in com.facebook.buck.io
An injectable service for interacting with the filesystem relative to the project root.
ProjectFilesystem(Path) - Constructor for class com.facebook.buck.io.ProjectFilesystem
 
ProjectFilesystem(Path, ProjectFilesystemDelegate, boolean) - Constructor for class com.facebook.buck.io.ProjectFilesystem
This constructor is restricted to protected because it is generally best to let ProjectFilesystemDelegateFactory.newInstance(Path, Path, String, Config) create an appropriate delegate.
ProjectFilesystem(Path, Config) - Constructor for class com.facebook.buck.io.ProjectFilesystem
 
projectFilesystem - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
ProjectFilesystem.CopySourceMode - Enum in com.facebook.buck.io
Controls the behavior of how the source should be treated when copying.
ProjectFilesystemDelegate - Interface in com.facebook.buck.io
Delegate that a ProjectFilesystem can use to leverage a specialized implementation of certain filesystem operations, tailored to the underlying filesystem.
ProjectFilesystemDelegateFactory - Class in com.facebook.buck.io
ProjectGenerationEvent - Class in com.facebook.buck.event
 
ProjectGenerationEvent() - Constructor for class com.facebook.buck.event.ProjectGenerationEvent
 
ProjectGenerationEvent.Finished - Class in com.facebook.buck.event
 
ProjectGenerationEvent.Processed - Class in com.facebook.buck.event
 
ProjectGenerationEvent.Started - Class in com.facebook.buck.event
 
projectGenerationFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
projectGenerationFinished(ProjectGenerationEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
projectGenerationFinished(ProjectGenerationEvent.Finished) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
projectGenerationProcessedTarget(ProjectGenerationEvent.Processed) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
projectGenerationProgressUpdated(double) - Static method in class com.facebook.buck.event.ProgressEvent
 
ProjectGenerationProgressUpdated(double) - Constructor for class com.facebook.buck.event.ProgressEvent.ProjectGenerationProgressUpdated
 
projectGenerationProgressUpdated(ProgressEvent.ProjectGenerationProgressUpdated) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
projectGenerationStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
projectGenerationStarted(ProjectGenerationEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
projectGenerationStarted(ProjectGenerationEvent.Started) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
ProjectGenerationStateCache - Class in com.facebook.buck.apple.project_generator
 
ProjectGenerationStateCache() - Constructor for class com.facebook.buck.apple.project_generator.ProjectGenerationStateCache
 
ProjectGenerator - Class in com.facebook.buck.apple.project_generator
Generator for xcode project and associated files from a set of xcode/ios rules.
ProjectGenerator(TargetGraph, AppleDependenciesCache, ProjectGenerationStateCache, Set<BuildTarget>, Cell, Path, String, String, Set<ProjectGenerator.Option>, boolean, Optional<BuildTarget>, ImmutableSet<BuildTarget>, FocusedModuleTargetMatcher, CxxPlatform, Function<? super TargetNode<?, ?>, BuildRuleResolver>, BuckEventBus, HalideBuckConfig, CxxBuckConfig, SwiftBuckConfig) - Constructor for class com.facebook.buck.apple.project_generator.ProjectGenerator
 
ProjectGenerator.Option - Enum in com.facebook.buck.apple.project_generator
 
ProjectGeneratorParameters - Interface in com.facebook.buck.cli.parameter_extractors
Command line switches for project generation
ProjectTestsMode - Enum in com.facebook.buck.cli
 
ProjectView - Class in com.facebook.buck.ide.intellij.projectview
 
ProjectViewParameters - Interface in com.facebook.buck.cli.parameter_extractors
'Simple fields' from the com.facebook.buck.cli.ProjectCommand that the com.facebook.buck.ide.intellij.projectview.ProjectView needs
ProjectWatch - Class in com.facebook.buck.io
Immutable implementation of AbstractProjectWatch.
promptForBuild(List<BuildLogEntry>) - Method in class com.facebook.buck.doctor.DoctorReportHelper
 
promptForBuildSelection() - Method in class com.facebook.buck.doctor.AbstractReport
 
promptForBuildSelection() - Method in class com.facebook.buck.doctor.DoctorInteractiveReport
 
promptForIssue() - Method in class com.facebook.buck.doctor.DoctorReportHelper
 
propagateCauseIfInstanceOf(Throwable, Class<X>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
 
propagateFlavorDomains(BuildTarget, Iterable<FlavorDomain<?>>, Iterable<BuildTarget>) - Static method in class com.facebook.buck.model.BuildTargets
Propagate flavors represented by the given FlavorDomain objects from a parent target to its dependencies.
propagateFlavorsInDomainIfNotPresent(FlavorDomain<?>, BuildTarget, FluentIterable<BuildTarget>) - Static method in class com.facebook.buck.model.BuildTargets
Propagate a build target's flavors in a certain domain to a list of other build targets.
propagateIfInterrupt(Throwable) - Static method in class com.facebook.buck.util.MoreThrowables
Propagates an InterruptedException masquerading as another Throwable.
PropagatesNullable - Annotation Type in com.facebook.buck.util.liteinfersupport
 
properties - Variable in class com.facebook.buck.cxx.toolchain.DebugSection
Properties describing the debug section data.
PROPERTY_COMPILE_AGAINST_ABIS - Static variable in class com.facebook.buck.jvm.java.JavaBuckConfig
 
PROTOCOL - Static variable in class com.facebook.buck.artifact_cache.ThriftArtifactCache
 
PROTOCOL_HEADER - Static variable in class com.facebook.buck.artifact_cache.ThriftArtifactCache
 
ProtocolException(String) - Constructor for exception com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.ProtocolException
 
providedSymbols - Variable in class com.facebook.buck.jvm.java.JavaFileParser.JavaFileFeatures
 
ProvisioningProfileMetadata - Class in com.facebook.buck.apple
Metadata contained in a provisioning profile (.mobileprovision).
ProvisioningProfileMetadata.Builder - Class in com.facebook.buck.apple
Builds instances of type ProvisioningProfileMetadata.
ProvisioningProfileStore - Class in com.facebook.buck.apple
A collection of provisioning profiles.
ProxyArg - Class in com.facebook.buck.rules.args
An Arg implementation that delegates to another arg.
ProxyArg(Arg) - Constructor for class com.facebook.buck.rules.args.ProxyArg
 
ProxyBuckEvent - Class in com.facebook.buck.event.listener
Proxy events are used by the logging system when we need to slice a BuckEvent in half in order to calculate time elapsed.
ProxyBuckEvent.Builder - Class in com.facebook.buck.event.listener
Builds instances of type ProxyBuckEvent.
PublicAnnouncementManager - Class in com.facebook.buck.event.listener
 
PublicAnnouncementManager(Clock, BuckEventBus, AbstractConsoleEventBusListener, String, RemoteLogBuckConfig, ListeningExecutorService) - Constructor for class com.facebook.buck.event.listener.PublicAnnouncementManager
 
publicAnnouncements - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
publish(LogRecord) - Method in class com.facebook.buck.cli.bootstrapper.CompressingFileHandler
 
publish(LogRecord) - Method in class com.facebook.buck.cli.bootstrapper.ConsoleHandler
 
publish(LogRecord) - Method in class com.facebook.buck.cli.bootstrapper.LogFileHandler
 
publish(LogRecord) - Method in class com.facebook.buck.cli.bootstrapper.MemoryHandler
 
publish(LogRecord) - Method in class com.facebook.buck.log.ConsoleHandler
 
publish(LogRecord) - Method in class com.facebook.buck.log.LogFileHandler
 
publish(LogRecord) - Method in class com.facebook.buck.log.memory.MemoryHandler
 
publish(SourcePathResolver, ImmutableSet<MavenPublishable>) - Method in class com.facebook.buck.maven.Publisher
 
publish(String, String, String, List<File>) - Method in class com.facebook.buck.maven.Publisher
 
publish(Artifact, List<File>) - Method in class com.facebook.buck.maven.Publisher
 
publish(List<Artifact>) - Method in class com.facebook.buck.maven.Publisher
 
publishBuildSlaveFinishedEvent(BuckEventBus, BuckConfig, int) - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
publishBuildSlaveFinishedStatsDurationMs() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
PublishCommand - Class in com.facebook.buck.cli
 
PublishCommand() - Constructor for class com.facebook.buck.cli.PublishCommand
 
Publisher - Class in com.facebook.buck.maven
 
Publisher(ProjectFilesystem, Optional<URL>, Optional<String>, Optional<String>, boolean) - Constructor for class com.facebook.buck.maven.Publisher
 
Publisher(Path, Optional<URL>, Optional<String>, Optional<String>, boolean) - Constructor for class com.facebook.buck.maven.Publisher
 
pushBytes(CharBuffer, CharBuffer) - Static method in class com.facebook.buck.util.SimpleProcessListener
 
put(ByteBuffer) - Method in class com.facebook.buck.android.resources.ResChunk
 
put(ByteBuffer) - Method in class com.facebook.buck.android.resources.ResourcesXml
 
put(ByteBuffer) - Method in class com.facebook.buck.android.resources.ResourceTable
 
put(ByteBuffer) - Method in class com.facebook.buck.android.resources.ResTablePackage
 
put(ByteBuffer) - Method in class com.facebook.buck.android.resources.ResTableType
 
put(ByteBuffer) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
put(ByteBuffer) - Method in class com.facebook.buck.android.resources.StringPool
 
put(Path, HashCodeAndFileType) - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
 
put(E) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
put(Path, T) - Method in class com.facebook.buck.util.FileSystemMap
Puts a path and a value into the map.
put(K, V) - Method in class com.facebook.buck.util.ImmutableMapWithNullValues.Builder
 
putActionConfigNames(SchemeActionType, String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Put one entry to the actionConfigNames map.
putActionConfigNames(Map.Entry<SchemeActionType, ? extends String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Put one entry to the actionConfigNames map.
putAllActionConfigNames(Map<SchemeActionType, ? extends String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Put all mappings from the specified map as entries to actionConfigNames map.
putAllApplicationModuleConfigs(Map<String, ? extends List<BuildTarget>>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Put all mappings from the specified map as entries to applicationModuleConfigs map.
putAllApplicationModuleConfigs(Map<String, ? extends List<BuildTarget>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Put all mappings from the specified map as entries to applicationModuleConfigs map.
putAllAssemblerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put all mappings from the specified map as entries to assemblerFlags map.
putAllBuildConfigs(Map<String, ? extends BuildConfigFields>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified map as entries to buildConfigs map.
putAllCacheErrorsPerMode(Map<ArtifactCacheMode, ? extends AtomicInteger>) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Put all mappings from the specified map as entries to cacheErrorsPerMode map.
putAllCacheHitsPerMode(Map<ArtifactCacheMode, ? extends AtomicInteger>) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Put all mappings from the specified map as entries to cacheHitsPerMode map.
putAllCellRoots(Map<String, ? extends Path>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Put all mappings from the specified map as entries to cellRoots map.
putAllCompilerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put all mappings from the specified map as entries to compilerFlags map.
putAllCompilerFlags(AbstractCxxSource.Type, Iterable<Arg>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Put all mappings from the specified key to values for compilerFlags true.
putAllCompilerFlags(Multimap<? extends AbstractCxxSource.Type, ? extends Arg>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Put all mappings from the specified map as entries to compilerFlags map.
putAllConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put all mappings from the specified map as entries to configs map.
putAllConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to configs map.
putAllConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put all mappings from the specified map as entries to configs map.
putAllConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to configs map.
putAllDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put all mappings from the specified map as entries to defaults map.
putAllDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to defaults map.
putAllDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put all mappings from the specified map as entries to defaults map.
putAllDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Put all mappings from the specified map as entries to defaults map.
putAllDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to defaults map.
putAllDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Put all mappings from the specified map as entries to defaults map.
putAllDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to defaults map.
putAllDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Put all mappings from the specified map as entries to defaults map.
putAllDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Put all mappings from the specified map as entries to defaults map.
putAllDependencies(Map<? extends BuildTarget, ? extends DependencyType>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Put all mappings from the specified map as entries to dependencies map.
putAllDestinationSpecifier(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put all mappings from the specified map as entries to destinationSpecifier map.
putAllEntitlements(Map<String, ? extends NSObject>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Put all mappings from the specified map as entries to entitlements map.
putAllEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Put all mappings from the specified map as entries to env map.
putAllEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Put all mappings from the specified map as entries to env map.
putAllEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Put all mappings from the specified map as entries to env map.
putAllEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Put all mappings from the specified map as entries to env map.
putAllEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Put all mappings from the specified map as entries to env map.
putAllEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Put all mappings from the specified map as entries to env map.
putAllEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Put all mappings from the specified map as entries to env map.
putAllEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Put all mappings from the specified map as entries to env map.
putAllEnv(Map<String, ? extends StringWithMacros>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Put all mappings from the specified map as entries to env map.
putAllEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Put all mappings from the specified map as entries to env map.
putAllEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Put all mappings from the specified map as entries to env map.
putAllEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Put all mappings from the specified map as entries to environment map.
putAllEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Put all mappings from the specified map as entries to environment map.
putAllEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.SystemToolProvider.Builder
Put all mappings from the specified map as entries to environment map.
putAllEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Put all mappings from the specified map as entries to environment map.
putAllEnvironmentOverrides(Map<String, ? extends String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Put all mappings from the specified map as entries to environmentOverrides map.
putAllExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Put all mappings from the specified map as entries to executors map.
putAllExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Put all mappings from the specified map as entries to executors map.
putAllExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Put all mappings from the specified map as entries to executors map.
putAllExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put all mappings from the specified map as entries to exportedLangPreprocessorFlags map.
putAllExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to exportedLangPreprocessorFlags map.
putAllExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put all mappings from the specified map as entries to exportedLangPreprocessorFlags map.
putAllExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to exportedLangPreprocessorFlags map.
putAllExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to exportedLangPreprocessorFlags map.
putAllExtraData(Map<String, ? extends String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Put all mappings from the specified map as entries to extraData map.
putAllExtraSchemes(Map<String, ? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Put all mappings from the specified map as entries to extraSchemes map.
putAllFlagMacros(Map<String, ? extends String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Put all mappings from the specified map as entries to flagMacros map.
putAllGoLinkInput(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.go.GoLinkable.Builder
Put all mappings from the specified map as entries to goLinkInput map.
putAllInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put all mappings from the specified map as entries to infoPlistSubstitutions map.
putAllInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Put all mappings from the specified map as entries to infoPlistSubstitutions map.
putAllInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to infoPlistSubstitutions map.
putAllInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put all mappings from the specified map as entries to infoPlistSubstitutions map.
putAllLabelToGeneratedSourcesMap(Map<String, ? extends String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Put all mappings from the specified map as entries to labelToGeneratedSourcesMap map.
putAllLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put all mappings from the specified map as entries to langCompilerFlags map.
putAllLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to langCompilerFlags map.
putAllLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put all mappings from the specified map as entries to langCompilerFlags map.
putAllLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Put all mappings from the specified map as entries to langCompilerFlags map.
putAllLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to langCompilerFlags map.
putAllLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Put all mappings from the specified map as entries to langCompilerFlags map.
putAllLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to langCompilerFlags map.
putAllLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Put all mappings from the specified map as entries to langCompilerFlags map.
putAllLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Put all mappings from the specified map as entries to langCompilerFlags map.
putAllLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put all mappings from the specified map as entries to langPreprocessorFlags map.
putAllLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to langPreprocessorFlags map.
putAllLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put all mappings from the specified map as entries to langPreprocessorFlags map.
putAllLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Put all mappings from the specified map as entries to langPreprocessorFlags map.
putAllLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to langPreprocessorFlags map.
putAllLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Put all mappings from the specified map as entries to langPreprocessorFlags map.
putAllLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to langPreprocessorFlags map.
putAllLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Put all mappings from the specified map as entries to langPreprocessorFlags map.
putAllLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Put all mappings from the specified map as entries to langPreprocessorFlags map.
putAllLinkerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put all mappings from the specified map as entries to linkerFlags map.
putAllLocalConfigsContents(Map<? extends Path, ? extends String>) - Method in class com.facebook.buck.doctor.config.UserLocalConfiguration.Builder
Put all mappings from the specified map as entries to localConfigsContents map.
putAllMergedLinkables(APKModule, Iterable<NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put all mappings from the specified key to values for mergedLinkables true.
putAllMergedLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put all mappings from the specified map as entries to mergedLinkables map.
putAllMergedLinkablesAssets(APKModule, Iterable<NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put all mappings from the specified key to values for mergedLinkablesAssets true.
putAllMergedLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put all mappings from the specified map as entries to mergedLinkablesAssets map.
putAllMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Put all mappings from the specified map as entries to metadata map.
putAllMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Put all mappings from the specified map as entries to metadata map.
putAllMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Put all mappings from the specified map as entries to metadata map.
putAllMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Put all mappings from the specified map as entries to metadata map.
putAllModuleMap(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellSources.Builder
Put all mappings from the specified map as entries to moduleMap map.
putAllModuleMappedClasspathEntriesToDex(APKModule, Iterable<SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for moduleMappedClasspathEntriesToDex true.
putAllModuleMappedClasspathEntriesToDex(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified map as entries to moduleMappedClasspathEntriesToDex map.
putAllNameToField(Map<String, ? extends BuildConfigFields.Field>) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
Put all mappings from the specified map as entries to nameToField map.
putAllNameToPathMap(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Put all mappings from the specified map as entries to nameToPathMap map.
putAllNativeLibAssetsDirectories(APKModule, Iterable<SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLibAssetsDirectories true.
putAllNativeLibAssetsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified map as entries to nativeLibAssetsDirectories map.
putAllNativeLibraryMergeMap(Map<String, ? extends List<Pattern>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Put all mappings from the specified map as entries to nativeLibraryMergeMap map.
putAllNativeLibsDirectories(APKModule, Iterable<SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLibsDirectories true.
putAllNativeLibsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified map as entries to nativeLibsDirectories map.
putAllNativeLibsTargets(APKModule, Iterable<BuildTarget>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLibsTargets true.
putAllNativeLibsTargets(Multimap<? extends APKModule, ? extends BuildTarget>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified map as entries to nativeLibsTargets map.
putAllNativeLinkables(APKModule, Iterable<NativeLinkable>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLinkables true.
putAllNativeLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified map as entries to nativeLinkables map.
putAllNativeLinkablesAssets(APKModule, Iterable<NativeLinkable>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLinkablesAssets true.
putAllNativeLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified map as entries to nativeLinkablesAssets map.
putAllPlatformExe(Map<? extends Platform, ? extends BuildTarget>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Put all mappings from the specified map as entries to platformExe map.
putAllPreprocessorFlags(AbstractCxxSource.Type, Iterable<Arg>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Put all mappings from the specified key to values for preprocessorFlags true.
putAllPreprocessorFlags(Multimap<? extends AbstractCxxSource.Type, ? extends Arg>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Put all mappings from the specified map as entries to preprocessorFlags map.
putAllProvidedSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Put all mappings from the specified map as entries to providedSharedLibs map.
putAllRawConfig(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Put all mappings from the specified map as entries to rawConfig map.
putAllReadHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Put all mappings from the specified map as entries to readHeaders map.
putAllResources(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to resources map.
putAllResults(Map<? extends BuildRule, ? extends Optional<BuildResult>>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Put all mappings from the specified map as entries to results map.
putAllRoots(Map<? extends BuildTarget, ? extends OmnibusRoot>) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Put all mappings from the specified map as entries to roots map.
putAllRuntimeLdflags(Linker.LinkableDepType, Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Put all mappings from the specified key to values for runtimeLdflags true.
putAllRuntimeLdflags(Multimap<? extends Linker.LinkableDepType, ? extends String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Put all mappings from the specified map as entries to runtimeLdflags map.
putAllSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Put all mappings from the specified map as entries to sharedLibs map.
putAllSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Put all mappings from the specified map as entries to sharedLibs map.
putAllSourceToBootclasspath(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Put all mappings from the specified map as entries to sourceToBootclasspath map.
putAllTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterInfo.Builder
Put all mappings from the specified map as entries to tags map.
putAllTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put all mappings from the specified map as entries to tags map.
putAllTagSets(String, Iterable<String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put all mappings from the specified key to values for tagSets true.
putAllTagSets(Multimap<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put all mappings from the specified map as entries to tagSets map.
putAllValues(Map<String, ? extends Long>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put all mappings from the specified map as entries to values map.
putAllVersions(Map<? extends Version, ? extends BuildTarget>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Put all mappings from the specified map as entries to versions map.
putAllVersions(Map<? extends BuildTarget, ? extends Version>) - Method in class com.facebook.buck.versions.VersionUniverse.Builder
Put all mappings from the specified map as entries to versions map.
putAllWriteHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Put all mappings from the specified map as entries to writeHeaders map.
putApplicationModuleConfigs(String, List<BuildTarget>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Put one entry to the applicationModuleConfigs map.
putApplicationModuleConfigs(Map.Entry<String, ? extends List<BuildTarget>>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Put one entry to the applicationModuleConfigs map.
putApplicationModuleConfigs(String, List<BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Put one entry to the applicationModuleConfigs map.
putApplicationModuleConfigs(Map.Entry<String, ? extends List<BuildTarget>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Put one entry to the applicationModuleConfigs map.
putArchiveMemberPath(ArchiveMemberPath, HashCode) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putArchiveMemberPath(ArchiveMemberPath, HashCode) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putArchiveMemberPath(ArchiveMemberPath, HashCode) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putArchiveMemberPath(ArchiveMemberPath, HashCode) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
 
putArchiveMemberPath(ArchiveMemberPath, HashCode) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putAsciiString(ByteBuffer, String) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
putAssemblerFlags(AbstractNdkCxxPlatformCompiler.Type, ImmutableList<String>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put one entry to the assemblerFlags map.
putAssemblerFlags(Map.Entry<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put one entry to the assemblerFlags map.
putBoolean(boolean) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putBoolean(boolean) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putBoolean(boolean) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putBoolean(boolean) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
 
putBoolean(boolean) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putBuildConfigs(String, BuildConfigFields) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put one entry to the buildConfigs map.
putBuildConfigs(Map.Entry<String, ? extends BuildConfigFields>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put one entry to the buildConfigs map.
putBuildRuleType(BuildRuleType) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putBuildRuleType(BuildRuleType) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putBuildRuleType(BuildRuleType) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putBuildRuleType(BuildRuleType) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
 
putBuildRuleType(BuildRuleType) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putBuildTarget(BuildTarget) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putBuildTarget(BuildTarget) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putBuildTarget(BuildTarget) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putBuildTarget(BuildTarget) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
 
putBuildTarget(BuildTarget) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putBuildTargetSourcePath(BuildTargetSourcePath) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putBuildTargetSourcePath(BuildTargetSourcePath) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putBuildTargetSourcePath(BuildTargetSourcePath) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putBuildTargetSourcePath(BuildTargetSourcePath) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
 
putBuildTargetSourcePath(BuildTargetSourcePath) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putBytes(ByteBuffer, byte[]) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
putBytes(byte[]) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putBytes(byte[]) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putBytes(byte[]) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putBytes(byte[]) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
 
putBytes(byte[]) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putCacheErrorsPerMode(ArtifactCacheMode, AtomicInteger) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Put one entry to the cacheErrorsPerMode map.
putCacheErrorsPerMode(Map.Entry<ArtifactCacheMode, ? extends AtomicInteger>) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Put one entry to the cacheErrorsPerMode map.
putCacheHitsPerMode(ArtifactCacheMode, AtomicInteger) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Put one entry to the cacheHitsPerMode map.
putCacheHitsPerMode(Map.Entry<ArtifactCacheMode, ? extends AtomicInteger>) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Put one entry to the cacheHitsPerMode map.
putCellRoots(String, Path) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Put one entry to the cellRoots map.
putCellRoots(Map.Entry<String, ? extends Path>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Put one entry to the cellRoots map.
putCheckEquals(Map<K, V>, K, V) - Static method in class com.facebook.buck.util.MoreMaps
 
putCompilerFlags(AbstractNdkCxxPlatformCompiler.Type, ImmutableList<String>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put one entry to the compilerFlags map.
putCompilerFlags(Map.Entry<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put one entry to the compilerFlags map.
putCompilerFlags(AbstractCxxSource.Type, Arg...) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Put all mappings from the specified key to values for compilerFlags true.
putCompilerFlags(AbstractCxxSource.Type, Arg) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Put one entry to the compilerFlags map.
putCompilerFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends Arg>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Put one entry to the compilerFlags map.
putConfigs(String, ImmutableMap<String, String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put one entry to the configs map.
putConfigs(Map.Entry<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put one entry to the configs map.
putConfigs(String, ImmutableMap<String, String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put one entry to the configs map.
putConfigs(Map.Entry<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put one entry to the configs map.
putConfigs(String, ImmutableMap<String, String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put one entry to the configs map.
putConfigs(Map.Entry<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put one entry to the configs map.
putConfigs(String, ImmutableMap<String, String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Put one entry to the configs map.
putConfigs(Map.Entry<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Put one entry to the configs map.
putContainer(RuleKeyHasher.Container, int) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putContainer(RuleKeyHasher.Container, int) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putContainer(RuleKeyHasher.Container, int) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putContainer(RuleKeyHasher.Container, int) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
Puts the container signature
putContainer(RuleKeyHasher.Container, int) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putDefaults(String, Flavor) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(Map.Entry<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(String, Flavor) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(Map.Entry<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(String, Flavor) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(Map.Entry<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(String, Flavor) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(Map.Entry<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(String, Flavor) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(Map.Entry<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(String, Flavor) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(Map.Entry<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(String, Flavor) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(Map.Entry<String, ? extends Flavor>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(String, Flavor) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(Map.Entry<String, ? extends Flavor>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(String, Flavor) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Put one entry to the defaults map.
putDefaults(Map.Entry<String, ? extends Flavor>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Put one entry to the defaults map.
putDependencies(BuildTarget, DependencyType) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Put one entry to the dependencies map.
putDependencies(Map.Entry<? extends BuildTarget, ? extends DependencyType>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Put one entry to the dependencies map.
putDestinationSpecifier(String, String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put one entry to the destinationSpecifier map.
putDestinationSpecifier(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put one entry to the destinationSpecifier map.
putElf32Addr(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf32
 
putElf32Half(ByteBuffer, short) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf32
 
putElf32Sword(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf32
 
putElf32Word(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf32
 
putElf64Addr(ByteBuffer, long) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
 
putElf64Half(ByteBuffer, short) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
 
putElf64Sxword(ByteBuffer, long) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
 
putElf64Word(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
 
putElf64Xword(ByteBuffer, long) - Static method in class com.facebook.buck.cxx.toolchain.elf.Elf.Elf64
 
putEntitlements(String, NSObject) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Put one entry to the entitlements map.
putEntitlements(Map.Entry<String, ? extends NSObject>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Put one entry to the entitlements map.
putEntry(FileLike) - Method in class com.facebook.buck.dalvik.DalvikAwareOutputStreamHelper
 
putEnv(String, String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(String, String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(String, String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(String, String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(String, String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(String, String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(String, String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(String, String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Put one entry to the env map.
putEnv(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Put one entry to the env map.
putEnv(String, StringWithMacros) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Put one entry to the env map.
putEnv(Map.Entry<String, ? extends StringWithMacros>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Put one entry to the env map.
putEnv(String, String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Put one entry to the env map.
putEnv(String, String) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Put one entry to the env map.
putEnv(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Put one entry to the env map.
putEnvironment(String, String) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Put one entry to the environment map.
putEnvironment(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Put one entry to the environment map.
putEnvironment(String, String) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Put one entry to the environment map.
putEnvironment(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Put one entry to the environment map.
putEnvironment(String, String) - Method in class com.facebook.buck.rules.SystemToolProvider.Builder
Put one entry to the environment map.
putEnvironment(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.rules.SystemToolProvider.Builder
Put one entry to the environment map.
putEnvironment(String, String) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Put one entry to the environment map.
putEnvironment(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Put one entry to the environment map.
putEnvironmentOverrides(String, String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Put one entry to the environmentOverrides map.
putEnvironmentOverrides(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Put one entry to the environmentOverrides map.
putExecutors(ExecutorPool, ListeningExecutorService) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Put one entry to the executors map.
putExecutors(Map.Entry<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Put one entry to the executors map.
putExecutors(ExecutorPool, ListeningExecutorService) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Put one entry to the executors map.
putExecutors(Map.Entry<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Put one entry to the executors map.
putExecutors(ExecutorPool, ListeningExecutorService) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Put one entry to the executors map.
putExecutors(Map.Entry<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Put one entry to the executors map.
putExportedLangPreprocessorFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put one entry to the exportedLangPreprocessorFlags map.
putExportedLangPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put one entry to the exportedLangPreprocessorFlags map.
putExportedLangPreprocessorFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put one entry to the exportedLangPreprocessorFlags map.
putExportedLangPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put one entry to the exportedLangPreprocessorFlags map.
putExportedLangPreprocessorFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put one entry to the exportedLangPreprocessorFlags map.
putExportedLangPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put one entry to the exportedLangPreprocessorFlags map.
putExportedLangPreprocessorFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Put one entry to the exportedLangPreprocessorFlags map.
putExportedLangPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Put one entry to the exportedLangPreprocessorFlags map.
putExportedLangPreprocessorFlags(AbstractCxxSource.Type, ImmutableList<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Put one entry to the exportedLangPreprocessorFlags map.
putExportedLangPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Put one entry to the exportedLangPreprocessorFlags map.
putExtraData(String, String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Put one entry to the extraData map.
putExtraData(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Put one entry to the extraData map.
putExtraSchemes(String, BuildTarget) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Put one entry to the extraSchemes map.
putExtraSchemes(Map.Entry<String, ? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Put one entry to the extraSchemes map.
putFlagMacros(String, String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Put one entry to the flagMacros map.
putFlagMacros(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Put one entry to the flagMacros map.
putGoLinkInput(Path, SourcePath) - Method in class com.facebook.buck.go.GoLinkable.Builder
Put one entry to the goLinkInput map.
putGoLinkInput(Map.Entry<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.go.GoLinkable.Builder
Put one entry to the goLinkInput map.
putIfPresent(Optional<T>, K, ImmutableMap.Builder<K, T>) - Static method in class com.facebook.buck.util.Optionals
 
putInfoPlistSubstitutions(String, String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put one entry to the infoPlistSubstitutions map.
putInfoPlistSubstitutions(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put one entry to the infoPlistSubstitutions map.
putInfoPlistSubstitutions(String, String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Put one entry to the infoPlistSubstitutions map.
putInfoPlistSubstitutions(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Put one entry to the infoPlistSubstitutions map.
putInfoPlistSubstitutions(String, String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put one entry to the infoPlistSubstitutions map.
putInfoPlistSubstitutions(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put one entry to the infoPlistSubstitutions map.
putInfoPlistSubstitutions(String, String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put one entry to the infoPlistSubstitutions map.
putInfoPlistSubstitutions(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put one entry to the infoPlistSubstitutions map.
putIntAsDecimalString(ByteBuffer, int, int, ObjectFileScrubbers.PaddingStyle) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
putIntAsOctalString(ByteBuffer, int, int, ObjectFileScrubbers.PaddingStyle) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
putKey(String) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putKey(String) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putKey(String) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putKey(String) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
Puts the field's key (i.e.
putKey(String) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putLabelToGeneratedSourcesMap(String, String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Put one entry to the labelToGeneratedSourcesMap map.
putLabelToGeneratedSourcesMap(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Put one entry to the labelToGeneratedSourcesMap map.
putLangCompilerFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangCompilerFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Put one entry to the langCompilerFlags map.
putLangPreprocessorFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(AbstractCxxSource.Type, ImmutableList<StringWithMacros>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLangPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Put one entry to the langPreprocessorFlags map.
putLinkerFlags(AbstractNdkCxxPlatformCompiler.Type, ImmutableList<String>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put one entry to the linkerFlags map.
putLinkerFlags(Map.Entry<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put one entry to the linkerFlags map.
putLittleEndianInt(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
putLittleEndianLong(ByteBuffer, long) - Static method in class com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers
 
putLocalConfigsContents(Path, String) - Method in class com.facebook.buck.doctor.config.UserLocalConfiguration.Builder
Put one entry to the localConfigsContents map.
putLocalConfigsContents(Map.Entry<? extends Path, ? extends String>) - Method in class com.facebook.buck.doctor.config.UserLocalConfiguration.Builder
Put one entry to the localConfigsContents map.
putMergedLinkables(APKModule, NativeLinkable...) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put all mappings from the specified key to values for mergedLinkables true.
putMergedLinkables(APKModule, NativeLinkable) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put one entry to the mergedLinkables map.
putMergedLinkables(Map.Entry<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put one entry to the mergedLinkables map.
putMergedLinkablesAssets(APKModule, NativeLinkable...) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put all mappings from the specified key to values for mergedLinkablesAssets true.
putMergedLinkablesAssets(APKModule, NativeLinkable) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put one entry to the mergedLinkablesAssets map.
putMergedLinkablesAssets(Map.Entry<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put one entry to the mergedLinkablesAssets map.
putMetadata(String, String) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Put one entry to the metadata map.
putMetadata(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Put one entry to the metadata map.
putMetadata(String, String) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Put one entry to the metadata map.
putMetadata(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Put one entry to the metadata map.
putMetadata(String, String) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Put one entry to the metadata map.
putMetadata(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Put one entry to the metadata map.
putMetadata(String, String) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Put one entry to the metadata map.
putMetadata(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Put one entry to the metadata map.
putModuleMap(String, SourcePath) - Method in class com.facebook.buck.haskell.HaskellSources.Builder
Put one entry to the moduleMap map.
putModuleMap(Map.Entry<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellSources.Builder
Put one entry to the moduleMap map.
putModuleMappedClasspathEntriesToDex(APKModule, SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for moduleMappedClasspathEntriesToDex true.
putModuleMappedClasspathEntriesToDex(APKModule, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put one entry to the moduleMappedClasspathEntriesToDex map.
putModuleMappedClasspathEntriesToDex(Map.Entry<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put one entry to the moduleMappedClasspathEntriesToDex map.
putNameToField(String, BuildConfigFields.Field) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
Put one entry to the nameToField map.
putNameToField(Map.Entry<String, ? extends BuildConfigFields.Field>) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
Put one entry to the nameToField map.
putNameToPathMap(Path, SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Put one entry to the nameToPathMap map.
putNameToPathMap(Map.Entry<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Put one entry to the nameToPathMap map.
putNativeLibAssetsDirectories(APKModule, SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLibAssetsDirectories true.
putNativeLibAssetsDirectories(APKModule, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put one entry to the nativeLibAssetsDirectories map.
putNativeLibAssetsDirectories(Map.Entry<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put one entry to the nativeLibAssetsDirectories map.
putNativeLibraryMergeMap(String, List<Pattern>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Put one entry to the nativeLibraryMergeMap map.
putNativeLibraryMergeMap(Map.Entry<String, ? extends List<Pattern>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Put one entry to the nativeLibraryMergeMap map.
putNativeLibsDirectories(APKModule, SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLibsDirectories true.
putNativeLibsDirectories(APKModule, SourcePath) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put one entry to the nativeLibsDirectories map.
putNativeLibsDirectories(Map.Entry<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put one entry to the nativeLibsDirectories map.
putNativeLibsTargets(APKModule, BuildTarget...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLibsTargets true.
putNativeLibsTargets(APKModule, BuildTarget) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put one entry to the nativeLibsTargets map.
putNativeLibsTargets(Map.Entry<? extends APKModule, ? extends BuildTarget>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put one entry to the nativeLibsTargets map.
putNativeLinkables(APKModule, NativeLinkable...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLinkables true.
putNativeLinkables(APKModule, NativeLinkable) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put one entry to the nativeLinkables map.
putNativeLinkables(Map.Entry<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put one entry to the nativeLinkables map.
putNativeLinkablesAssets(APKModule, NativeLinkable...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLinkablesAssets true.
putNativeLinkablesAssets(APKModule, NativeLinkable) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put one entry to the nativeLinkablesAssets map.
putNativeLinkablesAssets(Map.Entry<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Put one entry to the nativeLinkablesAssets map.
putNextEntry(ZipEntry) - Method in class com.facebook.buck.util.zip.CustomZipOutputStream
 
putNonHashingPath(String) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putNonHashingPath(String) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putNonHashingPath(String) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putNonHashingPath(String) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
 
putNonHashingPath(String) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putNull() - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putNull() - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putNull() - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putNull() - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
Puts the field's value, Java types
putNull() - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putNumber(Number) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putNumber(Number) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putNumber(Number) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putNumber(Number) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
 
putNumber(Number) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putPath(Path, HashCode) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putPath(Path, HashCode) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putPath(Path, HashCode) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putPath(Path, HashCode) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
 
putPath(Path, HashCode) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putPattern(Pattern) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putPattern(Pattern) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putPattern(Pattern) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putPattern(Pattern) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
 
putPattern(Pattern) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putPlatformExe(Platform, BuildTarget) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Put one entry to the platformExe map.
putPlatformExe(Map.Entry<? extends Platform, ? extends BuildTarget>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Put one entry to the platformExe map.
putPreprocessorFlags(AbstractCxxSource.Type, Arg...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Put all mappings from the specified key to values for preprocessorFlags true.
putPreprocessorFlags(AbstractCxxSource.Type, Arg) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Put one entry to the preprocessorFlags map.
putPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends Arg>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Put one entry to the preprocessorFlags map.
putProvidedSharedLibs(String, SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Put one entry to the providedSharedLibs map.
putProvidedSharedLibs(Map.Entry<String, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Put one entry to the providedSharedLibs map.
putRawConfig(String, ImmutableMap<String, String>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Put one entry to the rawConfig map.
putRawConfig(Map.Entry<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Put one entry to the rawConfig map.
putReadHeaders(String, String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Put one entry to the readHeaders map.
putReadHeaders(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Put one entry to the readHeaders map.
putResources(String, SourcePath) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Put one entry to the resources map.
putResources(Map.Entry<String, ? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Put one entry to the resources map.
putResults(BuildRule, Optional<BuildResult>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Put one entry to the results map.
putResults(Map.Entry<? extends BuildRule, ? extends Optional<BuildResult>>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Put one entry to the results map.
putRoots(BuildTarget, OmnibusRoot) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Put one entry to the roots map.
putRoots(Map.Entry<? extends BuildTarget, ? extends OmnibusRoot>) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Put one entry to the roots map.
putRuleKey(RuleKey) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putRuleKey(RuleKey) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putRuleKey(RuleKey) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putRuleKey(RuleKey) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
 
putRuleKey(RuleKey) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putRuntimeLdflags(Linker.LinkableDepType, String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Put all mappings from the specified key to values for runtimeLdflags true.
putRuntimeLdflags(Linker.LinkableDepType, String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Put one entry to the runtimeLdflags map.
putRuntimeLdflags(Map.Entry<? extends Linker.LinkableDepType, ? extends String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Put one entry to the runtimeLdflags map.
putSha1(Sha1HashCode) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putSha1(Sha1HashCode) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putSha1(Sha1HashCode) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putSha1(Sha1HashCode) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
Puts the field's value, Buck specific types
putSha1(Sha1HashCode) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putSharedLibs(String, SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Put one entry to the sharedLibs map.
putSharedLibs(Map.Entry<String, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Put one entry to the sharedLibs map.
putSharedLibs(String, SourcePath) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Put one entry to the sharedLibs map.
putSharedLibs(Map.Entry<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Put one entry to the sharedLibs map.
putSize(Path, long) - Method in class com.facebook.buck.util.cache.DelegatingFileHashCacheEngine
 
putSourceRoot(SourceRoot) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putSourceRoot(SourceRoot) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putSourceRoot(SourceRoot) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putSourceRoot(SourceRoot) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
 
putSourceRoot(SourceRoot) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putSourceToBootclasspath(String, String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Put one entry to the sourceToBootclasspath map.
putSourceToBootclasspath(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Put one entry to the sourceToBootclasspath map.
putString(String) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putString(String) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putString(String) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putString(String) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
 
putString(String) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putTags(String, String) - Method in class com.facebook.buck.counters.CounterInfo.Builder
Put one entry to the tags map.
putTags(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterInfo.Builder
Put one entry to the tags map.
putTags(String, String) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put one entry to the tags map.
putTags(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put one entry to the tags map.
putTagSets(String, String...) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put all mappings from the specified key to values for tagSets true.
putTagSets(String, String) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put one entry to the tagSets map.
putTagSets(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put one entry to the tagSets map.
putValues(String, long) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put one entry to the values map.
putValues(Map.Entry<String, ? extends Long>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put one entry to the values map.
putVersions(Version, BuildTarget) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Put one entry to the versions map.
putVersions(Map.Entry<? extends Version, ? extends BuildTarget>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Put one entry to the versions map.
putVersions(BuildTarget, Version) - Method in class com.facebook.buck.versions.VersionUniverse.Builder
Put one entry to the versions map.
putVersions(Map.Entry<? extends BuildTarget, ? extends Version>) - Method in class com.facebook.buck.versions.VersionUniverse.Builder
Put one entry to the versions map.
putWithMerge(Map<T, DependencyType>, T, DependencyType) - Static method in enum com.facebook.buck.ide.intellij.model.DependencyType
 
putWrapper(RuleKeyHasher.Wrapper) - Method in class com.facebook.buck.rules.keys.hasher.CountingRuleKeyHasher
 
putWrapper(RuleKeyHasher.Wrapper) - Method in class com.facebook.buck.rules.keys.hasher.ForwardingRuleKeyHasher
 
putWrapper(RuleKeyHasher.Wrapper) - Method in class com.facebook.buck.rules.keys.hasher.GuavaRuleKeyHasher
 
putWrapper(RuleKeyHasher.Wrapper) - Method in interface com.facebook.buck.rules.keys.hasher.RuleKeyHasher
 
putWrapper(RuleKeyHasher.Wrapper) - Method in class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
putWriteHeaders(String, String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Put one entry to the writeHeaders map.
putWriteHeaders(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Put one entry to the writeHeaders map.
PythonBinary - Class in com.facebook.buck.python
 
PythonBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, Supplier<? extends SortedSet<BuildRule>>, PythonPlatform, String, PythonPackageComponents, ImmutableSet<String>, String, boolean) - Constructor for class com.facebook.buck.python.PythonBinary
 
PythonBinaryDescription - Class in com.facebook.buck.python
 
PythonBinaryDescription(PythonBuckConfig, FlavorDomain<PythonPlatform>, CxxBuckConfig, CxxPlatform, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.python.PythonBinaryDescription
 
PythonBinaryDescriptionArg - Class in com.facebook.buck.python
Immutable implementation of PythonBinaryDescription.AbstractPythonBinaryDescriptionArg.
PythonBinaryDescriptionArg.Builder - Class in com.facebook.buck.python
Builds instances of type PythonBinaryDescriptionArg.
PythonBuckConfig - Class in com.facebook.buck.python
 
PythonBuckConfig(BuckConfig, ExecutableFinder) - Constructor for class com.facebook.buck.python.PythonBuckConfig
 
PythonBuckConfig.PackageStyle - Enum in com.facebook.buck.python
 
PythonDslProjectBuildFileParser - Class in com.facebook.buck.json
Delegates to buck.py for parsing of buck build files.
PythonDslProjectBuildFileParser(ProjectBuildFileParserOptions, TypeCoercerFactory, ImmutableMap<String, String>, BuckEventBus, ProcessExecutor) - Constructor for class com.facebook.buck.json.PythonDslProjectBuildFileParser
 
PythonEnvironment - Class in com.facebook.buck.python
 
PythonEnvironment(Path, PythonVersion) - Constructor for class com.facebook.buck.python.PythonEnvironment
 
PythonInPlaceBinary - Class in com.facebook.buck.python
 
PythonLibrary - Class in com.facebook.buck.python
 
PythonLibraryDescription - Class in com.facebook.buck.python
 
PythonLibraryDescription(FlavorDomain<PythonPlatform>, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.python.PythonLibraryDescription
 
PythonLibraryDescriptionArg - Class in com.facebook.buck.python
Immutable implementation of PythonLibraryDescription.AbstractPythonLibraryDescriptionArg.
PythonLibraryDescriptionArg.Builder - Class in com.facebook.buck.python
Builds instances of type PythonLibraryDescriptionArg.
PythonPackagable - Interface in com.facebook.buck.python
 
PythonPackageComponents - Class in com.facebook.buck.python
Immutable implementation of AbstractPythonPackageComponents.
PythonPackagedBinary - Class in com.facebook.buck.python
 
PythonPlatform - Class in com.facebook.buck.python
Immutable implementation of AbstractPythonPlatform.
PythonPlatform.Builder - Class in com.facebook.buck.python
Builds instances of type PythonPlatform.
PythonRunTestsStep - Class in com.facebook.buck.python
 
PythonRunTestsStep(Path, String, ImmutableList<String>, ImmutableMap<String, String>, TestSelectorList, Optional<Long>, Path) - Constructor for class com.facebook.buck.python.PythonRunTestsStep
 
PythonTest - Class in com.facebook.buck.python
 
PythonTestDescription - Class in com.facebook.buck.python
 
PythonTestDescription(PythonBinaryDescription, PythonBuckConfig, FlavorDomain<PythonPlatform>, CxxBuckConfig, CxxPlatform, Optional<Long>, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.python.PythonTestDescription
 
PythonTestDescriptionArg - Class in com.facebook.buck.python
Immutable implementation of PythonTestDescription.AbstractPythonTestDescriptionArg.
PythonTestDescriptionArg.Builder - Class in com.facebook.buck.python
Builds instances of type PythonTestDescriptionArg.
PythonUtil - Class in com.facebook.buck.python
 
PythonVersion - Class in com.facebook.buck.python
Immutable implementation of AbstractPythonVersion.
PythonVersion.Builder - Class in com.facebook.buck.python
Builds instances of type PythonVersion.

Q

Query - Class in com.facebook.buck.rules.query
Immutable implementation of AbstractQuery.
QUERY_FUNCTIONS - Static variable in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
QueryBuildTarget - Class in com.facebook.buck.query
Immutable implementation of AbstractQueryBuildTarget.
QueryBuildTarget.Builder - Class in com.facebook.buck.query
Builds instances of type QueryBuildTarget.
QueryCache - Class in com.facebook.buck.rules.query
Cache that evaluates and stores the result of a dependency Query.
QueryCache() - Constructor for class com.facebook.buck.rules.query.QueryCache
 
QueryCoercer - Class in com.facebook.buck.rules.coercer
 
QueryCoercer() - Constructor for class com.facebook.buck.rules.coercer.QueryCoercer
 
QueryCommand - Class in com.facebook.buck.cli
 
QueryCommand() - Constructor for class com.facebook.buck.cli.QueryCommand
 
QueryEnvironment - Interface in com.facebook.buck.query
The environment of a Buck query that can evaluate queries to produce a result.
QueryEnvironment.Argument - Class in com.facebook.buck.query
Value of an argument of a user-defined query function.
QueryEnvironment.ArgumentType - Enum in com.facebook.buck.query
Type of an argument of a user-defined query function.
QueryEnvironment.QueryFunction - Interface in com.facebook.buck.query
A user-defined query function.
QueryEnvironment.TargetEvaluator - Interface in com.facebook.buck.query
A procedure for evaluating a target literal to QueryTarget.
QueryEnvironment.TargetEvaluator.Type - Enum in com.facebook.buck.query
 
QueryEvaluator - Interface in com.facebook.buck.query
 
QueryException - Exception in com.facebook.buck.query
 
QueryException(String) - Constructor for exception com.facebook.buck.query.QueryException
 
QueryException(String, Object...) - Constructor for exception com.facebook.buck.query.QueryException
 
QueryException(Throwable, String) - Constructor for exception com.facebook.buck.query.QueryException
 
QueryException(Throwable, String, Object...) - Constructor for exception com.facebook.buck.query.QueryException
 
QueryExpression - Class in com.facebook.buck.query
Base class for expressions in the Buck query language.
QueryExpression() - Constructor for class com.facebook.buck.query.QueryExpression
 
QueryFileTarget - Class in com.facebook.buck.query
Immutable implementation of AbstractQueryFileTarget.
QueryFileTarget.Builder - Class in com.facebook.buck.query
Builds instances of type QueryFileTarget.
QueryMacroExpander<T extends com.facebook.buck.rules.macros.QueryMacro> - Class in com.facebook.buck.rules.macros
Abstract base class for the query_targets and query_outputs macros
QueryMacroExpander(Optional<TargetGraph>) - Constructor for class com.facebook.buck.rules.macros.QueryMacroExpander
 
QueryMacroExpander.QueryResults - Class in com.facebook.buck.rules.macros
 
queryMetadataCxxHeaders(BuildRuleResolver, BuildTarget, HeaderMode) - Static method in class com.facebook.buck.cxx.CxxLibraryDescription
Convenience function to query the CxxHeaders metadata of a target.
queryMetadataCxxPreprocessorInput(BuildRuleResolver, BuildTarget, CxxPlatform, HeaderVisibility) - Static method in class com.facebook.buck.cxx.CxxLibraryDescription
Convenience function to query the CxxPreprocessorInput metadata of a target.
queryMetadataCxxSwiftPreprocessorInput(BuildRuleResolver, BuildTarget, CxxPlatform) - Static method in class com.facebook.buck.apple.AppleLibraryDescription
 
QueryOutputsMacro - Class in com.facebook.buck.rules.macros
Class providing the type for macros used in `$(query_outputs ...)` macro strings.
QueryOutputsMacroExpander - Class in com.facebook.buck.rules.macros
Used to expand the macro $(query_outputs "some(query(:expression))") to the set of the outputs of the targets matching the query.
QueryOutputsMacroExpander(Optional<TargetGraph>) - Constructor for class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
 
QueryPathsMacro - Class in com.facebook.buck.rules.macros
Class providing the type for macros used in `$(query_paths ...)` macro strings.
QueryPathsMacroExpander - Class in com.facebook.buck.rules.macros
 
QueryPathsMacroExpander(Optional<TargetGraph>) - Constructor for class com.facebook.buck.rules.macros.QueryPathsMacroExpander
 
QueryResults(Stream<QueryTarget>) - Constructor for class com.facebook.buck.rules.macros.QueryMacroExpander.QueryResults
 
QueryTarget - Interface in com.facebook.buck.query
 
QueryTargetAccessor - Class in com.facebook.buck.query
 
QueryTargetsMacro - Class in com.facebook.buck.rules.macros
Class providing the type for macros used in `$(query_targets ...)` macro strings.
QueryTargetsMacroExpander - Class in com.facebook.buck.rules.macros
Used to expand the macro $(query_targets "some(query(:expression))") to the set of targets matching the query.
QueryTargetsMacroExpander(Optional<TargetGraph>) - Constructor for class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
 
QueryTargetTranslator - Class in com.facebook.buck.versions
 
QueryTargetTranslator() - Constructor for class com.facebook.buck.versions.QueryTargetTranslator
 
QueryUtils - Class in com.facebook.buck.rules.query
Mixin class to allow dynamic dependency resolution at graph enhancement time.
queryWithTimeout(long, Object...) - Method in interface com.facebook.buck.io.WatchmanClient
 
quote(String) - Method in enum com.facebook.buck.util.Escaper.Quoter
 
quoteIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.ClangPreprocessor
 
quoteIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.GccPreprocessor
 
quoteIncludeArgs(Iterable<String>) - Method in interface com.facebook.buck.cxx.toolchain.Preprocessor
 
quoteIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.WindowsPreprocessor
 

R

RAM_BUNDLE_DOMAIN - Static variable in class com.facebook.buck.js.JsFlavors
 
RAM_BUNDLE_FILES - Static variable in class com.facebook.buck.js.JsFlavors
 
RAM_BUNDLE_INDEXED - Static variable in class com.facebook.buck.js.JsFlavors
 
RandomizedTrial - Class in com.facebook.buck.randomizedtrial
Simple implementation of A/B testing.
RawConfig - Class in com.facebook.buck.config
Hierarcical configuration of section/key/value triples.
RawNodeParsePipeline - Class in com.facebook.buck.parser
 
RawNodeParsePipeline(PipelineNodeCache.Cache<Path, ImmutableSet<Map<String, Object>>>, ProjectBuildFileParserPool, ListeningExecutorService) - Constructor for class com.facebook.buck.parser.RawNodeParsePipeline
 
RdepsFunction - Class in com.facebook.buck.query
A 'rdeps(u, x, [, depth])' expression, which finds the reverse dependencies of the given argument set 'x' within the transitive closure of the set 'u'.
RdepsFunction() - Constructor for class com.facebook.buck.query.RdepsFunction
 
RDotTxtEntry - Class in com.facebook.buck.android.aapt
Represents a row from a symbols file generated by aapt.
RDotTxtEntry(RDotTxtEntry.IdType, RDotTxtEntry.RType, String, String) - Constructor for class com.facebook.buck.android.aapt.RDotTxtEntry
 
RDotTxtEntry(RDotTxtEntry.IdType, RDotTxtEntry.RType, String, String, String) - Constructor for class com.facebook.buck.android.aapt.RDotTxtEntry
 
RDotTxtEntry(RDotTxtEntry.IdType, RDotTxtEntry.RType, String, String, RDotTxtEntry.CustomDrawableType) - Constructor for class com.facebook.buck.android.aapt.RDotTxtEntry
 
RDotTxtEntry(RDotTxtEntry.IdType, RDotTxtEntry.RType, String, String, RDotTxtEntry.CustomDrawableType, String) - Constructor for class com.facebook.buck.android.aapt.RDotTxtEntry
 
RDotTxtEntry.CustomDrawableType - Enum in com.facebook.buck.android.aapt
 
RDotTxtEntry.IdType - Enum in com.facebook.buck.android.aapt
 
RDotTxtEntry.RType - Enum in com.facebook.buck.android.aapt
 
RDotTxtResourceCollector - Class in com.facebook.buck.android.aapt
Responsible for collecting resources parsed by MiniAapt and assigning unique integer ids to those resources.
RDotTxtResourceCollector() - Constructor for class com.facebook.buck.android.aapt.RDotTxtResourceCollector
 
ReactNativeBuckConfig - Class in com.facebook.buck.js
A react-native view of BuckConfig.
ReactNativeBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.js.ReactNativeBuckConfig
 
ReactNativeBundle - Class in com.facebook.buck.js
Responsible for running the React Native JS packager in order to generate a single .js bundle along with resources referenced by the javascript code.
ReactNativeBundleWorkerStep - Class in com.facebook.buck.js
 
ReactNativeDepsWorkerStep - Class in com.facebook.buck.js
 
ReactNativeDepsWorkerStep(ProjectFilesystem, Path, ImmutableList<String>, ImmutableMap<String, String>, ImmutableList<String>, ReactNativePlatform, Path, Path) - Constructor for class com.facebook.buck.js.ReactNativeDepsWorkerStep
 
ReactNativeFlavors - Class in com.facebook.buck.js
 
ReactNativeLibraryArg - Class in com.facebook.buck.js
Immutable implementation of AbstractReactNativeLibraryArg.
ReactNativeLibraryArg.Builder - Class in com.facebook.buck.js
Builds instances of type ReactNativeLibraryArg.
ReactNativeLibraryGraphEnhancer - Class in com.facebook.buck.js
 
ReactNativeLibraryGraphEnhancer(ReactNativeBuckConfig) - Constructor for class com.facebook.buck.js.ReactNativeLibraryGraphEnhancer
 
ReactNativePlatform - Enum in com.facebook.buck.js
 
read() - Method in class com.facebook.buck.io.TeeInputStream
 
read(byte[]) - Method in class com.facebook.buck.io.TeeInputStream
 
read(byte[], int, int) - Method in class com.facebook.buck.io.TeeInputStream
 
read() - Method in class com.facebook.buck.util.hash.HasherInputStream
 
read(byte[], int, int) - Method in class com.facebook.buck.util.hash.HasherInputStream
 
readAttributes(Path, Class<A>, LinkOption...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
readClassMapping(Iterable<String>) - Static method in class com.facebook.buck.android.ProguardMapping
 
READER - Static variable in class com.facebook.buck.util.ObjectMappers
 
readFetchResponse(DataInputStream, OutputStream) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol
 
ReadFile(WinNT.HANDLE, Memory, int, IntByReference, Pointer) - Method in interface com.facebook.buck.io.windowspipe.WindowsNamedPipeLibrary
 
readFileIfItExists(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
readFirstLine(String) - Method in class com.facebook.buck.io.ProjectFilesystem
Attempts to read the first line of the file specified by the relative path.
readFirstLine(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Attempts to read the first line of the file specified by the relative path.
readFirstLineFromFile(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Attempts to read the first line of the specified file.
readLines(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
readLock() - Method in class com.facebook.buck.util.concurrent.AutoCloseableReadWriteUpdateLock
 
readMetadata(BuildTarget, String) - Method in interface com.facebook.buck.rules.BuildInfoStore
 
readMetadata(BuildTarget, String) - Method in class com.facebook.buck.rules.FilesystemBuildInfoStore
 
readMetadata(BuildTarget, String) - Method in class com.facebook.buck.rules.SQLiteBuildInfoStore
 
readMetadataAndPayload(DataInputStream, OutputStream) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol
 
readPayload(OutputStream) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response
 
ReadPayloadInfo(long, String) - Constructor for class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response.ReadPayloadInfo
 
readPropertiesFile(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
readResources(ProjectFilesystem, Path) - Static method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
readStoreRequest(DataInputStream, OutputStream) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol
 
readSymbolicLink(Path) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
readSymLink(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Returns the target of the specified symbolic link.
readValue(Path, Class<T>) - Static method in class com.facebook.buck.util.ObjectMappers
 
readValue(Path, TypeReference<T>) - Static method in class com.facebook.buck.util.ObjectMappers
 
readValue(String, Class<T>) - Static method in class com.facebook.buck.util.ObjectMappers
 
readValue(String, TypeReference<T>) - Static method in class com.facebook.buck.util.ObjectMappers
 
RealAndroidDevice - Class in com.facebook.buck.android.exopackage
 
RealAndroidDevice(BuckEventBus, IDevice, Console, Path, int) - Constructor for class com.facebook.buck.android.exopackage.RealAndroidDevice
 
RealAndroidDevice(BuckEventBus, IDevice, Console) - Constructor for class com.facebook.buck.android.exopackage.RealAndroidDevice
 
RealAndroidDevice.ErrorParsingReceiver - Class in com.facebook.buck.android.exopackage
Implementation of IShellOutputReceiver with helper functions to parse output lines and figure out if a call to IDevice.executeShellCommand(String, com.android.ddmlib.IShellOutputReceiver) succeeded.
reassignIds(ReferenceMapper) - Method in class com.facebook.buck.android.resources.ResourceTable
 
reassignIds(ReferenceMapper) - Method in class com.facebook.buck.android.resources.ResTablePackage
 
reassignIds(ReferenceMapper) - Method in class com.facebook.buck.android.resources.ResTableType
 
reassignIds(ReferenceMapper) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
RECEIVE_TIMEOUT_MS - Static variable in class com.facebook.buck.android.agent.AgentMain
 
receiveCommand(int) - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandReceiver
 
receiveCommand(int) - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandReceiver
 
receiveCommandResponse(int) - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandSender
 
receiveCommandResponse(int) - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandSender
 
recordArtifact(Path) - Method in interface com.facebook.buck.rules.BuildableContext
 
recordArtifact(Path) - Method in class com.facebook.buck.rules.BuildInfoRecorder
 
recordArtifact(Path) - Method in class com.facebook.buck.rules.DefaultBuildableContext
 
RecordedFileHashes - Class in com.facebook.buck.distributed
 
RecordedFileHashes(Integer) - Constructor for class com.facebook.buck.distributed.RecordedFileHashes
 
recordFullBufferCasMultiFetch(long) - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
 
RecordingProjectFileHashCache - Class in com.facebook.buck.distributed
Decorator class the records information about the paths being hashed as a side effect of producing file hashes required for rule key computation.
recordLocalFileMaterialized() - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
 
recordParseStartTime(BuckEventBus) - Method in class com.facebook.buck.parser.Parser
 
recordPeriodicCasMultiFetch(long) - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
 
recordRemoteFileMaterialized(long) - Method in class com.facebook.buck.distributed.FileMaterializationStatsTracker
 
RecursiveGetException() - Constructor for exception com.facebook.buck.util.concurrent.WorkThreadTrackingFuture.RecursiveGetException
 
RedexOptions - Class in com.facebook.buck.android.redex
Immutable implementation of AbstractRedexOptions.
RedexOptions.Builder - Class in com.facebook.buck.android.redex
Builds instances of type RedexOptions.
ReDexStep - Class in com.facebook.buck.android.redex
Runs ReDex on an APK.
ReferenceCountedWriter - Class in com.facebook.buck.log
 
ReferenceCountedWriter(OutputStreamWriter) - Constructor for class com.facebook.buck.log.ReferenceCountedWriter
 
ReferenceMapper - Interface in com.facebook.buck.android.resources
A ReferenceMapper is used to reassign ids in Android's .arsc/.xml files.
regexPatternForAny(String...) - Static method in class com.facebook.buck.util.MoreStrings
 
regexPatternForAny(Iterable<String>) - Static method in class com.facebook.buck.util.MoreStrings
 
register(Object) - Method in interface com.facebook.buck.event.BuckEventBus
 
register(Object) - Method in class com.facebook.buck.event.DefaultBuckEventBus
 
register(long, String) - Method in interface com.facebook.buck.log.CommonThreadFactoryState
 
register(Description<?>) - Method in class com.facebook.buck.rules.KnownBuildRuleTypes.Builder
 
registerCounters(Collection<Counter>) - Method in interface com.facebook.buck.counters.CounterRegistry
 
registerCounters(CounterRegistry.AsyncCounterRegistrationEvent) - Method in interface com.facebook.buck.counters.CounterRegistry
 
registerCounters(Collection<Counter>) - Method in class com.facebook.buck.counters.CounterRegistryImpl
 
registerCounters(CounterRegistry.AsyncCounterRegistrationEvent) - Method in class com.facebook.buck.counters.CounterRegistryImpl
 
registerProcess(Object, ProcessExecutorParams, ImmutableMap<String, String>) - Method in class com.facebook.buck.util.ProcessRegistry
Registers the process and notifies the subscribers.
RegisterSpecAnalyzer - Class in com.facebook.buck.tools.dxanalysis
A static analyzer to find uses of reference equality checks on the RegisterSpec class, including its superclasses, interfaces, superclass interfaces, interface superinterfaces...
RegisterSpecAnalyzer(ImmutableMap<String, ClassNode>) - Constructor for class com.facebook.buck.tools.dxanalysis.RegisterSpecAnalyzer
 
registerTopLevelRule(BuildRule, BuckEventBus) - Method in class com.facebook.buck.rules.UnskippedRulesTracker
 
RelativeCellName - Class in com.facebook.buck.rules
Describes a cell name relative to another cell.
relativize(Path, Path) - Static method in class com.facebook.buck.io.MorePaths
Get a relative path from path1 to path2, first normalizing each path.
relativize(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Construct a relative path between the project root and a given path.
RELEASE - Static variable in class com.facebook.buck.js.JsFlavors
 
release(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
Releases previously acquired resources.
remainingCapacity() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
REMOTE_REPO_LONG_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
 
REMOTE_REPO_SHORT_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
 
RemoteBuildModeRunner - Class in com.facebook.buck.distributed
 
RemoteBuildModeRunner(LocalBuilder, Iterable<String>) - Constructor for class com.facebook.buck.distributed.RemoteBuildModeRunner
 
remoteBuilds() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
 
RemoteFile - Class in com.facebook.buck.file
Represents a remote file that needs to be downloaded.
RemoteFile(BuildTarget, ProjectFilesystem, BuildRuleParams, Downloader, URI, HashCode, String, RemoteFile.Type) - Constructor for class com.facebook.buck.file.RemoteFile
 
RemoteFileBinary - Class in com.facebook.buck.file
Represents an executable RemoteFile, which means that it can be invoked using buck run.
RemoteFileBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, Downloader, URI, HashCode, String, RemoteFile.Type) - Constructor for class com.facebook.buck.file.RemoteFileBinary
 
RemoteFileDescription - Class in com.facebook.buck.file
 
RemoteFileDescription(Downloader) - Constructor for class com.facebook.buck.file.RemoteFileDescription
 
RemoteFileDescriptionArg - Class in com.facebook.buck.file
Immutable implementation of RemoteFileDescription.AbstractRemoteFileDescriptionArg.
RemoteFileDescriptionArg.Builder - Class in com.facebook.buck.file
Builds instances of type RemoteFileDescriptionArg.
RemoteLogBuckConfig - Class in com.facebook.buck.util.network
 
RemoteLogBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.util.network.RemoteLogBuckConfig
 
RemoteMavenDownloader - Class in com.facebook.buck.file
 
RemoteMavenDownloader(AuthAwareDownloader, String, Optional<PasswordAuthentication>) - Constructor for class com.facebook.buck.file.RemoteMavenDownloader
 
RemoteStateBasedFileHashCache - Class in com.facebook.buck.distributed
 
RemoteStateBasedFileHashCache(ProjectFileHashCache, BuildJobStateFileHashes) - Constructor for class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
remove(Path) - Method in class com.facebook.buck.util.autosparse.ManifestTrie
 
remove() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
remove(Object) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
remove(Path) - Method in class com.facebook.buck.util.FileSystemMap
Removes the given path.
removeAll(Collection<?>) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
removeAll() - Method in class com.facebook.buck.util.FileSystemMap
Empties the trie leaving only the root node available.
RemoveClassesPatternsMatcher - Class in com.facebook.buck.jvm.java
 
RemoveClassesPatternsMatcher(ImmutableSet<Pattern>) - Constructor for class com.facebook.buck.jvm.java.RemoveClassesPatternsMatcher
 
removeEdge(T, T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
Removes the edge between source and sink.
removeLinkerMapModeFlavorInTarget(BuildTarget, Optional<LinkerMapMode>) - Static method in enum com.facebook.buck.cxx.toolchain.LinkerMapMode
 
removeNode(T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
Removes the specified node from the graph.
removeStripStyleFlavorInTarget(BuildTarget, Optional<StripStyle>) - Static method in class com.facebook.buck.cxx.CxxStrip
 
removeTaskListener(TaskListener) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
 
removeTaskListener(BuckJavacTaskListener) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
removeTaskListener(BuckJavacTaskListener) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
 
renameTo(Path, Path) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
renderHttpUploads() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
renderLine(Optional<BuildTarget>, Optional<? extends AbstractBuckEvent>, Optional<? extends LeafEvent>, Optional<String>, Optional<String>, long, StringBuilder) - Method in class com.facebook.buck.event.listener.CommonThreadStateRenderer
 
renderLines(MultiStateRenderer, ImmutableList.Builder<String>, int, boolean) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
renderShortStatus(long) - Method in class com.facebook.buck.event.listener.BuildThreadStateRenderer
 
renderShortStatus(boolean, boolean, long) - Method in class com.facebook.buck.event.listener.CommonThreadStateRenderer
 
renderShortStatus(long) - Method in class com.facebook.buck.event.listener.DistBuildSlaveStateRenderer
 
renderShortStatus(long) - Method in interface com.facebook.buck.event.listener.MultiStateRenderer
 
renderShortStatus(long) - Method in class com.facebook.buck.event.listener.TestThreadStateRenderer
 
renderStatusLine(long, StringBuilder) - Method in class com.facebook.buck.event.listener.BuildThreadStateRenderer
 
renderStatusLine(long, StringBuilder) - Method in class com.facebook.buck.event.listener.DistBuildSlaveStateRenderer
 
renderStatusLine(long, StringBuilder) - Method in interface com.facebook.buck.event.listener.MultiStateRenderer
 
renderStatusLine(long, StringBuilder) - Method in class com.facebook.buck.event.listener.TestThreadStateRenderer
 
RepackZipEntriesStep - Class in com.facebook.buck.zip
A command that creates a copy of a ZIP archive, making sure that certain user-specified entries are packed with a certain compression level.
RepackZipEntriesStep(ProjectFilesystem, Path, Path, ImmutableSet<String>) - Constructor for class com.facebook.buck.zip.RepackZipEntriesStep
RepackZipEntriesStep(ProjectFilesystem, Path, Path, ImmutableSet<String>, ZipCompressionLevel) - Constructor for class com.facebook.buck.zip.RepackZipEntriesStep
replace(ImmutableMap<String, MacroReplacer>, String, boolean) - Method in class com.facebook.buck.model.macros.MacroFinder
Expand macros embedded in a string.
replace(MacroMatchResult) - Method in interface com.facebook.buck.model.macros.MacroReplacer
 
replace(MacroMatchResult) - Method in class com.facebook.buck.rules.macros.FunctionMacroReplacer
 
replace(ByteBuffer, int) - Method in class com.facebook.buck.util.ByteBufferReplacer
Perform an in-place replacement pass over the given buffer (bounded by Buffer.position and Buffer.limit).
replace(ByteBuffer) - Method in class com.facebook.buck.util.ByteBufferReplacer
 
replaceCompDir(String, String) - Method in class com.facebook.buck.macho.CompDirReplacer
 
replaceCompDirInFile(Path, String, String, NulTerminatedCharsetDecoder) - Static method in class com.facebook.buck.macho.CompDirReplacer
 
replaceInvalidCharacters(String) - Static method in interface com.facebook.buck.model.Flavor
 
ReplaceManifestPlaceholdersStep - Class in com.facebook.buck.android
Replaces placeholders in the android manifest.
ReplaceManifestPlaceholdersStep(ProjectFilesystem, Path, Path, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.android.ReplaceManifestPlaceholdersStep
 
replaceVariablesInString(String, Map<String, String>) - Static method in class com.facebook.buck.apple.InfoPlistSubstitution
 
report(Diagnostic<? extends JavaFileObject>) - Method in class com.facebook.buck.jvm.java.abi.source.api.ErrorSuppressingDiagnosticListener
 
reportAnnotationProcessingEventFinished(BuildTarget, String, String, int, boolean) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportAnnotationProcessingEventFinished(BuildTarget, String, String, int, boolean) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportAnnotationProcessingEventFinished(BuildTarget, String, String, int, boolean) - Method in class com.facebook.buck.oop_javac.OutOfProcessJavacEventSink
 
reportAnnotationProcessingEventStarted(BuildTarget, String, String, int, boolean) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportAnnotationProcessingEventStarted(BuildTarget, String, String, int, boolean) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportAnnotationProcessingEventStarted(BuildTarget, String, String, int, boolean) - Method in class com.facebook.buck.oop_javac.OutOfProcessJavacEventSink
 
reportCompilerPluginFinished(BuildTarget, ImmutableMap<String, String>) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportCompilerPluginFinished(BuildTarget, ImmutableMap<String, String>) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportCompilerPluginFinished(BuildTarget, ImmutableMap<String, String>) - Method in class com.facebook.buck.oop_javac.OutOfProcessJavacEventSink
 
reportCompilerPluginStarted(BuildTarget, String, String, ImmutableMap<String, String>) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportCompilerPluginStarted(BuildTarget, String, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportCompilerPluginStarted(BuildTarget, String, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.oop_javac.OutOfProcessJavacEventSink
 
reportEvent(Level, String, Object...) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportEvent(Level, String, Object...) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportEvent(Level, String, Object...) - Method in class com.facebook.buck.oop_javac.OutOfProcessJavacEventSink
 
ReportGenerator - Class in com.facebook.buck.jvm.java.coverage
This example creates a HTML report for eclipse like projects based on a single execution data store called jacoco.exec.
ReportGenerator(Properties) - Constructor for class com.facebook.buck.jvm.java.coverage.ReportGenerator
Create a new generator based for the given project.
reportInnerClassReferences(Element, ClassVisitor) - Method in class com.facebook.buck.jvm.java.abi.InnerClassesTable
 
reportJavacPhaseFinished(BuildTarget, String, ImmutableMap<String, String>) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportJavacPhaseFinished(BuildTarget, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportJavacPhaseFinished(BuildTarget, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.oop_javac.OutOfProcessJavacEventSink
 
reportJavacPhaseStarted(BuildTarget, String, ImmutableMap<String, String>) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportJavacPhaseStarted(BuildTarget, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportJavacPhaseStarted(BuildTarget, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.oop_javac.OutOfProcessJavacEventSink
 
reportPingLatency(URI, long) - Method in class com.facebook.buck.slb.ServerHealthManager
 
reportPingLatency(long, long) - Method in class com.facebook.buck.slb.ServerHealthState
NOTE: Assumes nowMillis is roughly non-decreasing in consecutive calls.
reportProfile() - Method in class com.facebook.buck.json.HybridProjectBuildFileParser
 
reportProfile() - Method in class com.facebook.buck.json.PythonDslProjectBuildFileParser
 
reportProfile() - Method in interface com.facebook.buck.parser.api.ProjectBuildFileParser
Reports profile information captured while parsing build files.
reportProfile() - Method in class com.facebook.buck.skylark.parser.SkylarkProjectBuildFileParser
 
reportRequestError(URI) - Method in class com.facebook.buck.slb.ServerHealthManager
 
reportRequestError(long) - Method in class com.facebook.buck.slb.ServerHealthState
NOTE: Assumes nowMillis is roughly non-decreasing in consecutive calls.
reportRequestException(URI) - Method in class com.facebook.buck.slb.ClientSideSlb
 
reportRequestException(URI) - Method in interface com.facebook.buck.slb.HttpLoadBalancer
 
reportRequestSuccess(URI) - Method in class com.facebook.buck.slb.ClientSideSlb
 
reportRequestSuccess(URI) - Method in interface com.facebook.buck.slb.HttpLoadBalancer
 
reportRequestSuccess(URI) - Method in class com.facebook.buck.slb.ServerHealthManager
 
reportRequestSuccess(long) - Method in class com.facebook.buck.slb.ServerHealthState
NOTE: Assumes nowMillis is roughly non-decreasing in consecutive calls.
reportResult(ImmutableList.Builder<String>, TestResults) - Method in class com.facebook.buck.event.listener.TestResultFormatter
Writes a detailed summary that ends with a trailing newline.
reportResultSummary(ImmutableList.Builder<String>, TestResultSummary) - Method in class com.facebook.buck.event.listener.TestResultFormatter
 
reportThrowable(Throwable, String, Object...) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportThrowable(Throwable, String, Object...) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportThrowable(Throwable, String, Object...) - Method in class com.facebook.buck.oop_javac.OutOfProcessJavacEventSink
 
repositories - Variable in class com.facebook.buck.maven.ArtifactConfig
 
REPOSITORIES_SECTION - Static variable in class com.facebook.buck.rules.DefaultCellPathResolver
 
Repository() - Constructor for class com.facebook.buck.maven.ArtifactConfig.Repository
 
Repository(String) - Constructor for class com.facebook.buck.maven.ArtifactConfig.Repository
 
requestTimestampMillis() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
 
requestUrl() - Method in interface com.facebook.buck.slb.HttpResponse
 
requestUrl() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
 
requireAggregatedDepsRule(BuildRuleResolver, SourcePathRuleFinder, CxxPlatform) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
 
requireAllRules(Iterable<BuildTarget>) - Method in interface com.facebook.buck.rules.BuildRuleResolver
 
requireBuild(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, CxxPlatform, RustBuckConfig, ImmutableList<String>, ImmutableList<String>, Iterable<Arg>, String, CrateType, Linker.LinkableDepType, ImmutableSortedSet<SourcePath>, SourcePath) - Static method in class com.facebook.buck.rust.RustCompileUtils
 
requireBuildRule(Flavor...) - Method in class com.facebook.buck.cxx.CxxLibrary
 
requireCompileRule(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, ImmutableSet<BuildRule>, HaskellPlatform, Linker.LinkableDepType, boolean, Optional<String>, Optional<HaskellPackageInfo>, ImmutableList<String>, HaskellSources) - Static method in class com.facebook.buck.haskell.HaskellDescriptionUtils
 
requiredSymbols - Variable in class com.facebook.buck.jvm.java.JavaFileParser.JavaFileFeatures
 
requireHeaderSymlinkTree(BuildTarget, ProjectFilesystem, BuildRuleResolver, CxxPlatform, ImmutableMap<Path, SourcePath>, HeaderVisibility, boolean) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
requireInferRule(BuildTarget, ProjectFilesystem, BuildRuleResolver, CellPathResolver, CxxBuckConfig, CxxPlatform, CxxConstructorArg, InferBuckConfig) - Static method in class com.facebook.buck.cxx.CxxInferEnhancer
 
requireMetadata(BuildTarget, Class<T>) - Method in interface com.facebook.buck.rules.BuildRuleResolver
Retrieve a piece of metadata for a target.
requireMetadata(BuildTarget, Class<T>) - Method in class com.facebook.buck.rules.MultiThreadedBuildRuleResolver
 
requireMetadata(BuildTarget, Class<T>) - Method in class com.facebook.buck.rules.SingleThreadedBuildRuleResolver
 
requireMultiarchRule(BuildTarget, ProjectFilesystem, BuildRuleParams, BuildRuleResolver, MultiarchFileInfo, ImmutableSortedSet<BuildRule>) - Static method in class com.facebook.buck.apple.MultiarchFileInfos
Generate a fat rule from thin rules.
requireRule(BuildTarget) - Method in interface com.facebook.buck.rules.BuildRuleResolver
Retrieve the BuildRule for the given BuildTarget.
requireRule(BuildTarget) - Method in class com.facebook.buck.rules.MultiThreadedBuildRuleResolver
 
requireRule(BuildTarget) - Method in class com.facebook.buck.rules.SingleThreadedBuildRuleResolver
 
requireSharedLibrarySymlinkTree(BuildTarget, ProjectFilesystem, BuildRuleResolver, CxxPlatform, Iterable<? extends BuildRule>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
ResChunk - Class in com.facebook.buck.android.resources
ResChunk is the base of most structures in Android's .arsc and compiled .xml files.
ResChunk.RefTransformer - Interface in com.facebook.buck.android.resources
 
ResChunk.RefVisitor - Interface in com.facebook.buck.android.resources
 
resDir - Variable in class com.facebook.buck.android.AndroidResourceIndex
 
reset() - Method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder
 
reset() - Method in class com.facebook.buck.util.hash.HasherInputStream
 
resolve(BuildRuleResolver) - Method in interface com.facebook.buck.cxx.toolchain.ArchiverProvider
 
resolve(BuildRuleResolver) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProvider
 
resolve(BuildRuleResolver) - Method in class com.facebook.buck.cxx.toolchain.linker.DefaultLinkerProvider
 
resolve(BuildRuleResolver) - Method in interface com.facebook.buck.cxx.toolchain.linker.LinkerProvider
 
resolve(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
resolve(String) - Method in class com.facebook.buck.io.ProjectFilesystem
 
resolve(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.ConstantJavacProvider
 
resolve(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.ExternalOrJarBackedJavacProvider
 
resolve(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.JarBackedJavacProvider
 
resolve(SourcePathRuleFinder) - Method in interface com.facebook.buck.jvm.java.JavacProvider
 
resolve(Collection<String>) - Method in class com.facebook.buck.maven.Resolver
 
resolve(BuildRuleResolver) - Method in class com.facebook.buck.rules.BinaryBuildRuleToolProvider
 
resolve(BuildRuleResolver) - Method in class com.facebook.buck.rules.ConstantToolProvider
 
resolve(BuildRuleResolver) - Method in class com.facebook.buck.rules.ErrorToolProvider
 
resolve(BuildRuleResolver, M) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
resolve(InputPath) - Method in class com.facebook.buck.rules.modern.impl.DefaultInputRuleResolver
 
resolve(InputData) - Method in class com.facebook.buck.rules.modern.impl.DefaultInputRuleResolver
 
resolve(InputPath) - Method in interface com.facebook.buck.rules.modern.InputRuleResolver
 
resolve(InputData) - Method in interface com.facebook.buck.rules.modern.InputRuleResolver
 
resolve(String) - Method in class com.facebook.buck.rules.modern.OutputPath
 
resolve(Path) - Method in class com.facebook.buck.rules.modern.OutputPath
 
resolve() - Method in class com.facebook.buck.rules.SystemToolProvider
resolve(BuildRuleResolver) - Method in interface com.facebook.buck.rules.ToolProvider
 
resolve(BuildTarget, ImmutableMap<BuildTarget, ImmutableSet<Version>>) - Method in interface com.facebook.buck.versions.VersionSelector
 
resolve(BuildTarget, ImmutableMap<BuildTarget, ImmutableSet<Version>>) - Method in class com.facebook.buck.versions.VersionUniverseVersionSelector
 
resolveAlias(CommandRunnerParams, ListeningExecutorService, boolean, List<String>) - Static method in class com.facebook.buck.cli.ResolveAliasHelper
Assumes each argument passed to this command is an alias defined in .buckconfig, or a fully qualified (non-alias) target to be verified by checking the build files.
ResolveAliasHelper - Class in com.facebook.buck.cli
Helper class with functionality to resolve alias in `targets` command.
resolveAllPaths(Iterable<InputPath>) - Method in class com.facebook.buck.rules.modern.DefaultInputPathResolver
 
resolveAllPaths(Iterable<InputPath>) - Method in interface com.facebook.buck.rules.modern.InputPathResolver
 
ResolvedJavacPluginProperties - Class in com.facebook.buck.jvm.java
 
ResolvedJavacPluginProperties(AbstractJavacPluginProperties, ProjectFilesystem, SourcePathResolver) - Constructor for class com.facebook.buck.jvm.java.ResolvedJavacPluginProperties
 
resolveDuplicateRelativePaths(ImmutableSortedSet<SourcePath>, SourcePathResolver) - Static method in class com.facebook.buck.rules.SymlinkTree
Because of cross-cell, multiple SourcePaths can resolve to the same relative path, despite having distinct absolute paths.
resolveFramework(ImmutableMap<String, String>, FrameworkVersion) - Static method in class com.facebook.buck.dotnet.DotnetFramework
 
resolveHeaderMap(Path, ImmutableMap<String, SourcePath>) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
Resolve the map of name to SourcePath to a map of full header name to SourcePath.
resolveNonNullPathOutsideTheProjectFilesystem(Path) - Method in class com.facebook.buck.cli.BuckConfig
 
resolvePath(InputPath) - Method in class com.facebook.buck.rules.modern.DefaultInputPathResolver
 
resolvePath(InputPath) - Method in interface com.facebook.buck.rules.modern.InputPathResolver
 
resolvePath(OutputPath) - Method in interface com.facebook.buck.rules.modern.OutputPathResolver
Returns a relative path to the output.
resolvePathThatMayBeOutsideTheProjectFilesystem(Path) - Method in class com.facebook.buck.cli.BuckConfig
 
Resolver - Class in com.facebook.buck.maven
 
Resolver(ArtifactConfig) - Constructor for class com.facebook.buck.maven.Resolver
 
resolver - Variable in class com.facebook.buck.rules.args.MacroArg
 
resolveTargetSpecs(BuckEventBus, Cell, boolean, ListeningExecutorService, Iterable<? extends TargetNodeSpec>, PerBuildState.SpeculativeParsing, AbstractParserConfig.ApplyDefaultFlavorsMode) - Method in class com.facebook.buck.parser.Parser
 
resolveTargetVariable(String) - Method in interface com.facebook.buck.query.QueryEnvironment
 
resolveTargetVariable(String) - Method in class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
RESOURCE_APK_PATH_FORMAT - Static variable in class com.facebook.buck.android.AaptPackageResources
 
resourceAllocationFairness - Variable in class com.facebook.buck.util.concurrent.ConcurrencyLimit
 
ResourceAllocationFairness - Enum in com.facebook.buck.util.concurrent
How to handle fairness when acquiring the semaphore.
ResourceAmounts - Class in com.facebook.buck.util.concurrent
Immutable implementation of AbstractResourceAmounts.
ResourceAmounts.Builder - Class in com.facebook.buck.util.concurrent
Builds instances of type ResourceAmounts.
ResourceAmountsEstimator - Class in com.facebook.buck.util.concurrent
 
ResourceAwareSchedulingInfo - Class in com.facebook.buck.rules
Immutable implementation of AbstractResourceAwareSchedulingInfo.
ResourceClosure(Set<String>, Map<Integer, SortedSet<Integer>>) - Constructor for class com.facebook.buck.android.resources.UsedResourcesFinder.ResourceClosure
 
ResourceFilter(List<String>) - Constructor for class com.facebook.buck.android.FilterResourcesSteps.ResourceFilter
 
ResourceFilters - Class in com.facebook.buck.android
 
ResourceFilters.Density - Enum in com.facebook.buck.android
Represents the names and values of valid densities for resources as defined in http://developer.android.com/guide/topics/resources/providing-resources.html#DensityQualifier
ResourceFilters.Qualifiers - Class in com.facebook.buck.android
 
ResourceFolder - Class in com.facebook.buck.ide.intellij.model.folders
 
ResourceFolderFactory - Interface in com.facebook.buck.ide.intellij.model.folders
Interface for factory classes which can create each type of resource folder.
ResourcePool<R extends AutoCloseable> - Class in com.facebook.buck.util.concurrent
Allows multiple concurrently executing futures to share a constrained number of resources.
ResourcePool(int, ResourcePool.ResourceUsageErrorPolicy, Supplier<R>) - Constructor for class com.facebook.buck.util.concurrent.ResourcePool
 
ResourcePool.ResourceUsageErrorPolicy - Enum in com.facebook.buck.util.concurrent
Describes how to handle errors that take place during resource usage.
ResourcePool.ThrowingFunction<T,R> - Interface in com.facebook.buck.util.concurrent
 
resources - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
RESOURCES_DIR - Static variable in class com.facebook.buck.android.exopackage.ResourcesExoHelper
 
RESOURCES_OUTPUT_DIR_FORMAT - Static variable in class com.facebook.buck.js.ReactNativeBundle
 
RESOURCES_PER_RULE_SECTION_HEADER - Static variable in class com.facebook.buck.cli.BuckConfig
 
RESOURCES_SECTION_HEADER - Static variable in class com.facebook.buck.cli.BuckConfig
 
ResourcesExoHelper - Class in com.facebook.buck.android.exopackage
 
ResourcesFilter - Class in com.facebook.buck.android
Buildable that is responsible for taking a set of res/ directories and applying an optional resource filter to them, ultimately generating the final set of res/ directories whose contents should be included in an APK.
ResourcesFilter(BuildTarget, ProjectFilesystem, ImmutableSortedSet<BuildRule>, ImmutableCollection<BuildRule>, SourcePathRuleFinder, ImmutableList<SourcePath>, ImmutableSet<SourcePath>, ImmutableSet<String>, ResourcesFilter.ResourceCompressionMode, FilterResourcesSteps.ResourceFilter, Optional<Arg>) - Constructor for class com.facebook.buck.android.ResourcesFilter
 
ResourcesFilter.BuildOutput - Class in com.facebook.buck.android
 
ResourcesParameters - Class in com.facebook.buck.jvm.java
Immutable implementation of AbstractResourcesParameters.
ResourcesParameters.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type ResourcesParameters.
resourcesRoot - Variable in class com.facebook.buck.ide.intellij.model.folders.ResourceFolder
 
resourcesRoot - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
ResourcesRootPackageFinder - Class in com.facebook.buck.jvm.java
 
ResourcesRootPackageFinder(Path, JavaPackageFinder) - Constructor for class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
 
ResourcesXml - Class in com.facebook.buck.android.resources
ResourcesXml handles Android's compiled xml format.
ResourcesZipBuilder - Class in com.facebook.buck.android.resources
Some versions of Android require that any zip file that contains resources/assets contains an AndroidManifest.xml (though it doesn't actually read it).
ResourcesZipBuilder(Path) - Constructor for class com.facebook.buck.android.resources.ResourcesZipBuilder
 
ResourceTable - Class in com.facebook.buck.android.resources
A ResourceTable is the top-level representation of resources.arsc.
ResourceTable(StringPool, ResTablePackage) - Constructor for class com.facebook.buck.android.resources.ResourceTable
 
resourceUnion() - Method in class com.facebook.buck.android.aapt.MiniAapt
Collect resource information from R.txt for each dep and perform a resource union.
ResourceValidator - Class in com.facebook.buck.jvm.common
 
Response(ThriftProtocol, InputStream) - Constructor for class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response
 
ResTablePackage - Class in com.facebook.buck.android.resources
A Package consists of a header: ResTable_header u16 chunk_type u16 header_size u32 chunk_size u32 package_id u16[128] name u32 typeStringOffset u32 lastPublicTypeOffset u32 keyStringOffset u32 lastPublicKeyOffset u32 typeIdOffset
ResTablePackage(int, int, byte[], StringPool, StringPool, List<ResTableTypeSpec>) - Constructor for class com.facebook.buck.android.resources.ResTablePackage
 
ResTableType - Class in com.facebook.buck.android.resources
ResTableType is a ResChunk holding the resource values for a given type and configuration.
ResTableTypeSpec - Class in com.facebook.buck.android.resources
ResTableTypeSpec is a ResChunk specifying the flags for each resource of a given type.
restore(Path, ByteBufferReplacer) - Method in class com.facebook.buck.cxx.toolchain.MungingDebugPathSanitizer
 
restoreCompilationDirectory(Path, Path) - Method in class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
 
restoreCompilationDirectory(Path, Path) - Method in class com.facebook.buck.cxx.toolchain.MungingDebugPathSanitizer
 
restoreCompilationDirectory(Path, Path) - Method in class com.facebook.buck.cxx.toolchain.PrefixMapDebugPathSanitizer
 
restoreLinkerMapModeFlavorInTarget(BuildTarget, Optional<LinkerMapMode>) - Static method in enum com.facebook.buck.cxx.toolchain.LinkerMapMode
 
restoreParserState(RemoteDaemonicParserState, Cell) - Method in class com.facebook.buck.parser.Parser
 
restoreState(RemoteDaemonicParserState, Cell) - Method in class com.facebook.buck.parser.DaemonicParserState
 
restoreStripStyleFlavorInTarget(BuildTarget, Optional<StripStyle>) - Static method in class com.facebook.buck.cxx.CxxStrip
 
result - Variable in class com.facebook.buck.android.AndroidAppModularity
 
Result(APKModule, Set<Path>, Multimap<Path, Path>, Map<Path, DexWithClasses>, ImmutableMap<Path, Sha1HashCode>) - Constructor for class com.facebook.buck.android.PreDexedFilesSorter.Result
 
Result(boolean, CoderResult) - Constructor for class com.facebook.buck.charset.NulTerminatedCharsetDecoder.Result
 
Result(RULE_KEY, Iterable<BuildRule>) - Constructor for class com.facebook.buck.rules.keys.InputBasedRuleKeyFactory.Result
 
Result(RULE_KEY, DIAG_KEY, Iterable<RuleKeyAppendable>) - Constructor for class com.facebook.buck.rules.keys.RuleKeyDiagnostics.Result
 
result - Variable in class com.facebook.buck.rules.keys.RuleKeyResult
The result of rule key computation.
Result(int, boolean, Optional<String>, Optional<String>) - Constructor for class com.facebook.buck.util.ProcessExecutor.Result
 
Result(int, String, String) - Constructor for class com.facebook.buck.util.ProcessExecutor.Result
 
Result(int) - Constructor for class com.facebook.buck.util.ProcessExecutor.Result
 
RESULTS_AVAILABLE - Static variable in interface com.facebook.buck.event.external.events.IndividualTesEventFinishedExternalInterface
 
ResultType - Enum in com.facebook.buck.test.result.type
The kind of result
resumed(BuildRule, BuildRuleDurationTracker, RuleKeyFactory<RuleKey>) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
resumeSuspendScope(BuckEventBus, BuildRule, BuildRuleDurationTracker, RuleKeyFactory<RuleKey>) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
retainAll(Collection<?>) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
RetryBusyHandler - Class in com.facebook.buck.sqlite
Implementation of BusyHandler that always returns a retry value from its callback.
RetryBusyHandler() - Constructor for class com.facebook.buck.sqlite.RetryBusyHandler
 
RetryingCacheDecorator - Class in com.facebook.buck.artifact_cache
 
RetryingCacheDecorator(ArtifactCacheMode, ArtifactCache, int, BuckEventBus) - Constructor for class com.facebook.buck.artifact_cache.RetryingCacheDecorator
 
RetryingDownloader - Class in com.facebook.buck.file
Downloader decorator which adds retry logic to any decorated downloader instance.
RetryingDownloader.RetryingDownloaderException - Exception in com.facebook.buck.file
 
RetryingDownloaderException(List<IOException>) - Constructor for exception com.facebook.buck.file.RetryingDownloader.RetryingDownloaderException
 
RetryingException - Exception in com.facebook.buck.util
 
RetryingException(List<IOException>) - Constructor for exception com.facebook.buck.util.RetryingException
 
RetryingHttpService - Class in com.facebook.buck.slb
 
RetryingHttpService(BuckEventBus, HttpService, int) - Constructor for class com.facebook.buck.slb.RetryingHttpService
 
RetryingHttpService.RetryingHttpServiceException - Exception in com.facebook.buck.slb
 
RetryingHttpServiceException(List<IOException>) - Constructor for exception com.facebook.buck.slb.RetryingHttpService.RetryingHttpServiceException
 
ReturnResultMessage - Class in com.facebook.buck.message_ipc
 
ReturnResultMessage(Object) - Constructor for class com.facebook.buck.message_ipc.ReturnResultMessage
 
returnWorkerProcess(WorkerProcess) - Method in class com.facebook.buck.worker.WorkerProcessPool
 
rewrite(int, IntBuffer) - Method in class com.facebook.buck.android.resources.BringToFrontMapper
 
rewrite(Path, Path, Path, Path, Path) - Static method in class com.facebook.buck.android.resources.ExoResourcesRewriter
 
rewrite(int, IntBuffer) - Method in interface com.facebook.buck.android.resources.ReferenceMapper
Given an IntBuffer with an entry for every value of the given type, rearranges the entries in the buffer to match the id reassignment.
RFBIN - Static variable in class com.facebook.buck.rust.RustDescriptionEnhancer
 
RFCHECK - Static variable in class com.facebook.buck.rust.RustDescriptionEnhancer
 
rFDCLOEXEC - Static variable in class com.facebook.buck.util.Libc.Constants
 
RFDYLIB - Static variable in class com.facebook.buck.rust.RustDescriptionEnhancer
 
rFGETFD - Static variable in class com.facebook.buck.util.Libc.Constants
 
RFLIB - Static variable in class com.facebook.buck.rust.RustDescriptionEnhancer
 
RFRLIB - Static variable in class com.facebook.buck.rust.RustDescriptionEnhancer
 
RFRLIB_PIC - Static variable in class com.facebook.buck.rust.RustDescriptionEnhancer
 
rFSETFD - Static variable in class com.facebook.buck.util.Libc.Constants
 
RichStream<T> - Interface in com.facebook.buck.util
Java 8 streams with "rich" API (convenience methods).
RichStream.ThrowingConsumer<T,E extends Exception> - Interface in com.facebook.buck.util
 
right - Variable in class com.facebook.buck.model.Either
 
rmFiles(String, Iterable<String>) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
rmFiles(String, Iterable<String>) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
RmStep - Class in com.facebook.buck.step.fs
Immutable implementation of AbstractRmStep.
RobolectricTest - Class in com.facebook.buck.android
 
RobolectricTest(BuildTarget, ProjectFilesystem, BuildRuleParams, JavaLibrary, Set<String>, Set<String>, TestType, JavaOptions, List<String>, Map<String, String>, Optional<DummyRDotJava>, Optional<Long>, Optional<Long>, ImmutableMap<String, Arg>, boolean, ForkMode, Optional<Level>, Optional<Level>, Optional<SourcePath>, Optional<String>, Optional<SourcePath>) - Constructor for class com.facebook.buck.android.RobolectricTest
 
RobolectricTestDescription - Class in com.facebook.buck.android
 
RobolectricTestDescription(JavaBuckConfig, JavaOptions, JavacOptions, Optional<Long>, CxxPlatform, AndroidLibraryCompilerFactory) - Constructor for class com.facebook.buck.android.RobolectricTestDescription
 
RobolectricTestDescriptionArg - Class in com.facebook.buck.android
Immutable implementation of RobolectricTestDescription.AbstractRobolectricTestDescriptionArg.
RobolectricTestDescriptionArg.Builder - Class in com.facebook.buck.android
Builds instances of type RobolectricTestDescriptionArg.
RobolectricTestModuleRule - Class in com.facebook.buck.ide.intellij.lang.android
 
RobolectricTestModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.android.RobolectricTestModuleRule
 
ROOT_APKMODULE_NAME - Static variable in class com.facebook.buck.android.apkmodule.APKModuleGraph
 
ROOT_CELL_INDEX - Static variable in class com.facebook.buck.distributed.DistBuildCellIndexer
 
ROOT_MODULE_NAME - Static variable in class com.facebook.buck.ide.intellij.projectview.shared.SharedConstants
 
RootCommand - Class in com.facebook.buck.cli
 
RootCommand() - Constructor for class com.facebook.buck.cli.RootCommand
 
rTIOCSCTTY - Static variable in class com.facebook.buck.util.Libc.Constants
 
RULE_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDebuggableBinary
 
RULE_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDsym
 
RULE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxStrip
Used to identify this rule in the graph.
RULE_KEY - Static variable in class com.facebook.buck.rules.BuildInfo.MetadataKey
Key for OnDiskBuildInfo to identify the RuleKey for a build rule.
RULE_KEY - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
RULE_KEY_COMPUTATION_RESOURCE_AMOUNTS - Static variable in class com.facebook.buck.rules.CachingBuildEngine
 
RULE_KEY_DIAG_GRAPH_FILE_NAME - Static variable in class com.facebook.buck.util.BuckConstant
 
RULE_KEY_DIAG_KEYS_FILE_NAME - Static variable in class com.facebook.buck.util.BuckConstant
 
RULE_KEY_LOGGER_FILE_NAME - Static variable in class com.facebook.buck.util.BuckConstant
 
RULE_TYPE - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
ruleCount - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
ruleCount - Variable in class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
ruleCountCalculated(BuildEvent.RuleCountCalculated) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
ruleCountCalculated(BuildEvent.RuleCountCalculated) - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
ruleCountCalculated(BuildEvent.RuleCountCalculated) - Method in class com.facebook.buck.event.listener.CacheRateStatsListener
 
ruleCountCalculated(BuildEvent.RuleCountCalculated) - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
ruleCountCalculated(ImmutableSet<BuildTarget>, int) - Static method in class com.facebook.buck.rules.BuildEvent
 
RuleCountCalculated(ImmutableSet<BuildTarget>, int) - Constructor for class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
 
ruleCountUpdated(BuildEvent.UnskippedRuleCountUpdated) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
ruleCountUpdated(BuildEvent.UnskippedRuleCountUpdated) - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
ruleCountUpdated(BuildEvent.UnskippedRuleCountUpdated) - Method in class com.facebook.buck.event.listener.CacheRateStatsListener
 
ruleCountUpdated(BuildEvent.UnskippedRuleCountUpdated) - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
RuleDepsCache - Class in com.facebook.buck.rules
A cache of rule deps.
RuleDepsCache(BuildRuleResolver) - Constructor for class com.facebook.buck.rules.RuleDepsCache
 
ruleFinder - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
ruleFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ruleFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
ruleIsRequiredForSourceAbi() - Method in interface com.facebook.buck.jvm.java.abi.source.api.InterfaceValidatorCallback
 
ruleIsRequiredForSourceAbi() - Method in class com.facebook.buck.jvm.java.CompilerParameters
 
ruleKey() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
 
ruleKey - Variable in class com.facebook.buck.rules.keys.RuleKeyDiagnostics.Result
 
RuleKey - Class in com.facebook.buck.rules
RuleKey encapsulates regimented computation of SHA-1 keys that incorporate all BuildRule state relevant to idempotency.
RuleKey(HashCode) - Constructor for class com.facebook.buck.rules.RuleKey
 
RuleKey(String) - Constructor for class com.facebook.buck.rules.RuleKey
 
RuleKeyAndInputs - Class in com.facebook.buck.rules.keys
RuleKeyAppendable - Interface in com.facebook.buck.rules
Deprecated.
RuleKeyAppendableFunction<T,F> - Interface in com.facebook.buck.rules.args
A simple shorthand for Function and RuleKeyAppendable, useful when creating anonymous classes.
RuleKeyBuilder<RULE_KEY> - Class in com.facebook.buck.rules.keys
A base implementation for rule key builders.
RuleKeyBuilder(SourcePathRuleFinder, SourcePathResolver, FileHashLoader, CountingRuleKeyHasher<RULE_KEY>) - Constructor for class com.facebook.buck.rules.keys.RuleKeyBuilder
 
RuleKeyBuilder(SourcePathRuleFinder, SourcePathResolver, FileHashLoader, RuleKeyHasher<RULE_KEY>) - Constructor for class com.facebook.buck.rules.keys.RuleKeyBuilder
 
RuleKeyCache<V> - Interface in com.facebook.buck.rules.keys
Interface for caches for rule keys.
RuleKeyCacheRecycler<V> - Class in com.facebook.buck.rules.keys
Class which encapsulates all effort to cache and reuse a RuleKeyCache between builds.
RuleKeyCacheRecycler.SettingsAffectingCache - Class in com.facebook.buck.rules.keys
Any external settings which, if changed, will cause the entire cache to be invalidated.
RuleKeyCacheResult - Class in com.facebook.buck.artifact_cache
Immutable implementation of AbstractRuleKeyCacheResult.
RuleKeyCacheResult.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type RuleKeyCacheResult.
RuleKeyCacheResultEvent - Class in com.facebook.buck.artifact_cache
 
RuleKeyCacheResultEvent(RuleKeyCacheResult) - Constructor for class com.facebook.buck.artifact_cache.RuleKeyCacheResultEvent
 
ruleKeyCacheResultEventHandler(RuleKeyCacheResultEvent) - Method in class com.facebook.buck.event.listener.DistBuildClientEventListener
 
RuleKeyCacheScope<V> - Interface in com.facebook.buck.rules.keys
A class managing access to a RuleKeyCache for the duration of a build.
RuleKeyCacheStatsEvent - Class in com.facebook.buck.rules.keys
 
RuleKeyCalculationEvent - Interface in com.facebook.buck.event
Events used to track time spent calculating rule keys.
RuleKeyCalculationEvent.DefaultFinished - Class in com.facebook.buck.event
 
RuleKeyCalculationEvent.DefaultStarted - Class in com.facebook.buck.event
 
RuleKeyCalculationEvent.Event - Class in com.facebook.buck.event
 
RuleKeyCalculationEvent.Finished - Interface in com.facebook.buck.event
 
RuleKeyCalculationEvent.Started - Interface in com.facebook.buck.event
 
RuleKeyCalculationEvent.Type - Enum in com.facebook.buck.event
 
ruleKeyCalculationFinished(RuleKeyCalculationEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ruleKeyCalculationFinished(RuleKeyCalculationEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
ruleKeyCalculationFinished(BuildRuleEvent.StartedRuleKeyCalc, RuleKeyFactory<RuleKey>) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
ruleKeyCalculationScope(BuckEventBus, BuildRule, BuildRuleDurationTracker, RuleKeyFactory<RuleKey>) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
ruleKeyCalculationStarted(RuleKeyCalculationEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ruleKeyCalculationStarted(RuleKeyCalculationEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
ruleKeyCalculationStarted(BuildRule, BuildRuleDurationTracker) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
RuleKeyDiagnostics<RULE_KEY,DIAG_KEY> - Class in com.facebook.buck.rules.keys
Contains functionality related to rulekey diagnostics.
RuleKeyDiagnostics(Function<BuildRule, RuleKeyDiagnostics.Result<RULE_KEY, DIAG_KEY>>, Function<RuleKeyAppendable, RuleKeyDiagnostics.Result<RULE_KEY, DIAG_KEY>>) - Constructor for class com.facebook.buck.rules.keys.RuleKeyDiagnostics
 
RuleKeyDiagnostics.Result<RULE_KEY,DIAG_KEY> - Class in com.facebook.buck.rules.keys
 
RuleKeyDiagnosticsListener - Class in com.facebook.buck.event.listener
 
RuleKeyDiagnosticsListener(ProjectFilesystem, InvocationInfo, ExecutorService) - Constructor for class com.facebook.buck.event.listener.RuleKeyDiagnosticsListener
 
RuleKeyDiagnosticsMode - Enum in com.facebook.buck.rules
Whether and when to perform rulekey diagnostics.
RuleKeyFactories - Class in com.facebook.buck.rules.keys
The various rule key factories used by the build engine.
RuleKeyFactory<RULE_KEY> - Interface in com.facebook.buck.rules.keys
 
RuleKeyFactoryWithDiagnostics<RULE_KEY> - Interface in com.facebook.buck.rules.keys
A rule key factory that provides diagnostic facilities.
RuleKeyFieldLoader - Class in com.facebook.buck.rules.keys
 
RuleKeyFieldLoader(int) - Constructor for class com.facebook.buck.rules.keys.RuleKeyFieldLoader
 
RuleKeyHasher<HASH> - Interface in com.facebook.buck.rules.keys.hasher
A hasher used for the rule key construction.
RuleKeyHasher.Container - Enum in com.facebook.buck.rules.keys.hasher
 
RuleKeyHasher.Wrapper - Enum in com.facebook.buck.rules.keys.hasher
 
RuleKeyHasherTypes - Class in com.facebook.buck.rules.keys.hasher
 
RuleKeyInput - Class in com.facebook.buck.rules.keys
Represents some input to rule key calculation that can change between runs, and currently wraps a path from a filesystem.
RuleKeyLoggerListener - Class in com.facebook.buck.event.listener
 
RuleKeyLoggerListener(ProjectFilesystem, InvocationInfo, ExecutorService) - Constructor for class com.facebook.buck.event.listener.RuleKeyLoggerListener
 
RuleKeyLoggerListener(ProjectFilesystem, InvocationInfo, ExecutorService, int) - Constructor for class com.facebook.buck.event.listener.RuleKeyLoggerListener
 
RuleKeyObjectSink - Interface in com.facebook.buck.rules
 
RuleKeyResult<R> - Class in com.facebook.buck.rules.keys
The result of rule key computation, including the deps and inputs used to calculate the value.
RuleKeyScopedHasher - Interface in com.facebook.buck.rules.keys
 
RuleKeyScopedHasher.ContainerScope - Interface in com.facebook.buck.rules.keys
 
ruleKeyServerLog() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
 
ruleKeyType() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
 
RuleKeyType - Enum in com.facebook.buck.rules.keys
Enum denoting a type of the rulekeys produced by various rulekey factories.
ruleName() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
 
ruleParseFinished(ParseBuckFileEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
RulePipelineState - Interface in com.facebook.buck.rules
When SupportsPipelining rules are built locally, each is given an instance of a class that implements this interface.
RulePipelineStateFactory<T extends RulePipelineState> - Interface in com.facebook.buck.rules
 
ruleResumed(BuildRuleEvent.Resumed) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ruleResumed(BuildRuleEvent.Resumed) - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
RuleScheduleInfo - Class in com.facebook.buck.rules
Used to override how the build engine schedules a build rule.
RuleScheduleInfo.Builder - Class in com.facebook.buck.rules
Builds instances of type RuleScheduleInfo.
ruleStarted(BuildRuleEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ruleStarted(BuildRuleEvent.Started) - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
ruleSuspended(BuildRuleEvent.Suspended) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ruleSuspended(BuildRuleEvent.Suspended) - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
ruleToCrateName(String) - Static method in class com.facebook.buck.rust.RustCompileUtils
 
ruleType() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
 
RuleUtils - Class in com.facebook.buck.apple
Common conversion functions from raw Description Arg specifications.
run(CommandRunnerParams) - Method in class com.facebook.buck.cli.AbstractCommand
 
run(CommandRunnerParams) - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
run(CommandRunnerParams) - Method in class com.facebook.buck.cli.BuckCommand
 
run(CommandRunnerParams, CommandThreadManager, ImmutableSet<String>) - Method in class com.facebook.buck.cli.BuildCommand
 
run(CommandRunnerParams) - Method in interface com.facebook.buck.cli.Command
 
run(PrintStream) - Method in class com.facebook.buck.cli.HelpCommand
This overload runs the actual help subcommand.
run(CommandRunnerParams) - Method in class com.facebook.buck.cli.VersionCommand
 
run() - Method in class com.facebook.buck.doctor.DefaultExtraInfoCollector
 
run() - Method in interface com.facebook.buck.doctor.ExtraInfoCollector
 
run() - Method in class com.facebook.buck.doctor.WatchmanDiagReportCollector
 
run(ProjectViewParameters, TargetGraph, ImmutableSet<BuildTarget>, ActionGraphAndResolver) - Static method in class com.facebook.buck.ide.intellij.projectview.ProjectView
 
run() - Method in class com.facebook.buck.testrunner.BaseRunner
 
run() - Method in class com.facebook.buck.testrunner.InstrumentationTestRunner
 
run() - Method in class com.facebook.buck.testrunner.JUnitRunner
 
run() - Method in class com.facebook.buck.testrunner.TestNGRunner
 
RUN_ANNOTATION_PROCESSORS - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
RUN_COMPLETE - Static variable in interface com.facebook.buck.event.external.events.TestRunFinishedEventInterface
 
runAnalysis() - Method in class com.facebook.buck.distributed.DistBuildPostBuildAnalysis
 
runAndExit() - Method in class com.facebook.buck.testrunner.BaseRunner
 
runAndReturnExitCode() - Method in class com.facebook.buck.distributed.CoordinatorAndMinionModeRunner
 
runAndReturnExitCode() - Method in class com.facebook.buck.distributed.CoordinatorModeRunner
 
runAndReturnExitCode() - Method in interface com.facebook.buck.distributed.DistBuildModeRunner
 
runAndReturnExitCode() - Method in class com.facebook.buck.distributed.MinionModeRunner
 
runAndReturnExitCode() - Method in class com.facebook.buck.distributed.RemoteBuildModeRunner
 
runAsyncAndReturnExitCode() - Method in class com.facebook.buck.distributed.CoordinatorModeRunner
 
runBuild(ImmutableSet<BuildTarget>, boolean) - Method in interface com.facebook.buck.ide.intellij.BuckBuildRunner
 
runBundleOnDevice(String, String) - Method in class com.facebook.buck.apple.device.AppleDeviceHelper
Attempts to run a bundle on the device.
RunCommand - Class in com.facebook.buck.cli
 
RunCommand() - Constructor for class com.facebook.buck.cli.RunCommand
 
runCommandAndGetStdout(Iterable<String>, ProjectFilesystem, ProcessExecutor) - Static method in class com.facebook.buck.doctor.DefaultExtraInfoCollector
 
runComplete(ImmutableList.Builder<String>, List<TestResults>, List<TestStatusMessage>) - Method in class com.facebook.buck.event.listener.TestResultFormatter
 
runHelp(PrintStream) - Method in class com.facebook.buck.cli.AbstractCommand
 
runHelp(PrintStream) - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
runHelp(PrintStream) - Method in class com.facebook.buck.cli.BuckCommand
 
runHelp(PrintStream) - Method in interface com.facebook.buck.cli.Command
If the current command is a help command, run the action to print out the appropriate help message.
runHelp(PrintStream) - Method in class com.facebook.buck.cli.VersionCommand
 
runIdsToMaterializeLogDirsFor(Collection<BuildSlaveInfo>) - Method in class com.facebook.buck.distributed.DistBuildLogStateTracker
 
RunIdStreamPair - Class in com.facebook.buck.event.listener
Immutable implementation of AbstractRunIdStreamPair.
RunIdStreamPair.Builder - Class in com.facebook.buck.event.listener
Builds instances of type RunIdStreamPair.
runMainWithExitCode(BuildId, Path, Optional<NGContext>, ImmutableMap<String, String>, CommandMode, WatchmanWatcher.FreshInstanceAction, long, ImmutableList<String>) - Method in class com.facebook.buck.cli.Main
 
RUNNER_CAPABILITIES - Static variable in class com.facebook.buck.testrunner.BaseRunner
 
runOneIteration() - Method in class com.facebook.buck.cli.HangMonitor
 
runOneIteration() - Method in class com.facebook.buck.util.perf.PerfStatsTracking
 
runOneIteration() - Method in class com.facebook.buck.util.perf.ProcessTracker
 
RunShTestAndRecordResultStep - Class in com.facebook.buck.shell
 
RunShTestAndRecordResultStep(ProjectFilesystem, ImmutableList<String>, ImmutableMap<String, String>, Optional<Long>, String, Path) - Constructor for class com.facebook.buck.shell.RunShTestAndRecordResultStep
 
runStarted(ImmutableList.Builder<String>, boolean, TestSelectorList, boolean, ImmutableSet<String>, TestResultFormatter.FormatMode) - Method in class com.facebook.buck.event.listener.TestResultFormatter
 
runStepForBuildTarget(ExecutionContext, Step, Optional<BuildTarget>) - Method in class com.facebook.buck.step.DefaultStepRunner
 
runStepForBuildTarget(ExecutionContext, Step, Optional<BuildTarget>) - Method in interface com.facebook.buck.step.StepRunner
Runs a BuildStep for a given BuildRule.
runTests(ExecutionContext, TestRunningOptions, BuildContext, TestRule.TestReportingCallback) - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
runTests(ExecutionContext, TestRunningOptions, BuildContext, TestRule.TestReportingCallback) - Method in class com.facebook.buck.apple.AppleTest
 
runTests(CommandRunnerParams, Iterable<TestRule>, ExecutionContext, TestRunningOptions, ListeningExecutorService, BuildEngine, StepRunner, BuildContext, SourcePathRuleFinder) - Static method in class com.facebook.buck.cli.TestRunning
 
runTests(ExecutionContext, TestRunningOptions, BuildContext, TestRule.TestReportingCallback) - Method in class com.facebook.buck.d.DTest
 
runTests(ExecutionContext, TestRunningOptions, BuildContext, TestRule.TestReportingCallback) - Method in class com.facebook.buck.go.GoTest
 
runTests(ExecutionContext, TestRunningOptions, BuildContext, TestRule.TestReportingCallback) - Method in class com.facebook.buck.jvm.java.JavaTest
Runs the tests specified by the "srcs" of this class.
runTests(ExecutionContext, TestRunningOptions, BuildContext, TestRule.TestReportingCallback) - Method in class com.facebook.buck.python.PythonTest
 
runTests(ExecutionContext, TestRunningOptions, BuildContext, TestRule.TestReportingCallback) - Method in interface com.facebook.buck.rules.TestRule
Returns the commands required to run the tests.
runTests(ExecutionContext, TestRunningOptions, BuildContext, TestRule.TestReportingCallback) - Method in class com.facebook.buck.rust.RustTest
 
runTests(ExecutionContext, TestRunningOptions, BuildContext, TestRule.TestReportingCallback) - Method in class com.facebook.buck.shell.ShTest
 
runTestSeparately() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
runTestSeparately() - Method in class com.facebook.buck.apple.AppleTest
 
runTestSeparately() - Method in class com.facebook.buck.d.DTest
 
runTestSeparately() - Method in class com.facebook.buck.go.GoTest
 
runTestSeparately() - Method in class com.facebook.buck.jvm.java.JavaTest
 
runTestSeparately() - Method in class com.facebook.buck.python.PythonTest
 
runTestSeparately() - Method in interface com.facebook.buck.rules.TestRule
 
runTestSeparately() - Method in class com.facebook.buck.rust.RustTest
 
runTestSeparately() - Method in class com.facebook.buck.shell.ShTest
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AbstractCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditAliasCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditCellCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditClasspathCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditConfigCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditFlavorsCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditInputCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditOwnerCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditRulesCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditTestsCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.BuildCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.CacheCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.CleanCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.DistBuildRunCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.DistBuildSourceFilesCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.DistBuildStatusCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.DoctorCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.FetchCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.HelpCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.InstallCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.MachOAbstractCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.ProjectCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.PublishCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.QueryCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.RootCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.RunCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.ServerStatusCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.SuggestCommand
Normalizes the sole build target argument and partitions it using a FineGrainedJavaDependencySuggester.
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.TargetsCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.TestCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.UninstallCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.VerifyCachesCommand
 
RustBinaryDescription - Class in com.facebook.buck.rust
 
RustBinaryDescription(RustBuckConfig, FlavorDomain<CxxPlatform>, CxxPlatform) - Constructor for class com.facebook.buck.rust.RustBinaryDescription
 
RustBinaryDescription.Type - Enum in com.facebook.buck.rust
 
RustBinaryDescriptionArg - Class in com.facebook.buck.rust
Immutable implementation of RustBinaryDescription.AbstractRustBinaryDescriptionArg.
RustBinaryDescriptionArg.Builder - Class in com.facebook.buck.rust
Builds instances of type RustBinaryDescriptionArg.
RustBuckConfig - Class in com.facebook.buck.rust
 
RustBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.rust.RustBuckConfig
 
RustCompileRule - Class in com.facebook.buck.rust
Generate a rustc command line with all appropriate dependencies in place.
RustCompileRule(BuildTarget, ProjectFilesystem, BuildRuleParams, String, Tool, Linker, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableSortedSet<SourcePath>, SourcePath, boolean) - Constructor for class com.facebook.buck.rust.RustCompileRule
Work out how to invoke the Rust compiler, rustc.
RustCompileUtils - Class in com.facebook.buck.rust
Utilities to generate various kinds of Rust compilation.
RustDescriptionEnhancer - Class in com.facebook.buck.rust
Rust-specific flavors.
RustLibrary - Class in com.facebook.buck.rust
 
RustLibrary(BuildTarget, ProjectFilesystem, BuildRuleParams) - Constructor for class com.facebook.buck.rust.RustLibrary
 
RustLibraryArg - Class in com.facebook.buck.rust
Generate linker command line for Rust library when used as a dependency.
RustLibraryArg(SourcePathResolver, String, SourcePath, boolean, SortedSet<BuildRule>) - Constructor for class com.facebook.buck.rust.RustLibraryArg
 
RustLibraryDescription - Class in com.facebook.buck.rust
 
RustLibraryDescription(RustBuckConfig, FlavorDomain<CxxPlatform>, CxxPlatform) - Constructor for class com.facebook.buck.rust.RustLibraryDescription
 
RustLibraryDescriptionArg - Class in com.facebook.buck.rust
Immutable implementation of RustLibraryDescription.AbstractRustLibraryDescriptionArg.
RustLibraryDescriptionArg.Builder - Class in com.facebook.buck.rust
Builds instances of type RustLibraryDescriptionArg.
RustTest - Class in com.facebook.buck.rust
 
RustTest(BuildTarget, ProjectFilesystem, BuildRuleParams, BinaryBuildRule, ImmutableSet<String>, ImmutableSet<String>) - Constructor for class com.facebook.buck.rust.RustTest
 
RustTestDescription - Class in com.facebook.buck.rust
 
RustTestDescription(RustBuckConfig, FlavorDomain<CxxPlatform>, CxxPlatform) - Constructor for class com.facebook.buck.rust.RustTestDescription
 
RustTestDescriptionArg - Class in com.facebook.buck.rust
Immutable implementation of RustTestDescription.AbstractRustTestDescriptionArg.
RustTestDescriptionArg.Builder - Class in com.facebook.buck.rust
Builds instances of type RustTestDescriptionArg.

S

S_IFDIR - Static variable in class com.facebook.buck.io.MoreFiles
 
S_IFLNK - Static variable in class com.facebook.buck.io.MoreFiles
 
S_IFREG - Static variable in class com.facebook.buck.io.MoreFiles
 
SampleRate - Class in com.facebook.buck.util
Holds a probability between 0 to 100 inclusively.
SampleRate.Builder - Class in com.facebook.buck.util
Builds instances of type SampleRate.
SamplingCounter - Class in com.facebook.buck.counters
 
SamplingCounter(String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.counters.SamplingCounter
 
SANDBOX_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
sandboxSources() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
sanitize(String) - Static method in class com.facebook.buck.cxx.toolchain.CxxFlavorSanitizer
 
sanitize(Optional<Path>) - Method in class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
 
sanitize(Optional<Path>, String) - Method in class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
 
sanitize(String) - Static method in class com.facebook.buck.io.MoreFiles
Given a file name, replace any illegal characters from it.
SanitizedArg - Class in com.facebook.buck.rules.args
An Arg which must be sanitized before contributing to a RuleKey.
SanitizedArg(Function<? super String, String>, String) - Constructor for class com.facebook.buck.rules.args.SanitizedArg
 
sanitizeFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.DebugPathSanitizer
 
ScalaBuckConfig - Class in com.facebook.buck.jvm.scala
 
ScalaBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.jvm.scala.ScalaBuckConfig
 
ScalaConfiguredCompilerFactory - Class in com.facebook.buck.jvm.scala
 
ScalaConfiguredCompilerFactory(ScalaBuckConfig, JavaBuckConfig) - Constructor for class com.facebook.buck.jvm.scala.ScalaConfiguredCompilerFactory
 
ScalaConfiguredCompilerFactory(ScalaBuckConfig, JavaBuckConfig, ExtraClasspathFromContextFunction) - Constructor for class com.facebook.buck.jvm.scala.ScalaConfiguredCompilerFactory
 
ScalacStep - Class in com.facebook.buck.jvm.scala
 
ScalacToJarStepFactory - Class in com.facebook.buck.jvm.scala
 
ScalacToJarStepFactory(Tool, BuildRule, ImmutableList<String>, ImmutableList<String>, ImmutableSet<BuildRule>, Javac, JavacOptions) - Constructor for class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
 
ScalacToJarStepFactory(Tool, BuildRule, ImmutableList<String>, ImmutableList<String>, ImmutableSet<BuildRule>, Javac, JavacOptions, ExtraClasspathFromContextFunction) - Constructor for class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
 
ScalaLibraryBuilder - Class in com.facebook.buck.jvm.scala
 
ScalaLibraryBuilder.BuilderHelper - Class in com.facebook.buck.jvm.scala
 
ScalaLibraryDescription - Class in com.facebook.buck.jvm.scala
 
ScalaLibraryDescription(ScalaBuckConfig, JavaBuckConfig, JavacOptions) - Constructor for class com.facebook.buck.jvm.scala.ScalaLibraryDescription
 
ScalaLibraryDescription.CoreArg - Interface in com.facebook.buck.jvm.scala
 
ScalaLibraryDescriptionArg - Class in com.facebook.buck.jvm.scala
Immutable implementation of ScalaLibraryDescription.AbstractScalaLibraryDescriptionArg.
ScalaLibraryDescriptionArg.Builder - Class in com.facebook.buck.jvm.scala
Builds instances of type ScalaLibraryDescriptionArg.
ScalaLibraryModuleRule - Class in com.facebook.buck.ide.intellij.lang.scala
 
ScalaLibraryModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.scala.ScalaLibraryModuleRule
 
ScalaTestDescription - Class in com.facebook.buck.jvm.scala
 
ScalaTestDescription(ScalaBuckConfig, JavaBuckConfig, JavacOptions, JavaOptions, Optional<Long>, CxxPlatform) - Constructor for class com.facebook.buck.jvm.scala.ScalaTestDescription
 
ScalaTestDescriptionArg - Class in com.facebook.buck.jvm.scala
Immutable implementation of ScalaTestDescription.AbstractScalaTestDescriptionArg.
ScalaTestDescriptionArg.Builder - Class in com.facebook.buck.jvm.scala
Builds instances of type ScalaTestDescriptionArg.
ScalaTestModuleRule - Class in com.facebook.buck.ide.intellij.lang.scala
 
ScalaTestModuleRule(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig) - Constructor for class com.facebook.buck.ide.intellij.lang.scala.ScalaTestModuleRule
 
scale(double, Path, Path, ExecutionContext) - Method in interface com.facebook.buck.android.FilterResourcesSteps.ImageScaler
 
scan(Iterable<? extends AnnotationValue>, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
scan(AnnotationValue, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
scan(AnnotationValue) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
scan(Iterable<? extends TypeMirror>, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
 
scan(TypeMirror, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
 
scan(TypeMirror) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
 
SCENEKIT_ASSETS_DESCRIPTION_CLASSES - Static variable in class com.facebook.buck.apple.AppleBuildRules
 
SceneKitAssets - Class in com.facebook.buck.apple
 
SceneKitAssetsDescription - Class in com.facebook.buck.apple
Description for a scenekit_assets rule, which identifies a assets directory for use with Apple's SceneKit.
SceneKitAssetsDescription() - Constructor for class com.facebook.buck.apple.SceneKitAssetsDescription
 
Scheduled(ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Scheduled
 
scheduleOperationWithResource(ResourcePool.ThrowingFunction<R, T>, ListeningExecutorService) - Method in class com.facebook.buck.util.concurrent.ResourcePool
 
scheduler() - Method in class com.facebook.buck.cli.HangMonitor
 
scheduler() - Method in class com.facebook.buck.util.perf.PerfStatsTracking
 
scheduler() - Method in class com.facebook.buck.util.perf.ProcessTracker
 
scheduleType - Variable in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
SCHEDULING_MORE_WORK_RESOURCE_AMOUNTS - Static variable in class com.facebook.buck.rules.CachingBuildEngine
 
SchemeActionType - Enum in com.facebook.buck.apple
Types of actions in a scheme which include targets to build.
scope(BuckEventBus, String) - Static method in class com.facebook.buck.event.LeafEvents
Creates a simple scoped leaf event that will be logged to superconsole, chrome traces, etc.
scope(BuckEventBus, RuleKeyCalculationEvent.Type) - Static method in interface com.facebook.buck.event.RuleKeyCalculationEvent
 
scope(BuckEventBus, PerfEventId, ImmutableMap<String, Object>) - Static method in class com.facebook.buck.event.SimplePerfEvent
Creates a scope within which the measured operation takes place.
scope(BuckEventBus, PerfEventId) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope(BuckEventBus, PerfEventId, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope(BuckEventBus, PerfEventId, String, Object, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope(Optional<BuckEventBus>, PerfEventId, ImmutableMap<String, Object>) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope(Optional<BuckEventBus>, PerfEventId) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope(Optional<BuckEventBus>, PerfEventId, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope(Optional<BuckEventBus>, PerfEventId, String, Object, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope(BuckEventBus, String) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope() - Method in class com.facebook.buck.util.concurrent.AssertScopeExclusiveAccess
 
Scope - Interface in com.facebook.buck.util
A more specific interface that doesn't throw rather than using AutoCloseable directly.
ScopedRuleKeyObjectSink - Class in com.facebook.buck.rules.keys
A wrapper around RuleKeyObjectSink that respects DefaultRuleKeyScopedHasher scopes.
scopeIgnoringShortEvents(BuckEventBus, PerfEventId, ImmutableMap<String, Object>, SimplePerfEvent.Scope, long, TimeUnit) - Static method in class com.facebook.buck.event.SimplePerfEvent
Like SimplePerfEvent.scope(BuckEventBus, PerfEventId, ImmutableMap), but doesn't post the events if the duration of the scope is below a certain threshold.
scopeIgnoringShortEvents(BuckEventBus, PerfEventId, SimplePerfEvent.Scope, long, TimeUnit) - Static method in class com.facebook.buck.event.SimplePerfEvent
scopeIgnoringShortEvents(BuckEventBus, PerfEventId, String, Object, SimplePerfEvent.Scope, long, TimeUnit) - Static method in class com.facebook.buck.event.SimplePerfEvent
scopeIgnoringShortEvents(BuckEventBus, PerfEventId, String, Object, String, Object, SimplePerfEvent.Scope, long, TimeUnit) - Static method in class com.facebook.buck.event.SimplePerfEvent
ScribeBatchingLogger - Class in com.facebook.buck.util.network
Uploads log entries to the given scribe category.
ScribeBatchingLogger(String, ScribeLogger) - Constructor for class com.facebook.buck.util.network.ScribeBatchingLogger
 
ScribeData - Class in com.facebook.buck.util.network.offline
Immutable implementation of AbstractScribeData.
ScribeData.Builder - Class in com.facebook.buck.util.network.offline
Builds instances of type ScribeData.
ScribeLogger - Class in com.facebook.buck.util.network
 
ScribeLogger() - Constructor for class com.facebook.buck.util.network.ScribeLogger
 
ScrubException(String) - Constructor for exception com.facebook.buck.io.FileScrubber.ScrubException
 
scrubFile(FileChannel) - Method in class com.facebook.buck.cxx.toolchain.objectfile.LcUuidContentsScrubber
 
scrubFile(FileChannel) - Method in class com.facebook.buck.cxx.toolchain.objectfile.OsoSymbolsContentsScrubber
 
scrubFile(FileChannel) - Method in interface com.facebook.buck.io.FileContentsScrubber
Override this method to perform the content modification.
scrubFileWithPath(Path) - Method in interface com.facebook.buck.io.FileAttributesScrubber
Override this method to perform the modification of the file attributes (modification date, creation date, etc.) WARNING: You should not delete, rename or move the file, as the the behaviour is undefined.
scrubZip(Path) - Static method in class com.facebook.buck.util.zip.ZipScrubber
 
SdkEnvironment - Class in com.facebook.buck.rules
Immutable implementation of AbstractSdkEnvironment.
SDKSettings - Class in com.facebook.buck.apple.xcode.xcspec
Parsing logic for SDKSettings property list file that ships with Xcode.
searchPathEnvVar() - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
searchPathEnvVar() - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
searchPathEnvVar() - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
 
searchPathEnvVar() - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
SECONDARY_DEX_DIR - Static variable in class com.facebook.buck.android.exopackage.DexExoHelper
 
SECONDARY_DEX_ID - Static variable in class com.facebook.buck.android.SplitZipStep
 
secondaryOutputToInputs - Variable in class com.facebook.buck.android.PreDexedFilesSorter.Result
 
SECTION - Static variable in class com.facebook.buck.jvm.java.JavaBuckConfig
 
Section - Class in com.facebook.buck.macho
Immutable implementation of AbstractSection.
SECTION_NAME_DEBUG_STR - Static variable in class com.facebook.buck.macho.CommandSegmentSectionNames
 
SectionUtils - Class in com.facebook.buck.macho
 
SEGMENT_LINKEDIT - Static variable in class com.facebook.buck.macho.CommandSegmentSectionNames
 
SEGMENT_NAME_DWARF - Static variable in class com.facebook.buck.macho.CommandSegmentSectionNames
 
SegmentCommand - Class in com.facebook.buck.macho
Immutable implementation of AbstractSegmentCommand.
SegmentCommandUtils - Class in com.facebook.buck.macho
 
selectOne(String, List<T>, Function<T, String>) - Method in class com.facebook.buck.doctor.UserInput
 
selectRange(String, List<T>, Function<T, String>) - Method in class com.facebook.buck.doctor.UserInput
 
SelfMergingOnlyFolder - Class in com.facebook.buck.ide.intellij.model.folders
Base class for folders which can only be merged with other instances holding equal data.
SelfMergingOnlyFolder(Path, boolean, ImmutableSortedSet<Path>) - Constructor for class com.facebook.buck.ide.intellij.model.folders.SelfMergingOnlyFolder
 
SelfMergingOnlyFolder(Path) - Constructor for class com.facebook.buck.ide.intellij.model.folders.SelfMergingOnlyFolder
 
send(int, WorkerProcessCommand) - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandSender
 
send(int, WorkerProcessCommand) - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandSender
 
sendMessageAndWaitForResponse(InvocationMessage) - Method in class com.facebook.buck.message_ipc.MessageTransport
 
sendResponse(int, String, int) - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandReceiver
 
sendResponse(int, String, int) - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandReceiver
 
SEPARATED_PROJECT_OPTIONS - Static variable in class com.facebook.buck.apple.project_generator.ProjectGenerator
Standard options for generating a separated project
sequential() - Method in interface com.facebook.buck.util.RichStream
 
serialiseDaemonicParserState() - Method in class com.facebook.buck.parser.DaemonicParserState
 
serialize() - Method in class com.facebook.buck.android.resources.ResChunk
 
serialize(ByteBuffer) - Method in class com.facebook.buck.apple.clang.HeaderMap
 
serialize(BuildJobState, OutputStream) - Static method in class com.facebook.buck.distributed.BuildJobStateSerializer
 
serialize(BuildJobState) - Static method in class com.facebook.buck.distributed.BuildJobStateSerializer
 
serialize(ClassUsageFileWriter) - Static method in class com.facebook.buck.jvm.java.ClassUsageFileWriterSerializer
 
serialize(JarParameters) - Static method in class com.facebook.buck.jvm.java.JarParametersSerializer
 
serialize(JavacExecutionContext) - Static method in class com.facebook.buck.jvm.java.JavacExecutionContextSerializer
 
serialize(JavacPluginJsr199Fields) - Static method in class com.facebook.buck.jvm.java.JavacPluginJsr199FieldsSerializer
 
serialize(JavaPackageFinder) - Static method in class com.facebook.buck.jvm.java.JavaPackageFinderSerializer
 
serialize(BuildId, JsonGenerator, SerializerProvider) - Method in class com.facebook.buck.model.BuildId.BuildIdSerializer
 
serialize(CellPathResolver) - Static method in class com.facebook.buck.rules.CellPathResolverSerializer
 
serialize(OutputStream) - Method in class com.facebook.buck.rules.Manifest
Serializes the manifest to the given OutputStream.
serialize(ThriftProtocol, TBase<?, ?>, OutputStream) - Static method in class com.facebook.buck.slb.ThriftUtil
 
serialize(ThriftProtocol, TBase<?, ?>) - Static method in class com.facebook.buck.slb.ThriftUtil
 
serialize(ProcessExecutor) - Static method in class com.facebook.buck.util.ProcessExecutorSerializer
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildPhase
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItem
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
Populates the serializer with the fields of this object.
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTargetDependency
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCBuildConfiguration
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCConfigurationList
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
serializeInvocation(InvocationMessage) - Method in class com.facebook.buck.message_ipc.MessageSerializer
 
serializeResult(ReturnResultMessage) - Method in class com.facebook.buck.message_ipc.MessageSerializer
 
serializeToBuffer(Object, ByteBuffer) - Method in class com.facebook.buck.bser.BserSerializer
Serializes an object using BSER encoding.
serializeToByteBuffer(ThriftProtocol, TBase<?, ?>) - Static method in class com.facebook.buck.slb.ThriftUtil
 
serializeToStream(Object, OutputStream) - Method in class com.facebook.buck.bser.BserSerializer
Serializes an object using BSER encoding to the stream.
SERVER_TAG - Static variable in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
ServerCommand - Class in com.facebook.buck.cli
 
ServerCommand() - Constructor for class com.facebook.buck.cli.ServerCommand
 
ServerContentsProvider - Class in com.facebook.buck.distributed
 
ServerContentsProvider(DistBuildService, ScheduledExecutorService, ListeningExecutorService, FileMaterializationStatsTracker, Optional<Long>, Optional<Integer>) - Constructor for class com.facebook.buck.distributed.ServerContentsProvider
 
ServerContentsProvider(DistBuildService, ScheduledExecutorService, ListeningExecutorService, FileMaterializationStatsTracker, long, int) - Constructor for class com.facebook.buck.distributed.ServerContentsProvider
 
ServerCounters(CounterRegistry, URI) - Constructor for class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
ServerHealthManager - Class in com.facebook.buck.slb
 
ServerHealthManager(ImmutableList<URI>, int, float, int, int, BuckEventBus, Clock) - Constructor for class com.facebook.buck.slb.ServerHealthManager
 
ServerHealthManagerEvent - Class in com.facebook.buck.slb
 
ServerHealthManagerEvent(ServerHealthManagerEventData) - Constructor for class com.facebook.buck.slb.ServerHealthManagerEvent
 
ServerHealthManagerEventData - Class in com.facebook.buck.slb
Immutable implementation of ServerHealthManagerEvent.AbstractServerHealthManagerEventData.
ServerHealthManagerEventData.Builder - Class in com.facebook.buck.slb
Builds instances of type ServerHealthManagerEventData.
ServerHealthState - Class in com.facebook.buck.slb
 
ServerHealthState(URI) - Constructor for class com.facebook.buck.slb.ServerHealthState
 
ServerHealthState(URI, int) - Constructor for class com.facebook.buck.slb.ServerHealthState
 
ServerStatusCommand - Class in com.facebook.buck.cli
 
ServerStatusCommand() - Constructor for class com.facebook.buck.cli.ServerStatusCommand
 
set(Path, HashCode) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
 
set(Path, HashCode) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
set(String) - Method in class com.facebook.buck.io.WatchmanCursor
 
set(CellPathResolver, ProjectFilesystem, Path, Object, Object) - Method in class com.facebook.buck.rules.coercer.ParamInfo
Sets a single property of the dto, coercing types as necessary.
set(Path, HashCode) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
set(Path, HashCode) - Method in interface com.facebook.buck.util.cache.FileHashCache
 
set(ProjectFilesystem, Path, HashCode) - Method in interface com.facebook.buck.util.cache.FileHashCache
Set the HashCode for the given relative Path under the given ProjectFilesystem.
set(Path, HashCode) - Method in interface com.facebook.buck.util.cache.ProjectFileHashCache
 
set(Path, HashCode) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
set(ProjectFilesystem, Path, HashCode) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
setAaptGeneratedProguardConfigFile(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo.Builder
Initializes the value for the aaptGeneratedProguardConfigFile attribute.
setAaptGeneratedProguardConfigFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Initializes the value for the aaptGeneratedProguardConfigFile attribute.
setAaptMode(AndroidBinary.AaptMode) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the aaptMode attribute.
setAar(SourcePath) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Initializes the value for the aar attribute.
setAbiJarPath(Path) - Method in class com.facebook.buck.jvm.java.CompilerParameters.Builder
Initializes the value for the abiJarPath attribute.
setActionConfigNames(Map<SchemeActionType, ? extends String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the actionConfigNames map.
setActionGraph(ActionGraph) - Method in class com.facebook.buck.rules.ActionGraphAndResolver.Builder
Initializes the value for the actionGraph attribute.
setActionGraphCache(ActionGraphCache) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the actionGraphCache attribute.
setActionGraphCache(ActionGraphCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the actionGraphCache attribute.
setActionGraphTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
Initializes the value for the actionGraphTimeMs attribute.
setActool(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the actool attribute.
setActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Initializes the value for the actualHashCode attribute.
setActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Initializes the value for the actualHashCode attribute.
setActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Initializes the value for the actualHashCode attribute.
setAdditionalCoverageTargets(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for additionalCoverageTargets set.
setAdditionalCoverageTargets(Iterable<? extends Path>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Sets or replaces all elements for additionalCoverageTargets set.
setAddsToRuleKey(AddsToRuleKey) - Method in class com.facebook.buck.rules.keys.AbstractRuleKeyBuilder
 
setAddsToRuleKey(AddsToRuleKey) - Method in class com.facebook.buck.rules.keys.ContentAgnosticRuleKeyFactory.Builder
 
setAddsToRuleKey(AddsToRuleKey) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory.Builder
 
setAggregatingAndroidResourceModulesEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the aggregatingAndroidResourceModulesEnabled attribute.
setAggregationLimitForAndroidResourceModule(int) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the aggregationLimitForAndroidResourceModule attribute.
setAggregationMode(AggregationMode) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the aggregationMode attribute.
setAggregationTag(String) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
Initializes the value for the aggregationTag attribute.
setAidl(SourcePath) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Initializes the value for the aidl attribute.
setAllowedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for allowedDuplicateResourceTypes set.
setAllowEmptyGlobs(boolean) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the value for the allowEmptyGlobs attribute.
setAndroidAppModularityResult(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value androidAppModularityResult to androidAppModularityResult.
setAndroidAppModularityResult(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value androidAppModularityResult to androidAppModularityResult.
setAndroidDevicesHelper(AndroidDevicesHelper) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the optional value androidDevicesHelper to androidDevicesHelper.
setAndroidDevicesHelper(Optional<? extends AndroidDevicesHelper>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the optional value androidDevicesHelper to androidDevicesHelper.
setAndroidFacet(IjModuleAndroidFacet) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Initializes the optional value androidFacet to androidFacet.
setAndroidFacet(Optional<? extends IjModuleAndroidFacet>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Initializes the optional value androidFacet to androidFacet.
setAndroidManifest(Path) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value androidManifest to androidManifest.
setAndroidManifest(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value androidManifest to androidManifest.
setAndroidManifestPath(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the value for the androidManifestPath attribute.
setAndroidManifestXml(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo.Builder
Initializes the value for the androidManifestXml attribute.
setAndroidManifestXml(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Initializes the value for the androidManifestXml attribute.
setAndroidModuleSdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value androidModuleSdkName to androidModuleSdkName.
setAndroidModuleSdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value androidModuleSdkName to androidModuleSdkName.
setAndroidModuleSdkType(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value androidModuleSdkType to androidModuleSdkType.
setAndroidModuleSdkType(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value androidModuleSdkType to androidModuleSdkType.
setAndroidPackage(String) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Initializes the optional value androidPackage to androidPackage.
setAndroidPackage(Optional<String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Initializes the optional value androidPackage to androidPackage.
setAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the androidPlatformTargetSupplier attribute.
setAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.rules.BuildContext.Builder
Initializes the value for the androidPlatformTargetSupplier attribute.
setAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the androidPlatformTargetSupplier attribute.
setAndroidProjectType(AndroidProjectType) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Initializes the value for the androidProjectType attribute.
setAndroidSdkProguardConfig(ProGuardObfuscateStep.SdkProguardType) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value androidSdkProguardConfig to androidSdkProguardConfig.
setAndroidSdkProguardConfig(Optional<? extends ProGuardObfuscateStep.SdkProguardType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value androidSdkProguardConfig to androidSdkProguardConfig.
setAndroidToolsCommonJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the androidToolsCommonJarPath attribute.
setAnnotationProcessingParams(AnnotationProcessingParams) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the annotationProcessingParams attribute.
setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorDeps sortedSet.
setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorDeps sortedSet.
setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorDeps sortedSet.
setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorDeps sortedSet.
setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorDeps sortedSet.
setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorDeps sortedSet.
setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorDeps sortedSet.
setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorDeps sortedSet.
setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorDeps sortedSet.
setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorDeps sortedSet.
setAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorDeps sortedSet.
setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value annotationProcessorOnly to annotationProcessorOnly.
setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorParams list.
setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorParams list.
setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorParams list.
setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorParams list.
setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorParams list.
setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorParams list.
setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorParams list.
setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorParams list.
setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorParams list.
setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorParams list.
setAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessorParams list.
setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for annotationProcessors set.
setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessors set.
setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessors set.
setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessors set.
setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessors set.
setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessors set.
setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessors set.
setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessors set.
setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessors set.
setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for annotationProcessors set.
setAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for annotationProcessors set.
setAnnoTransformer(IAnnotationTransformer) - Method in class com.facebook.buck.testrunner.TestNGRunner.TestNGWrapper
The built-in setAnnotationTransformer unfortunately does not work with runSuitesLocally()
setApk(BuildTarget) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Initializes the value for the apk attribute.
setApk(BuildTarget) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Initializes the value for the apk attribute.
setApk(BuildTarget) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Initializes the value for the apk attribute.
setApkModule(APKModule) - Method in class com.facebook.buck.android.AndroidLinkableMetadata.Builder
Initializes the value for the apkModule attribute.
setApkModule(APKModule) - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
Initializes the value for the apkModule attribute.
setAPKModuleGraph(APKModuleGraph) - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult.Builder
Initializes the value for the aPKModuleGraph attribute.
setAPKModuleGraph(APKModuleGraph) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the value for the aPKModuleGraph attribute.
setApkPath(SourcePath) - Method in class com.facebook.buck.android.ApkInfo.Builder
Initializes the value for the apkPath attribute.
setApkUnderTestPath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value apkUnderTestPath to apkUnderTestPath.
setApkUnderTestPath(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value apkUnderTestPath to apkUnderTestPath.
setAppIcon(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Initializes the optional value appIcon to appIcon.
setAppIcon(Optional<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Initializes the optional value appIcon to appIcon.
setAppID(Pair<String, String>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Initializes the value for the appID attribute.
setAppIncludesFrameworks(boolean) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the value for the appIncludesFrameworks attribute.
setApplePlatform(ApplePlatform) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Initializes the value for the applePlatform attribute.
setAppleSdk(AppleSdk) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the appleSdk attribute.
setAppleSdkPaths(AppleSdkPaths) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the appleSdkPaths attribute.
setApplicationModuleConfigs(Map<String, ? extends List<BuildTarget>>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the applicationModuleConfigs map.
setApplicationModuleConfigs(Map<String, ? extends List<BuildTarget>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the applicationModuleConfigs map.
setApplicationModuleTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for applicationModuleTargets set.
setAr(ArchiverProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the ar attribute.
setArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Sets or replaces all elements for architectures list.
setArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Sets or replaces all elements for architectures set.
setArchiveSourcePath(SourcePath) - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath.Builder
Initializes the value for the archiveSourcePath attribute.
setArea(String) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
Initializes the optional value area to area.
setArea(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
Initializes the optional value area to area.
setArflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all elements for arflags list.
setArgs(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.android.AndroidLibrary.Builder
 
setArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for args list.
setArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
Sets or replaces all elements for args list.
setArgs(JavaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setArgs(ScalaLibraryDescription.CoreArg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryBuilder
 
setArgs(Iterable<? extends QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.FunctionExpression.Builder
Sets or replaces all elements for args list.
setArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Sets or replaces all elements for args list.
setArgs(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Sets or replaces all elements for args list.
setArgs(Either<String, ImmutableList<String>>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Initializes the value for the args attribute.
setArguments(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
Sets or replaces all elements for arguments list.
setArtifactCache(ArtifactCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the artifactCache attribute.
setArtifactCache(Optional<ArtifactCache>) - Method in class com.facebook.buck.httpserver.ArtifactCacheHandler
 
setArtifactCache(ArtifactCache) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Initializes the value for the artifactCache attribute.
setArtifactCacheDisabled(boolean) - Method in class com.facebook.buck.cli.BuildCommand
 
setArtifactCacheFactory(ArtifactCacheFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the artifactCacheFactory attribute.
setArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.FetchResult.Builder
Initializes the optional value artifactContentHash to artifactContentHash.
setArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.FetchResult.Builder
Initializes the optional value artifactContentHash to artifactContentHash.
setArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value artifactContentHash to artifactContentHash.
setArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value artifactContentHash to artifactContentHash.
setArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value artifactContentHash to artifactContentHash.
setArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value artifactContentHash to artifactContentHash.
setArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.StoreResult.Builder
Initializes the optional value artifactContentHash to artifactContentHash.
setArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.StoreResult.Builder
Initializes the optional value artifactContentHash to artifactContentHash.
setArtifactContentHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult.Builder
Initializes the value for the artifactContentHashCode attribute.
setArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Initializes the value for the artifactOnlyHashCode attribute.
setArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Initializes the value for the artifactOnlyHashCode attribute.
setArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Initializes the value for the artifactOnlyHashCode attribute.
setArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
setArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
setArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.FetchResult.Builder
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
setArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.FetchResult.Builder
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
setArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
setArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
setArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
setArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
setArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult.Builder
Initializes the value for the artifactSizeBytes attribute.
setAs(CompilerProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the as attribute.
setAsflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all elements for asflags list.
setAsm(CompilerProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the optional value asm to asm.
setAsm(Optional<? extends CompilerProvider>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the optional value asm to asm.
setAsmflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all elements for asmflags list.
setAsmFlags(int) - Method in class com.facebook.buck.jvm.java.JarDiffer
 
setAsmFlags(int) - Method in class com.facebook.buck.jvm.java.JarDumper
Sets the flags that are passed to ASM's ClassReader when dumping class files.
setAsmpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the optional value asmpp to asmpp.
setAsmpp(Optional<? extends PreprocessorProvider>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the optional value asmpp to asmpp.
setAsmppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all elements for asmppflags list.
setAspp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the aspp attribute.
setAsppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all elements for asppflags list.
setAssemblerDebugPathSanitizer(DebugPathSanitizer) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the assemblerDebugPathSanitizer attribute.
setAssemblerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Sets or replaces all mappings from the specified map as entries for the assemblerFlags map.
setAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Sets or replaces all elements for assemblerFlags list.
setAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Sets or replaces all elements for assemblerFlags list.
setAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Sets or replaces all elements for assemblerFlags list.
setAssembly(SourcePath) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
Initializes the value for the assembly attribute.
setAssetPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Sets or replaces all elements for assetPaths set.
setAssets(Either<SourcePath, ImmutableSortedMap<String, SourcePath>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the optional value assets to assets.
setAssets(Optional<? extends Either<SourcePath, ImmutableSortedMap<String, SourcePath>>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the optional value assets to assets.
setAssetsDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Sets or replaces all elements for assetsDirectories set.
setAssociatedRuleKeys(ImmutableSet<RuleKey>) - Method in class com.facebook.buck.artifact_cache.FetchResult.Builder
Initializes the optional value associatedRuleKeys to associatedRuleKeys.
setAssociatedRuleKeys(Optional<? extends ImmutableSet<RuleKey>>) - Method in class com.facebook.buck.artifact_cache.FetchResult.Builder
Initializes the optional value associatedRuleKeys to associatedRuleKeys.
setAssociatedRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Sets or replaces all elements for associatedRuleKeys set.
setAutogenerateAndroidFacetSourcesEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the autogenerateAndroidFacetSourcesEnabled attribute.
setAutogenerateSources(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Initializes the value for the autogenerateSources attribute.
setAvailableCores(int) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the availableCores attribute.
setBannedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for bannedDuplicateResourceTypes set.
setBaseBookmarks(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Sets or replaces all elements for baseBookmarks set.
setBaseBookmarks(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
Sets or replaces all elements for baseBookmarks set.
setBaseBuildTarget(BuildTarget) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the baseBuildTarget attribute.
setBaseConfigurationReference(PBXFileReference) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCBuildConfiguration
 
setBaseModule(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the optional value baseModule to baseModule.
setBaseModule(Optional<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the optional value baseModule to baseModule.
setBaseModule(String) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Initializes the optional value baseModule to baseModule.
setBaseModule(Optional<String>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Initializes the optional value baseModule to baseModule.
setBaseModule(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the optional value baseModule to baseModule.
setBaseModule(Optional<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the optional value baseModule to baseModule.
setBaseModule(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value baseModule to baseModule.
setBaseModule(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value baseModule to baseModule.
setBaseModule(String) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Initializes the optional value baseModule to baseModule.
setBaseModule(Optional<String>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Initializes the optional value baseModule to baseModule.
setBaseModule(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value baseModule to baseModule.
setBaseModule(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value baseModule to baseModule.
setBaseName(String) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Initializes the value for the baseName attribute.
setBasePath(String) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Initializes the optional value basePath to basePath.
setBasePath(Optional<String>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Initializes the optional value basePath to basePath.
setBash(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Initializes the optional value bash to bash.
setBash(Optional<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Initializes the optional value bash to bash.
setBash(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Initializes the optional value bash to bash.
setBash(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Initializes the optional value bash to bash.
setBash(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Initializes the optional value bash to bash.
setBash(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Initializes the optional value bash to bash.
setBestServer(boolean) - Method in class com.facebook.buck.slb.PerServerData.Builder
Initializes the value for the bestServer attribute.
setBinary(BuildTarget) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Initializes the value for the binary attribute.
setBinaryExtension(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the optional value binaryExtension to binaryExtension.
setBinaryExtension(Optional<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the optional value binaryExtension to binaryExtension.
setBinaryJar(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Initializes the value for the binaryJar attribute.
setBinaryJars(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Sets or replaces all elements for binaryJars set.
setBinarySrc(SourcePath) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Initializes the value for the binarySrc attribute.
setBlacklist(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Sets or replaces all elements for blacklist set.
setBlacklistedWifiSsids(Iterable<String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Sets or replaces all elements for blacklistedWifiSsids set.
setBootclasspath(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the optional value bootclasspath to bootclasspath.
setBootclasspath(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the optional value bootclasspath to bootclasspath.
setBranchedFromMasterRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Initializes the value for the branchedFromMasterRevisionId attribute.
setBranchedFromMasterRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
Initializes the value for the branchedFromMasterRevisionId attribute.
setBranchedFromMasterTS(Long) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Initializes the value for the branchedFromMasterTS attribute.
setBranchedFromMasterTS(Long) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
Initializes the value for the branchedFromMasterTS attribute.
setBridgingHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value bridgingHeader to bridgingHeader.
setBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value bridgingHeader to bridgingHeader.
setBridgingHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value bridgingHeader to bridgingHeader.
setBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value bridgingHeader to bridgingHeader.
setBridgingHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value bridgingHeader to bridgingHeader.
setBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value bridgingHeader to bridgingHeader.
setBridgingHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxBridgingHeaders.Builder
Initializes the value for the bridgingHeader attribute.
setBridgingHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value bridgingHeader to bridgingHeader.
setBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value bridgingHeader to bridgingHeader.
setBridgingHeader(SourcePath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the optional value bridgingHeader to bridgingHeader.
setBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the optional value bridgingHeader to bridgingHeader.
setBuckClientError(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the value for the buckClientError attribute.
setBuckClientError(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
 
setBuckClientErrorMessage(String) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value buckClientErrorMessage to buckClientErrorMessage.
setBuckClientErrorMessage(Optional<String>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value buckClientErrorMessage to buckClientErrorMessage.
setBuckClientErrorMessage(String) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
 
setBuckCommit(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the buckCommit attribute.
setBuckConfig(BuckConfig) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the buckConfig attribute.
setBuckConfig(BuckConfig) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the buckConfig attribute.
setBuckDirty(boolean) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the optional value buckDirty to buckDirty.
setBuckDirty(Optional<Boolean>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the optional value buckDirty to buckDirty.
setBuckDotFiles(StampedeId, List<PathInfo>) - Method in class com.facebook.buck.distributed.DistBuildService
 
setBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the buckEventBus attribute.
setBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the buckEventBus attribute.
setBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the buckEventBus attribute.
setBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the buckEventBus attribute.
setBuckLogDir(Path) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Initializes the value for the buckLogDir attribute.
setBuckModuleBaseSourceCodePath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the buckModuleBaseSourceCodePath attribute.
setBuckOut(Path) - Method in class com.facebook.buck.io.BuckPaths.Builder
Initializes the value for the buckOut attribute.
setBuckVersion(StampedeId, BuckVersion, DistBuildClientStatsTracker) - Method in class com.facebook.buck.distributed.DistBuildService
 
setBuckVersionDurationMs() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
setBuildArgs(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Sets or replaces all elements for buildArgs list.
setBuildArgs(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Sets or replaces all elements for buildArgs list.
setBuildCellRootPath(Path) - Method in class com.facebook.buck.rules.BuildContext.Builder
Initializes the value for the buildCellRootPath attribute.
setBuildCellRootPath(Path) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the buildCellRootPath attribute.
setBuildConfigs(Map<String, ? extends BuildConfigFields>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Sets or replaces all mappings from the specified map as entries for the buildConfigs map.
setBuildConfigurationList(XCConfigurationList) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
setBuildConfigValues(BuildConfigFields) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the value for the buildConfigValues attribute.
setBuildConfigValues(BuildConfigFields) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the buildConfigValues attribute.
setBuildConfigValuesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value buildConfigValuesFile to buildConfigValuesFile.
setBuildConfigValuesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value buildConfigValuesFile to buildConfigValuesFile.
setBuildContext(BuildContext) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Initializes the value for the buildContext attribute.
setBuildEnvironmentDescription(BuildEnvironmentDescription) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the buildEnvironmentDescription attribute.
setBuildEnvironmentDescription(BuildEnvironmentDescription) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Initializes the value for the buildEnvironmentDescription attribute.
setBuildFileImportWhitelist(Iterable<String>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Sets or replaces all elements for buildFileImportWhitelist list.
setBuildFileName(String) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the value for the buildFileName attribute.
setBuildId(BuildId) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value buildId to buildId.
setBuildId(Optional<? extends BuildId>) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value buildId to buildId.
setBuildId(BuildId) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value buildId to buildId.
setBuildId(Optional<? extends BuildId>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value buildId to buildId.
setBuildId(BuildId) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the buildId attribute.
setBuildId(BuildId) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Initializes the value for the buildId attribute.
setBuildId(BuildId) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Initializes the value for the buildId attribute.
setBuildInfoStoreManager(BuildInfoStoreManager) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the buildInfoStoreManager attribute.
setBuildInfoStoreManager(BuildInfoStoreManager) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the buildInfoStoreManager attribute.
setBuildLabel(String) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the value for the buildLabel attribute.
setBuildOutputForTests(T) - Method in class com.facebook.buck.rules.BuildOutputInitializer
This should be invoked only by the build engine (currently, CachingBuildEngine) that invoked BuildOutputInitializer.initializeFromDisk(OnDiskBuildInfo).
setBuildRule(BuildRule) - Method in class com.facebook.buck.rules.keys.AbstractRuleKeyBuilder
 
setBuildRule(BuildRule) - Method in class com.facebook.buck.rules.keys.ContentAgnosticRuleKeyFactory.Builder
 
setBuildRule(BuildRule) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory.Builder
 
setBuildRuleStatus(BuildRuleStatus) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
Initializes the optional value buildRuleStatus to buildRuleStatus.
setBuildRuleStatus(Optional<? extends BuildRuleStatus>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
Initializes the optional value buildRuleStatus to buildRuleStatus.
setBuildSettings(NSDictionary) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
 
setBuildStringSourceMap(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the buildStringSourceMap attribute.
setBuildTarget(BuildTarget) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Initializes the optional value buildTarget to buildTarget.
setBuildTarget(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Initializes the optional value buildTarget to buildTarget.
setBuildTarget(String) - Method in class com.facebook.buck.artifact_cache.FetchResult.Builder
Initializes the optional value buildTarget to buildTarget.
setBuildTarget(Optional<String>) - Method in class com.facebook.buck.artifact_cache.FetchResult.Builder
Initializes the optional value buildTarget to buildTarget.
setBuildTarget(String) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult.Builder
Initializes the value for the buildTarget attribute.
setBuildTarget(BuildTarget) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Initializes the value for the buildTarget attribute.
setBuildTarget(BuildTarget) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams.Builder
Initializes the optional value buildTarget to buildTarget.
setBuildTarget(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams.Builder
Initializes the optional value buildTarget to buildTarget.
setBuildTarget(UnflavoredBuildTarget) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the buildTarget attribute.
setBuildTarget(BuildTarget) - Method in class com.facebook.buck.query.QueryBuildTarget.Builder
Initializes the value for the buildTarget attribute.
setBuildTarget(BuildTarget) - Method in class com.facebook.buck.test.TestResults.Builder
Initializes the value for the buildTarget attribute.
setBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
Sets or replaces all elements for buildTargets set.
setBuildTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
Initializes the value for the buildTimeMs attribute.
setBuildType(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the buildType attribute.
setBuildVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value buildVersion to buildVersion.
setBuildVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value buildVersion to buildVersion.
setBundle(BuildTarget) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
Initializes the value for the bundle attribute.
setBundleName(String) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Initializes the value for the bundleName attribute.
setBundleName(String) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Initializes the value for the bundleName attribute.
setBundleName(String) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Initializes the value for the bundleName attribute.
setBundleNameForFlavor(Iterable<? extends Pair<Flavor, String>>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Sets or replaces all elements for bundleNameForFlavor list.
setBytecodeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the bytecodeCompileDeps attribute.
setBytecodeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Initializes the value for the bytecodeCompileDeps attribute.
setBytecodeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Sets or replaces all elements for bytecodeIncludes list.
setBytecodeLib(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Initializes the value for the bytecodeLib attribute.
setBytecodeLink(BuildRule) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Initializes the value for the bytecodeLink attribute.
setBytecodeLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the bytecodeLinkableInput attribute.
setBytecodeLinkDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the bytecodeLinkDeps attribute.
setBytecodeOnly(boolean) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Initializes the optional value bytecodeOnly to bytecodeOnly.
setBytecodeOnly(Optional<Boolean>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Initializes the optional value bytecodeOnly to bytecodeOnly.
setBytecodeOnly(boolean) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Initializes the value for the bytecodeOnly attribute.
setBytecodeOnly(boolean) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Initializes the value for the bytecodeOnly attribute.
setCacheDir(Path) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
Initializes the value for the cacheDir attribute.
setCacheDir(Path) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry.Builder
Initializes the value for the cacheDir attribute.
setCacheError(String) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value cacheError to cacheError.
setCacheError(Optional<String>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value cacheError to cacheError.
setCacheErrorsPerMode(Map<ArtifactCacheMode, ? extends AtomicInteger>) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Sets or replaces all mappings from the specified map as entries for the cacheErrorsPerMode map.
setCacheHitsPerMode(Map<ArtifactCacheMode, ? extends AtomicInteger>) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Sets or replaces all mappings from the specified map as entries for the cacheHitsPerMode map.
setCacheKeySeed(int) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the cacheKeySeed attribute.
setCacheMode(ArtifactCacheMode) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value cacheMode to cacheMode.
setCacheMode(Optional<? extends ArtifactCacheMode>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value cacheMode to cacheMode.
setCacheMode(ArtifactCacheMode) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the cacheMode attribute.
setCacheModes(Iterable<String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Sets or replaces all elements for cacheModes list.
setCacheName(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the cacheName attribute.
setCacheReadMode(CacheReadMode) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
Initializes the value for the cacheReadMode attribute.
setCacheReadMode(CacheReadMode) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the value for the cacheReadMode attribute.
setCacheReadMode(CacheReadMode) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the cacheReadMode attribute.
setCacheReadMode(CacheReadMode) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry.Builder
Initializes the value for the cacheReadMode attribute.
setCacheResult(CacheResult) - Method in class com.facebook.buck.artifact_cache.FetchResult.Builder
Initializes the value for the cacheResult attribute.
setCacheResult(CacheResultType) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult.Builder
Initializes the value for the cacheResult attribute.
setCacheResultType(CacheResultType) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
Initializes the optional value cacheResultType to cacheResultType.
setCacheResultType(Optional<? extends CacheResultType>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
Initializes the optional value cacheResultType to cacheResultType.
setCachesExamined(int) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
Initializes the value for the cachesExamined attribute.
setCacheSource(String) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value cacheSource to cacheSource.
setCacheSource(Optional<String>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value cacheSource to cacheSource.
setCanBeAsset(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value canBeAsset to canBeAsset.
setCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value canBeAsset to canBeAsset.
setCanBeAsset(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value canBeAsset to canBeAsset.
setCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value canBeAsset to canBeAsset.
setCanBeAsset(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value canBeAsset to canBeAsset.
setCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value canBeAsset to canBeAsset.
setCanBeAsset(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value canBeAsset to canBeAsset.
setCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value canBeAsset to canBeAsset.
setCanBeAsset(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the value for the canBeAsset attribute.
setCanonicalName(String) - Method in class com.facebook.buck.rules.DistBuildCellParams.Builder
Initializes the optional value canonicalName to canonicalName.
setCanonicalName(Optional<String>) - Method in class com.facebook.buck.rules.DistBuildCellParams.Builder
Initializes the optional value canonicalName to canonicalName.
setCanReuseClassLoader(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
Initializes the value for the canReuseClassLoader attribute.
setCanReuseClassLoader(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Initializes the value for the canReuseClassLoader attribute.
setCategory(String) - Method in class com.facebook.buck.counters.CounterInfo.Builder
Initializes the value for the category attribute.
setCategory(String) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Initializes the value for the category attribute.
setCategory(String) - Method in class com.facebook.buck.event.FileHashCacheEvent
 
setCategory(String) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Initializes the value for the category attribute.
setCategory(String) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
Initializes the value for the category attribute.
setCc(CompilerProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the cc attribute.
setCell(Cell) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the cell attribute.
setCell(String) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Initializes the optional value cell to cell.
setCell(Optional<String>) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Initializes the optional value cell to cell.
setCellName(String) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the value for the cellName attribute.
setCellPath(Path) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Initializes the value for the cellPath attribute.
setCellPathResolver(CellPathResolver) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the cellPathResolver attribute.
setCellRoots(Map<String, ? extends Path>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Sets or replaces all mappings from the specified map as entries for the cellRoots map.
setCflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all elements for cflags list.
setCFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Sets or replaces all elements for cFlags list.
setChildren(Iterable<? extends Path>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Sets or replaces all elements for children set.
setClassesToRemoveFromJar(RemoveClassesPatternsMatcher) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setClassLoaderCache(ClassLoaderCache) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the classLoaderCache attribute.
setClassNamesToHashesSupplier(Supplier<ImmutableMap<String, HashCode>>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Initializes the value for the classNamesToHashesSupplier attribute.
setClasspath(Iterable<? extends URL>) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
Sets or replaces all elements for classpath list.
setClasspathDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Sets or replaces all elements for classpathDeps list.
setClasspathEntries(ImmutableSortedSet<Path>) - Method in class com.facebook.buck.jvm.java.CompilerParameters.Builder
Initializes the value for the classpathEntries attribute.
setClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Sets or replaces all elements for classpathEntries sortedSet.
setClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Sets or replaces all elements for classpathEntriesToDex set.
setClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Sets or replaces all elements for classpathEntriesToDex set.
setClasspathFile(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the classpathFile attribute.
setClassPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Sets or replaces all elements for classPaths set.
setCleanerEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the cleanerEnabled attribute.
setCLibs(Iterable<String>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Sets or replaces all elements for cLibs list.
setClientSideCacheResult(RuleKeyCacheResult) - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult.Builder
Initializes the value for the clientSideCacheResult attribute.
setCLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the cLinkableInput attribute.
setClock(Clock) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the clock attribute.
setClock(Clock) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the clock attribute.
setClock(Clock) - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
setClock(Clock) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Initializes the value for the clock attribute.
setClock(Clock) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the clock attribute.
setCmd(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Initializes the optional value cmd to cmd.
setCmd(Optional<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Initializes the optional value cmd to cmd.
setCmd(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Initializes the value for the cmd attribute.
setCmd(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Initializes the optional value cmd to cmd.
setCmd(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Initializes the optional value cmd to cmd.
setCmd(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Initializes the optional value cmd to cmd.
setCmd(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Initializes the optional value cmd to cmd.
setCmdExe(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Initializes the optional value cmdExe to cmdExe.
setCmdExe(Optional<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Initializes the optional value cmdExe to cmdExe.
setCmdExe(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Initializes the optional value cmdExe to cmdExe.
setCmdExe(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Initializes the optional value cmdExe to cmdExe.
setCmdExe(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Initializes the optional value cmdExe to cmdExe.
setCmdExe(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Initializes the optional value cmdExe to cmdExe.
setCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the codeCoverageEnabled attribute.
setCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the codeCoverageEnabled attribute.
setCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the value for the codeCoverageEnabled attribute.
setCodesignAllocate(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value codesignAllocate to codesignAllocate.
setCodesignAllocate(Optional<? extends Tool>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value codesignAllocate to codesignAllocate.
setCodesignProvider(ToolProvider) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the codesignProvider attribute.
setCoercedValue(Object, Object) - Method in class com.facebook.buck.rules.coercer.ParamInfo
Set the param on dto to value, assuming value has already been coerced.
setColumnNumber(Integer) - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry.Builder
Initializes the value for the columnNumber attribute.
setCommand(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Sets or replaces all elements for command list.
setCommand(Iterable<String>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Sets or replaces all elements for command list.
setCommandArgs(String) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value commandArgs to commandArgs.
setCommandArgs(Optional<String>) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value commandArgs to commandArgs.
setCommandArgs(Iterable<String>) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Sets or replaces all elements for commandArgs list.
setCommandsCount(int) - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader.Builder
Initializes the value for the commandsCount attribute.
setCompilationMode(JavacCompilationMode) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the compilationMode attribute.
setCompileAgainstAbis(boolean) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setCompiledUberRDotJava(JavaLibrary) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the value for the compiledUberRDotJava attribute.
setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(NdkCxxPlatformCompiler) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Initializes the value for the compiler attribute.
setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(ToolProvider) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the value for the compiler attribute.
setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
Initializes the optional value compiler to compiler.
setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
Initializes the optional value compiler to compiler.
setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value compiler to compiler.
setCompilerClassName(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(String) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerDebugPathSanitizer(DebugPathSanitizer) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the compilerDebugPathSanitizer attribute.
setCompilerDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all elements for compilerDeps sortedSet.
setCompilerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Sets or replaces all mappings from the specified map as entries for the compilerFlags map.
setCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Multimap<? extends AbstractCxxSource.Type, ? extends Arg>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Sets or replaces all mappings from the specified map as entries for the compilerFlags map.
setCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Sets or replaces all elements for compilerFlags list.
setCompilerInvocationFlags(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all elements for compilerInvocationFlags list.
setCompilerOutputPath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Initializes the optional value compilerOutputPath to compilerOutputPath.
setCompilerOutputPath(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Initializes the optional value compilerOutputPath to compilerOutputPath.
setCompilerOutputPath(Optional<Path>) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
setCompressAssetLibraries(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the compressAssetLibraries attribute.
setCompressionLevel(int) - Method in class com.facebook.buck.util.zip.CustomZipEntry
 
setConcurrencyLimit(ConcurrencyLimit) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the concurrencyLimit attribute.
setConfig(BuckConfig) - Method in class com.facebook.buck.rules.DistBuildCellParams.Builder
Initializes the value for the config attribute.
setConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the configs map.
setConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the configs map.
setConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the configs map.
setConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the configs map.
setConfiguredBuckOut(Path) - Method in class com.facebook.buck.io.BuckPaths.Builder
Initializes the value for the configuredBuckOut attribute.
setConfiguredCompiler(ConfiguredCompiler) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setConfiguredCompilerFactory(ConfiguredCompilerFactory) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setConnection(Connection<OutOfProcessJavacConnectionInterface>) - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
setConnectionTimeoutMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the connectionTimeoutMillis attribute.
setConnectTimeoutSeconds(int) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the value for the connectTimeoutSeconds attribute.
setConsole(Console) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the console attribute.
setConsole(Console) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the console attribute.
setConsole(Console) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the console attribute.
setContacts(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Sets or replaces all elements for contacts sortedSet.
setContacts(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for contacts sortedSet.
setContacts(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for contacts sortedSet.
setContacts(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for contacts sortedSet.
setContacts(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Sets or replaces all elements for contacts sortedSet.
setContacts(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Sets or replaces all elements for contacts sortedSet.
setContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for contacts sortedSet.
setContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for contacts sortedSet.
setContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for contacts sortedSet.
setContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for contacts sortedSet.
setContacts(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Sets or replaces all elements for contacts sortedSet.
setContacts(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Sets or replaces all elements for contacts list.
setContacts(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Sets or replaces all elements for contacts set.
setContacts(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Sets or replaces all elements for contacts sortedSet.
setContacts(Iterable<String>) - Method in class com.facebook.buck.test.TestResults.Builder
Sets or replaces all elements for contacts set.
setCoordinator(StampedeId, int, String) - Method in class com.facebook.buck.distributed.DistBuildService
 
setCopyNativeLibraries(ImmutableMap<APKModule, CopyNativeLibraries>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value copyNativeLibraries to copyNativeLibraries.
setCopyNativeLibraries(Optional<? extends ImmutableMap<APKModule, CopyNativeLibraries>>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value copyNativeLibraries to copyNativeLibraries.
setCopyNativeLibraries(ImmutableMap<APKModule, CopyNativeLibraries>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
Initializes the optional value copyNativeLibraries to copyNativeLibraries.
setCopyNativeLibraries(Optional<? extends ImmutableMap<APKModule, CopyNativeLibraries>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
Initializes the optional value copyNativeLibraries to copyNativeLibraries.
setCopySceneKitAssets(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value copySceneKitAssets to copySceneKitAssets.
setCopySceneKitAssets(Optional<? extends Tool>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value copySceneKitAssets to copySceneKitAssets.
setCount(int) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
Initializes the value for the count attribute.
setCoverageExcludes(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value coverageExcludes to coverageExcludes.
setCoverageExcludes(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value coverageExcludes to coverageExcludes.
setCoverageIncludes(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value coverageIncludes to coverageIncludes.
setCoverageIncludes(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value coverageIncludes to coverageIncludes.
setCoverageReportFormats(Iterable<CoverageReportFormat>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Sets or replaces all elements for coverageReportFormats set.
setCoverageReportTitle(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the value for the coverageReportTitle attribute.
setCpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the cpp attribute.
setCppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all elements for cppflags list.
setCPreprocessor(Preprocessor) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the cPreprocessor attribute.
setCpu(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
Initializes the value for the cpu attribute.
setCpuFilters(Iterable<TargetCpuType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for cpuFilters set.
setCpuReal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the cpuReal attribute.
setCpuSys(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the cpuSys attribute.
setCpuTotal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the cpuTotal attribute.
setCpuUser(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the cpuUser attribute.
setCrate(String) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Initializes the value for the crate attribute.
setCrate(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Initializes the optional value crate to crate.
setCrate(Optional<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Initializes the optional value crate to crate.
setCrate(String) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Initializes the optional value crate to crate.
setCrate(Optional<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Initializes the optional value crate to crate.
setCrate(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Initializes the optional value crate to crate.
setCrate(Optional<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Initializes the optional value crate to crate.
setCrateRoot(SourcePath) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Initializes the optional value crateRoot to crateRoot.
setCrateRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Initializes the optional value crateRoot to crateRoot.
setCrateRoot(SourcePath) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Initializes the optional value crateRoot to crateRoot.
setCrateRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Initializes the optional value crateRoot to crateRoot.
setCrateRoot(SourcePath) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Initializes the optional value crateRoot to crateRoot.
setCrateRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Initializes the optional value crateRoot to crateRoot.
setCreateDistributedBuildDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value createDistributedBuildDurationMs to createDistributedBuildDurationMs.
setCreateDistributedBuildDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value createDistributedBuildDurationMs to createDistributedBuildDurationMs.
setCuda(CompilerProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the optional value cuda to cuda.
setCuda(Optional<? extends CompilerProvider>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the optional value cuda to cuda.
setCudaflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all elements for cudaflags list.
setCudapp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the optional value cudapp to cudapp.
setCudapp(Optional<? extends PreprocessorProvider>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the optional value cudapp to cudapp.
setCudappflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all elements for cudappflags list.
setCurrentCommand(String, ImmutableList<String>) - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
setCurrentRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Initializes the value for the currentRevisionId attribute.
setCurrentRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
Initializes the value for the currentRevisionId attribute.
setCurrentThreadTracingInterfaceFromJsr199Javac(BuckTracingInterface) - Static method in class com.facebook.buck.event.api.BuckTracing
Used by Buck to connect this class to its tracing mechanism.
setCurrentVersion(Optional<PBXFileReference>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
setCxx(CompilerProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the cxx attribute.
setCxxBuckConfig(CxxBuckConfig) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the cxxBuckConfig attribute.
setCxxflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all elements for cxxflags list.
setCxxHeaderDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Sets or replaces all elements for cxxHeaderDirs sortedSet.
setCxxLibrary(BuildTarget) - Method in class com.facebook.buck.python.PythonPlatform.Builder
Initializes the optional value cxxLibrary to cxxLibrary.
setCxxLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonPlatform.Builder
Initializes the optional value cxxLibrary to cxxLibrary.
setCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for cxxLibraryWhitelist set.
setCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for cxxLibraryWhitelist set.
setCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for cxxLibraryWhitelist set.
setCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for cxxLibraryWhitelist set.
setCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for cxxLibraryWhitelist set.
setCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform.Builder
Initializes the value for the cxxPlatform attribute.
setCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the cxxPlatform attribute.
setCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the cxxPlatform attribute.
setCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.go.GoPlatform.Builder
Initializes the optional value cxxPlatform to cxxPlatform.
setCxxPlatform(Optional<? extends CxxPlatform>) - Method in class com.facebook.buck.go.GoPlatform.Builder
Initializes the optional value cxxPlatform to cxxPlatform.
setCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the value for the cxxPlatform attribute.
setCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Initializes the value for the cxxPlatform attribute.
setCxxPlatform(Flavor) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value cxxPlatform to cxxPlatform.
setCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value cxxPlatform to cxxPlatform.
setCxxPlatform(Flavor) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value cxxPlatform to cxxPlatform.
setCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value cxxPlatform to cxxPlatform.
setCxxPlatforms(FlavorDomain<CxxPlatform>) - Method in class com.facebook.buck.rules.KnownBuildRuleTypes.Builder
 
setCxxpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the cxxpp attribute.
setCxxppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all elements for cxxppflags list.
setCxxPreprocessorInput(Iterable<? extends CxxPreprocessorInput>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Sets or replaces all elements for cxxPreprocessorInput list.
setCxxPreprocessorInput(CxxPreprocessorInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the cxxPreprocessorInput attribute.
setCxxRuntime(NdkCxxRuntime) - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform.Builder
Initializes the value for the cxxRuntime attribute.
setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the optional value cxxRuntimeType to cxxRuntimeType.
setCxxSharedRuntimePath(Path) - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform.Builder
Initializes the optional value cxxSharedRuntimePath to cxxSharedRuntimePath.
setCxxSharedRuntimePath(Optional<? extends Path>) - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform.Builder
Initializes the optional value cxxSharedRuntimePath to cxxSharedRuntimePath.
setData(DependencyEntryData) - Method in class com.facebook.buck.ide.intellij.DependencyEntry.Builder
Initializes the optional value data to data.
setData(Optional<? extends DependencyEntryData>) - Method in class com.facebook.buck.ide.intellij.DependencyEntry.Builder
Initializes the optional value data to data.
setDb(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Initializes the value for the db attribute.
setDdmlibJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the ddmlibJarPath attribute.
setDebugEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the debugEnabled attribute.
setDebugEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the debugEnabled attribute.
setDebugMode(boolean) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value debugMode to debugMode.
setDebugMode(Optional<Boolean>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value debugMode to debugMode.
setDefaultCxxPlatform(Flavor) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value defaultCxxPlatform to defaultCxxPlatform.
setDefaultCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value defaultCxxPlatform to defaultCxxPlatform.
setDefaultCxxPlatform(Flavor) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value defaultCxxPlatform to defaultCxxPlatform.
setDefaultCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value defaultCxxPlatform to defaultCxxPlatform.
setDefaultCxxPlatform(Flavor) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Initializes the optional value defaultCxxPlatform to defaultCxxPlatform.
setDefaultCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Initializes the optional value defaultCxxPlatform to defaultCxxPlatform.
setDefaultCxxPlatform(Flavor) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value defaultCxxPlatform to defaultCxxPlatform.
setDefaultCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value defaultCxxPlatform to defaultCxxPlatform.
setDefaultCxxPlatform(Flavor) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value defaultCxxPlatform to defaultCxxPlatform.
setDefaultCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value defaultCxxPlatform to defaultCxxPlatform.
setDefaultCxxPlatform(Flavor) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value defaultCxxPlatform to defaultCxxPlatform.
setDefaultCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value defaultCxxPlatform to defaultCxxPlatform.
setDefaultCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.rules.KnownBuildRuleTypes.Builder
 
setDefaultIncludes(Iterable<String>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Sets or replaces all elements for defaultIncludes list.
setDefaultPlatform(Flavor) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Flavor) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Flavor) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Flavor) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Flavor) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Flavor) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Flavor) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Flavor) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Flavor) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Flavor) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the optional value defaultPlatform to defaultPlatform.
setDefaultRuleKeyFactoryCacheRecycler(RuleKeyCacheRecycler<RuleKey>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value defaultRuleKeyFactoryCacheRecycler to defaultRuleKeyFactoryCacheRecycler.
setDefaultRuleKeyFactoryCacheRecycler(Optional<? extends RuleKeyCacheRecycler<RuleKey>>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value defaultRuleKeyFactoryCacheRecycler to defaultRuleKeyFactoryCacheRecycler.
setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the defaults map.
setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the defaults map.
setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the defaults map.
setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the defaults map.
setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the defaults map.
setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the defaults map.
setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the defaults map.
setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the defaults map.
setDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the defaults map.
setDefaultTestTimeoutMillis(long) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the defaultTestTimeoutMillis attribute.
setDependencies(Map<? extends BuildTarget, ? extends DependencyType>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Sets or replaces all mappings from the specified map as entries for the dependencies map.
setDependenciesPassTheirTests(boolean) - Method in class com.facebook.buck.test.TestResults.Builder
Initializes the value for the dependenciesPassTheirTests attribute.
setDepFilePath(Path) - Method in class com.facebook.buck.jvm.java.CompilerParameters.Builder
Initializes the value for the depFilePath attribute.
setDepFileRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Initializes the optional value depFileRuleKey to depFileRuleKey.
setDepFileRuleKey(Optional<? extends RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Initializes the optional value depFileRuleKey to depFileRuleKey.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends Either<BuildTarget, String>>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Sets or replaces all elements for deps list.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Sets or replaces all elements for deps sortedSet.
setDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Query) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Query) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Query) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Query) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Query) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Query) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Query) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Initializes the optional value depsQuery to depsQuery.
setDescription(String) - Method in class com.facebook.buck.model.UserFlavor.Builder
Initializes the value for the description attribute.
setDescriptions(Iterable<? extends Description<?>>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Sets or replaces all elements for descriptions set.
setDesiredLink(Path) - Method in class com.facebook.buck.step.fs.SymlinkFileStep.Builder
Initializes the value for the desiredLink attribute.
setDestination(PBXCopyFilesBuildPhase.Destination) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
Initializes the value for the destination attribute.
setDestinationSpecifier(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the destinationSpecifier map.
setDeveloperCertificateFingerprints(Iterable<? extends HashCode>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Sets or replaces all elements for developerCertificateFingerprints set.
setDeveloperPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Initializes the optional value developerPath to developerPath.
setDeveloperPath(Optional<? extends Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Initializes the optional value developerPath to developerPath.
setDeviceSerial(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value deviceSerial to deviceSerial.
setDeviceSerial(Optional<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value deviceSerial to deviceSerial.
setDevicesSupplierForTests(Optional<Supplier<ImmutableList<AndroidDevice>>>) - Static method in class com.facebook.buck.android.AdbHelper
 
setDexCompression(DexStore) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value dexCompression to dexCompression.
setDexCompression(Optional<? extends DexStore>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value dexCompression to dexCompression.
setDexInfo(ExopackageInfo.DexInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.Builder
Initializes the optional value dexInfo to dexInfo.
setDexInfo(Optional<? extends ExopackageInfo.DexInfo>) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.Builder
Initializes the optional value dexInfo to dexInfo.
setDexReorderDataDumpFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value dexReorderDataDumpFile to dexReorderDataDumpFile.
setDexReorderDataDumpFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value dexReorderDataDumpFile to dexReorderDataDumpFile.
setDexReorderToolFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value dexReorderToolFile to dexReorderToolFile.
setDexReorderToolFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value dexReorderToolFile to dexReorderToolFile.
setDiff(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Initializes the optional value diff to diff.
setDiff(Optional<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Initializes the optional value diff to diff.
setDirCacheEntries(Iterable<? extends DirCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
Sets or replaces all elements for dirCacheEntries set.
setDirectory(SourcePath) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo.Builder
Initializes the value for the directory attribute.
setDirectory(SourcePath) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo.Builder
Initializes the value for the directory attribute.
setDirectory(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
Initializes the value for the directory attribute.
setDirectory(Path) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value directory to directory.
setDirectory(Optional<? extends Path>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value directory to directory.
setDirectoryForTestResults(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value directoryForTestResults to directoryForTestResults.
setDirectoryForTestResults(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value directoryForTestResults to directoryForTestResults.
setDirectoryForTestResults(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value directoryForTestResults to directoryForTestResults.
setDirectoryForTestResults(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value directoryForTestResults to directoryForTestResults.
setDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Sets or replaces all elements for dirs sortedSet.
setDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Sets or replaces all elements for dirs set.
setDirsContainingResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Sets or replaces all elements for dirsContainingResourceDirs set.
setDisablePreDex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the disablePreDex attribute.
setDisallowAllDuplicates(boolean) - Method in class com.facebook.buck.jvm.java.JarParameters.Builder
Initializes the value for the disallowAllDuplicates attribute.
setDisallowAllDuplicates(boolean) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Initializes the optional value disallowAllDuplicates to disallowAllDuplicates.
setDisallowAllDuplicates(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Initializes the optional value disallowAllDuplicates to disallowAllDuplicates.
setDiskIO(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
Initializes the value for the diskIO attribute.
setDistBuildConfig(DistBuildConfig) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the distBuildConfig attribute.
setDistBuildMode(DistBuildMode) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the distBuildMode attribute.
setDistBuildService(DistBuildService) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the distBuildService attribute.
setDistBuildService(DistBuildService) - Method in class com.facebook.buck.event.listener.DistBuildSlaveEventBusListener
 
setDistributedBuildExitCode(int) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value distributedBuildExitCode to distributedBuildExitCode.
setDistributedBuildExitCode(Optional<Integer>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value distributedBuildExitCode to distributedBuildExitCode.
setDistributedBuildExitCode(int) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
 
setDllName(String) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Initializes the value for the dllName attribute.
setDocumentLocator(Locator) - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
 
setDoesNotAffectAbi(boolean) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Initializes the value for the doesNotAffectAbi attribute.
setDoesNotAffectAbi(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Initializes the value for the doesNotAffectAbi attribute.
setDraftCompile(boolean) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Initializes the optional value draftCompile to draftCompile.
setDraftCompile(Optional<Boolean>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Initializes the optional value draftCompile to draftCompile.
setDsymutil(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the dsymutil attribute.
setDuplicateResourceBehavior(AndroidBinaryDescription.AbstractAndroidBinaryDescriptionArg.DuplicateResourceBehaviour) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the duplicateResourceBehavior attribute.
setDuration(BuildRule, ClockDuration) - Method in class com.facebook.buck.rules.BuildRuleDurationTracker
This method should only be used for testing.
setDurationMs(DistBuildClientStatsTracker.DistBuildClientStat, long) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
 
setEnabled(boolean) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
Initializes the value for the enabled attribute.
setEnableObjcInterop(boolean) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the optional value enableObjcInterop to enableObjcInterop.
setEnableObjcInterop(Optional<Boolean>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the optional value enableObjcInterop to enableObjcInterop.
setEnableProfiling(boolean) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Initializes the value for the enableProfiling attribute.
setEnableProfiling(boolean) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Initializes the value for the enableProfiling attribute.
setEnableProfiling(boolean) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Initializes the value for the enableProfiling attribute.
setEnableProfiling(boolean) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Initializes the value for the enableProfiling attribute.
setEnableProfiling(boolean) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the value for the enableProfiling attribute.
setEnableRelinker(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the enableRelinker attribute.
setEndIndex(int) - Method in class com.facebook.buck.model.macros.MacroMatchResult.Builder
Initializes the value for the endIndex attribute.
setEndpointMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value endpointMessage to endpointMessage.
setEndpointMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value endpointMessage to endpointMessage.
setEntitlements(Map<String, ? extends NSObject>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Sets or replaces all mappings from the specified map as entries for the entitlements map.
setEntriesToJar(ImmutableSortedSet<Path>) - Method in class com.facebook.buck.jvm.java.JarParameters.Builder
Initializes the value for the entriesToJar attribute.
setEntriesToJar(Stream<Path>) - Method in class com.facebook.buck.util.zip.JarBuilder
 
setEntriesToJar(Iterable<Path>) - Method in class com.facebook.buck.util.zip.JarBuilder
 
setEntry(Either<ImmutableSet<String>, String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Initializes the value for the entry attribute.
setEntryAttribute(String, String, String) - Method in class com.facebook.buck.util.zip.DeterministicManifest
 
setEntryHashingEnabled(boolean) - Method in class com.facebook.buck.util.zip.CustomJarOutputStream
 
setEntryPath(SourcePath) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Initializes the value for the entryPath attribute.
setEntryPath(SourcePath) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Initializes the value for the entryPath attribute.
setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the env map.
setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the env map.
setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the env map.
setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the env map.
setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the env map.
setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the env map.
setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the env map.
setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Sets or replaces all mappings from the specified map as entries for the env map.
setEnv(Map<String, ? extends StringWithMacros>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the env map.
setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the env map.
setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the env map.
setEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Sets or replaces all mappings from the specified map as entries for the environment map.
setEnvironment(PythonEnvironment) - Method in class com.facebook.buck.python.PythonPlatform.Builder
Initializes the value for the environment attribute.
setEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Sets or replaces all mappings from the specified map as entries for the environment map.
setEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.SystemToolProvider.Builder
Sets or replaces all mappings from the specified map as entries for the environment map.
setEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Sets or replaces all mappings from the specified map as entries for the environment map.
setEnvironment(ImmutableMap<String, String>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value environment to environment.
setEnvironment(Optional<? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value environment to environment.
setEnvironmentOverrides(Map<String, ? extends String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Sets or replaces all mappings from the specified map as entries for the environmentOverrides map.
setErrorCheckTimeRangeMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the errorCheckTimeRangeMillis attribute.
setErrorMessage(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessage(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessage(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessage(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessageFormat(String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the value for the errorMessageFormat attribute.
setErrorTextTemplate(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the errorTextTemplate attribute.
setEscaped(boolean) - Method in class com.facebook.buck.model.macros.MacroMatchResult.Builder
Initializes the value for the escaped attribute.
setEventBus(BuckEventBus) - Method in class com.facebook.buck.rules.BuildContext.Builder
Initializes the value for the eventBus attribute.
setEventBus(BuckEventBus) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the eventBus attribute.
setException(Exception) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Initializes the optional value exception to exception.
setException(Optional<? extends Exception>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Initializes the optional value exception to exception.
setException(Exception) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
Initializes the optional value exception to exception.
setException(Optional<? extends Exception>) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
Initializes the optional value exception to exception.
setExcludeArtifactsEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the excludeArtifactsEnabled attribute.
setExcludedResourcePaths(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Sets or replaces all elements for excludedResourcePaths list.
setExcludeRulesAdded(int) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
Initializes the value for the excludeRulesAdded attribute.
setExcludes(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
Sets or replaces all elements for excludes set.
setExe(BuildTarget) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Initializes the optional value exe to exe.
setExe(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Initializes the optional value exe to exe.
setExe(BuildTarget) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Initializes the optional value exe to exe.
setExe(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Initializes the optional value exe to exe.
setExecutable(Path, boolean) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
setExecutable(boolean) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Initializes the optional value executable to executable.
setExecutable(Optional<Boolean>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Initializes the optional value executable to executable.
setExecutableFinder(ExecutableFinder) - Method in class com.facebook.buck.rules.SystemToolProvider.Builder
Initializes the value for the executableFinder attribute.
setExecutablesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the executablesPath attribute.
setExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Sets or replaces all mappings from the specified map as entries for the executors map.
setExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Sets or replaces all mappings from the specified map as entries for the executors map.
setExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Sets or replaces all mappings from the specified map as entries for the executors map.
setExecutorService(WeightedListeningExecutorService) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the executorService attribute.
setExistingFile(Path) - Method in class com.facebook.buck.step.fs.SymlinkFileStep.Builder
Initializes the value for the existingFile attribute.
setExitCode(int) - Method in class com.facebook.buck.cli.InstallResult.Builder
Initializes the value for the exitCode attribute.
setExitCode(int) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value exitCode to exitCode.
setExitCode(OptionalInt) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value exitCode to exitCode.
setExopackage(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value exopackage to exopackage.
setExopackage(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value exopackage to exopackage.
setExopackageInfo(ExopackageInfo) - Method in class com.facebook.buck.android.ApkInfo.Builder
Initializes the optional value exopackageInfo to exopackageInfo.
setExopackageInfo(Optional<? extends ExopackageInfo>) - Method in class com.facebook.buck.android.ApkInfo.Builder
Initializes the optional value exopackageInfo to exopackageInfo.
setExopackageModes(Iterable<AndroidBinary.ExopackageMode>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for exopackageModes set.
setExoResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Sets or replaces all elements for exoResources list.
setExoResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Sets or replaces all elements for exoResources list.
setExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Initializes the value for the expectedHashCode attribute.
setExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Initializes the value for the expectedHashCode attribute.
setExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Initializes the value for the expectedHashCode attribute.
setExperimentalArgs(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Sets or replaces all elements for experimentalArgs list.
setExpirationDate(Date) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Initializes the value for the expirationDate attribute.
setExplicitFileType(Optional<String>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
 
setExplicitRunnablePath(String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Initializes the optional value explicitRunnablePath to explicitRunnablePath.
setExplicitRunnablePath(Optional<String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Initializes the optional value explicitRunnablePath to explicitRunnablePath.
setExported(boolean) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData.Builder
Initializes the value for the exported attribute.
setExportedCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedCompilerFlags list.
setExportedDepRules(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLinkable.Builder
Sets or replaces all elements for exportedDeps set.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(ImmutableSortedSet<BuildTarget>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for exportedDeps sortedSet.
setExportedHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the exportedHeaders attribute.
setExportedHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the exportedHeaders attribute.
setExportedHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the exportedHeaders attribute.
setExportedHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the exportedHeaders attribute.
setExportedHeaders(SourceList) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the value for the exportedHeaders attribute.
setExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the exportedLangPreprocessorFlags map.
setExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the exportedLangPreprocessorFlags map.
setExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the exportedLangPreprocessorFlags map.
setExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the exportedLangPreprocessorFlags map.
setExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the exportedLangPreprocessorFlags map.
setExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for exportedLinkerFlags list.
setExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedLinkerFlags list.
setExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for exportedLinkerFlags list.
setExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Sets or replaces all elements for exportedLinkerFlags list.
setExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedLinkerFlags list.
setExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedLinkerFlags list.
setExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedLinkerFlags list.
setExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the exportedPlatformDeps attribute.
setExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the exportedPlatformDeps attribute.
setExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the exportedPlatformDeps attribute.
setExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the exportedPlatformDeps attribute.
setExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the exportedPlatformHeaders attribute.
setExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the exportedPlatformHeaders attribute.
setExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the exportedPlatformHeaders attribute.
setExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the exportedPlatformHeaders attribute.
setExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the value for the exportedPlatformHeaders attribute.
setExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the exportedPlatformLinkerFlags attribute.
setExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the exportedPlatformLinkerFlags attribute.
setExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the exportedPlatformLinkerFlags attribute.
setExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Initializes the value for the exportedPlatformLinkerFlags attribute.
setExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the exportedPlatformLinkerFlags attribute.
setExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the value for the exportedPlatformLinkerFlags attribute.
setExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the exportedPlatformPreprocessorFlags attribute.
setExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the exportedPlatformPreprocessorFlags attribute.
setExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the exportedPlatformPreprocessorFlags attribute.
setExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the exportedPlatformPreprocessorFlags attribute.
setExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the value for the exportedPlatformPreprocessorFlags attribute.
setExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for exportedPreprocessorFlags list.
setExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedPreprocessorFlags list.
setExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for exportedPreprocessorFlags list.
setExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedPreprocessorFlags list.
setExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Sets or replaces all elements for exportedPreprocessorFlags list.
setExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Sets or replaces all elements for exportedPreprocessorFlags list.
SetExpression - Class in com.facebook.buck.query
A set(word, ..., word) expression, which computes the union of zero or more target patterns separated by whitespace.
SetExpression.Builder - Class in com.facebook.buck.query
Builds instances of type SetExpression.
setExtension(Either<AppleBundleExtension, String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Initializes the value for the extension attribute.
setExtension(String) - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Initializes the value for the extension attribute.
setExtension(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value extension to extension.
setExtension(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value extension to extension.
setExtension(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value extension to extension.
setExtension(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value extension to extension.
setExternalAttributes(long) - Method in class com.facebook.buck.util.zip.CustomZipEntry
 
setExtraArgs(String) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Initializes the optional value extraArgs to extraArgs.
setExtraArgs(Optional<String>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Initializes the optional value extraArgs to extraArgs.
setExtraArgs(Iterable<String>) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Sets or replaces all elements for extraArgs list.
setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for extraArguments list.
setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for extraArguments list.
setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for extraArguments list.
setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for extraArguments list.
setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for extraArguments list.
setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Sets or replaces all elements for extraArguments list.
setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for extraArguments list.
setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for extraArguments list.
setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for extraArguments list.
setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for extraArguments list.
setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for extraArguments list.
setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for extraArguments list.
setExtraClassPathDependencies(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Sets or replaces all elements for extraClassPathDependencies set.
setExtraClasspathFromContextFunction(ExtraClasspathFromContextFunction) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setExtraCompilerOutputModulesPath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value extraCompilerOutputModulesPath to extraCompilerOutputModulesPath.
setExtraCompilerOutputModulesPath(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value extraCompilerOutputModulesPath to extraCompilerOutputModulesPath.
setExtraData(Map<String, ? extends String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Sets or replaces all mappings from the specified map as entries for the extraData map.
setExtraFiles(Iterable<? extends Path>) - Method in class com.facebook.buck.doctor.ExtraInfoResult.Builder
Sets or replaces all elements for extraFiles set.
setExtraGroovycArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for extraGroovycArguments list.
setExtraGroovycArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for extraGroovycArguments list.
setExtraInfo(String) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Initializes the optional value extraInfo to extraInfo.
setExtraInfo(Optional<String>) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Initializes the optional value extraInfo to extraInfo.
setExtraJvmArgs(ImmutableList<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value extraJvmArgs to extraJvmArgs.
setExtraJvmArgs(Optional<? extends ImmutableList<String>>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value extraJvmArgs to extraJvmArgs.
setExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for extraKotlincArguments list.
setExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for extraKotlincArguments list.
setExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for extraKotlincArguments list.
setExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for extraKotlincArguments list.
setExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for extraKotlincArguments list.
setExtraModuleDependencies(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Sets or replaces all elements for extraModuleDependencies set.
setExtraSchemes(Map<String, ? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the extraSchemes map.
setExtraTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Sets or replaces all elements for extraTargets sortedSet.
setExtraTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Sets or replaces all elements for extraTests sortedSet.
setExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for extraXcodeFiles list.
setExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for extraXcodeFiles list.
setExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for extraXcodeFiles list.
setExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for extraXcodeFiles list.
setExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for extraXcodeSources list.
setExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for extraXcodeSources list.
setExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for extraXcodeSources list.
setExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for extraXcodeSources list.
setFailures(Iterable<? extends BuildResult>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Sets or replaces all elements for failures set.
setFailureUploadCount(AtomicInteger) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Initializes the value for the failureUploadCount attribute.
setFakeTime() - Method in class com.facebook.buck.util.zip.CustomZipEntry
 
setFatTarget(BuildTarget) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Initializes the value for the fatTarget attribute.
setFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Sets or replaces all elements for features sortedSet.
setFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Sets or replaces all elements for features sortedSet.
setFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Sets or replaces all elements for features sortedSet.
setFetchClient(HttpService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the fetchClient attribute.
setFetchDataBuilder(HttpArtifactCacheEventFetchData.Builder) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
 
setFetchResult(CacheResult) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value fetchResult to fetchResult.
setFetchResult(Optional<? extends CacheResult>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value fetchResult to fetchResult.
setFetchTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
Initializes the value for the fetchTimeMs attribute.
setFile(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
Initializes the value for the file attribute.
setFileChangesIgnoredReport(FileChangesIgnoredReport) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Initializes the optional value fileChangesIgnoredReport to fileChangesIgnoredReport.
setFileChangesIgnoredReport(Optional<? extends FileChangesIgnoredReport>) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Initializes the optional value fileChangesIgnoredReport to fileChangesIgnoredReport.
setFileHashCache(StackedFileHashCache) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the fileHashCache attribute.
setFilePath(Path) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry.Builder
Initializes the value for the filePath attribute.
setFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Sets or replaces all elements for files set.
setFilesAdded(int) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
Initializes the value for the filesAdded attribute.
setFilesConflicting(int) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
Initializes the value for the filesConflicting attribute.
setFilesDropped(int) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
Initializes the value for the filesDropped attribute.
setFilesExamined(int) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
Initializes the value for the filesExamined attribute.
setFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.rules.DistBuildCellParams.Builder
Initializes the value for the filesystem attribute.
setFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.step.fs.SymlinkFileStep.Builder
Initializes the value for the filesystem attribute.
setFileUrl(String) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry.Builder
Initializes the value for the fileUrl attribute.
setFinalDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult.Builder
Initializes the value for the finalDeps attribute.
setFinalRName(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value finalRName to finalRName.
setFinalRName(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value finalRName to finalRName.
setFinalRName(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value finalRName to finalRName.
setFinalRName(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value finalRName to finalRName.
setFingerprint(HashCode) - Method in class com.facebook.buck.apple.CodeSignIdentity.Builder
Initializes the optional value fingerprint to fingerprint.
setFingerprint(Optional<? extends HashCode>) - Method in class com.facebook.buck.apple.CodeSignIdentity.Builder
Initializes the optional value fingerprint to fingerprint.
setFinish(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.EventPair.Builder
Initializes the optional value finish to finish.
setFinish(Optional<? extends BuckEventExternalInterface>) - Method in class com.facebook.buck.event.listener.EventPair.Builder
Initializes the optional value finish to finish.
setFirstFailure(Throwable) - Method in class com.facebook.buck.rules.CachingBuildEngine.DefaultBuildRuleBuilderDelegate
 
setFlagMacros(Map<String, ? extends String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all mappings from the specified map as entries for the flagMacros map.
setFlags(Iterable<String>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Sets or replaces all elements for flags list.
setFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxSource.Builder
Sets or replaces all elements for flags list.
setFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Sets or replaces all elements for flags list.
setFlags(Iterable<? extends Arg>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Sets or replaces all elements for flags list.
setFlags(Iterable<String>) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
Sets or replaces all elements for flags list.
setFlags(EnumSet<AbstractManifestInfo.FileFlags>) - Method in class com.facebook.buck.util.autosparse.ManifestInfo.Builder
Initializes the value for the flags attribute.
setFlatten(boolean) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Initializes the value for the flatten attribute.
setFlavor(Flavor) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the flavor attribute.
setFlavor(Flavor) - Method in class com.facebook.buck.python.PythonPlatform.Builder
Initializes the value for the flavor attribute.
setFolders(Iterable<? extends IjSourceFolder>) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot.Builder
Sets or replaces all elements for folders list.
setFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Sets or replaces all elements for folders list.
setForceFinalResourceIds(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the value for the forceFinalResourceIds attribute.
setForceStatic(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value forceStatic to forceStatic.
setForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value forceStatic to forceStatic.
setForceStatic(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value forceStatic to forceStatic.
setForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value forceStatic to forceStatic.
setForceStatic(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value forceStatic to forceStatic.
setForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value forceStatic to forceStatic.
setForceStatic(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value forceStatic to forceStatic.
setForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value forceStatic to forceStatic.
setForceStatic(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the value for the forceStatic attribute.
setForkMode(ForkMode) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the value for the forkMode attribute.
setForkMode(ForkMode) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the value for the forkMode attribute.
setForkMode(ForkMode) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the value for the forkMode attribute.
setForkMode(ForkMode) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the value for the forkMode attribute.
setForkMode(ForkMode) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the value for the forkMode attribute.
setFramework(SourcePath) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Initializes the value for the framework attribute.
setFramework(CxxTestType) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value framework to framework.
setFramework(Optional<? extends CxxTestType>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value framework to framework.
setFramework(boolean) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Initializes the value for the framework attribute.
setFrameworkPaths(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Sets or replaces all elements for frameworkPaths set.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for frameworks sortedSet.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for frameworks sortedSet.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for frameworks sortedSet.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Sets or replaces all elements for frameworks sortedSet.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Sets or replaces all elements for frameworks sortedSet.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for frameworks sortedSet.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Sets or replaces all elements for frameworks set.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for frameworks sortedSet.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Sets or replaces all elements for frameworks sortedSet.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
Sets or replaces all elements for frameworks set.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all elements for frameworks sortedSet.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Sets or replaces all elements for frameworks sortedSet.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Sets or replaces all elements for frameworks sortedSet.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Sets or replaces all elements for frameworks sortedSet.
setFrameworksPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the frameworksPath attribute.
setFrameworkVer(FrameworkVersion) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Initializes the value for the frameworkVer attribute.
setFreezeGlobals(boolean) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the value for the freezeGlobals attribute.
setFromParams(CellPathResolver, ProjectFilesystem, BuildTarget, Object, Map<String, ?>) - Method in class com.facebook.buck.rules.coercer.ParamInfo
 
setFunction(QueryEnvironment.QueryFunction) - Method in class com.facebook.buck.query.FunctionExpression.Builder
Initializes the value for the function attribute.
setFunctionName(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value functionName to functionName.
setFunctionName(Optional<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value functionName to functionName.
setGccVersion(String) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler.Builder
Initializes the value for the gccVersion attribute.
setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value generateAbiFromSource to generateAbiFromSource.
setGeneratedCodeDirectory(Path) - Method in class com.facebook.buck.jvm.java.CompilerParameters.Builder
Initializes the value for the generatedCodeDirectory attribute.
setGeneratedFilesListFilename(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value generatedFilesListFilename to generatedFilesListFilename.
setGeneratedFilesListFilename(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value generatedFilesListFilename to generatedFilesListFilename.
setGeneratedSourceCodeFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Sets or replaces all elements for generatedSourceCodeFolders list.
setGeneratedSourcePath(String) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Initializes the optional value generatedSourcePath to generatedSourcePath.
setGeneratedSourcePath(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Initializes the optional value generatedSourcePath to generatedSourcePath.
setGeneratedSourcePath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Initializes the value for the generatedSourcePath attribute.
setGeneratingAndroidManifestEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the generatingAndroidManifestEnabled attribute.
setGetHashCode(HashCode) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Initializes the value for the getHashCode attribute.
setGhciBinDep(BuildTarget) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Initializes the optional value ghciBinDep to ghciBinDep.
setGhciBinDep(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Initializes the optional value ghciBinDep to ghciBinDep.
setGhciBinutils(Supplier<Path>) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the value for the ghciBinutils attribute.
setGhciCc(Supplier<Path>) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the value for the ghciCc attribute.
setGhciCpp(Supplier<Path>) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the value for the ghciCpp attribute.
setGhciCxx(Supplier<Path>) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the value for the ghciCxx attribute.
setGhciGhc(Supplier<Path>) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the value for the ghciGhc attribute.
setGhciInit(SourcePath) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Initializes the optional value ghciInit to ghciInit.
setGhciInit(Optional<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Initializes the optional value ghciInit to ghciInit.
setGhciLib(Supplier<Path>) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the value for the ghciLib attribute.
setGhciScriptTemplate(Supplier<Path>) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the value for the ghciScriptTemplate attribute.
setGlobalID(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
 
setGoArch(String) - Method in class com.facebook.buck.go.GoPlatform.Builder
Initializes the value for the goArch attribute.
setGoLinkInput(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.go.GoLinkable.Builder
Sets or replaces all mappings from the specified map as entries for the goLinkInput map.
setGoOs(String) - Method in class com.facebook.buck.go.GoPlatform.Builder
Initializes the value for the goOs attribute.
setGroup(String) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry.Builder
Initializes the value for the group attribute.
setGuavaJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the guavaJarPath attribute.
setGwtJar(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Initializes the optional value gwtJar to gwtJar.
setGwtJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Initializes the optional value gwtJar to gwtJar.
setHaddock(ToolProvider) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the value for the haddock attribute.
setHaddockFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Sets or replaces all elements for haddockFlags list.
setHaddockFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Sets or replaces all elements for haddockFlags list.
setHashEntries(boolean) - Method in class com.facebook.buck.jvm.java.JarParameters.Builder
Initializes the value for the hashEntries attribute.
setHaskellVersion(HaskellVersion) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the value for the haskellVersion attribute.
setHasWhitelistedStrings(boolean) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the value for the hasWhitelistedStrings attribute.
setHeaderDirs(ImmutableList<SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value headerDirs to headerDirs.
setHeaderDirs(Optional<? extends ImmutableList<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value headerDirs to headerDirs.
setHeaderDirs(ImmutableList<SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value headerDirs to headerDirs.
setHeaderDirs(Optional<? extends ImmutableList<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value headerDirs to headerDirs.
setHeaderMap(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Initializes the optional value headerMap to headerMap.
setHeaderMap(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Initializes the optional value headerMap to headerMap.
setHeaderNamespace(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the optional value headerNamespace to headerNamespace.
setHeaderOnly(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the value for the headerOnly attribute.
setHeaderPathPrefix(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value headerPathPrefix to headerPathPrefix.
setHeaderPathPrefix(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value headerPathPrefix to headerPathPrefix.
setHeaderPathPrefix(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value headerPathPrefix to headerPathPrefix.
setHeaderPathPrefix(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value headerPathPrefix to headerPathPrefix.
setHeaderPathPrefix(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value headerPathPrefix to headerPathPrefix.
setHeaderPathPrefix(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value headerPathPrefix to headerPathPrefix.
setHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the headers attribute.
setHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the headers attribute.
setHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the headers attribute.
setHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the value for the headers attribute.
setHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the headers attribute.
setHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the value for the headers attribute.
setHeaders(SourceList) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the value for the headers attribute.
setHeaders(SourceList) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the value for the headers attribute.
setHeaders(SourceList) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the value for the headers attribute.
setHeadersPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the headersPath attribute.
setHeaderVerification(HeaderVerification) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the headerVerification attribute.
setHealthCheckIntervalMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the healthCheckIntervalMillis attribute.
setHighlightedBuildIds(Iterable<? extends BuildId>) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Sets or replaces all elements for highlightedBuildIds set.
setHostname(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the hostname attribute.
setHttpCacheEntries(Iterable<? extends HttpCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
Sets or replaces all elements for httpCacheEntries set.
setHttpFetchExecutorService(ListeningExecutorService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the httpFetchExecutorService attribute.
setHttpWriteExecutorService(ListeningExecutorService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the httpWriteExecutorService attribute.
setIbtool(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the ibtool attribute.
setId(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Initializes the value for the id attribute.
setIdentifier(String) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
Initializes the value for the identifier attribute.
setIdentifier(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType.Builder
Initializes the value for the identifier attribute.
setIgnoredPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
Sets or replaces all elements for ignoredPaths set.
setIgnoredTargetLabels(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Sets or replaces all elements for ignoredTargetLabels set.
setIgnorePaths(Iterable<? extends PathOrGlobMatcher>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Sets or replaces all elements for ignorePaths set.
setIjResourceFolderType(IjResourceFolderType) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
Initializes the value for the ijResourceFolderType attribute.
setImportDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Sets or replaces all elements for importDirs list.
setImportPath(String) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Initializes the value for the importPath attribute.
setInclNoLocationClassesEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the inclNoLocationClassesEnabled attribute.
setInclNoLocationClassesEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the inclNoLocationClassesEnabled attribute.
setIncludeBuildConfigClass(Boolean) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the value for the includeBuildConfigClass attribute.
setIncludeDir(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Initializes the value for the includeDir attribute.
setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for includeDirs list.
setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for includeDirs list.
setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for includeDirs list.
setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Sets or replaces all elements for includeDirs list.
setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for includeDirs list.
setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for includeDirs list.
setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths.Builder
Sets or replaces all elements for includeDirs list.
setIncludeDirs(ImmutableList<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value includeDirs to includeDirs.
setIncludeDirs(Optional<? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value includeDirs to includeDirs.
setIncludeDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Sets or replaces all elements for includeDirs list.
setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all elements for includeDirs list.
setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Sets or replaces all elements for includeDirs list.
setIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Sets or replaces all elements for includeDirs list.
setIncludedPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Sets or replaces all elements for includedPaths set.
setIncludeRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Initializes the value for the includeRoot attribute.
setIncludeRulesAdded(int) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
Initializes the value for the includeRulesAdded attribute.
setIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Sets or replaces all elements for includes list.
setIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Sets or replaces all elements for includes set.
setIncludes(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Sets or replaces all elements for includes list.
setIncludeStdErr(boolean) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
Initializes the value for the includeStdErr attribute.
setIncludeStdOut(boolean) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
Initializes the value for the includeStdOut attribute.
setIncludesVectorDrawables(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the includesVectorDrawables attribute.
setIncludesVectorDrawables(boolean) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Initializes the value for the includesVectorDrawables attribute.
setIncludeTransitiveDependency(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the includeTransitiveDependency attribute.
setIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxBridgingHeaders.Builder
Initializes the value for the includeType attribute.
setIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
Initializes the value for the includeType attribute.
setIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Initializes the value for the includeType attribute.
setInfo(HaskellPackageInfo) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Initializes the value for the info attribute.
setInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value infoPlist to infoPlist.
setInfoPlist(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value infoPlist to infoPlist.
setInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Initializes the value for the infoPlist attribute.
setInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value infoPlist to infoPlist.
setInfoPlist(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value infoPlist to infoPlist.
setInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the infoPlist attribute.
setInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the infoPlistSubstitutions map.
setInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the infoPlistSubstitutions map.
setInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the infoPlistSubstitutions map.
setInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the infoPlistSubstitutions map.
setInitTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
Initializes the value for the initTimeMs attribute.
setInput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Sets or replaces all elements for input list.
setInputRuleKey(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
Initializes the value for the inputRuleKey attribute.
setInputRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Initializes the optional value inputRuleKey to inputRuleKey.
setInputRuleKey(Optional<? extends RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Initializes the optional value inputRuleKey to inputRuleKey.
setInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Sets or replaces all elements for inputs sortedSet.
setInResToOutResDirMap(ImmutableBiMap<Path, Path>) - Method in class com.facebook.buck.android.FilterResourcesSteps.Builder
 
setInstallTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
Initializes the value for the installTimeMs attribute.
setInstrumentationApkPath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value instrumentationApkPath to instrumentationApkPath.
setInstrumentationApkPath(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value instrumentationApkPath to instrumentationApkPath.
setIntellijModuleSdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value intellijModuleSdkName to intellijModuleSdkName.
setIntellijModuleSdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value intellijModuleSdkName to intellijModuleSdkName.
setIntellijPluginLabels(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Sets or replaces all elements for intellijPluginLabels set.
setInterfaces(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellHaddockInput.Builder
Sets or replaces all elements for interfaces set.
setInterfaces(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Sets or replaces all elements for interfaces sortedSet.
setInterpreterName(String) - Method in class com.facebook.buck.python.PythonVersion.Builder
Initializes the value for the interpreterName attribute.
setInvocationInfo(InvocationInfo) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value invocationInfo to invocationInfo.
setInvocationInfo(Optional<? extends InvocationInfo>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value invocationInfo to invocationInfo.
setIoBytesRead(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the ioBytesRead attribute.
setIoBytesWritten(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the ioBytesWritten attribute.
setIoTotal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the ioTotal attribute.
setIs64Bit(boolean) - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader.Builder
Initializes the value for the is64Bit attribute.
setIsAsset(boolean) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Initializes the value for the isAsset attribute.
setIsAsset(boolean) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Initializes the value for the isAsset attribute.
setIsCacheable(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the isCacheable attribute.
setIsCacheable(boolean) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Initializes the value for the isCacheable attribute.
setIsDaemon(boolean) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Initializes the value for the isDaemon attribute.
setIsLocalFallbackBuildEnabled(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
 
setIsolateClassLoader(boolean) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Initializes the value for the isolateClassLoader attribute.
setIsRemoteRunnable(boolean) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Initializes the optional value isRemoteRunnable to isRemoteRunnable.
setIsRemoteRunnable(Optional<Boolean>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Initializes the optional value isRemoteRunnable to isRemoteRunnable.
setIsRequestSuccessful(boolean) - Method in class com.facebook.buck.doctor.DefectSubmitResult.Builder
Initializes the optional value isRequestSuccessful to isRequestSuccessful.
setIsRequestSuccessful(Optional<Boolean>) - Method in class com.facebook.buck.doctor.DefectSubmitResult.Builder
Initializes the optional value isRequestSuccessful to isRequestSuccessful.
setIsResourceFolder(boolean) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
Initializes the value for the isResourceFolder attribute.
setIssueCategory(String) - Method in class com.facebook.buck.doctor.UserReport.Builder
Initializes the value for the issueCategory attribute.
setIsTestSource(boolean) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
Initializes the value for the isTestSource attribute.
setIsUiTest(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the isUiTest attribute.
setJarContentHasher(JarContentHasher) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Initializes the optional value jarContentHasher to jarContentHasher.
setJarContentHasher(Optional<? extends JarContentHasher>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Initializes the optional value jarContentHasher to jarContentHasher.
setJarPath(Path) - Method in class com.facebook.buck.jvm.java.JarParameters.Builder
Initializes the value for the jarPath attribute.
setJavaBuckConfig(JavaBuckConfig) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the javaBuckConfig attribute.
setJavac(Path) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Path) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Path) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Path) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Path) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Path) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Path) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value javac to javac.
setJavacJar(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value javacJar to javacJar.
setJavacJarPath(SourcePath) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
Initializes the optional value javacJarPath to javacJarPath.
setJavacJarPath(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
Initializes the optional value javacJarPath to javacJarPath.
setJavacLocation(Javac.Location) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
Initializes the value for the javacLocation attribute.
setJavacOptions(JavacOptions) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setJavacOptions(JavacOptions) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryBuilder
 
setJavacPath(Either<Path, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
Initializes the optional value javacPath to javacPath.
setJavacPath(Optional<? extends Either<Path, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavacSpec.Builder
Initializes the optional value javacPath to javacPath.
setJavadocUrl(String) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Initializes the optional value javadocUrl to javadocUrl.
setJavadocUrl(Optional<String>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Initializes the optional value javadocUrl to javadocUrl.
setJavadocUrl(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Initializes the optional value javadocUrl to javadocUrl.
setJavadocUrl(Optional<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Initializes the optional value javadocUrl to javadocUrl.
setJavadocUrls(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Sets or replaces all elements for javadocUrls set.
setJavaLanguageLevel(Optional<String>) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
setJavaLibrariesToDex(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Sets or replaces all elements for javaLibrariesToDex set.
setJavaModuleSdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value javaModuleSdkName to javaModuleSdkName.
setJavaModuleSdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value javaModuleSdkName to javaModuleSdkName.
setJavaModuleSdkType(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value javaModuleSdkType to javaModuleSdkType.
setJavaModuleSdkType(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value javaModuleSdkType to javaModuleSdkType.
setJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the javaPackageFinder attribute.
setJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.rules.BuildContext.Builder
Initializes the value for the javaPackageFinder attribute.
setJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the javaPackageFinder attribute.
setJavaVersion(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value javaVersion to javaVersion.
setJavaVersion(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the javaVersion attribute.
setJobsMultiplier(int) - Method in class com.facebook.buck.rules.RuleScheduleInfo.Builder
Initializes the value for the jobsMultiplier attribute.
setJsonProtocolVersion(int) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the jsonProtocolVersion attribute.
setKeepGoing(boolean) - Method in class com.facebook.buck.cli.BuildCommand
 
setKeepGoing(boolean) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Initializes the value for the keepGoing attribute.
setKeepResourcePattern(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value keepResourcePattern to keepResourcePattern.
setKeepResourcePattern(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value keepResourcePattern to keepResourcePattern.
setKey(String) - Method in class com.facebook.buck.cli.ConfigValue.Builder
Initializes the value for the key attribute.
setKeystore(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the keystore attribute.
setKnownBuildRuleTypesFactory(KnownBuildRuleTypesFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the knownBuildRuleTypesFactory attribute.
setKxmlJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the kxmlJarPath attribute.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Sets or replaces all elements for labels list.
setLabels(Iterable<String>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.test.TestResults.Builder
Sets or replaces all elements for labels set.
setLabels(Iterable<String>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabels(Iterable<String>) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Sets or replaces all elements for labels sortedSet.
setLabelToGeneratedSourcesMap(Map<String, ? extends String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Sets or replaces all mappings from the specified map as entries for the labelToGeneratedSourcesMap map.
setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langCompilerFlags map.
setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langCompilerFlags map.
setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langCompilerFlags map.
setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langCompilerFlags map.
setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langCompilerFlags map.
setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langCompilerFlags map.
setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langCompilerFlags map.
setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langCompilerFlags map.
setLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langCompilerFlags map.
setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langPreprocessorFlags map.
setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langPreprocessorFlags map.
setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langPreprocessorFlags map.
setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langPreprocessorFlags map.
setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langPreprocessorFlags map.
setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langPreprocessorFlags map.
setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langPreprocessorFlags map.
setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langPreprocessorFlags map.
setLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the langPreprocessorFlags map.
setLanguage(AndroidLibraryDescription.JvmLanguage) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value language to language.
setLanguage(Optional<? extends AndroidLibraryDescription.JvmLanguage>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value language to language.
setLanguage(AndroidLibraryDescription.JvmLanguage) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value language to language.
setLanguage(Optional<? extends AndroidLibraryDescription.JvmLanguage>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value language to language.
setLanguage(AndroidLibraryDescription.JvmLanguage) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value language to language.
setLanguage(Optional<? extends AndroidLibraryDescription.JvmLanguage>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value language to language.
setLanguageLevel(String) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Initializes the optional value languageLevel to languageLevel.
setLanguageLevel(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Initializes the optional value languageLevel to languageLevel.
setLastModifiedTime(Date) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the value for the lastModifiedTime attribute.
setLastModifiedTime(Path, long) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
setLastModifiedTime(Path, FileTime) - Method in class com.facebook.buck.io.ProjectFilesystem
Sets the last modified time for the given path.
setLatencyCheckTimeRangeMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the latencyCheckTimeRangeMillis attribute.
setLaunchedPid(long) - Method in class com.facebook.buck.cli.InstallResult.Builder
Initializes the optional value launchedPid to launchedPid.
setLaunchedPid(Optional<Long>) - Method in class com.facebook.buck.cli.InstallResult.Builder
Initializes the optional value launchedPid to launchedPid.
setLaunchImage(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Initializes the optional value launchImage to launchImage.
setLaunchImage(Optional<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Initializes the optional value launchImage to launchImage.
setLaunchStyle(XCScheme.LaunchAction.LaunchStyle) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Initializes the optional value launchStyle to launchStyle.
setLaunchStyle(Optional<? extends XCScheme.LaunchAction.LaunchStyle>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Initializes the optional value launchStyle to launchStyle.
setLd(LinkerProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the ld attribute.
setLdflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all elements for ldflags list.
setLdFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Sets or replaces all elements for ldFlags list.
setLegacyAnnotationProcessorDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Sets or replaces all elements for legacyAnnotationProcessorDeps list.
setLegacyAnnotationProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Sets or replaces all elements for legacyAnnotationProcessorNames sortedSet.
setLegacySafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Sets or replaces all elements for legacySafeAnnotationProcessors set.
setLevel(Level) - Method in class com.facebook.buck.log.Logger
 
setLevel(Level) - Method in class com.facebook.buck.test.TestStatusMessage.Builder
Initializes the value for the level attribute.
setLexCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value lexCompiler to lexCompiler.
setLexCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value lexCompiler to lexCompiler.
setLibDir(String) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths.Builder
Initializes the optional value libDir to libDir.
setLibDir(Optional<String>) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths.Builder
Initializes the optional value libDir to libDir.
setLibDir(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value libDir to libDir.
setLibDir(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value libDir to libDir.
setLibDir(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Initializes the value for the libDir attribute.
setLibName(String) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths.Builder
Initializes the optional value libName to libName.
setLibName(Optional<String>) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths.Builder
Initializes the optional value libName to libName.
setLibName(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value libName to libName.
setLibName(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value libName to libName.
setLibName(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Initializes the value for the libName attribute.
setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for libraries sortedSet.
setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for libraries sortedSet.
setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for libraries sortedSet.
setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Sets or replaces all elements for libraries sortedSet.
setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Sets or replaces all elements for libraries sortedSet.
setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for libraries sortedSet.
setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for libraries sortedSet.
setLibraries(Iterable<? extends OmnibusLibrary>) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Sets or replaces all elements for libraries list.
setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Sets or replaces all elements for libraries sortedSet.
setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput.Builder
Sets or replaces all elements for libraries set.
setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all elements for libraries sortedSet.
setLibraries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Sets or replaces all elements for libraries sortedSet.
setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Sets or replaces all elements for libraries sortedSet.
setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Sets or replaces all elements for libraries sortedSet.
setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Sets or replaces all elements for libraries sortedSet.
setLibrary(BuildTarget) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Initializes the optional value library to library.
setLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Initializes the optional value library to library.
setLibrary(boolean) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the library attribute.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Sets or replaces all elements for licenses set.
setLinearAllocHardLimit(long) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the linearAllocHardLimit attribute.
setLineNumber(Integer) - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry.Builder
Initializes the value for the lineNumber attribute.
setLines(Iterable<String>) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
Sets or replaces all elements for lines list.
setLinkables(Iterable<? extends NativeLinkable>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
Sets or replaces all elements for linkables set.
setLinkDepsQueryWhole(boolean) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the value for the linkDepsQueryWhole attribute.
setLinkDepsQueryWhole(boolean) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the value for the linkDepsQueryWhole attribute.
setLinkDepsQueryWhole(boolean) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the value for the linkDepsQueryWhole attribute.
setLinkDepsQueryWhole(boolean) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Initializes the value for the linkDepsQueryWhole attribute.
setLinker(ToolProvider) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the value for the linker attribute.
setLinkerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Sets or replaces all mappings from the specified map as entries for the linkerFlags map.
setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Sets or replaces all elements for linkerFlags list.
setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Initializes the optional value linkStyle to linkStyle.
setLinkTree(SourcePath) - Method in class com.facebook.buck.d.DIncludes.Builder
Initializes the value for the linkTree attribute.
setLinkWhole(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value linkWhole to linkWhole.
setLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value linkWhole to linkWhole.
setLinkWhole(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value linkWhole to linkWhole.
setLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value linkWhole to linkWhole.
setLinkWhole(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value linkWhole to linkWhole.
setLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value linkWhole to linkWhole.
setLinkWhole(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value linkWhole to linkWhole.
setLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value linkWhole to linkWhole.
setLinkWhole(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the value for the linkWhole attribute.
setLinkWhole(boolean) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Initializes the value for the linkWhole attribute.
setLinkWithoutSoname(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the value for the linkWithoutSoname attribute.
setLipo(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the lipo attribute.
setLldb(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the lldb attribute.
setLocalBuild(DistBuildPostBuildAnalysis.AbstractBuildRuleStats) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
Initializes the value for the localBuild attribute.
setLocalBuildDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value localBuildDurationMs to localBuildDurationMs.
setLocalBuildDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value localBuildDurationMs to localBuildDurationMs.
setLocalBuildExitCode(int) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value localBuildExitCode to localBuildExitCode.
setLocalBuildExitCode(Optional<Integer>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value localBuildExitCode to localBuildExitCode.
setLocalBuildExitCode(int) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
 
setLocalConfigsContents(Map<? extends Path, ? extends String>) - Method in class com.facebook.buck.doctor.config.UserLocalConfiguration.Builder
Sets or replaces all mappings from the specified map as entries for the localConfigsContents map.
setLocale(Locale) - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
 
setLocale(Locale) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
setLocales(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for locales set.
setLocales(ImmutableSet<String>) - Method in class com.facebook.buck.android.FilterResourcesSteps.Builder
 
setLocalFallbackBuildEnabled(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value localFallbackBuildEnabled to localFallbackBuildEnabled.
setLocalFallbackBuildEnabled(Optional<Boolean>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value localFallbackBuildEnabled to localFallbackBuildEnabled.
setLocalGraphConstructionDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value localGraphConstructionDurationMs to localGraphConstructionDurationMs.
setLocalGraphConstructionDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value localGraphConstructionDurationMs to localGraphConstructionDurationMs.
setLocalPreparationDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value localPreparationDurationMs to localPreparationDurationMs.
setLocalPreparationDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value localPreparationDurationMs to localPreparationDurationMs.
setLocalWorkers(int) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Initializes the optional value localWorkers to localWorkers.
setLocalWorkers(Optional<Integer>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Initializes the optional value localWorkers to localWorkers.
setLocation(JavaFileManager.Location, Iterable<? extends File>) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
 
setLocation(JavaFileManager.Location, Iterable<? extends File>) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
setLogBook(List<LogRecord>) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Initializes the optional value logBook to logBook.
setLogBook(Optional<? extends List<LogRecord>>) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Initializes the optional value logBook to logBook.
setLogDir(Path) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
Initializes the value for the logDir attribute.
setLogDirPath(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the value for the logDirPath attribute.
setLogEntry(DistBuildPostBuildAnalysis.AbstractBuildRuleMachineLogEntry) - Method in class com.facebook.buck.distributed.BuildRuleStats.Builder
Initializes the value for the logEntry attribute.
setLogFilePrefix(String) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
Initializes the value for the logFilePrefix attribute.
setLogs(Iterable<String>) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Sets or replaces all elements for logs list.
setLua(ToolProvider) - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Initializes the value for the lua attribute.
setLuaCxxLibraryTarget(BuildTarget) - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Initializes the optional value luaCxxLibraryTarget to luaCxxLibraryTarget.
setLuaCxxLibraryTarget(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Initializes the optional value luaCxxLibraryTarget to luaCxxLibraryTarget.
setMachineReadableLog(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value machineReadableLog to machineReadableLog.
setMachineReadableLog(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value machineReadableLog to machineReadableLog.
setMachineReadableLogFile(Path) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value machineReadableLogFile to machineReadableLogFile.
setMachineReadableLogFile(Optional<? extends Path>) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value machineReadableLogFile to machineReadableLogFile.
setMacroInput(Iterable<String>) - Method in class com.facebook.buck.model.macros.MacroMatchResult.Builder
Sets or replaces all elements for macroInput list.
setMacroType(String) - Method in class com.facebook.buck.model.macros.MacroMatchResult.Builder
Initializes the value for the macroType attribute.
setMain(String) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Initializes the optional value main to main.
setMain(Optional<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Initializes the optional value main to main.
setMain(SourcePath) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value main to main.
setMain(Optional<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value main to main.
setMain(SourcePath) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Initializes the value for the main attribute.
setMainClass(String) - Method in class com.facebook.buck.jvm.java.JarParameters.Builder
Initializes the optional value mainClass to mainClass.
setMainClass(Optional<String>) - Method in class com.facebook.buck.jvm.java.JarParameters.Builder
Initializes the optional value mainClass to mainClass.
setMainClass(String) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Initializes the optional value mainClass to mainClass.
setMainClass(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Initializes the optional value mainClass to mainClass.
setMainClass(String) - Method in class com.facebook.buck.util.zip.JarBuilder
 
setMainModule(String) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Initializes the value for the mainModule attribute.
setMainModule(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value mainModule to mainModule.
setMainModule(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value mainModule to mainModule.
setMainModule(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value mainModule to mainModule.
setMainModule(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value mainModule to mainModule.
setMajorVersion(Integer) - Method in class com.facebook.buck.haskell.HaskellVersion.Builder
Initializes the value for the majorVersion attribute.
setManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value manifest to manifest.
setManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value manifest to manifest.
setManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the manifest attribute.
setManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Initializes the value for the manifest attribute.
setManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value manifest to manifest.
setManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value manifest to manifest.
setManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the optional value manifest to manifest.
setManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the optional value manifest to manifest.
setManifestAttribute(String, String) - Method in class com.facebook.buck.util.zip.DeterministicManifest
 
setManifestEntries(ManifestEntries) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the manifestEntries attribute.
setManifestFile(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<SourcePath>) - Method in class com.facebook.buck.android.AndroidLibrary.Builder
 
setManifestFile(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<SourcePath>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setManifestFile(Path) - Method in class com.facebook.buck.jvm.java.JarParameters.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JarParameters.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value manifestFile to manifestFile.
setManifestFile(Path) - Method in class com.facebook.buck.util.zip.JarBuilder
 
setManifestPath(SourcePath) - Method in class com.facebook.buck.android.ApkInfo.Builder
Initializes the value for the manifestPath attribute.
setManifestPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Sets or replaces all elements for manifestPaths set.
setManifestRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Initializes the optional value manifestRuleKey to manifestRuleKey.
setManifestRuleKey(Optional<? extends RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Initializes the optional value manifestRuleKey to manifestRuleKey.
setManifestSkeleton(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the value for the manifestSkeleton attribute.
setMaterializeSlaveLogsDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value materializeSlaveLogsDurationMs to materializeSlaveLogsDurationMs.
setMaterializeSlaveLogsDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value materializeSlaveLogsDurationMs to materializeSlaveLogsDurationMs.
setMavenCoords(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setMavenCoords(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value mavenCoords to mavenCoords.
setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value mavenPomTemplate to mavenPomTemplate.
setMaxAcceptableLatencyMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the maxAcceptableLatencyMillis attribute.
setMaxBytesAfterDeletion(long) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Initializes the optional value maxBytesAfterDeletion to maxBytesAfterDeletion.
setMaxBytesAfterDeletion(Optional<Long>) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Initializes the optional value maxBytesAfterDeletion to maxBytesAfterDeletion.
setMaxDebugLogLines(int) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
Initializes the optional value maxDebugLogLines to maxDebugLogLines.
setMaxDebugLogLines(Optional<Integer>) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
Initializes the optional value maxDebugLogLines to maxDebugLogLines.
setMaxErrorPercentage(float) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the maxErrorPercentage attribute.
setMaxInlinedSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry.Builder
Initializes the optional value maxInlinedSizeBytes to maxInlinedSizeBytes.
setMaxInlinedSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry.Builder
Initializes the optional value maxInlinedSizeBytes to maxInlinedSizeBytes.
setMaxLogSizeBytes(long) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
Initializes the value for the maxLogSizeBytes attribute.
setMaxPathCount(int) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Initializes the value for the maxPathCount attribute.
setMaxSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
Initializes the optional value maxSizeBytes to maxSizeBytes.
setMaxSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
Initializes the optional value maxSizeBytes to maxSizeBytes.
setMaxSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry.Builder
Initializes the optional value maxSizeBytes to maxSizeBytes.
setMaxSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry.Builder
Initializes the optional value maxSizeBytes to maxSizeBytes.
setMaxStoreSize(long) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the optional value maxStoreSize to maxStoreSize.
setMaxStoreSize(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the optional value maxStoreSize to maxStoreSize.
setMaxStoreSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the optional value maxStoreSizeBytes to maxStoreSizeBytes.
setMaxStoreSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the optional value maxStoreSizeBytes to maxStoreSizeBytes.
setMaxTotalSizeBytes(long) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Initializes the value for the maxTotalSizeBytes attribute.
setMaxWorkers(int) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Initializes the value for the maxWorkers attribute.
setMemberPath(Path) - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath.Builder
Initializes the value for the memberPath attribute.
setMemory(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
Initializes the value for the memory attribute.
setMemResident(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the memResident attribute.
setMemSize(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the memSize attribute.
setMergedLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Sets or replaces all mappings from the specified map as entries for the mergedLinkables map.
setMergedLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Sets or replaces all mappings from the specified map as entries for the mergedLinkablesAssets map.
setMergeManifests(boolean) - Method in class com.facebook.buck.jvm.java.JarParameters.Builder
Initializes the value for the mergeManifests attribute.
setMergeManifests(boolean) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Initializes the optional value mergeManifests to mergeManifests.
setMergeManifests(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Initializes the optional value mergeManifests to mergeManifests.
setMergeSourceZips(boolean) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Initializes the value for the mergeSourceZips attribute.
setMessage(String) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Initializes the optional value message to message.
setMessage(Optional<String>) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Initializes the optional value message to message.
setMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse.Builder
Initializes the optional value message to message.
setMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse.Builder
Initializes the optional value message to message.
setMessage(String) - Method in class com.facebook.buck.test.TestStatusMessage.Builder
Initializes the value for the message attribute.
setMessage(String) - Method in class com.facebook.buck.util.PatternAndMessage.Builder
Initializes the value for the message attribute.
setMetadata(SourcePath) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo.Builder
Initializes the value for the metadata attribute.
setMetadata(SourcePath) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo.Builder
Initializes the value for the metadata attribute.
setMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Sets or replaces all mappings from the specified map as entries for the metadata map.
setMetadata(ImmutableMap<String, String>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value metadata to metadata.
setMetadata(Optional<? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value metadata to metadata.
setMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Sets or replaces all mappings from the specified map as entries for the metadata map.
setMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Sets or replaces all mappings from the specified map as entries for the metadata map.
setMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Sets or replaces all mappings from the specified map as entries for the metadata map.
setMetadataPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the metadataPath attribute.
setMetaInfDirectory(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Initializes the optional value metaInfDirectory to metaInfDirectory.
setMetaInfDirectory(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Initializes the optional value metaInfDirectory to metaInfDirectory.
setMetaInfDirectory(Path) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
setMetaInfDirectory(Path) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Initializes the optional value metaInfDirectory to metaInfDirectory.
setMetaInfDirectory(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Initializes the optional value metaInfDirectory to metaInfDirectory.
setMinAmountOfEntriesToKeep(int) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Initializes the value for the minAmountOfEntriesToKeep attribute.
setMinimizePrimaryDexSize(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the minimizePrimaryDexSize attribute.
setMinSdkVersion(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value minSdkVersion to minSdkVersion.
setMinSdkVersion(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value minSdkVersion to minSdkVersion.
setMinVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the minVersion attribute.
setMinVersionFlagPrefix(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the value for the minVersionFlagPrefix attribute.
setMissingFilesUploadedCount(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value missingFilesUploadedCount to missingFilesUploadedCount.
setMissingFilesUploadedCount(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value missingFilesUploadedCount to missingFilesUploadedCount.
setMissingFilesUploadedCount(long) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
 
setMode(AbstractHeaderVerification.Mode) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification.Builder
Initializes the value for the mode attribute.
setMode(ExportFileDescription.Mode) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Initializes the optional value mode to mode.
setMode(Optional<? extends ExportFileDescription.Mode>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Initializes the optional value mode to mode.
setModernProcessors(Iterable<? extends ResolvedJavacPluginProperties>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Sets or replaces all elements for modernProcessors list.
setModular(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the modular attribute.
setModuleBasePath(Path) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
Initializes the value for the moduleBasePath attribute.
setModuleBasePath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Initializes the value for the moduleBasePath attribute.
setModuleDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Sets or replaces all elements for moduleDeps sortedSet.
setModuleGroupName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the moduleGroupName attribute.
setModuleMap(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellSources.Builder
Sets or replaces all mappings from the specified map as entries for the moduleMap map.
setModuleMappedClasspathEntriesToDex(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Sets or replaces all mappings from the specified map as entries for the moduleMappedClasspathEntriesToDex map.
setModuleName(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value moduleName to moduleName.
setModuleName(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value moduleName to moduleName.
setModuleName(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value moduleName to moduleName.
setModuleName(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value moduleName to moduleName.
setModuleName(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value moduleName to moduleName.
setModuleName(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value moduleName to moduleName.
setModuleName(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value moduleName to moduleName.
setModuleName(Optional<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value moduleName to moduleName.
setModuleName(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the optional value moduleName to moduleName.
setModuleName(Optional<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the optional value moduleName to moduleName.
setModuleName(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the optional value moduleName to moduleName.
setModuleName(Optional<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the optional value moduleName to moduleName.
setModules(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Sets or replaces all elements for modules sortedSet.
setModulesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the modulesPath attribute.
setModuleType(IjModuleType) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationContext
 
setModuleType(IjModuleType) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
Initializes the value for the moduleType attribute.
setModuleType(IjModuleType) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Initializes the value for the moduleType attribute.
setModuleType(IjModuleType) - Method in class com.facebook.buck.ide.intellij.ModuleBuildContext
 
setMomc(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the momc attribute.
setName(String) - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.GenAidlDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
Initializes the value for the name attribute.
setName(Optional<String>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildPhase
 
setName(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
setName(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
Initializes the optional value name to name.
setName(Optional<String>) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
Initializes the optional value name to name.
setName(String) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry.Builder
Initializes the optional value name to name.
setName(Optional<String>) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry.Builder
Initializes the optional value name to name.
setName(String) - Method in class com.facebook.buck.counters.CounterInfo.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.model.InternalFlavor.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.model.UserFlavor.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.rules.BuildRuleType.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.rules.coercer.OcamlSource.Builder
Initializes the value for the name attribute.
setName(Path) - Method in class com.facebook.buck.rules.SystemToolProvider.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Initializes the value for the name attribute.
setNamedSources(ImmutableSortedMap<String, SourcePath>) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
Initializes the optional value namedSources to namedSources.
setNamedSources(Optional<? extends ImmutableSortedMap<String, SourcePath>>) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
Initializes the optional value namedSources to namedSources.
setNamedSources(ImmutableSortedMap<String, SourceWithFlags>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
Initializes the optional value namedSources to namedSources.
setNamedSources(Optional<? extends ImmutableSortedMap<String, SourceWithFlags>>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
Initializes the optional value namedSources to namedSources.
setNameToField(Map<String, ? extends BuildConfigFields.Field>) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
Sets or replaces all mappings from the specified map as entries for the nameToField map.
setNameToPathMap(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Sets or replaces all mappings from the specified map as entries for the nameToPathMap map.
setNativeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the nativeCompileDeps attribute.
setNativeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Initializes the value for the nativeCompileDeps attribute.
setNativeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Sets or replaces all elements for nativeIncludes list.
setNativeLib(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg.Builder
Initializes the value for the nativeLib attribute.
setNativeLibAssetsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Sets or replaces all mappings from the specified map as entries for the nativeLibAssetsDirectories map.
setNativeLibraryMergeCodeGenerator(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value nativeLibraryMergeCodeGenerator to nativeLibraryMergeCodeGenerator.
setNativeLibraryMergeCodeGenerator(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value nativeLibraryMergeCodeGenerator to nativeLibraryMergeCodeGenerator.
setNativeLibraryMergeGlue(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value nativeLibraryMergeGlue to nativeLibraryMergeGlue.
setNativeLibraryMergeGlue(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value nativeLibraryMergeGlue to nativeLibraryMergeGlue.
setNativeLibraryMergeLocalizedSymbols(ImmutableSortedSet<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value nativeLibraryMergeLocalizedSymbols to nativeLibraryMergeLocalizedSymbols.
setNativeLibraryMergeLocalizedSymbols(Optional<? extends ImmutableSortedSet<String>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value nativeLibraryMergeLocalizedSymbols to nativeLibraryMergeLocalizedSymbols.
setNativeLibraryMergeMap(Map<String, ? extends List<Pattern>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the nativeLibraryMergeMap map.
setNativeLibraryProguardConfigGenerator(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value nativeLibraryProguardConfigGenerator to nativeLibraryProguardConfigGenerator.
setNativeLibraryProguardConfigGenerator(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value nativeLibraryProguardConfigGenerator to nativeLibraryProguardConfigGenerator.
setNativeLibs(Path) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg.Builder
Initializes the value for the nativeLibs attribute.
setNativeLibsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Sets or replaces all mappings from the specified map as entries for the nativeLibsDirectories map.
setNativeLibsInfo(ExopackageInfo.NativeLibsInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.Builder
Initializes the optional value nativeLibsInfo to nativeLibsInfo.
setNativeLibsInfo(Optional<? extends ExopackageInfo.NativeLibsInfo>) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.Builder
Initializes the optional value nativeLibsInfo to nativeLibsInfo.
setNativeLibsTargets(Multimap<? extends APKModule, ? extends BuildTarget>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Sets or replaces all mappings from the specified map as entries for the nativeLibsTargets map.
setNativeLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the nativeLinkableInput attribute.
setNativeLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Sets or replaces all mappings from the specified map as entries for the nativeLinkables map.
setNativeLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Sets or replaces all mappings from the specified map as entries for the nativeLinkablesAssets map.
setNativeLinkStrategy(NativeLinkStrategy) - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Initializes the value for the nativeLinkStrategy attribute.
setNativePlugin(boolean) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Initializes the value for the nativePlugin attribute.
setNativeStarterLibrary(BuildTarget) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Initializes the optional value nativeStarterLibrary to nativeStarterLibrary.
setNativeStarterLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Initializes the optional value nativeStarterLibrary to nativeStarterLibrary.
setNativeStarterLibrary(BuildTarget) - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Initializes the optional value nativeStarterLibrary to nativeStarterLibrary.
setNativeStarterLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Initializes the optional value nativeStarterLibrary to nativeStarterLibrary.
setNeededCoverage(Iterable<? extends NeededCoverageSpec>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Sets or replaces all elements for neededCoverage list.
setNeededCoverage(Iterable<? extends Pair<Float, ImmutableSet<Path>>>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Sets or replaces all elements for neededCoverage list.
setNetworkIO(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
Initializes the value for the networkIO attribute.
setNoAutoVersionResources(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the noAutoVersionResources attribute.
setNoBuckCheckPresent(boolean) - Method in class com.facebook.buck.doctor.config.UserLocalConfiguration.Builder
Initializes the value for the noBuckCheckPresent attribute.
setNoDx(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg.Builder
Sets or replaces all elements for noDx set.
setNoDx(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for noDx set.
setNoDxClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Sets or replaces all elements for noDxClasspathEntries set.
setNoHealthyServersAvailable(boolean) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
Initializes the value for the noHealthyServersAvailable attribute.
setNonHashingSourcePath(SourcePath) - Method in class com.facebook.buck.rules.keys.AbstractRuleKeyBuilder
 
setNonHashingSourcePath(SourcePath) - Method in class com.facebook.buck.rules.keys.ContentAgnosticRuleKeyFactory.Builder
 
setNonHashingSourcePath(SourcePath) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory.Builder
 
setNumberOfRules(int) - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
setNumThreads(int) - Method in class com.facebook.buck.rules.TargetGraphHashing
 
setObjdump(Tool) - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform.Builder
Initializes the value for the objdump attribute.
setObjectFileExtension(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the objectFileExtension attribute.
setObjectFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Sets or replaces all elements for objectFiles list.
setObjects(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Sets or replaces all elements for objects sortedSet.
setObserver(JarBuilder.Observer) - Method in class com.facebook.buck.util.zip.JarBuilder
 
setOcamlBytecodeCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlBytecodeCompiler to ocamlBytecodeCompiler.
setOcamlBytecodeCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlBytecodeCompiler to ocamlBytecodeCompiler.
setOcamlCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlCompiler to ocamlCompiler.
setOcamlCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlCompiler to ocamlCompiler.
setOcamlDebug(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlDebug to ocamlDebug.
setOcamlDebug(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlDebug to ocamlDebug.
setOcamlDepTool(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlDepTool to ocamlDepTool.
setOcamlDepTool(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlDepTool to ocamlDepTool.
setOcamlInput(Iterable<? extends OcamlLibrary>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Sets or replaces all elements for ocamlInput list.
setOcamlInteropIncludesDir(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlInteropIncludesDir to ocamlInteropIncludesDir.
setOcamlInteropIncludesDir(Optional<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlInteropIncludesDir to ocamlInteropIncludesDir.
setOperands(Iterable<? extends QueryExpression>) - Method in class com.facebook.buck.query.BinaryOperatorExpression.Builder
Sets or replaces all elements for operands list.
setOperator(AbstractBinaryOperatorExpression.Operator) - Method in class com.facebook.buck.query.BinaryOperatorExpression.Builder
Initializes the value for the operator attribute.
setOptimization(AppleAssetCatalogDescription.Optimization) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg.Builder
Initializes the value for the optimization attribute.
setOptimizationPasses(int) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value optimizationPasses to optimizationPasses.
setOptimizationPasses(Optional<Integer>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value optimizationPasses to optimizationPasses.
setOptimize(int) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Initializes the optional value optimize to optimize.
setOptimize(Optional<Integer>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Initializes the optional value optimize to optimize.
setOs(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the os attribute.
setOtherFlags(CxxToolFlags) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Initializes the value for the otherFlags attribute.
setOut(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Initializes the value for the out attribute.
setOut(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Initializes the value for the out attribute.
setOut(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Initializes the optional value out to out.
setOut(Optional<String>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Initializes the optional value out to out.
setOut(String) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Initializes the optional value out to out.
setOut(Optional<String>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Initializes the optional value out to out.
setOut(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Initializes the value for the out attribute.
setOut(String) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Initializes the value for the out attribute.
setOutFolderPath(Path) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
Initializes the value for the outFolderPath attribute.
setOutput(String) - Method in class com.facebook.buck.doctor.ExtraInfoResult.Builder
Initializes the value for the output attribute.
setOutputDirectory(Path) - Method in class com.facebook.buck.jvm.java.CompilerParameters.Builder
Initializes the value for the outputDirectory attribute.
setOutputDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellHaddockInput.Builder
Sets or replaces all elements for outputDirs set.
setOutputHash(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
Initializes the value for the outputHash attribute.
setOutputPath(String) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Initializes the optional value outputPath to outputPath.
setOutputPath(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Initializes the optional value outputPath to outputPath.
setOutputs(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Sets or replaces all elements for outputs sortedSet.
setOutputStream(OutputStream) - Method in class com.facebook.buck.log.CompressingFileHandler
 
setOutputUrl(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value outputUrl to outputUrl.
setOutputUrl(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value outputUrl to outputUrl.
setOwnerTarget(BuildTarget) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Initializes the value for the ownerTarget attribute.
setPackage(String) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Initializes the value for the package attribute.
setPackage(String) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the optional value package to getPackage.
setPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the optional value package to getPackage.
setPackage(String) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Initializes the optional value package to getPackage.
setPackage(Optional<String>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Initializes the optional value package to getPackage.
setPackageableCollection(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult.Builder
Initializes the value for the packageableCollection attribute.
setPackageableCollection(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the value for the packageableCollection attribute.
setPackageAssetLibraries(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the packageAssetLibraries attribute.
setPackageAssetLibraries(boolean) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value packageAssetLibraries to packageAssetLibraries.
setPackageAssetLibraries(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value packageAssetLibraries to packageAssetLibraries.
setPackageDb(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Initializes the value for the packageDb attribute.
setPackageName(String) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Initializes the optional value packageName to packageName.
setPackageName(Optional<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Initializes the optional value packageName to packageName.
setPackageName(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Initializes the optional value packageName to packageName.
setPackageName(Optional<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Initializes the optional value packageName to packageName.
setPackageName(String) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Initializes the optional value packageName to packageName.
setPackageName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Initializes the optional value packageName to packageName.
setPackageNamePrefix(String) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the optional value packageNamePrefix to packageNamePrefix.
setPackageNamePrefix(Optional<String>) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the optional value packageNamePrefix to packageNamePrefix.
setPackagePrefix(String) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
Initializes the value for the packagePrefix attribute.
setPackager(ToolProvider) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the value for the packager attribute.
setPackager(ToolProvider) - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Initializes the value for the packager attribute.
setPackagerFlags(Either<String, ImmutableList<String>>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Initializes the optional value packagerFlags to packagerFlags.
setPackagerFlags(Optional<? extends Either<String, ImmutableList<String>>>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Initializes the optional value packagerFlags to packagerFlags.
setPackagerFlags(Either<String, ImmutableList<String>>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Initializes the optional value packagerFlags to packagerFlags.
setPackagerFlags(Optional<? extends Either<String, ImmutableList<String>>>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Initializes the optional value packagerFlags to packagerFlags.
setPackages(Iterable<? extends HaskellPackage>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Sets or replaces all elements for packages list.
setPackageStringAssets(PackageStringAssets) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Initializes the optional value packageStringAssets to packageStringAssets.
setPackageStringAssets(Optional<? extends PackageStringAssets>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Initializes the optional value packageStringAssets to packageStringAssets.
setPackageStringAssets(PackageStringAssets) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value packageStringAssets to packageStringAssets.
setPackageStringAssets(Optional<? extends PackageStringAssets>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value packageStringAssets to packageStringAssets.
setPackageStyle(AbstractLuaPlatform.PackageStyle) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Initializes the optional value packageStyle to packageStyle.
setPackageStyle(Optional<? extends AbstractLuaPlatform.PackageStyle>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Initializes the optional value packageStyle to packageStyle.
setPackageStyle(AbstractLuaPlatform.PackageStyle) - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Initializes the value for the packageStyle attribute.
setPackageStyle(PythonBuckConfig.PackageStyle) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value packageStyle to packageStyle.
setPackageStyle(Optional<? extends PythonBuckConfig.PackageStyle>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value packageStyle to packageStyle.
setPackageStyle(PythonBuckConfig.PackageStyle) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value packageStyle to packageStyle.
setPackageStyle(Optional<? extends PythonBuckConfig.PackageStyle>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value packageStyle to packageStyle.
setPackageType(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value packageType to packageType.
setPackageType(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value packageType to packageType.
setParameters(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Sets or replaces all elements for parameters sortedSet.
setParser(Parser) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the parser attribute.
setParser(Parser) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the parser attribute.
setParseTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
Initializes the value for the parseTimeMs attribute.
setPath(Path) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
Initializes the value for the path attribute.
setPath(Path) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg.Builder
Initializes the value for the path attribute.
setPath(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
Initializes the optional value path to path.
setPath(Optional<String>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
Initializes the optional value path to path.
setPath(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
setPath(SourcePath) - Method in class com.facebook.buck.cxx.CxxSource.Builder
Initializes the value for the path attribute.
setPath(SourcePath) - Method in class com.facebook.buck.cxx.OmnibusLibrary.Builder
Initializes the value for the path attribute.
setPath(SourcePath) - Method in class com.facebook.buck.cxx.OmnibusRoot.Builder
Initializes the value for the path attribute.
setPath(Path) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams.Builder
Initializes the optional value path to path.
setPath(Optional<? extends Path>) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams.Builder
Initializes the optional value path to path.
setPath(Path) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
Initializes the value for the path attribute.
setPath(SourcePath) - Method in class com.facebook.buck.query.QueryFileTarget.Builder
Initializes the value for the path attribute.
setPath(Path, Path) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
 
setPath(ProjectFilesystem, Path) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
 
setPath(Path, Path) - Method in class com.facebook.buck.rules.keys.ScopedRuleKeyObjectSink
 
setPath(Path, Path) - Method in interface com.facebook.buck.rules.RuleKeyObjectSink
Deprecated. 
setPath(Path) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Initializes the value for the path attribute.
setPathResolver(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the pathResolver attribute.
setPathsChangedInWorkingDirectory(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats.Builder
Sets or replaces all elements for pathsChangedInWorkingDirectory set.
setPathsChangedInWorkingDirectory(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats.Builder
Sets or replaces all elements for pathsChangedInWorkingDirectory set.
setPathSelector(DirectoryCleaner.PathSelector) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Initializes the value for the pathSelector attribute.
setPathsToThirdPartyJars(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Sets or replaces all elements for pathsToThirdPartyJars set.
setPathToAdbExecutable(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the pathToAdbExecutable attribute.
setPathToFile(Path) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
Initializes the value for the pathToFile attribute.
setPathToJavaAgent(String) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value pathToJavaAgent to pathToJavaAgent.
setPathToJavaAgent(Optional<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value pathToJavaAgent to pathToJavaAgent.
setPathToJavaAgent(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value pathToJavaAgent to pathToJavaAgent.
setPathToJavaAgent(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value pathToJavaAgent to pathToJavaAgent.
setPathToRDotTxt(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo.Builder
Initializes the value for the pathToRDotTxt attribute.
setPathToRDotTxt(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Initializes the value for the pathToRDotTxt attribute.
setPathToSourcesList(Path) - Method in class com.facebook.buck.jvm.java.CompilerParameters.Builder
Initializes the value for the pathToSourcesList attribute.
setPathToXmlTestOutput(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value pathToXmlTestOutput to pathToXmlTestOutput.
setPathToXmlTestOutput(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value pathToXmlTestOutput to pathToXmlTestOutput.
setPathWithinArchive(Path) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
Initializes the optional value pathWithinArchive to pathWithinArchive.
setPathWithinArchive(Optional<? extends Path>) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
Initializes the optional value pathWithinArchive to pathWithinArchive.
setPattern(String) - Method in class com.facebook.buck.query.TargetLiteral.Builder
Initializes the value for the pattern attribute.
setPattern(Pattern) - Method in class com.facebook.buck.util.PatternAndMessage.Builder
Initializes the value for the pattern attribute.
setPerformDistributedBuildDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value performDistributedBuildDurationMs to performDistributedBuildDurationMs.
setPerformDistributedBuildDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value performDistributedBuildDurationMs to performDistributedBuildDurationMs.
setPerformedLocalBuild(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the value for the performedLocalBuild attribute.
setPerformedLocalBuild(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
 
setPerRuleStats(Iterable<? extends DistBuildPostBuildAnalysis.AbstractPerRuleCumulativeStats>) - Method in class com.facebook.buck.distributed.AnalysisResults.Builder
Sets or replaces all elements for perRuleStats list.
setPerServerData(Iterable<? extends PerServerPingData>) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
Sets or replaces all elements for perServerData list.
setPerServerData(Iterable<? extends PerServerData>) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
Sets or replaces all elements for perServerData list.
setPersistent(boolean) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Initializes the optional value persistent to persistent.
setPersistent(Optional<Boolean>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg.Builder
Initializes the optional value persistent to persistent.
setPersistentWorkerPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value persistentWorkerPools to persistentWorkerPools.
setPersistentWorkerPools(Optional<? extends ConcurrentMap<String, WorkerProcessPool>>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value persistentWorkerPools to persistentWorkerPools.
setPersistentWorkerPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the optional value persistentWorkerPools to persistentWorkerPools.
setPersistentWorkerPools(Optional<? extends ConcurrentMap<String, WorkerProcessPool>>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the optional value persistentWorkerPools to persistentWorkerPools.
setPicType(AbstractCxxSourceRuleFactory.PicType) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the picType attribute.
setPingEndpoint(String) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the pingEndpoint attribute.
setPingRequestLatencyMillis(long) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
Initializes the optional value pingRequestLatencyMillis to pingRequestLatencyMillis.
setPingRequestLatencyMillis(Optional<Long>) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
Initializes the optional value pingRequestLatencyMillis to pingRequestLatencyMillis.
setPlaceholders(ImmutableMap<String, String>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value placeholders to placeholders.
setPlaceholders(Optional<? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value placeholders to placeholders.
setPlatform(Platform) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the platform attribute.
setPlatform(Platform) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the platform attribute.
setPlatform(Flavor) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Initializes the optional value platform to platform.
setPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Initializes the optional value platform to platform.
setPlatform(Flavor) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Initializes the optional value platform to platform.
setPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Initializes the optional value platform to platform.
setPlatform(Flavor) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Initializes the optional value platform to platform.
setPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg.Builder
Initializes the optional value platform to platform.
setPlatform(Flavor) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Initializes the optional value platform to platform.
setPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Initializes the optional value platform to platform.
setPlatform(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value platform to platform.
setPlatform(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value platform to platform.
setPlatform(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value platform to platform.
setPlatform(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value platform to platform.
setPlatform(Platform) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the platform attribute.
setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the platformCompilerFlags attribute.
setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the platformCompilerFlags attribute.
setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the platformCompilerFlags attribute.
setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the value for the platformCompilerFlags attribute.
setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the platformCompilerFlags attribute.
setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the value for the platformCompilerFlags attribute.
setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the value for the platformCompilerFlags attribute.
setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the value for the platformCompilerFlags attribute.
setPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the value for the platformCompilerFlags attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the value for the platformDeps attribute.
setPlatformExe(Map<? extends Platform, ? extends BuildTarget>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the platformExe map.
setPlatformFlags(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Sets or replaces all elements for platformFlags list.
setPlatformHeaderDirs(PatternMatchedCollection<ImmutableList<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value platformHeaderDirs to platformHeaderDirs.
setPlatformHeaderDirs(Optional<? extends PatternMatchedCollection<ImmutableList<SourcePath>>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value platformHeaderDirs to platformHeaderDirs.
setPlatformHeaderDirs(PatternMatchedCollection<ImmutableList<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value platformHeaderDirs to platformHeaderDirs.
setPlatformHeaderDirs(Optional<? extends PatternMatchedCollection<ImmutableList<SourcePath>>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value platformHeaderDirs to platformHeaderDirs.
setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the platformHeaders attribute.
setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the platformHeaders attribute.
setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the platformHeaders attribute.
setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the value for the platformHeaders attribute.
setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the platformHeaders attribute.
setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the value for the platformHeaders attribute.
setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the value for the platformHeaders attribute.
setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the value for the platformHeaders attribute.
setPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the value for the platformHeaders attribute.
setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the platformLinkerFlags attribute.
setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the platformLinkerFlags attribute.
setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the platformLinkerFlags attribute.
setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the value for the platformLinkerFlags attribute.
setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the platformLinkerFlags attribute.
setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the value for the platformLinkerFlags attribute.
setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the value for the platformLinkerFlags attribute.
setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the value for the platformLinkerFlags attribute.
setPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the value for the platformLinkerFlags attribute.
setPlatformPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Initializes the value for the platformPath attribute.
setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the platformPreprocessorFlags attribute.
setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the platformPreprocessorFlags attribute.
setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the platformPreprocessorFlags attribute.
setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the value for the platformPreprocessorFlags attribute.
setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the platformPreprocessorFlags attribute.
setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the value for the platformPreprocessorFlags attribute.
setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the value for the platformPreprocessorFlags attribute.
setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the value for the platformPreprocessorFlags attribute.
setPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the value for the platformPreprocessorFlags attribute.
setPlatformResources(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Initializes the value for the platformResources attribute.
setPlatformResources(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the value for the platformResources attribute.
setPlatforms(Iterable<String>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Sets or replaces all elements for platforms list.
setPlatformSharedLib(PatternMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value platformSharedLib to platformSharedLib.
setPlatformSharedLib(Optional<? extends PatternMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value platformSharedLib to platformSharedLib.
setPlatformSharedLib(PatternMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value platformSharedLib to platformSharedLib.
setPlatformSharedLib(Optional<? extends PatternMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value platformSharedLib to platformSharedLib.
setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the platformSrcs attribute.
setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the platformSrcs attribute.
setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the platformSrcs attribute.
setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the value for the platformSrcs attribute.
setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the platformSrcs attribute.
setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the value for the platformSrcs attribute.
setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the value for the platformSrcs attribute.
setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the value for the platformSrcs attribute.
setPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the value for the platformSrcs attribute.
setPlatformSrcs(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Initializes the value for the platformSrcs attribute.
setPlatformSrcs(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the value for the platformSrcs attribute.
setPlatformStaticLib(PatternMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value platformStaticLib to platformStaticLib.
setPlatformStaticLib(Optional<? extends PatternMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value platformStaticLib to platformStaticLib.
setPlatformStaticLib(PatternMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value platformStaticLib to platformStaticLib.
setPlatformStaticLib(Optional<? extends PatternMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value platformStaticLib to platformStaticLib.
setPlatformStaticPicLib(PatternMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value platformStaticPicLib to platformStaticPicLib.
setPlatformStaticPicLib(Optional<? extends PatternMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value platformStaticPicLib to platformStaticPicLib.
setPlatformStaticPicLib(PatternMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value platformStaticPicLib to platformStaticPicLib.
setPlatformStaticPicLib(Optional<? extends PatternMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value platformStaticPicLib to platformStaticPicLib.
setPlatformWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification.Builder
Sets or replaces all elements for platformWhitelist sortedSet.
setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for plugins list.
setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for plugins list.
setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for plugins list.
setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for plugins list.
setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for plugins list.
setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for plugins list.
setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for plugins list.
setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for plugins list.
setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for plugins list.
setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for plugins list.
setPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for plugins list.
setPlugInsPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the plugInsPath attribute.
setPostBuildAnalysisDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value postBuildAnalysisDurationMs to postBuildAnalysisDurationMs.
setPostBuildAnalysisDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value postBuildAnalysisDurationMs to postBuildAnalysisDurationMs.
setPostDistBuildLocalStepsDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value postDistBuildLocalStepsDurationMs to postDistBuildLocalStepsDurationMs.
setPostDistBuildLocalStepsDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value postDistBuildLocalStepsDurationMs to postDistBuildLocalStepsDurationMs.
setPostFilterResourcesCmd(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value postFilterResourcesCmd to postFilterResourcesCmd.
setPostFilterResourcesCmd(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value postFilterResourcesCmd to postFilterResourcesCmd.
setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for postprocessClassesCommands list.
setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for postprocessClassesCommands list.
setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for postprocessClassesCommands list.
setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for postprocessClassesCommands list.
setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for postprocessClassesCommands list.
setPostprocessClassesCommands(ImmutableList<String>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for postprocessClassesCommands list.
setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for postprocessClassesCommands list.
setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for postprocessClassesCommands list.
setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for postprocessClassesCommands list.
setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for postprocessClassesCommands list.
setPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for postprocessClassesCommands list.
setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPreDexMerge(PreDexMerge) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value preDexMerge to preDexMerge.
setPreDexMerge(Optional<? extends PreDexMerge>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value preDexMerge to preDexMerge.
setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value preferredLinkage to preferredLinkage.
setPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value preferredLinkage to preferredLinkage.
setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value preferredLinkage to preferredLinkage.
setPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value preferredLinkage to preferredLinkage.
setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value preferredLinkage to preferredLinkage.
setPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value preferredLinkage to preferredLinkage.
setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Initializes the value for the preferredLinkage attribute.
setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value preferredLinkage to preferredLinkage.
setPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value preferredLinkage to preferredLinkage.
setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value preferredLinkage to preferredLinkage.
setPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value preferredLinkage to preferredLinkage.
setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Initializes the value for the preferredLinkage attribute.
setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Initializes the value for the preferredLinkage attribute.
setPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the optional value preferredLinkage to preferredLinkage.
setPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the optional value preferredLinkage to preferredLinkage.
setPrefixHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(SourcePath) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(SourcePath) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(SourcePath) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPreloadDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Sets or replaces all elements for preloadDeps set.
setPreloadDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Sets or replaces all elements for preloadDeps set.
setPreprocessJavaClassesBash(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value preprocessJavaClassesBash to preprocessJavaClassesBash.
setPreprocessJavaClassesBash(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value preprocessJavaClassesBash to preprocessJavaClassesBash.
setPreprocessJavaClassesDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for preprocessJavaClassesDeps sortedSet.
setPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for preprocessorFlags list.
setPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for preprocessorFlags list.
setPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for preprocessorFlags list.
setPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Sets or replaces all elements for preprocessorFlags list.
setPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for preprocessorFlags list.
setPreprocessorFlags(Multimap<? extends AbstractCxxSource.Type, ? extends Arg>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Sets or replaces all mappings from the specified map as entries for the preprocessorFlags map.
setPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for preprocessorFlags list.
setPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all elements for preprocessorFlags list.
setPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Sets or replaces all elements for preprocessorFlags list.
setPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Sets or replaces all elements for preprocessorFlags list.
setPrimaryApkAssetZips(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Sets or replaces all elements for primaryApkAssetZips list.
setPrimaryApkAssetZips(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Sets or replaces all elements for primaryApkAssetZips list.
setPrimaryDexClassesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value primaryDexClassesFile to primaryDexClassesFile.
setPrimaryDexClassesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value primaryDexClassesFile to primaryDexClassesFile.
setPrimaryDexPatterns(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for primaryDexPatterns list.
setPrimaryDexScenarioFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value primaryDexScenarioFile to primaryDexScenarioFile.
setPrimaryDexScenarioFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value primaryDexScenarioFile to primaryDexScenarioFile.
setPrimaryDexScenarioOverflowAllowed(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the primaryDexScenarioOverflowAllowed attribute.
setPrimaryResourcesApkPath(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo.Builder
Initializes the value for the primaryResourcesApkPath attribute.
setPrimaryResourcesApkPath(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Initializes the value for the primaryResourcesApkPath attribute.
setPrimaryResourcesApkPath(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the value for the primaryResourcesApkPath attribute.
setPrivateHeadersSymlinksEnabled(boolean) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the privateHeadersSymlinksEnabled attribute.
setProcessExecutor(ProcessExecutor) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the processExecutor attribute.
setProcessingTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
Initializes the value for the processingTimeMs attribute.
setProcessManager(ProcessManager) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value processManager to processManager.
setProcessManager(Optional<? extends ProcessManager>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value processManager to processManager.
setProcessOnly(boolean) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Initializes the value for the processOnly attribute.
setProcessorClass(String) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Initializes the value for the processorClass attribute.
setProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields.Builder
Sets or replaces all elements for processorNames sortedSet.
setProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Sets or replaces all elements for processorNames sortedSet.
setProcessors(Iterable<? extends Processor>) - Method in class com.facebook.buck.jvm.java.abi.source.FrontendOnlyJavacTask
 
setProcessors(Iterable<? extends Processor>) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
setProductionBuild(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the productionBuild attribute.
setProductName(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Initializes the optional value productName to productName.
setProductName(Optional<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Initializes the optional value productName to productName.
setProductName(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
setProductReference(PBXFileReference) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
setProductType(ProductType) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
setProfiledStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Sets or replaces all elements for profiledStaticLibs list.
setProfilePath(Path) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Initializes the value for the profilePath attribute.
setProfilesAdded(int) - Method in class com.facebook.buck.util.versioncontrol.SparseSummary.Builder
Initializes the value for the profilesAdded attribute.
setProgressEstimator(ProgressEstimator) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
setProguardConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(Optional<SourcePath>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value proguardConfig to proguardConfig.
setProguardConfigPath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Initializes the optional value proguardConfigPath to proguardConfigPath.
setProguardConfigPath(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Initializes the optional value proguardConfigPath to proguardConfigPath.
setProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Sets or replaces all elements for proguardConfigs list.
setProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Sets or replaces all elements for proguardConfigs set.
setProguardJvmArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for proguardJvmArgs list.
setProjectAssets(Path) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the optional value projectAssets to projectAssets.
setProjectAssets(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the optional value projectAssets to projectAssets.
setProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.android.FilterResourcesSteps.Builder
 
setProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the projectFilesystem attribute.
setProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the projectFilesystem attribute.
setProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
Initializes the value for the projectFilesystem attribute.
setProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the projectFilesystem attribute.
setProjectJdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value projectJdkName to projectJdkName.
setProjectJdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value projectJdkName to projectJdkName.
setProjectJdkType(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value projectJdkType to projectJdkType.
setProjectJdkType(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value projectJdkType to projectJdkType.
setProjectLanguageLevel(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value projectLanguageLevel to projectLanguageLevel.
setProjectLanguageLevel(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the optional value projectLanguageLevel to projectLanguageLevel.
setProjectPaths(IjProjectPaths) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the projectPaths attribute.
setProjectRes(Path) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the optional value projectRes to projectRes.
setProjectRes(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the optional value projectRes to projectRes.
setProjectRoot(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the projectRoot attribute.
setProjectRoot(Path) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the value for the projectRoot attribute.
setProperties(SourcePath) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Initializes the value for the properties attribute.
setProperty(String) - Method in class com.facebook.buck.cli.ConfigValue.Builder
Initializes the value for the property attribute.
setProvided(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the value for the provided attribute.
setProvided(boolean) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Initializes the value for the provided attribute.
setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for providedDeps sortedSet.
setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for providedDeps sortedSet.
setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for providedDeps sortedSet.
setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for providedDeps sortedSet.
setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for providedDeps sortedSet.
setProvidedDeps(ImmutableSortedSet<BuildTarget>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for providedDeps sortedSet.
setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for providedDeps sortedSet.
setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for providedDeps sortedSet.
setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for providedDeps sortedSet.
setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for providedDeps sortedSet.
setProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for providedDeps sortedSet.
setProvidedDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value providedDepsQuery to providedDepsQuery.
setProvidedDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value providedDepsQuery to providedDepsQuery.
setProvidedDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value providedDepsQuery to providedDepsQuery.
setProvidedDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value providedDepsQuery to providedDepsQuery.
setProvidedSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the providedSharedLibs map.
setProvider(FileContentsProvider) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the provider attribute.
setProvisioningProfileName(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the optional value provisioningProfileName to provisioningProfileName.
setProvisioningProfileName(Optional<String>) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the optional value provisioningProfileName to provisioningProfileName.
setPublicAnnouncements(BuckEventBus, Optional<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
setPublicHeadersSymlinksEnabled(boolean) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the publicHeadersSymlinksEnabled attribute.
setPublishBuildSlaveFinishedStatsDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value publishBuildSlaveFinishedStatsDurationMs to publishBuildSlaveFinishedStatsDurationMs.
setPublishBuildSlaveFinishedStatsDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value publishBuildSlaveFinishedStatsDurationMs to publishBuildSlaveFinishedStatsDurationMs.
setPythonInterpreter(String) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the value for the pythonInterpreter attribute.
setPythonModuleSearchPath(String) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the optional value pythonModuleSearchPath to pythonModuleSearchPath.
setPythonModuleSearchPath(Optional<String>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the optional value pythonModuleSearchPath to pythonModuleSearchPath.
setPythonPlatform(String) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Initializes the optional value pythonPlatform to pythonPlatform.
setPythonPlatform(Optional<String>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg.Builder
Initializes the optional value pythonPlatform to pythonPlatform.
setPythonTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
Initializes the value for the pythonTimeMs attribute.
setRageUrl(String) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse.Builder
Initializes the optional value rageUrl to rageUrl.
setRageUrl(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse.Builder
Initializes the optional value rageUrl to rageUrl.
setRanlib(ToolProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the ranlib attribute.
setRanlibflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all elements for ranlibflags list.
setRawConfig(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Sets or replaces all mappings from the specified map as entries for the rawConfig map.
setRawKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Sets or replaces all elements for rawKeys set.
setRDotJavaDir(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Initializes the optional value rDotJavaDir to rDotJavaDir.
setRDotJavaDir(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult.Builder
Initializes the optional value rDotJavaDir to rDotJavaDir.
setReadable(Path, boolean) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
setReadHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Sets or replaces all mappings from the specified map as entries for the readHeaders map.
setReadTimeoutSeconds(int) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the value for the readTimeoutSeconds attribute.
setRecord(LogRecord) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Initializes the value for the record attribute.
setRedex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the redex attribute.
setRedex(Tool) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
Initializes the value for the redex attribute.
setRedexConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value redexConfig to redexConfig.
setRedexConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value redexConfig to redexConfig.
setRedexConfig(SourcePath) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
Initializes the optional value redexConfig to redexConfig.
setRedexConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
Initializes the optional value redexConfig to redexConfig.
setRedexExtraArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for redexExtraArgs list.
setRedexExtraArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.android.redex.RedexOptions.Builder
Sets or replaces all elements for redexExtraArgs list.
setRedirectError(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectError to redirectError.
setRedirectError(Optional<? extends ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectError to redirectError.
setRedirectErrorStream(boolean) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectErrorStream to redirectErrorStream.
setRedirectErrorStream(Optional<Boolean>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectErrorStream to redirectErrorStream.
setRedirectInput(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectInput to redirectInput.
setRedirectInput(Optional<? extends ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectInput to redirectInput.
setRedirectOutput(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectOutput to redirectOutput.
setRedirectOutput(Optional<? extends ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectOutput to redirectOutput.
setReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the reexportAllHeaderDependencies attribute.
setReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the reexportAllHeaderDependencies attribute.
setReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the reexportAllHeaderDependencies attribute.
setReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the reexportAllHeaderDependencies attribute.
setReflectively(String, Object) - Method in class com.facebook.buck.rules.keys.AbstractRuleKeyBuilder
 
setReflectively(Object) - Method in class com.facebook.buck.rules.keys.AbstractRuleKeyBuilder
Recursively serializes the value.
setReflectively(String, Object) - Method in class com.facebook.buck.rules.keys.ScopedRuleKeyObjectSink
 
setReflectively(String, Object) - Method in interface com.facebook.buck.rules.RuleKeyObjectSink
 
setRelativeOutputPath(Path) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
Initializes the value for the relativeOutputPath attribute.
setRelativePath(Path) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the value for the relativePath attribute.
setRelinkerWhitelist(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for relinkerWhitelist list.
setRemoteBuilds(Iterable<? extends DistBuildPostBuildAnalysis.AbstractBuildRuleStats>) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
Sets or replaces all elements for remoteBuilds list.
setRemoteCoordinatorAddress(String) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the remoteCoordinatorAddress attribute.
setRemoteCoordinatorPort(int) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the remoteCoordinatorPort attribute.
setRemoteInterface(Class<REMOTE>, ClassLoader) - Method in class com.facebook.buck.message_ipc.Connection
 
setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for removeClasses set.
setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for removeClasses set.
setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for removeClasses set.
setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for removeClasses set.
setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for removeClasses set.
setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for removeClasses set.
setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for removeClasses set.
setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for removeClasses set.
setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for removeClasses set.
setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for removeClasses set.
setRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for removeClasses set.
setRemoveEntryPredicate(Predicate<Object>) - Method in class com.facebook.buck.jvm.java.JarParameters.Builder
Initializes the value for the removeEntryPredicate attribute.
setRemoveEntryPredicate(Predicate<? super CustomZipEntry>) - Method in class com.facebook.buck.util.zip.JarBuilder
 
setRemovingUnusedLibrariesEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the removingUnusedLibrariesEnabled attribute.
setReorderClassesIntraDex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the reorderClassesIntraDex attribute.
setReportDir(File) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
 
setReportSubmitErrorMessage(String) - Method in class com.facebook.buck.doctor.DefectSubmitResult.Builder
Initializes the optional value reportSubmitErrorMessage to reportSubmitErrorMessage.
setReportSubmitErrorMessage(Optional<String>) - Method in class com.facebook.buck.doctor.DefectSubmitResult.Builder
Initializes the optional value reportSubmitErrorMessage to reportSubmitErrorMessage.
setReportSubmitLocation(String) - Method in class com.facebook.buck.doctor.DefectSubmitResult.Builder
Initializes the optional value reportSubmitLocation to reportSubmitLocation.
setReportSubmitLocation(Optional<String>) - Method in class com.facebook.buck.doctor.DefectSubmitResult.Builder
Initializes the optional value reportSubmitLocation to reportSubmitLocation.
setReportSubmitMessage(String) - Method in class com.facebook.buck.doctor.DefectSubmitResult.Builder
Initializes the optional value reportSubmitMessage to reportSubmitMessage.
setReportSubmitMessage(Optional<String>) - Method in class com.facebook.buck.doctor.DefectSubmitResult.Builder
Initializes the optional value reportSubmitMessage to reportSubmitMessage.
setReportUrl(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value reportUrl to reportUrl.
setReportUrl(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value reportUrl to reportUrl.
setRepository(String) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Initializes the optional value repository to repository.
setRepository(Optional<String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Initializes the optional value repository to repository.
setRepository(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the repository attribute.
setRepresentativePlatform(AppleCxxPlatform) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Initializes the value for the representativePlatform attribute.
setRequestedRuleKey(RuleKey) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the value for the requestedRuleKey attribute.
setRequestProtocol(DoctorProtocolVersion) - Method in class com.facebook.buck.doctor.DefectSubmitResult.Builder
Initializes the value for the requestProtocol attribute.
setRequestSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value requestSizeBytes to requestSizeBytes.
setRequestSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value requestSizeBytes to requestSizeBytes.
setRequestSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.StoreResult.Builder
Initializes the optional value requestSizeBytes to requestSizeBytes.
setRequestSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.StoreResult.Builder
Initializes the optional value requestSizeBytes to requestSizeBytes.
setRequestSizeBytes(long) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Initializes the optional value requestSizeBytes to requestSizeBytes.
setRequestSizeBytes(Optional<Long>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Initializes the optional value requestSizeBytes to requestSizeBytes.
setRequestSuccessful(boolean) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse.Builder
Initializes the value for the requestSuccessful attribute.
setRequestTimestampMillis(long) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult.Builder
Initializes the value for the requestTimestampMillis attribute.
setRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the value for the requiredForSourceAbi attribute.
setRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the value for the requiredForSourceAbi attribute.
setRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Initializes the value for the requiredForSourceAbi attribute.
setRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the value for the requiredForSourceAbi attribute.
setRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the value for the requiredForSourceAbi attribute.
setRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the value for the requiredForSourceAbi attribute.
setRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the value for the requiredForSourceAbi attribute.
setRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the value for the requiredForSourceAbi attribute.
setRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Initializes the value for the requiredForSourceAbi attribute.
setRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the value for the requiredForSourceAbi attribute.
setRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the value for the requiredForSourceAbi attribute.
setRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the value for the requiredForSourceAbi attribute.
setRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the value for the requiredForSourceAbi attribute.
setRes(Either<SourcePath, ImmutableSortedMap<String, SourcePath>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the optional value res to res.
setRes(Optional<? extends Either<SourcePath, ImmutableSortedMap<String, SourcePath>>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the optional value res to res.
setResolver(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the resolver attribute.
setResolver(BuildRuleResolver) - Method in class com.facebook.buck.rules.ActionGraphAndResolver.Builder
Initializes the value for the resolver attribute.
setResourceCompression(ResourcesFilter.ResourceCompressionMode) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the resourceCompression attribute.
setResourceDetails(AndroidPackageableCollection.ResourceDetails) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.Builder
Initializes the value for the resourceDetails attribute.
setResourceDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Sets or replaces all elements for resourceDirectories list.
setResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Sets or replaces all elements for resourceDirs set.
setResourceFilePath(Path) - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry.Builder
Initializes the value for the resourceFilePath attribute.
setResourceFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Sets or replaces all elements for resourceFiles set.
setResourceFilter(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for resourceFilter list.
setResourceFilter(FilterResourcesSteps.ResourceFilter) - Method in class com.facebook.buck.android.FilterResourcesSteps.Builder
 
setResourcePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet.Builder
Sets or replaces all elements for resourcePaths set.
setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for resources sortedSet.
setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for resources sortedSet.
setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for resources sortedSet.
setResources(Iterable<? extends Path>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for resources sortedSet.
setResources(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the resources map.
setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Sets or replaces all elements for resources sortedSet.
setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for resources sortedSet.
setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for resources sortedSet.
setResources(ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for resources sortedSet.
setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for resources sortedSet.
setResources(ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.jvm.java.ResourcesParameters.Builder
Initializes the value for the resources attribute.
setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for resources sortedSet.
setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for resources sortedSet.
setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for resources sortedSet.
setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for resources sortedSet.
setResources(SourceList) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Initializes the value for the resources attribute.
setResources(SourceList) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the value for the resources attribute.
setResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg.Builder
Sets or replaces all elements for resources set.
setResources(Iterable<? extends Path>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Sets or replaces all elements for resources sortedSet.
setResourcesFromDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Sets or replaces all elements for resourcesFromDeps set.
setResourcesInfo(ExopackageInfo.ResourcesInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.Builder
Initializes the optional value resourcesInfo to resourcesInfo.
setResourcesInfo(Optional<? extends ExopackageInfo.ResourcesInfo>) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.Builder
Initializes the optional value resourcesInfo to resourcesInfo.
setResourcesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the resourcesPath attribute.
setResourcesPaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo.Builder
Sets or replaces all elements for resourcesPaths list.
setResourcesRoot(Path) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Path) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Path) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Optional<Path>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.java.ResourcesParameters.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.ResourcesParameters.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Path) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value resourcesRoot to resourcesRoot.
setResourcesWithEmptyResButNonEmptyAssetsDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Sets or replaces all elements for resourcesWithEmptyResButNonEmptyAssetsDir set.
setResourcesWithNonEmptyResDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Sets or replaces all elements for resourcesWithNonEmptyResDir list.
setResourceUnion(boolean) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg.Builder
Initializes the value for the resourceUnion attribute.
setResourceUnionPackage(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value resourceUnionPackage to resourceUnionPackage.
setResourceUnionPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value resourceUnionPackage to resourceUnionPackage.
setResourceUnionPackage(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value resourceUnionPackage to resourceUnionPackage.
setResourceUnionPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value resourceUnionPackage to resourceUnionPackage.
setResourceUnionPackage(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value resourceUnionPackage to resourceUnionPackage.
setResourceUnionPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value resourceUnionPackage to resourceUnionPackage.
setResourceVariantFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Sets or replaces all elements for resourceVariantFiles set.
setResPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
Sets or replaces all elements for resPaths list.
setResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Initializes the value for the responseSizeBytes attribute.
setResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.FetchResult.Builder
Initializes the optional value responseSizeBytes to responseSizeBytes.
setResponseSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.FetchResult.Builder
Initializes the optional value responseSizeBytes to responseSizeBytes.
setResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value responseSizeBytes to responseSizeBytes.
setResponseSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value responseSizeBytes to responseSizeBytes.
setResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Initializes the value for the responseSizeBytes attribute.
setResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Initializes the value for the responseSizeBytes attribute.
setResponseSizeBytes(long) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Initializes the optional value responseSizeBytes to responseSizeBytes.
setResponseSizeBytes(Optional<Long>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Initializes the optional value responseSizeBytes to responseSizeBytes.
setResult(ListenableFuture<BuildResult>) - Method in class com.facebook.buck.rules.BuildEngineResult.Builder
Initializes the value for the result attribute.
setResults(Iterable<? extends FetchResult>) - Method in class com.facebook.buck.artifact_cache.MultiFetchResult.Builder
Sets or replaces all elements for results list.
setResults(Map<? extends BuildRule, ? extends Optional<BuildResult>>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Sets or replaces all mappings from the specified map as entries for the results map.
setRlib(SourcePath) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg.Builder
Initializes the value for the rlib attribute.
setRobolectricLogPath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value robolectricLogPath to robolectricLogPath.
setRobolectricLogPath(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value robolectricLogPath to robolectricLogPath.
setRobolectricManifest(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value robolectricManifest to robolectricManifest.
setRobolectricManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value robolectricManifest to robolectricManifest.
setRobolectricRuntimeDependency(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value robolectricRuntimeDependency to robolectricRuntimeDependency.
setRobolectricRuntimeDependency(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value robolectricRuntimeDependency to robolectricRuntimeDependency.
setRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
Initializes the value for the root attribute.
setRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Initializes the value for the root attribute.
setRoots(Map<? extends BuildTarget, ? extends OmnibusRoot>) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Sets or replaces all mappings from the specified map as entries for the roots map.
setRotateLog(boolean) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
Initializes the value for the rotateLog attribute.
setRpath(boolean) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Initializes the value for the rpath attribute.
setRpath(boolean) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Initializes the value for the rpath attribute.
setRuleFinder(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the ruleFinder attribute.
setRuleFlags(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Sets or replaces all elements for ruleFlags list.
setRuleIsRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.java.CompilerParameters.Builder
Initializes the value for the ruleIsRequiredForSourceAbi attribute.
setRuleKey(String) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult.Builder
Initializes the value for the ruleKey attribute.
setRuleKey(String) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Initializes the optional value ruleKey to ruleKey.
setRuleKey(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Initializes the optional value ruleKey to ruleKey.
setRuleKey(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
Initializes the value for the ruleKey attribute.
setRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Initializes the value for the ruleKey attribute.
setRuleKeyDiagGraphFile(Path) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value ruleKeyDiagGraphFile to ruleKeyDiagGraphFile.
setRuleKeyDiagGraphFile(Optional<? extends Path>) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value ruleKeyDiagGraphFile to ruleKeyDiagGraphFile.
setRuleKeyDiagKeysFile(Path) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value ruleKeyDiagKeysFile to ruleKeyDiagKeysFile.
setRuleKeyDiagKeysFile(Optional<? extends Path>) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value ruleKeyDiagKeysFile to ruleKeyDiagKeysFile.
setRuleKeyDiagnosticsMode(RuleKeyDiagnosticsMode) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the ruleKeyDiagnosticsMode attribute.
setRuleKeyLoggerLogFile(Path) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value ruleKeyLoggerLogFile to ruleKeyLoggerLogFile.
setRuleKeyLoggerLogFile(Optional<? extends Path>) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value ruleKeyLoggerLogFile to ruleKeyLoggerLogFile.
setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Sets or replaces all elements for ruleKeys set.
setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Sets or replaces all elements for ruleKeys set.
setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Sets or replaces all elements for ruleKeys set.
setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Sets or replaces all elements for ruleKeys set.
setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Sets or replaces all elements for ruleKeys set.
setRuleKeyServerLog(RuleKeyLogEntry) - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult.Builder
Initializes the optional value ruleKeyServerLog to ruleKeyServerLog.
setRuleKeyServerLog(Optional<? extends RuleKeyLogEntry>) - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult.Builder
Initializes the optional value ruleKeyServerLog to ruleKeyServerLog.
setRulekeyTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
Initializes the value for the rulekeyTimeMs attribute.
setRuleKeyType(RuleKeyType) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult.Builder
Initializes the value for the ruleKeyType attribute.
setRuleName(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
Initializes the optional value ruleName to ruleName.
setRuleName(Optional<String>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
Initializes the optional value ruleName to ruleName.
setRuleName(String) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
Initializes the value for the ruleName attribute.
setRules(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Sets or replaces all elements for rules set.
setRules(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Sets or replaces all elements for rules list.
setRuleType(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
Initializes the optional value ruleType to ruleType.
setRuleType(Optional<String>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
Initializes the optional value ruleType to ruleType.
setRuleType(String) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats.Builder
Initializes the value for the ruleType attribute.
setRunAllTests(boolean) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the value for the runAllTests attribute.
setRunId(String) - Method in class com.facebook.buck.event.listener.RunIdStreamPair.Builder
Initializes the value for the runId attribute.
setRunOnlyForDeploymentPostprocessing(Optional<Boolean>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildPhase
 
setRunTestSeparately(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the value for the runTestSeparately attribute.
setRunTestSeparately(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the runTestSeparately attribute.
setRunTestSeparately(boolean) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value runTestSeparately to runTestSeparately.
setRunTestSeparately(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value runTestSeparately to runTestSeparately.
setRunTestSeparately(boolean) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Initializes the value for the runTestSeparately attribute.
setRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the value for the runTestSeparately attribute.
setRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the value for the runTestSeparately attribute.
setRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the value for the runTestSeparately attribute.
setRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the value for the runTestSeparately attribute.
setRunTestSeparately(boolean) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Initializes the value for the runTestSeparately attribute.
setRuntimeLdflags(Multimap<? extends Linker.LinkableDepType, ? extends String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all mappings from the specified map as entries for the runtimeLdflags map.
setRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Sets or replaces all elements for rustcFlags list.
setRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Sets or replaces all elements for rustcFlags list.
setRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Sets or replaces all elements for rustcFlags list.
setSafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Sets or replaces all elements for safeAnnotationProcessors set.
setSampleRate(float) - Method in class com.facebook.buck.util.SampleRate.Builder
Initializes the value for the sampleRate attribute.
setSandboxTree(SymlinkTree) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the optional value sandboxTree to sandboxTree.
setSandboxTree(Optional<? extends SymlinkTree>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the optional value sandboxTree to sandboxTree.
setScheduledExecutor(ScheduledExecutorService) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the scheduledExecutor attribute.
setScheduleType(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the scheduleType attribute.
setScope(IjDependencyListBuilder.Scope) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData.Builder
Initializes the value for the scope attribute.
setSdkEnvironment(SdkEnvironment) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the sdkEnvironment attribute.
setSdkPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Initializes the value for the sdkPath attribute.
setSecondaryDexHeadClassesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value secondaryDexHeadClassesFile to secondaryDexHeadClassesFile.
setSecondaryDexHeadClassesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value secondaryDexHeadClassesFile to secondaryDexHeadClassesFile.
setSecondaryDexTailClassesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value secondaryDexTailClassesFile to secondaryDexTailClassesFile.
setSecondaryDexTailClassesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value secondaryDexTailClassesFile to secondaryDexTailClassesFile.
setSection(String) - Method in class com.facebook.buck.cli.ConfigValue.Builder
Initializes the value for the section attribute.
setSequenceNumber(int) - Method in class com.facebook.buck.test.TestResults.Builder
Initializes the value for the sequenceNumber attribute.
setServer(URI) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Initializes the value for the server attribute.
setServer(URI) - Method in class com.facebook.buck.slb.PerServerData.Builder
Initializes the value for the server attribute.
setServer(URI) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
Initializes the value for the server attribute.
setServerPool(Iterable<? extends URI>) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Sets or replaces all elements for serverPool list.
setServerUnhealthy(boolean) - Method in class com.facebook.buck.slb.PerServerData.Builder
Initializes the value for the serverUnhealthy attribute.
setService(HttpService) - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig.Builder
Initializes the value for the service attribute.
setSetBuckVersionDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value setBuckVersionDurationMs to setBuckVersionDurationMs.
setSetBuckVersionDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value setBuckVersionDurationMs to setBuckVersionDurationMs.
setSettings(Optional<NSDictionary>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
setSha1(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Initializes the value for the sha1 attribute.
setSharedLib(SourcePath) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value sharedLib to sharedLib.
setSharedLib(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value sharedLib to sharedLib.
setSharedLib(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value sharedLib to sharedLib.
setSharedLib(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value sharedLib to sharedLib.
setSharedLibraryExtension(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the sharedLibraryExtension attribute.
setSharedLibraryInterfaceParams(SharedLibraryInterfaceParams) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the optional value sharedLibraryInterfaceParams to sharedLibraryInterfaceParams.
setSharedLibraryInterfaceParams(Optional<? extends SharedLibraryInterfaceParams>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the optional value sharedLibraryInterfaceParams to sharedLibraryInterfaceParams.
setSharedLibraryVersionedExtensionFormat(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the sharedLibraryVersionedExtensionFormat attribute.
setSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the sharedLibs map.
setSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the sharedLibs map.
setSharedLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Sets or replaces all elements for sharedLink list.
setSharedObjectTargets(ImmutableSortedMap<String, ImmutableSortedSet<String>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
Initializes the optional value sharedObjectTargets to sharedObjectTargets.
setSharedObjectTargets(Optional<? extends ImmutableSortedMap<String, ImmutableSortedSet<String>>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
Initializes the optional value sharedObjectTargets to sharedObjectTargets.
setSharedObjectTargets(ImmutableSortedMap<String, ImmutableSortedSet<String>>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Initializes the value for the sharedObjectTargets attribute.
setShellPath(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
Sets the path to the shell under which the script is to be executed.
setShellScript(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
Sets the contents of the script to execute.
setShortName(String) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Initializes the value for the shortName attribute.
setShouldCacheBinaries(boolean) - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Initializes the value for the shouldCacheBinaries attribute.
setShouldCacheLinks(boolean) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the value for the shouldCacheLinks attribute.
setShouldDisallowAllDuplicates(boolean) - Method in class com.facebook.buck.util.zip.JarBuilder
 
setShouldExplainTestSelectorList(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the shouldExplainTestSelectorList attribute.
setShouldExplainTestSelectorList(boolean) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the value for the shouldExplainTestSelectorList attribute.
setShouldGenerateAbiJar(boolean) - Method in class com.facebook.buck.jvm.java.CompilerParameters.Builder
Initializes the value for the shouldGenerateAbiJar attribute.
setShouldHashEntries(boolean) - Method in class com.facebook.buck.util.zip.JarBuilder
 
setShouldMergeManifests(boolean) - Method in class com.facebook.buck.util.zip.JarBuilder
 
setShouldReportAbsolutePaths(boolean) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the shouldReportAbsolutePaths attribute.
setShouldTrackClassUsage(boolean) - Method in class com.facebook.buck.jvm.java.CompilerParameters.Builder
Initializes the value for the shouldTrackClassUsage attribute.
setShouldUsedOldBinaryOutputLocation(boolean) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the optional value shouldUsedOldBinaryOutputLocation to shouldUsedOldBinaryOutputLocation.
setShouldUsedOldBinaryOutputLocation(Optional<Boolean>) - Method in class com.facebook.buck.haskell.HaskellPlatform.Builder
Initializes the optional value shouldUsedOldBinaryOutputLocation to shouldUsedOldBinaryOutputLocation.
setShufflingTests(boolean) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the value for the shufflingTests attribute.
setsid() - Method in interface com.facebook.buck.util.Libc
 
setSimulatorState(AppleSimulatorState) - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
Initializes the value for the simulatorState attribute.
setSingleValue(Object) - Method in class com.facebook.buck.rules.keys.AbstractRuleKeyBuilder
 
setSingleValue(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
 
setSize(long) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the value for the size attribute.
setSkeleton(SourcePath) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg.Builder
Initializes the value for the skeleton attribute.
setSkipBuildEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig.Builder
Initializes the value for the skipBuildEnabled attribute.
setSkipCrunchPngs(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the skipCrunchPngs attribute.
setSkipProguard(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the skipProguard attribute.
setSlaveRunId(String) - Method in class com.facebook.buck.distributed.BuildRuleStats.Builder
Initializes the value for the slaveRunId attribute.
setSlaveStatuses(Iterable<? extends BuildSlaveStatus>) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Sets or replaces all elements for slaveStatuses list.
setSnapshotReferenceImagesPath(Either<SourcePath, String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value snapshotReferenceImagesPath to snapshotReferenceImagesPath.
setSnapshotReferenceImagesPath(Optional<? extends Either<SourcePath, String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value snapshotReferenceImagesPath to snapshotReferenceImagesPath.
setSoName(String) - Method in class com.facebook.buck.android.AndroidLinkableMetadata.Builder
Initializes the value for the soName attribute.
setSoname(String) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
Initializes the optional value soname to soname.
setSoname(Optional<String>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
Initializes the optional value soname to soname.
setSoname(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value soname to soname.
setSoname(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value soname to soname.
setSoname(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value soname to soname.
setSoname(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value soname to soname.
setSoname(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value soname to soname.
setSoname(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value soname to soname.
setSoname(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value soname to soname.
setSoname(Optional<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value soname to soname.
setSoname(String) - Method in class com.facebook.buck.cxx.OmnibusLibrary.Builder
Initializes the value for the soname attribute.
setSoname(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value soname to soname.
setSoname(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value soname to soname.
setSoname(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the optional value soname to soname.
setSoname(Optional<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the optional value soname to soname.
setSonameMapping(ImmutableSortedMap<String, String>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Initializes the value for the sonameMapping attribute.
setSonameMergeMap(ImmutableSortedMap<String, String>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
Initializes the optional value sonameMergeMap to sonameMergeMap.
setSonameMergeMap(Optional<? extends ImmutableSortedMap<String, String>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
Initializes the optional value sonameMergeMap to sonameMergeMap.
setSortOrder(IjDependencyListBuilder.SortOrder) - Method in class com.facebook.buck.ide.intellij.DependencyEntry.Builder
Initializes the value for the sortOrder attribute.
setSortPolicy(PBXGroup.SortPolicy) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
setSource(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value source to source.
setSource(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value source to source.
setSource(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value source to source.
setSource(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value source to source.
setSource(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value source to source.
setSource(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value source to source.
setSource(String) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams.Builder
Initializes the value for the source attribute.
setSource(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value source to source.
setSource(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value source to source.
setSource(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value source to source.
setSource(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value source to source.
setSource(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value source to source.
setSource(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value source to source.
setSource(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value source to source.
setSource(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value source to source.
setSource(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value source to source.
setSource(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value source to source.
setSource(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value source to source.
setSource(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value source to source.
setSource(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value source to source.
setSource(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value source to source.
setSource(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value source to source.
setSource(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value source to source.
setSource(SourcePath) - Method in class com.facebook.buck.rules.coercer.OcamlSource.Builder
Initializes the value for the source attribute.
setSource(String) - Method in class com.facebook.buck.rules.SystemToolProvider.Builder
Initializes the optional value source to source.
setSource(Optional<String>) - Method in class com.facebook.buck.rules.SystemToolProvider.Builder
Initializes the optional value source to source.
setSourceAbi(CalculateAbiFromSource) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
setSourceAbiCompatible(boolean) - Method in class com.facebook.buck.jvm.java.abi.StubJar
Filters the stub jar through SourceAbiCompatibleVisitor.
setSourceAbisAllowed(boolean) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setSourceControlInfo(SourceControlInfo) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Initializes the optional value sourceControlInfo to sourceControlInfo.
setSourceControlInfo(Optional<? extends SourceControlInfo>) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Initializes the optional value sourceControlInfo to sourceControlInfo.
setSourceFilePaths(ImmutableSortedSet<Path>) - Method in class com.facebook.buck.jvm.java.CompilerParameters.Builder
Initializes the value for the sourceFilePaths attribute.
setSourceGroup(List<GroupedSource>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceGroup to sourceGroup.
setSourceGroup(Optional<? extends List<GroupedSource>>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceGroup to sourceGroup.
setSourceGroupName(String) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceGroupName to sourceGroupName.
setSourceGroupName(Optional<String>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceGroupName to sourceGroupName.
setSourceGroupPathRelativeToTarget(Path) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceGroupPathRelativeToTarget to sourceGroupPathRelativeToTarget.
setSourceGroupPathRelativeToTarget(Optional<? extends Path>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceGroupPathRelativeToTarget to sourceGroupPathRelativeToTarget.
setSourceJar(SourcePath) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Initializes the optional value sourceJar to sourceJar.
setSourceJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg.Builder
Initializes the optional value sourceJar to sourceJar.
setSourceJar(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Initializes the optional value sourceJar to sourceJar.
setSourceJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg.Builder
Initializes the optional value sourceJar to sourceJar.
setSourceJars(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Sets or replaces all elements for sourceJars set.
setSourceLevel(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the sourceLevel attribute.
setSourcePath(SourcePath) - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
Initializes the value for the sourcePath attribute.
setSourcePath(SourcePath) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourcePath to sourcePath.
setSourcePath(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourcePath to sourcePath.
setSourcePath(SourcePath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
Initializes the optional value sourcePath to sourcePath.
setSourcePath(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
Initializes the optional value sourcePath to sourcePath.
setSourcePath(SourcePath) - Method in class com.facebook.buck.rules.keys.AbstractRuleKeyBuilder
 
setSourcePath(SourcePath) - Method in class com.facebook.buck.rules.keys.ContentAgnosticRuleKeyFactory.Builder
 
setSourcePath(SourcePath) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory.Builder
 
setSourcePath(SourcePath) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
Initializes the value for the sourcePath attribute.
setSourcePathResolver(SourcePathResolver) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the sourcePathResolver attribute.
setSourcePathResolver(SourcePathResolver) - Method in class com.facebook.buck.rules.BuildContext.Builder
Initializes the value for the sourcePathResolver attribute.
setSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
Sets or replaces all elements for sourcePaths set.
setSourcePathToAaptGeneratedProguardConfigFile(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the value for the sourcePathToAaptGeneratedProguardConfigFile attribute.
setSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DIncludes.Builder
Sets or replaces all elements for sources sortedSet.
setSourceToBootclasspath(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Sets or replaces all mappings from the specified map as entries for the sourceToBootclasspath map.
setSourceTree(PBXReference.SourceTree) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
setSourceTreePath(SourceTreePath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
Initializes the optional value sourceTreePath to sourceTreePath.
setSourceTreePath(Optional<? extends SourceTreePath>) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
Initializes the optional value sourceTreePath to sourceTreePath.
setSourceWithFlags(SourceWithFlags) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceWithFlags to sourceWithFlags.
setSourceWithFlags(Optional<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceWithFlags to sourceWithFlags.
setSparseRefreshTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats.Builder
Initializes the value for the sparseRefreshTimeMs attribute.
setSpoolMode(AbstractJavacOptions.SpoolMode) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the spoolMode attribute.
setSQLiteCacheEntries(Iterable<? extends SQLiteCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries.Builder
Sets or replaces all elements for sQLiteCacheEntries set.
setSrc(SourcePath) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg.Builder
Initializes the value for the src attribute.
setSrc(SourcePath) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Initializes the optional value src to src.
setSrc(Optional<? extends SourcePath>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg.Builder
Initializes the optional value src to src.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Sets or replaces all elements for srcs list.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Sets or replaces all elements for srcs list.
setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(SourceList) - Method in class com.facebook.buck.d.DBinaryDescriptionArg.Builder
Initializes the value for the srcs attribute.
setSrcs(SourceList) - Method in class com.facebook.buck.d.DLibraryDescriptionArg.Builder
Initializes the value for the srcs attribute.
setSrcs(SourceList) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Initializes the value for the srcs attribute.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(SourceList) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg.Builder
Initializes the value for the srcs attribute.
setSrcs(SourceList) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg.Builder
Initializes the value for the srcs attribute.
setSrcs(SourceList) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg.Builder
Initializes the value for the srcs attribute.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends Either<SourcePath, Pair<SourcePath, String>>>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs set.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(SourceList) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg.Builder
Initializes the value for the srcs attribute.
setSrcs(Iterable<? extends OcamlSource>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Sets or replaces all elements for srcs list.
setSrcs(Iterable<? extends OcamlSource>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs list.
setSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(SourceList) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Initializes the value for the srcs attribute.
setSrcs(SourceList) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the value for the srcs attribute.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Sets or replaces all elements for srcs list.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg.Builder
Sets or replaces all elements for srcs sortedSet.
setSrcTarget(BuildTarget) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Initializes the optional value srcTarget to srcTarget.
setSrcTarget(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Initializes the optional value srcTarget to srcTarget.
setStampedeId(String) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the value for the stampedeId attribute.
setStampedeId(String) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
 
setStampedeId(StampedeId) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the stampedeId attribute.
setStart(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.EventPair.Builder
Initializes the optional value start to start.
setStart(Optional<? extends BuckEventExternalInterface>) - Method in class com.facebook.buck.event.listener.EventPair.Builder
Initializes the optional value start to start.
setStarterType(LuaBinaryDescription.StarterType) - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Initializes the optional value starterType to starterType.
setStarterType(Optional<? extends LuaBinaryDescription.StarterType>) - Method in class com.facebook.buck.lua.LuaPlatform.Builder
Initializes the optional value starterType to starterType.
setStartIndex(int) - Method in class com.facebook.buck.model.macros.MacroMatchResult.Builder
Initializes the value for the startIndex attribute.
setState(DistBuildState) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the state attribute.
setStaticLib(SourcePath) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value staticLib to staticLib.
setStaticLib(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value staticLib to staticLib.
setStaticLib(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value staticLib to staticLib.
setStaticLib(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value staticLib to staticLib.
setStaticLibraryExtension(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the staticLibraryExtension attribute.
setStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Sets or replaces all elements for staticLibs list.
setStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Sets or replaces all elements for staticLibs list.
setStaticLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Sets or replaces all elements for staticLink list.
setStaticPicLib(SourcePath) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value staticPicLib to staticPicLib.
setStaticPicLib(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value staticPicLib to staticPicLib.
setStaticPicLib(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value staticPicLib to staticPicLib.
setStaticPicLib(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value staticPicLib to staticPicLib.
setStaticPicLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Sets or replaces all elements for staticPicLibs list.
setStaticPicLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Sets or replaces all elements for staticPicLink list.
setStatus(String) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Initializes the value for the status attribute.
setStatus(AbstractDoctorSuggestion.StepStatus) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
Initializes the value for the status attribute.
setStdErrLogLevel(Level) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
setStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
setStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
setStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
setStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
setStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
setStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
setStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
setStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
setStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
setStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
setStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
setStdIn(InputStream) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the stdIn attribute.
setStdOutLogLevel(Level) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
setStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
setStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
setStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
setStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
setStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
setStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
setStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
setStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
setStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
setStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
setStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
setSteps(Iterable<? extends Step>) - Method in class com.facebook.buck.cli.TestRun.Builder
Sets or replaces all elements for steps list.
setStore(SourcePath) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg.Builder
Initializes the value for the store attribute.
setStoreClient(HttpService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the storeClient attribute.
setStream(String) - Method in class com.facebook.buck.event.listener.RunIdStreamPair.Builder
Initializes the value for the stream attribute.
setStrict(boolean) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Initializes the optional value strict to strict.
setStrict(Optional<Boolean>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Initializes the optional value strict to strict.
setStrip(Tool) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the strip attribute.
setStripFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Sets or replaces all elements for stripFlags list.
setStrippedObjectName(String) - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
Initializes the value for the strippedObjectName attribute.
setStubBinary(Path) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value stubBinary to stubBinary.
setStubBinary(Optional<? extends Path>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value stubBinary to stubBinary.
setStubBinaryPath(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the optional value stubBinaryPath to stubBinaryPath.
setStubBinaryPath(Optional<String>) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the optional value stubBinaryPath to stubBinaryPath.
setStyle(GwtBinary.Style) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Initializes the optional value style to style.
setStyle(Optional<? extends GwtBinary.Style>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Initializes the optional value style to style.
setSubCommand(String) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Initializes the value for the subCommand attribute.
setSubjectCommonName(String) - Method in class com.facebook.buck.apple.CodeSignIdentity.Builder
Initializes the value for the subjectCommonName attribute.
setSuccessUploadCount(AtomicInteger) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Initializes the value for the successUploadCount attribute.
setSuggestion(String) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
Initializes the value for the suggestion attribute.
setSuggestions(Iterable<? extends DoctorSuggestion>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
Sets or replaces all elements for suggestions list.
setSuperConsoleEnabled(boolean) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Initializes the value for the superConsoleEnabled attribute.
setSupportedArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Sets or replaces all elements for supportedArchitectures set.
setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the optional value supportedPlatformsRegex to supportedPlatformsRegex.
setSupportedProductFamilyIDs(Iterable<Integer>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Sets or replaces all elements for supportedProductFamilyIDs set.
setSupportsAbiGenerationFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg.Builder
Initializes the value for the supportsAbiGenerationFromSource attribute.
setSupportsAbiGenerationFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties.Builder
Initializes the value for the supportsAbiGenerationFromSource attribute.
setSupportsMergedLinking(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value supportsMergedLinking to supportsMergedLinking.
setSupportsMergedLinking(Optional<Boolean>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value supportsMergedLinking to supportsMergedLinking.
setSupportsSharedLibraryInterface(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the value for the supportsSharedLibraryInterface attribute.
setSwiftc(Tool) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Initializes the value for the swiftc attribute.
setSwiftCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for swiftCompilerFlags list.
setSwiftCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for swiftCompilerFlags list.
setSwiftCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for swiftCompilerFlags list.
setSwiftName(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the optional value swiftName to swiftName.
setSwiftName(Optional<String>) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the optional value swiftName to swiftName.
setSwiftPlatform(SwiftPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value swiftPlatform to swiftPlatform.
setSwiftPlatform(Optional<? extends SwiftPlatform>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value swiftPlatform to swiftPlatform.
setSwiftRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Sets or replaces all elements for swiftRuntimePaths set.
setSwiftSharedLibraryRunPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Sets or replaces all elements for swiftSharedLibraryRunPaths list.
setSwiftStaticRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Sets or replaces all elements for swiftStaticRuntimePaths set.
setSwiftStdlibTool(Tool) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Initializes the optional value swiftStdlibTool to swiftStdlibTool.
setSwiftStdlibTool(Optional<? extends Tool>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Initializes the optional value swiftStdlibTool to swiftStdlibTool.
setSwiftVersion(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value swiftVersion to swiftVersion.
setSwiftVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value swiftVersion to swiftVersion.
setSwiftVersion(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value swiftVersion to swiftVersion.
setSwiftVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value swiftVersion to swiftVersion.
setSwiftVersion(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value swiftVersion to swiftVersion.
setSwiftVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value swiftVersion to swiftVersion.
setSymbolNameTool(SymbolNameTool) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform.Builder
Initializes the value for the symbolNameTool attribute.
setSystemMemory(long) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the systemMemory attribute.
setTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterInfo.Builder
Sets or replaces all mappings from the specified map as entries for the tags map.
setTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Sets or replaces all mappings from the specified map as entries for the tags map.
setTagSets(Multimap<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Sets or replaces all mappings from the specified map as entries for the tagSets map.
setTarget(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
 
setTarget(BuildTarget) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths.Builder
Initializes the value for the target attribute.
setTarget(BuildTarget) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the value for the target attribute.
setTarget(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value target to target.
setTarget(BuildTarget) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Initializes the value for the target attribute.
setTargetAppPlatform(String) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Initializes the value for the targetAppPlatform attribute.
setTargetArch(NdkCxxPlatforms.TargetArch) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Initializes the value for the targetArch attribute.
setTargetArchAbi(NdkCxxPlatforms.TargetArchAbi) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Initializes the value for the targetArchAbi attribute.
setTargetCpuType(TargetCpuType) - Method in class com.facebook.buck.android.AndroidLinkableMetadata.Builder
Initializes the value for the targetCpuType attribute.
setTargetCpuType(TargetCpuType) - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
Initializes the value for the targetCpuType attribute.
setTargetDevice(TargetDevice) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the optional value targetDevice to targetDevice.
setTargetDevice(Optional<? extends TargetDevice>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the optional value targetDevice to targetDevice.
setTargetGraph(TargetGraph) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
Initializes the value for the targetGraph attribute.
setTargetHash(String) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Initializes the optional value targetHash to targetHash.
setTargetHash(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Initializes the optional value targetHash to targetHash.
setTargetLevel(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the targetLevel attribute.
setTargets(Iterable<? extends TargetNode>) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule.Builder
Sets or replaces all elements for targets set.
setTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary.Builder
Sets or replaces all elements for targets set.
setTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ide.intellij.model.IjModule.Builder
Sets or replaces all elements for targets set.
setTargets(Iterable<? extends QueryTarget>) - Method in class com.facebook.buck.query.TargetSetExpression.Builder
Sets or replaces all elements for targets set.
setTargetSdkVersion(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value targetSdkVersion to targetSdkVersion.
setTargetSdkVersion(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value targetSdkVersion to targetSdkVersion.
setTask(JavaCompiler.CompilationTask) - Method in class com.facebook.buck.jvm.java.abi.source.api.ErrorSuppressingDiagnosticListener
 
setTaskListener(TaskListener) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
Sets a TaskListener.
setTaskListener(BuckJavacTaskListener) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskProxyImpl
 
setTaskListener(BuckJavacTaskListener) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskProxy
 
setTest(TestRule) - Method in class com.facebook.buck.cli.TestRun.Builder
Initializes the value for the test attribute.
setTest(SourcePath) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Initializes the optional value test to test.
setTest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Initializes the optional value test to test.
setTestCases(Iterable<? extends TestCaseSummary>) - Method in class com.facebook.buck.test.TestResults.Builder
Sets or replaces all elements for testCases list.
setTestCaseTimeoutMs(long) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
setTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
setTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
setTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
setTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
setTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
setTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
setTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
setTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
setTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value testCaseTimeoutMs to testCaseTimeoutMs.
setTestClasses(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Sets or replaces all elements for testClasses list.
setTestFilter(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value testFilter to testFilter.
setTestFilter(Optional<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value testFilter to testFilter.
setTestHostApp(BuildTarget) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value testHostApp to testHostApp.
setTestHostApp(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value testHostApp to testHostApp.
setTestLogPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.test.TestResults.Builder
Sets or replaces all elements for testLogPaths list.
setTestPackage(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the testPackage attribute.
setTestReportingCallback(TestRule.TestReportingCallback) - Method in class com.facebook.buck.cli.TestRun.Builder
Initializes the value for the testReportingCallback attribute.
setTestResultsCallable(Callable<TestResults>) - Method in class com.facebook.buck.cli.TestRun.Builder
Initializes the value for the testResultsCallable attribute.
setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.d.DTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.go.GoTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(long) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Initializes the optional value testRuleTimeoutMs to testRuleTimeoutMs.
setTestRunner(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the testRunner attribute.
setTestRunnerClasspath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the testRunnerClasspath attribute.
setTestRunnerClasspath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the testRunnerClasspath attribute.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(ImmutableSortedSet<BuildTarget>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Sets or replaces all elements for tests sortedSet.
setTestSelectorList(TestSelectorList) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value testSelectorList to testSelectorList.
setTestSelectorList(Optional<? extends TestSelectorList>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value testSelectorList to testSelectorList.
setTestSelectorList(TestSelectorList) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the value for the testSelectorList attribute.
setTestType(TestType) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value testType to testType.
setTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value testType to testType.
setTestType(TestType) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value testType to testType.
setTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value testType to testType.
setTestType(TestType) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value testType to testType.
setTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value testType to testType.
setTestType(TestType) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the testType attribute.
setTestType(TestType) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value testType to testType.
setTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value testType to testType.
setTestType(TestType) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value testType to testType.
setTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value testType to testType.
setThinLto(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the value for the thinLto attribute.
setThinLto(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the value for the thinLto attribute.
setThinLto(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the value for the thinLto attribute.
setThinLto(boolean) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the value for the thinLto attribute.
setThinLto(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the value for the thinLto attribute.
setThinLto(boolean) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the value for the thinLto attribute.
setThinLto(boolean) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the value for the thinLto attribute.
setThinTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Sets or replaces all elements for thinTargets list.
setTimestamp(long) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent.Builder
Initializes the value for the timestamp attribute.
setTimestampMillis(long) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Initializes the value for the timestampMillis attribute.
setTimestampMillis(long) - Method in class com.facebook.buck.test.TestStatusMessage.Builder
Initializes the value for the timestampMillis attribute.
SettingsAffectingCache(int, ActionGraph) - Constructor for class com.facebook.buck.rules.keys.RuleKeyCacheRecycler.SettingsAffectingCache
 
setTmpFolderPath(Path) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep.Builder
Initializes the value for the tmpFolderPath attribute.
setToolchain(NdkCxxPlatforms.Toolchain) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Initializes the value for the toolchain attribute.
setToolchainPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Sets or replaces all elements for toolchainPaths set.
setToolchains(Iterable<? extends AppleToolchain>) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Sets or replaces all elements for toolchains list.
setToolchainTarget(NdkCxxPlatforms.ToolchainTarget) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Initializes the value for the toolchainTarget attribute.
setTotalCacheErrors(int) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Initializes the value for the totalCacheErrors attribute.
setTotalCacheHits(int) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Initializes the value for the totalCacheHits attribute.
setTotalCacheIgnores(int) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Initializes the value for the totalCacheIgnores attribute.
setTotalCacheLocalKeyUnchangedHits(int) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Initializes the value for the totalCacheLocalKeyUnchangedHits attribute.
setTotalCacheMisses(int) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary.Builder
Initializes the value for the totalCacheMisses attribute.
setTotalNumberOfTests(int) - Method in class com.facebook.buck.test.TestResults.Builder
Initializes the value for the totalNumberOfTests attribute.
setTraceFile(Path) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value traceFile to traceFile.
setTraceFile(Optional<? extends Path>) - Method in class com.facebook.buck.doctor.config.BuildLogEntry.Builder
Initializes the optional value traceFile to traceFile.
setTrackClassUsage(boolean) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setTrackClassUsage(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the trackClassUsage attribute.
setTrimResourceIds(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the trimResourceIds attribute.
setTwoLevelContentHashKey(String) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value twoLevelContentHashKey to twoLevelContentHashKey.
setTwoLevelContentHashKey(Optional<String>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value twoLevelContentHashKey to twoLevelContentHashKey.
setTwoLevelContentHashKey(String) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult.Builder
Initializes the optional value twoLevelContentHashKey to twoLevelContentHashKey.
setTwoLevelContentHashKey(Optional<String>) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult.Builder
Initializes the optional value twoLevelContentHashKey to twoLevelContentHashKey.
setTwoLevelContentHashKeyServerLog(RuleKeyLogEntry) - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult.Builder
Initializes the optional value twoLevelContentHashKeyServerLog to twoLevelContentHashKeyServerLog.
setTwoLevelContentHashKeyServerLog(Optional<? extends RuleKeyLogEntry>) - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult.Builder
Initializes the optional value twoLevelContentHashKeyServerLog to twoLevelContentHashKeyServerLog.
setType(RDotTxtEntry.RType) - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry.Builder
Initializes the value for the type attribute.
setType(AbstractNdkCxxPlatformCompiler.Type) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler.Builder
Initializes the value for the type attribute.
setType(AbstractGroupedSource.Type) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the value for the type attribute.
setType(CacheResultType) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the value for the type attribute.
setType(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Initializes the optional value type to type.
setType(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg.Builder
Initializes the optional value type to type.
setType(AbstractCxxSource.Type) - Method in class com.facebook.buck.cxx.CxxSource.Builder
Initializes the value for the type attribute.
setType(CxxToolProvider.Type) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams.Builder
Initializes the optional value type to type.
setType(Optional<? extends CxxToolProvider.Type>) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams.Builder
Initializes the optional value type to type.
setType(RemoteFile.Type) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Initializes the optional value type to type.
setType(Optional<? extends RemoteFile.Type>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Initializes the optional value type to type.
setType(IjDependencyListBuilder.Type) - Method in class com.facebook.buck.ide.intellij.DependencyEntry.Builder
Initializes the value for the type attribute.
setType(String) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
Initializes the value for the type attribute.
setType(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
Initializes the value for the type attribute.
setType(AbstractFrameworkPath.Type) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
Initializes the value for the type attribute.
setType(AbstractSourceList.Type) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
Initializes the value for the type attribute.
setType(AbstractSourceWithFlagsList.Type) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
Initializes the value for the type attribute.
setType(String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Initializes the value for the type attribute.
setType(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Initializes the optional value type to type.
setType(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg.Builder
Initializes the optional value type to type.
setType(String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Initializes the optional value type to type.
setType(Optional<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg.Builder
Initializes the optional value type to type.
setType(AbstractHashCodeAndFileType.Type) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Initializes the value for the type attribute.
SetTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
 
setTypeCoercerFactory(TypeCoercerFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the typeCoercerFactory attribute.
setUdid(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
Initializes the value for the udid attribute.
setUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(Optional<SourcePath>) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
setUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value unbundledResourcesRoot to unbundledResourcesRoot.
setUnexpandedCommandArgs(Iterable<String>) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Sets or replaces all elements for unexpandedCommandArgs list.
setUnnamedSources(ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
Initializes the optional value unnamedSources to unnamedSources.
setUnnamedSources(Optional<? extends ImmutableSortedSet<SourcePath>>) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
Initializes the optional value unnamedSources to unnamedSources.
setUnnamedSources(ImmutableSortedSet<SourceWithFlags>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
Initializes the optional value unnamedSources to unnamedSources.
setUnnamedSources(Optional<? extends ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
Initializes the optional value unnamedSources to unnamedSources.
setUnstrippedLibraries(ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
Initializes the optional value unstrippedLibraries to unstrippedLibraries.
setUnstrippedLibraries(Optional<? extends ImmutableSortedSet<SourcePath>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
Initializes the optional value unstrippedLibraries to unstrippedLibraries.
setup(SimplePerfEvent.Scope) - Method in class com.facebook.buck.rules.keys.EventPostingRuleKeyCacheScope
Additional setup.
setUploadBuckDotFilesDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value uploadBuckDotFilesDurationMs to uploadBuckDotFilesDurationMs.
setUploadBuckDotFilesDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value uploadBuckDotFilesDurationMs to uploadBuckDotFilesDurationMs.
setUploadMissingFilesDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value uploadMissingFilesDurationMs to uploadMissingFilesDurationMs.
setUploadMissingFilesDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value uploadMissingFilesDurationMs to uploadMissingFilesDurationMs.
setUploadTargetGraphDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value uploadTargetGraphDurationMs to uploadTargetGraphDurationMs.
setUploadTargetGraphDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats.Builder
Initializes the optional value uploadTargetGraphDurationMs to uploadTargetGraphDurationMs.
setupLoggers(InvocationInfo, OutputStream, OutputStream, Verbosity) - Method in class com.facebook.buck.log.GlobalStateManager
 
setupLogging(LogConfigSetup) - Static method in class com.facebook.buck.log.LogConfig
Creates the log output directory and concatenates logging.properties files together to configure or re-configure LogManager.
setUrl(URI) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the value for the url attribute.
setUrl(URI) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg.Builder
Initializes the value for the url attribute.
setUrl(String) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot.Builder
Initializes the value for the url attribute.
setUrl(String) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder.Builder
Initializes the value for the url attribute.
setUseAndroidProguardConfigWithOptimizations(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value useAndroidProguardConfigWithOptimizations to useAndroidProguardConfigWithOptimizations.
setUseAndroidProguardConfigWithOptimizations(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value useAndroidProguardConfigWithOptimizations to useAndroidProguardConfigWithOptimizations.
setUseCxxLibraries(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value useCxxLibraries to useCxxLibraries.
setUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the optional value useCxxLibraries to useCxxLibraries.
setUseCxxLibraries(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value useCxxLibraries to useCxxLibraries.
setUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Initializes the optional value useCxxLibraries to useCxxLibraries.
setUseCxxLibraries(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value useCxxLibraries to useCxxLibraries.
setUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Initializes the optional value useCxxLibraries to useCxxLibraries.
setUseCxxLibraries(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value useCxxLibraries to useCxxLibraries.
setUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Initializes the optional value useCxxLibraries to useCxxLibraries.
setUseCxxLibraries(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value useCxxLibraries to useCxxLibraries.
setUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Initializes the optional value useCxxLibraries to useCxxLibraries.
setUseDefaultTestMain(boolean) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value useDefaultTestMain to useDefaultTestMain.
setUseDefaultTestMain(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value useDefaultTestMain to useDefaultTestMain.
setUseMercurialGlob(boolean) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the value for the useMercurialGlob attribute.
setUseOldStyleableFormat(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Initializes the value for the useOldStyleableFormat attribute.
setUser(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the user attribute.
setUserIssueDescription(String) - Method in class com.facebook.buck.doctor.UserReport.Builder
Initializes the value for the userIssueDescription attribute.
setUserLocalConfiguration(UserLocalConfiguration) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Initializes the value for the userLocalConfiguration attribute.
setUserReport(UserReport) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Initializes the optional value userReport to userReport.
setUserReport(Optional<? extends UserReport>) - Method in class com.facebook.buck.doctor.DefectReport.Builder
Initializes the optional value userReport to userReport.
setUseSplitDex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the value for the useSplitDex attribute.
setUseWatchmanGlob(boolean) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the value for the useWatchmanGlob attribute.
setUUID(String) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Initializes the value for the uUID attribute.
setValue(String) - Method in class com.facebook.buck.cli.ConfigValue.Builder
Initializes the optional value value to value.
setValue(Optional<String>) - Method in class com.facebook.buck.cli.ConfigValue.Builder
Initializes the optional value value to value.
setValue(long) - Method in class com.facebook.buck.event.EventKey.Builder
Initializes the value for the value attribute.
setValue(String) - Method in class com.facebook.buck.event.PerfEventId.Builder
Initializes the value for the value attribute.
setValue(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
Initializes the value for the value attribute.
setValues(BuildConfigFields) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Initializes the value for the values attribute.
setValues(Map<String, ? extends Long>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Sets or replaces all mappings from the specified map as entries for the values map.
setValuesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Initializes the optional value valuesFile to valuesFile.
setValuesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg.Builder
Initializes the optional value valuesFile to valuesFile.
setVariants(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg.Builder
Sets or replaces all elements for variants set.
setVerbose(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the verbose attribute.
setVerificationErrors(Iterable<String>) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
Sets or replaces all elements for verificationErrors list.
setVersion(String) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler.Builder
Initializes the value for the version attribute.
setVersion(String) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Initializes the value for the version attribute.
setVersion(String) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
Initializes the optional value version to version.
setVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
Initializes the optional value version to version.
setVersion(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg.Builder
Initializes the value for the version attribute.
setVersion(String) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Initializes the value for the version attribute.
setVersion(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the optional value version to version.
setVersion(Optional<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg.Builder
Initializes the optional value version to version.
setVersionCode(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value versionCode to versionCode.
setVersionCode(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value versionCode to versionCode.
setVersionControlStatsGenerator(VersionControlStatsGenerator) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the versionControlStatsGenerator attribute.
setVersionedHeaderDirs(VersionMatchedCollection<ImmutableList<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value versionedHeaderDirs to versionedHeaderDirs.
setVersionedHeaderDirs(Optional<? extends VersionMatchedCollection<ImmutableList<SourcePath>>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value versionedHeaderDirs to versionedHeaderDirs.
setVersionedHeaderDirs(VersionMatchedCollection<ImmutableList<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value versionedHeaderDirs to versionedHeaderDirs.
setVersionedHeaderDirs(Optional<? extends VersionMatchedCollection<ImmutableList<SourcePath>>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value versionedHeaderDirs to versionedHeaderDirs.
setVersionedResources(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Initializes the optional value versionedResources to versionedResources.
setVersionedResources(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Initializes the optional value versionedResources to versionedResources.
setVersionedResources(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value versionedResources to versionedResources.
setVersionedResources(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value versionedResources to versionedResources.
setVersionedSharedLib(VersionMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value versionedSharedLib to versionedSharedLib.
setVersionedSharedLib(Optional<? extends VersionMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value versionedSharedLib to versionedSharedLib.
setVersionedSharedLib(VersionMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value versionedSharedLib to versionedSharedLib.
setVersionedSharedLib(Optional<? extends VersionMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value versionedSharedLib to versionedSharedLib.
setVersionedSrcs(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Initializes the optional value versionedSrcs to versionedSrcs.
setVersionedSrcs(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Initializes the optional value versionedSrcs to versionedSrcs.
setVersionedSrcs(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value versionedSrcs to versionedSrcs.
setVersionedSrcs(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value versionedSrcs to versionedSrcs.
setVersionedStaticLib(VersionMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value versionedStaticLib to versionedStaticLib.
setVersionedStaticLib(Optional<? extends VersionMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value versionedStaticLib to versionedStaticLib.
setVersionedStaticLib(VersionMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value versionedStaticLib to versionedStaticLib.
setVersionedStaticLib(Optional<? extends VersionMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value versionedStaticLib to versionedStaticLib.
setVersionedStaticPicLib(VersionMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value versionedStaticPicLib to versionedStaticPicLib.
setVersionedStaticPicLib(Optional<? extends VersionMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths.Builder
Initializes the optional value versionedStaticPicLib to versionedStaticPicLib.
setVersionedStaticPicLib(VersionMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value versionedStaticPicLib to versionedStaticPicLib.
setVersionedStaticPicLib(Optional<? extends VersionMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value versionedStaticPicLib to versionedStaticPicLib.
setVersionedSubDir(VersionMatchedCollection<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value versionedSubDir to versionedSubDir.
setVersionedSubDir(Optional<? extends VersionMatchedCollection<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg.Builder
Initializes the optional value versionedSubDir to versionedSubDir.
setVersionedTargetGraphCache(VersionedTargetGraphCache) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the versionedTargetGraphCache attribute.
setVersionedTargetGraphCache(VersionedTargetGraphCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the versionedTargetGraphCache attribute.
setVersionName(String) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value versionName to versionName.
setVersionName(Optional<String>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value versionName to versionName.
setVersions(Map<? extends Version, ? extends BuildTarget>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg.Builder
Sets or replaces all mappings from the specified map as entries for the versions map.
setVersions(Map<? extends BuildTarget, ? extends Version>) - Method in class com.facebook.buck.versions.VersionUniverse.Builder
Sets or replaces all mappings from the specified map as entries for the versions map.
setVersionString(String) - Method in class com.facebook.buck.jvm.java.JavacVersion.Builder
Initializes the value for the versionString attribute.
setVersionString(String) - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion.Builder
Initializes the value for the versionString attribute.
setVersionString(String) - Method in class com.facebook.buck.python.PythonVersion.Builder
Initializes the value for the versionString attribute.
setVersionSubdir(String) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths.Builder
Initializes the optional value versionSubdir to versionSubdir.
setVersionSubdir(Optional<String>) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths.Builder
Initializes the optional value versionSubdir to versionSubdir.
setVersionUniverse(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value versionUniverse to versionUniverse.
setVersionUniverse(Optional<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg.Builder
Initializes the optional value versionUniverse to versionUniverse.
setVersionUniverse(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value versionUniverse to versionUniverse.
setVersionUniverse(Optional<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg.Builder
Initializes the optional value versionUniverse to versionUniverse.
setVersionUniverse(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value versionUniverse to versionUniverse.
setVersionUniverse(Optional<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg.Builder
Initializes the optional value versionUniverse to versionUniverse.
setVersionUniverse(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value versionUniverse to versionUniverse.
setVersionUniverse(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value versionUniverse to versionUniverse.
setVersionUniverse(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value versionUniverse to versionUniverse.
setVersionUniverse(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value versionUniverse to versionUniverse.
setVmArgs(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg.Builder
Sets or replaces all elements for vmArgs list.
setVmArgs(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg.Builder
Sets or replaces all elements for vmArgs list.
setVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg.Builder
Sets or replaces all elements for vmArgs list.
setVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg.Builder
Sets or replaces all elements for vmArgs list.
setVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg.Builder
Sets or replaces all elements for vmArgs list.
setVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg.Builder
Sets or replaces all elements for vmArgs list.
setWallMillisDuration(Long) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry.Builder
Initializes the value for the wallMillisDuration attribute.
setWarningsFlags(String) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Initializes the optional value warningsFlags to warningsFlags.
setWarningsFlags(Optional<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg.Builder
Initializes the optional value warningsFlags to warningsFlags.
setWarningsFlags(String) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Initializes the optional value warningsFlags to warningsFlags.
setWarningsFlags(Optional<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg.Builder
Initializes the optional value warningsFlags to warningsFlags.
setWasDefaultRuleKeyMismatch(boolean) - Method in class com.facebook.buck.distributed.BuildRuleStats.Builder
Initializes the value for the wasDefaultRuleKeyMismatch attribute.
setWasInputRuleKeyMismatch(boolean) - Method in class com.facebook.buck.distributed.BuildRuleStats.Builder
Initializes the value for the wasInputRuleKeyMismatch attribute.
setWasStoreSuccessful(boolean) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value wasStoreSuccessful to wasStoreSuccessful.
setWasStoreSuccessful(Optional<Boolean>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value wasStoreSuccessful to wasStoreSuccessful.
setWasStoreSuccessful(boolean) - Method in class com.facebook.buck.artifact_cache.StoreResult.Builder
Initializes the optional value wasStoreSuccessful to wasStoreSuccessful.
setWasStoreSuccessful(Optional<Boolean>) - Method in class com.facebook.buck.artifact_cache.StoreResult.Builder
Initializes the optional value wasStoreSuccessful to wasStoreSuccessful.
setWatchAppPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the watchAppPath attribute.
setWatchman(Watchman) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the value for the watchman attribute.
setWatchmanDiagReport(Path) - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport.Builder
Initializes the optional value watchmanDiagReport to watchmanDiagReport.
setWatchmanDiagReport(Optional<? extends Path>) - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport.Builder
Initializes the optional value watchmanDiagReport to watchmanDiagReport.
setWatchmanGlobStatResults(boolean) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the value for the watchmanGlobStatResults attribute.
setWatchmanQueryTimeoutMs(long) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the optional value watchmanQueryTimeoutMs to watchmanQueryTimeoutMs.
setWatchmanQueryTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the optional value watchmanQueryTimeoutMs to watchmanQueryTimeoutMs.
setWatchmanUseGlobGenerator(boolean) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions.Builder
Initializes the value for the watchmanUseGlobGenerator attribute.
setWebServer(WebServer) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value webServer to webServer.
setWebServer(Optional<? extends WebServer>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value webServer to webServer.
setWeightEstimateForTesting(int) - Method in class com.facebook.buck.dalvik.EstimateDexWeightStep
 
setWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification.Builder
Sets or replaces all elements for whitelist sortedSet.
setWhitelistedStringDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails.Builder
Sets or replaces all elements for whitelistedStringDirectories set.
setWhitelistedStringDirs(ImmutableSet<Path>) - Method in class com.facebook.buck.android.FilterResourcesSteps.Builder
 
setWords(Iterable<? extends TargetLiteral>) - Method in class com.facebook.buck.query.SetExpression.Builder
Sets or replaces all elements for words list.
setWorker(BuildTarget) - Method in class com.facebook.buck.js.JsBundleDescriptionArg.Builder
Initializes the value for the worker attribute.
setWorker(BuildTarget) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg.Builder
Initializes the value for the worker attribute.
setWorkerProcessPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the workerProcessPools attribute.
setWorkingDirectory(Path) - Method in class com.facebook.buck.jvm.java.CompilerParameters.Builder
Initializes the value for the workingDirectory attribute.
setWorkspaceName(String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Initializes the optional value workspaceName to workspaceName.
setWorkspaceName(Optional<String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg.Builder
Initializes the optional value workspaceName to workspaceName.
setWritable(Path, boolean) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
setWriteHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Sets or replaces all mappings from the specified map as entries for the writeHeaders map.
setWriter(ConsoleHandlerState.Writer) - Method in interface com.facebook.buck.log.GlobalStateManager.LoggerIsMappedToThreadScope
 
setWriteTimeoutSeconds(int) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the value for the writeTimeoutSeconds attribute.
setXcodeBuildVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value xcodeBuildVersion to xcodeBuildVersion.
setXcodeBuildVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value xcodeBuildVersion to xcodeBuildVersion.
setXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value xcodePrivateHeadersSymlinks to xcodePrivateHeadersSymlinks.
setXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value xcodePrivateHeadersSymlinks to xcodePrivateHeadersSymlinks.
setXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value xcodePrivateHeadersSymlinks to xcodePrivateHeadersSymlinks.
setXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value xcodePrivateHeadersSymlinks to xcodePrivateHeadersSymlinks.
setXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value xcodePrivateHeadersSymlinks to xcodePrivateHeadersSymlinks.
setXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value xcodePrivateHeadersSymlinks to xcodePrivateHeadersSymlinks.
setXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value xcodePrivateHeadersSymlinks to xcodePrivateHeadersSymlinks.
setXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value xcodePrivateHeadersSymlinks to xcodePrivateHeadersSymlinks.
setXcodeProductType(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Initializes the optional value xcodeProductType to xcodeProductType.
setXcodeProductType(Optional<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg.Builder
Initializes the optional value xcodeProductType to xcodeProductType.
setXcodeProductType(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value xcodeProductType to xcodeProductType.
setXcodeProductType(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value xcodeProductType to xcodeProductType.
setXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value xcodePublicHeadersSymlinks to xcodePublicHeadersSymlinks.
setXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg.Builder
Initializes the optional value xcodePublicHeadersSymlinks to xcodePublicHeadersSymlinks.
setXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value xcodePublicHeadersSymlinks to xcodePublicHeadersSymlinks.
setXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg.Builder
Initializes the optional value xcodePublicHeadersSymlinks to xcodePublicHeadersSymlinks.
setXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value xcodePublicHeadersSymlinks to xcodePublicHeadersSymlinks.
setXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg.Builder
Initializes the optional value xcodePublicHeadersSymlinks to xcodePublicHeadersSymlinks.
setXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value xcodePublicHeadersSymlinks to xcodePublicHeadersSymlinks.
setXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg.Builder
Initializes the optional value xcodePublicHeadersSymlinks to xcodePublicHeadersSymlinks.
setXcodeVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value xcodeVersion to xcodeVersion.
setXcodeVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value xcodeVersion to xcodeVersion.
setXctest(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the xctest attribute.
setXzCompressionLevel(int) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value xzCompressionLevel to xzCompressionLevel.
setXzCompressionLevel(Optional<Integer>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg.Builder
Initializes the optional value xzCompressionLevel to xzCompressionLevel.
setYaccCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value yaccCompiler to yaccCompiler.
setYaccCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value yaccCompiler to yaccCompiler.
setZipSafe(boolean) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value zipSafe to zipSafe.
setZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg.Builder
Initializes the optional value zipSafe to zipSafe.
setZipSafe(boolean) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Initializes the optional value zipSafe to zipSafe.
setZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg.Builder
Initializes the optional value zipSafe to zipSafe.
setZipSafe(boolean) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value zipSafe to zipSafe.
setZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg.Builder
Initializes the optional value zipSafe to zipSafe.
severe(String) - Static method in class com.facebook.buck.event.ConsoleEvent
 
severe(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
 
sh_addr - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
 
sh_addralign - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
 
sh_entsize - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
 
sh_flags - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
 
sh_info - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
 
sh_link - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
 
sh_name - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
 
sh_off - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
 
sh_size - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
 
sh_type - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
 
SHA1 - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
Sha1HashCode - Class in com.facebook.buck.util.sha1
A typesafe representation of a SHA-1 hash.
SHALLOW - Static variable in class com.facebook.buck.ide.intellij.aggregation.AggregationMode
 
SHARED_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
SHARED_LIBRARY_SYMLINK_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
SharedConstants - Class in com.facebook.buck.ide.intellij.projectview.shared
Values shared by Project View generator, and various IJ plugins that need to 'know about' Project Views
SharedLibraryInterfaceFactory - Interface in com.facebook.buck.cxx.toolchain
Factory class which produces a BuildRule that generates a shared library interface.
SharedLibraryInterfaceParams - Interface in com.facebook.buck.cxx.toolchain
 
SharedLibraryInterfaceParams.Kind - Enum in com.facebook.buck.cxx.toolchain
 
SharedLibraryInterfaceParams.Type - Enum in com.facebook.buck.cxx.toolchain
The configured mode for shared library interfaces.
ShBinary - Class in com.facebook.buck.shell
 
ShBinary(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePath, ImmutableSet<SourcePath>) - Constructor for class com.facebook.buck.shell.ShBinary
 
ShBinaryDescription - Class in com.facebook.buck.shell
 
ShBinaryDescription() - Constructor for class com.facebook.buck.shell.ShBinaryDescription
 
ShBinaryDescriptionArg - Class in com.facebook.buck.shell
Immutable implementation of ShBinaryDescription.AbstractShBinaryDescriptionArg.
ShBinaryDescriptionArg.Builder - Class in com.facebook.buck.shell
Builds instances of type ShBinaryDescriptionArg.
Shell - Class in com.facebook.buck.shell
 
SHELL_ESCAPER - Static variable in class com.facebook.buck.util.Escaper
Platform-aware shell quoting Function which can be passed to Iterables.transform() TODO(sdwilsh): get proper cmd.EXE escaping implemented on Windows
shellQuoteJoin(Iterable<String>, String) - Static method in class com.facebook.buck.shell.Shell
Quotes all strings using Escaper.escapeAsBashString and joins them using sep.
ShellStep - Class in com.facebook.buck.shell
 
ShellStep(Path) - Constructor for class com.facebook.buck.shell.ShellStep
 
SHORT - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
SHORT_NAME - Static variable in class com.facebook.buck.android.ConcatStep
 
SHORT_NAME - Static variable in class com.facebook.buck.android.SmartDexingStep
 
shorten(Path) - Method in interface com.facebook.buck.cxx.toolchain.PathShortener
 
shouldAlwaysSortThreadsByTime() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
 
shouldCacheBinaries() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
shouldCacheBinaries() - Method in class com.facebook.buck.lua.LuaPlatform
 
shouldCacheBinaries() - Method in class com.facebook.buck.python.PythonBuckConfig
 
shouldCacheLinks() - Method in class com.facebook.buck.cxx.toolchain.CxxBuckConfig
 
shouldCacheLinks() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
shouldClearAndOverwriteMetadataOnDisk() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
 
shouldClose() - Method in interface com.facebook.buck.worker.WorkerProcessProtocol.CommandReceiver
 
shouldClose() - Method in class com.facebook.buck.worker.WorkerProcessProtocolZero.CommandReceiver
 
shouldCompileAgainstAbis() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
shouldDownscale() - Method in class com.facebook.buck.android.FilterResourcesSteps.ResourceFilter
 
shouldExcludeTransitiveTests() - Method in class com.facebook.buck.cli.TestCommand
 
shouldExcludeWin() - Method in class com.facebook.buck.cli.TestCommand
 
shouldExplain() - Method in class com.facebook.buck.cli.TestSelectorOptions
 
shouldExplainTestSelectorList() - Method in class com.facebook.buck.rules.TestRunEvent.Started
 
shouldExplainTestSelectorList() - Method in class com.facebook.buck.test.external.ExternalTestRunEvent.Started
 
shouldExplainTestSelectorList() - Method in class com.facebook.buck.test.TestRunningOptions
 
shouldExplainTestSelectors - Variable in class com.facebook.buck.testrunner.BaseRunner
 
shouldGenerate - Variable in enum com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator.Mode
 
shouldGenerateAbiJar() - Method in class com.facebook.buck.jvm.java.CompilerParameters
 
shouldGenerateAbisFromSource() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
shouldGenerateBFSOutput() - Method in class com.facebook.buck.cli.QueryCommand
 
shouldGenerateDotOutput() - Method in class com.facebook.buck.cli.AuditClasspathCommand
 
shouldGenerateDotOutput() - Method in class com.facebook.buck.cli.QueryCommand
 
shouldGenerateHeaderSymlinkTreesOnly() - Method in class com.facebook.buck.apple.AppleConfig
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditClasspathCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditConfigCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditFlavorsCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditInputCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditOwnerCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditTestsCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.QueryCommand
 
shouldGenerateStatistics() - Method in class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
 
shouldGenerateTabbedOutput() - Method in class com.facebook.buck.cli.AuditConfigCommand
 
shouldIncludeTests() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
shouldInstallViaSd() - Method in class com.facebook.buck.cli.InstallCommand
 
shouldKeepGoing() - Method in class com.facebook.buck.rules.CachingBuildEngine.DefaultBuildRuleBuilderDelegate
 
shouldKeepUserData() - Method in class com.facebook.buck.cli.UninstallCommand.UninstallOptions
 
shouldMergeHeaderMapsInXcodeProject() - Method in class com.facebook.buck.apple.AppleConfig
 
shouldOutputAttributes() - Method in class com.facebook.buck.cli.QueryCommand
 
shouldPrintBinaryRunInformation() - Method in enum com.facebook.buck.util.Verbosity
 
shouldPrintCommand() - Method in enum com.facebook.buck.util.Verbosity
 
shouldPrintOutput() - Method in enum com.facebook.buck.util.Verbosity
 
shouldPrintSelectCommandOutput() - Method in enum com.facebook.buck.util.Verbosity
 
shouldPrintStandardInformation() - Method in enum com.facebook.buck.util.Verbosity
 
shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.android.AidlStep
 
shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.android.DxStep
 
shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.android.NdkBuildStep
 
shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.shell.ShellStep
 
shouldPrintStdout(Verbosity) - Method in class com.facebook.buck.android.DxStep
 
shouldPrintStdout(Verbosity) - Method in class com.facebook.buck.shell.ShellStep
 
shouldReportAbsolutePaths() - Method in class com.facebook.buck.cli.BuildCommand
 
shouldReportAbsolutePaths() - Method in class com.facebook.buck.step.ExecutionContext
 
shouldSanitizeOutputBinary() - Method in interface com.facebook.buck.cxx.toolchain.Compiler
 
shouldSanitizeOutputBinary() - Method in class com.facebook.buck.cxx.toolchain.DefaultCompiler
 
shouldSanitizeOutputBinary() - Method in class com.facebook.buck.cxx.toolchain.WindowsCompiler
 
shouldShowTransitiveDependencies() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
shouldStartActivity() - Method in class com.facebook.buck.cli.InstallCommand
 
shouldTrackClassUsage() - Method in class com.facebook.buck.jvm.java.CompilerParameters
 
shouldUninstallFirst() - Method in class com.facebook.buck.cli.InstallCommand
 
shouldUploadResultingArtifact() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
 
shouldUsedOldBinaryOutputLocation() - Method in class com.facebook.buck.haskell.HaskellPlatform
 
shouldUseHeaderMapsInXcodeProject() - Method in class com.facebook.buck.apple.AppleConfig
 
shouldUseJsonFormat() - Method in class com.facebook.buck.cli.TargetsCommand
Determines if the results should be in JSON format.
shouldUseSwiftDelegate() - Method in class com.facebook.buck.apple.AppleConfig
 
shouldUseVerbosityFlagIfAvailable() - Method in enum com.facebook.buck.util.Verbosity
 
shouldVerifyConstructorArguments() - Method in class com.facebook.buck.io.ProjectFilesystem
For testing purposes, subclasses might want to skip some of the verification done by the constructor on its arguments.
shouldWriteRecordedMetadataToDiskAfterBuilding() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
 
ShowOptions - Class in com.facebook.buck.cli
Immutable implementation of TargetsCommand.AbstractShowOptions.
ShowOptions.Builder - Class in com.facebook.buck.cli
Builds instances of type ShowOptions.
showTopSlowBuildRules(ImmutableList.Builder<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
ShTest - Class in com.facebook.buck.shell
Test whose correctness is determined by running a specified shell script.
ShTest(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, ImmutableList<Arg>, ImmutableMap<String, Arg>, ImmutableSortedSet<? extends SourcePath>, Optional<Long>, boolean, Set<String>, Optional<String>, ImmutableSet<String>) - Constructor for class com.facebook.buck.shell.ShTest
 
ShTestDescription - Class in com.facebook.buck.shell
 
ShTestDescription(Optional<Long>) - Constructor for class com.facebook.buck.shell.ShTestDescription
 
ShTestDescriptionArg - Class in com.facebook.buck.shell
Immutable implementation of ShTestDescription.AbstractShTestDescriptionArg.
ShTestDescriptionArg.Builder - Class in com.facebook.buck.shell
Builds instances of type ShTestDescriptionArg.
Shutdown() - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Shutdown
 
shutdown(ExecutorService, long, TimeUnit) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
Shutdown service and wait for all it's tasks to terminate.
shutdown() - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
shutDown() - Method in class com.facebook.buck.util.perf.ProcessTracker
 
shutdownInput() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
 
shutdownNow() - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
shutdownOrThrow(ExecutorService, long, TimeUnit, RuntimeException) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
Cancel the processing being carried out by the given service and waits for the processing to complete.
shutdownOutput() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
 
shutdownSoon(int) - Method in class com.facebook.buck.util.shutdown.NonReentrantSystemExit
 
shuttingDown() - Method in class com.facebook.buck.parser.ParsePipeline
 
SIGHUP - Static variable in class com.facebook.buck.util.Libc.Constants
 
signal(int, Pointer) - Method in interface com.facebook.buck.util.Libc
 
SimctlListOutputParsing - Class in com.facebook.buck.apple.simulator
Utility class to parse the output of `xcrun simctl list`.
simple(Object, Class<?>) - Static method in exception com.facebook.buck.rules.coercer.CoerceFailedException
 
simple(Object, Class<?>, String) - Static method in exception com.facebook.buck.rules.coercer.CoerceFailedException
 
SimpleConsoleEventBusListener - Class in com.facebook.buck.event.listener
Implementation of AbstractConsoleEventBusListener for terminals that don't support ansi.
SimpleConsoleEventBusListener(Console, Clock, TestResultSummaryVerbosity, boolean, int, Locale, Path, ExecutionEnvironment) - Constructor for class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
simpleLeafEventFinished(LeafEvents.SimpleLeafEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
simpleLeafEventFinished(LeafEvents.SimpleLeafEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
simpleLeafEventStarted(LeafEvents.SimpleLeafEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
simpleLeafEventStarted(LeafEvents.SimpleLeafEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
SimpleMacroExpander - Class in com.facebook.buck.rules.macros
A macro expander with no inputs or precomputed work
SimpleMacroExpander() - Constructor for class com.facebook.buck.rules.macros.SimpleMacroExpander
 
simplePerfEvent(SimplePerfEvent) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
SimplePerfEvent - Class in com.facebook.buck.event
An implementation of BuckEvents used for gathering performance statistics.
SimplePerfEvent(EventKey) - Constructor for class com.facebook.buck.event.SimplePerfEvent
 
SimplePerfEvent.Finished - Class in com.facebook.buck.event
 
SimplePerfEvent.Scope - Interface in com.facebook.buck.event
Represents the scope within which a particular performance operation is taking place.
SimplePerfEvent.Started - Interface in com.facebook.buck.event
 
SimplePerfEvent.Type - Enum in com.facebook.buck.event
 
SimpleProcessListener - Class in com.facebook.buck.util
Implementation of ListeningProcessExecutor.ProcessListener which decodes bytes to and from Java String data and stores the result in memory.
SimpleProcessListener() - Constructor for class com.facebook.buck.util.SimpleProcessListener
Constructs a SimpleProcessListener which closes stdin immediately and stores UTF-8 data received on stdout and stderr in memory.
SimpleProcessListener(CharSequence) - Constructor for class com.facebook.buck.util.SimpleProcessListener
Constructs a SimpleProcessListener which writes nextStdInToWrite to stdin encoded in UTF-8, closes it, and stores UTF-8 data received on stdout and stderr in memory.
SimpleProcessListener(CharSequence, Charset) - Constructor for class com.facebook.buck.util.SimpleProcessListener
Constructs a SimpleProcessListener which writes nextStdInToWrite to stdin encoded using charset, closes it, and stores data decoded using charset received on stdout and stderr in memory.
SimpleProcessListener(Iterator<CharBuffer>, Charset) - Constructor for class com.facebook.buck.util.SimpleProcessListener
Constructs a SimpleProcessListener which writes data from nextStdInToWrite to stdin encoded using charset, closes it, and stores data decoded using charset received on stdout and stderr in memory.
SimpleTestSelector - Class in com.facebook.buck.test.selectors
A TestDescription will match if this selector's class-part is identical to the TestDescriptions class name (same for the method name).
SimpleTestSelector(String, String) - Constructor for class com.facebook.buck.test.selectors.SimpleTestSelector
 
simplify(int, Iterable<IjFolder>, Path, ImmutableSet<Path>) - Method in class com.facebook.buck.ide.intellij.IjSourceRootSimplifier
Merges IjFolders of the same type and package prefix.
SingleBuildRuleKeyCache<V> - Class in com.facebook.buck.rules.keys
A RuleKey cache used by a RuleKeyFactory.
SingleBuildRuleKeyCache() - Constructor for class com.facebook.buck.rules.keys.SingleBuildRuleKeyCache
 
SingleThreadedBuildRuleResolver - Class in com.facebook.buck.rules
Provides a mechanism for mapping between a BuildTarget and the BuildRule it represents.
SingleThreadedBuildRuleResolver(TargetGraph, TargetNodeToBuildRuleTransformer) - Constructor for class com.facebook.buck.rules.SingleThreadedBuildRuleResolver
 
SingleThreadedBuildRuleResolver(TargetGraph, TargetNodeToBuildRuleTransformer, BuckEventBus) - Constructor for class com.facebook.buck.rules.SingleThreadedBuildRuleResolver
 
singleton() - Static method in class com.facebook.buck.log.GlobalStateManager
 
SingletonArtifactCacheFactory - Class in com.facebook.buck.artifact_cache
 
SingletonArtifactCacheFactory(ArtifactCache) - Constructor for class com.facebook.buck.artifact_cache.SingletonArtifactCacheFactory
 
SingletonBuildTargetPattern - Class in com.facebook.buck.model
A pattern that matches only one build target.
SingleUriService - Class in com.facebook.buck.slb
 
SingleUriService(URI, OkHttpClient) - Constructor for class com.facebook.buck.slb.SingleUriService
 
size() - Method in class com.facebook.buck.android.AndroidPrebuiltAarCollection
 
size() - Method in class com.facebook.buck.rules.Manifest
 
size() - Method in class com.facebook.buck.util.autosparse.ManifestTrie
 
size() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
sizeEstimate(SortedSet<T>) - Static method in class com.facebook.buck.util.collect.SortedSets
 
SizeLimiter - Class in com.facebook.buck.rules.keys
A class that keeps track of size and throws an exception if the size limit is exceeded.
SizeLimiter.SizeLimitException - Exception in com.facebook.buck.rules.keys
 
SizeLimitException() - Constructor for exception com.facebook.buck.rules.keys.SizeLimiter.SizeLimitException
 
sizeOfSectionHeader(boolean) - Static method in class com.facebook.buck.macho.SectionUtils
 
sizeOfStringTableEntryWithContents(String) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
 
SizeUnit - Enum in com.facebook.buck.util.unit
 
skip(long) - Method in interface com.facebook.buck.util.RichStream
 
skipped(int) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener.MultiFetchRequestEvents
 
SkylarkFilesystem - Class in com.facebook.buck.io.filesystem
FileSystem implementation that uses underlying ProjectFilesystem to resolve Paths to Path and perform most of the operations by delegation.
SkylarkProjectBuildFileParser - Class in com.facebook.buck.skylark.parser
Parser for build files written using Skylark syntax.
slaveRunId() - Method in class com.facebook.buck.distributed.BuildRuleStats
 
SlbBuckConfig - Class in com.facebook.buck.slb
 
SlbBuckConfig(BuckConfig, String) - Constructor for class com.facebook.buck.slb.SlbBuckConfig
 
slice(ByteBuffer, int) - Static method in class com.facebook.buck.android.resources.ResChunk
 
slice(ByteBuffer, int, int) - Static method in class com.facebook.buck.android.resources.ResChunk
 
slice(ResourceTable, Map<Integer, Integer>) - Static method in class com.facebook.buck.android.resources.ResourceTable
 
slice(ResTablePackage, Map<Integer, Integer>) - Static method in class com.facebook.buck.android.resources.ResTablePackage
 
slice(ResTableType, int) - Static method in class com.facebook.buck.android.resources.ResTableType
 
slice(ResTableTypeSpec, int) - Static method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
SlowVersionControlStats - Class in com.facebook.buck.util.versioncontrol
Immutable implementation of AbstractSlowVersionControlStats.
SlowVersionControlStats.Builder - Class in com.facebook.buck.util.versioncontrol
Builds instances of type SlowVersionControlStats.
SmartDexingStep - Class in com.facebook.buck.android
Optimized dx command runner which can invoke multiple dx commands in parallel and also avoid doing unnecessary dx invocations in the first place.
SmartDexingStep(BuildContext, ProjectFilesystem, Path, Supplier<Set<Path>>, Optional<Path>, Optional<Supplier<Multimap<Path, Path>>>, SmartDexingStep.DexInputHashesProvider, Path, EnumSet<DxStep.Option>, ListeningExecutorService, Optional<Integer>, Optional<String>) - Constructor for class com.facebook.buck.android.SmartDexingStep
 
SmartDexingStep.DexInputHashesProvider - Interface in com.facebook.buck.android
 
soname(String) - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
soname(String) - Method in class com.facebook.buck.cxx.toolchain.linker.GnuLinker
 
soname(String) - Method in interface com.facebook.buck.cxx.toolchain.linker.Linker
 
soname(String) - Method in class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
sort(TraversableGraph<T>) - Static method in class com.facebook.buck.graph.TopologicalSort
 
sorted() - Static method in class com.facebook.buck.util.ImmutableMapWithNullValues.Builder
 
sorted() - Method in interface com.facebook.buck.util.RichStream
 
sorted(Comparator<? super T>) - Method in interface com.facebook.buck.util.RichStream
 
SortedMapTypeCoercer<K extends Comparable<K>,V> - Class in com.facebook.buck.rules.coercer
 
SortedSets - Class in com.facebook.buck.util.collect
 
SortedSetTypeCoercer<T extends Comparable<? super T>> - Class in com.facebook.buck.rules.coercer
 
sortFilesByAccessTime(File[]) - Static method in class com.facebook.buck.io.MoreFiles
Does an in-place sort of the specified files array.
sortIntoPrimaryAndSecondaryDexes(ProjectFilesystem, ImmutableList.Builder<Step>) - Method in class com.facebook.buck.android.PreDexedFilesSorter
 
SOURCE_ABI_FLAVOR - Static variable in interface com.facebook.buck.jvm.java.HasJavaAbi
 
SOURCE_MAP - Static variable in class com.facebook.buck.js.JsFlavors
 
SOURCE_MAP - Static variable in class com.facebook.buck.js.ReactNativeFlavors
 
SOURCE_MAP_DOMAIN - Static variable in class com.facebook.buck.js.JsFlavors
 
SOURCE_MAP_OUTPUT_FORMAT - Static variable in class com.facebook.buck.js.ReactNativeBundle
 
SOURCE_ROOT - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
SourceAbiCompatibleVisitor - Class in com.facebook.buck.jvm.java.abi
This class fixes up a few details of class ABIs so that they match the way source ABIs generate the same details.
SourceAbiCompatibleVisitor(ClassVisitor) - Constructor for class com.facebook.buck.jvm.java.abi.SourceAbiCompatibleVisitor
 
sourceAbisAllowed - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
SourceBasedAbiStubber - Class in com.facebook.buck.jvm.java.abi
 
SourceCodeWillNotCompileException - Exception in com.facebook.buck.jvm.java.abi.source.api
Thrown when an ABI cannot be generated from source because the source code will not compile.
SourceCodeWillNotCompileException() - Constructor for exception com.facebook.buck.jvm.java.abi.source.api.SourceCodeWillNotCompileException
 
SourceControlInfo - Class in com.facebook.buck.doctor.config
Immutable implementation of AbstractSourceControlInfo.
SourceFolder - Class in com.facebook.buck.ide.intellij.model.folders
A path which contains a set of sources we wish to present to IntelliJ.
SourceFolder(Path, boolean, ImmutableSortedSet<Path>) - Constructor for class com.facebook.buck.ide.intellij.model.folders.SourceFolder
 
SourceFolder(Path, boolean) - Constructor for class com.facebook.buck.ide.intellij.model.folders.SourceFolder
 
SourceFolder(Path) - Constructor for class com.facebook.buck.ide.intellij.model.folders.SourceFolder
 
SourceJar(BuildTarget, ProjectFilesystem, BuildRuleParams, ImmutableSortedSet<SourcePath>, Optional<String>, Optional<SourcePath>, MavenUberJar.TraversedDeps) - Constructor for class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
 
SourceList - Class in com.facebook.buck.rules.coercer
Immutable implementation of AbstractSourceList.
SourceList.Builder - Class in com.facebook.buck.rules.coercer
Builds instances of type SourceList.
SourceListTypeCoercer - Class in com.facebook.buck.rules.coercer
 
sourcePath - Variable in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
 
SourcePath - Interface in com.facebook.buck.rules
Represents a source that is required to build a rule (typically a file).
SourcePathArg - Class in com.facebook.buck.rules.args
An Arg which wraps a SourcePath.
sourcePathExt(SourcePathResolver, String...) - Static method in class com.facebook.buck.ocaml.OcamlUtil
 
sourcePathResolver - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
SourcePathResolver - Interface in com.facebook.buck.rules
 
SourcePathRuleFinder - Class in com.facebook.buck.rules
 
SourcePathRuleFinder(BuildRuleResolver) - Constructor for class com.facebook.buck.rules.SourcePathRuleFinder
 
SourcePathTypeCoercer - Class in com.facebook.buck.rules.coercer
 
SourceRoot - Class in com.facebook.buck.rules
 
SourceRoot(String) - Constructor for class com.facebook.buck.rules.SourceRoot
 
SourceTreePath - Class in com.facebook.buck.apple.xcode.xcodeproj
Utility class representing a tuple of (SourceTree, Path) used for uniquely describing a file reference in a group.
SourceTreePath(PBXReference.SourceTree, Path, Optional<String>) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
SourceWithFlags - Class in com.facebook.buck.rules
Simple type representing a SourcePath and a list of file-specific flags.
SourceWithFlags.Builder - Class in com.facebook.buck.rules
Builds instances of type SourceWithFlags.
SourceWithFlagsList - Class in com.facebook.buck.rules.coercer
Simple type representing a list of SourceWithFlags.
SourceWithFlagsList.Builder - Class in com.facebook.buck.rules.coercer
Builds instances of type SourceWithFlagsList.
SourceWithFlagsListTypeCoercer - Class in com.facebook.buck.rules.coercer
 
SourceWithFlagsTypeCoercer - Class in com.facebook.buck.rules.coercer
A type coercer to handle source entries with a list of flags.
SparseRefreshFailed(AutoSparseStateEvents.SparseRefreshStarted, String) - Constructor for class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshFailed
 
SparseRefreshFinished(AutoSparseStateEvents.SparseRefreshStarted, SparseSummary) - Constructor for class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshFinished
 
SparseRefreshStarted() - Constructor for class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshStarted
 
SparseSummary - Class in com.facebook.buck.util.versioncontrol
Immutable implementation of AbstractSparseSummary.
SparseSummary.Builder - Class in com.facebook.buck.util.versioncontrol
Builds instances of type SparseSummary.
splitOnCommonPrefix(Iterable<Path>) - Static method in class com.facebook.buck.io.MorePaths
 
splitPath(Path) - Static method in class com.facebook.buck.apple.clang.HeaderMap.Builder
 
SplitResources - Class in com.facebook.buck.android
 
SplitResources(BuildTarget, ProjectFilesystem, SourcePathRuleFinder, SourcePath, SourcePath) - Constructor for class com.facebook.buck.android.SplitResources
 
splitZip(ProjectFilesystem, Set<Path>, Path, Path, String, Path, long, Predicate<String>, Set<String>, ImmutableSet<String>, ImmutableSet<String>, ImmutableMultimap<APKModule, String>, APKModule, ZipSplitter.DexSplitStrategy, ZipSplitter.CanaryStrategy, Path) - Static method in class com.facebook.buck.dalvik.DalvikAwareZipSplitter
 
SplitZipStep - Class in com.facebook.buck.android
Split zipping tool designed to divide input code blobs into a set of output jar files such that none will exceed the DexOpt LinearAlloc limit or the dx method limit when passed through dx --dex.
SplitZipStep(ProjectFilesystem, Set<Path>, Path, Path, Path, String, Path, Path, Optional<Path>, Optional<Path>, boolean, DexSplitMode, Optional<Path>, Optional<Path>, Optional<Path>, Optional<Path>, ImmutableMultimap<APKModule, Path>, ImmutableSortedMap<APKModule, ImmutableSortedSet<APKModule>>, APKModule, Path) - Constructor for class com.facebook.buck.android.SplitZipStep
 
SQLiteArtifactCache - Class in com.facebook.buck.artifact_cache
Implementation of ArtifactCache using SQLite.
SQLiteArtifactCacheEvent - Class in com.facebook.buck.artifact_cache
 
SQLiteArtifactCacheEvent.Finished - Class in com.facebook.buck.artifact_cache
 
SQLiteArtifactCacheEvent.SQLiteArtifactCacheEventFactory - Class in com.facebook.buck.artifact_cache
 
SQLiteArtifactCacheEvent.Started - Class in com.facebook.buck.artifact_cache
 
SQLiteArtifactCacheEventFactory() - Constructor for class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent.SQLiteArtifactCacheEventFactory
 
SQLiteBuildInfoStore - Class in com.facebook.buck.rules
 
SQLiteBuildInfoStore(ProjectFilesystem) - Constructor for class com.facebook.buck.rules.SQLiteBuildInfoStore
 
SQLiteCacheEntry - Class in com.facebook.buck.artifact_cache
Immutable implementation of ArtifactCacheBuckConfig.AbstractSQLiteCacheEntry.
SQLiteCacheEntry.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type SQLiteCacheEntry.
SQLiteUtils - Class in com.facebook.buck.sqlite
 
SRC_JAR - Static variable in interface com.facebook.buck.jvm.java.Javac
 
SRC_JAR - Static variable in interface com.facebook.buck.jvm.java.JavaLibrary
It's possible to ask a JavaLibrary to collect its own sources and build a source jar.
SRC_ZIP - Static variable in interface com.facebook.buck.jvm.java.Javac
 
srcs - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
srcs - Variable in class com.facebook.buck.shell.Genrule
The order in which elements are specified in the srcs attribute of a genrule matters.
SrcZipAwareFileBundler - Class in com.facebook.buck.zip.rules
 
SrcZipAwareFileBundler(BuildTarget) - Constructor for class com.facebook.buck.zip.rules.SrcZipAwareFileBundler
 
SrcZipAwareFileBundler(Path) - Constructor for class com.facebook.buck.zip.rules.SrcZipAwareFileBundler
 
ssid - Variable in class com.facebook.buck.util.environment.Network
 
st_bind - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info
 
st_info - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry
 
st_name - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry
 
st_other - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry
 
st_shndx - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry
 
st_size - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry
 
st_type - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info
 
st_value - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry
 
Stab - Class in com.facebook.buck.macho
Symbolic debugger symbols.
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
 
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
 
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
This method is used to generate stable GIDs and must be stable for identical contents.
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTargetDependency
 
StackedDownloader - Class in com.facebook.buck.file
A Downloader which is composed of many other downloaders.
StackedFileHashCache - Class in com.facebook.buck.util.cache
Wraps a collection of ProjectFilesystem-specific ProjectFileHashCaches as a single cache, implementing a Chain of Responsibility to find and forward operations to the correct inner cache.
StackedFileHashCache(ImmutableList<? extends ProjectFileHashCache>) - Constructor for class com.facebook.buck.util.cache.StackedFileHashCache
 
STAMPEDE_ID_ARG_NAME - Static variable in class com.facebook.buck.cli.AbstractDistBuildCommand
 
STAMPEDE_SECTION - Static variable in class com.facebook.buck.distributed.DistBuildConfig
 
stampedeId - Variable in class com.facebook.buck.distributed.DistBuildClientExecutor.ExecutionResult
 
stampedeId() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
StandalonePackageType - Class in com.facebook.buck.jvm.java.abi.source
 
StandalonePackageType(ArtificialPackageElement) - Constructor for class com.facebook.buck.jvm.java.abi.source.StandalonePackageType
 
StandardJavaFileManagerFactory - Interface in com.facebook.buck.jvm.java
Allows the use of custom StandardJavaFileManagers for use with javac.
start() - Method in class com.facebook.buck.distributed.ThriftCoordinatorClient
 
start() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
 
start() - Method in class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
 
start() - Method in interface com.facebook.buck.util.concurrent.WorkThreadTrackingFuture.WorkThreadTracker
Notify that work has started.
startActivity(SourcePathResolver, HasInstallableApk, String, boolean) - Method in class com.facebook.buck.android.AdbHelper
 
startActivity(SourcePathResolver, HasInstallableApk, String, boolean) - Method in interface com.facebook.buck.android.exopackage.AndroidDevicesHelper
 
StartActivityEvent - Class in com.facebook.buck.event
Events for timing the starting of android events.
StartActivityEvent(EventKey, BuildTarget, String) - Constructor for class com.facebook.buck.event.StartActivityEvent
 
StartActivityEvent.Finished - Class in com.facebook.buck.event
 
StartActivityEvent.Started - Class in com.facebook.buck.event
 
startActivityFinished(StartActivityEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
startActivityStarted(StartActivityEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
startBuild(StampedeId) - Method in class com.facebook.buck.distributed.DistBuildService
 
startCleaningDirectory(Path) - Method in class com.facebook.buck.io.AsynchronousDirectoryContentsCleaner
Starts cleaning the configured directory in the background.
startDocument() - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
 
started() - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.StoreEvents
 
started() - Static method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
 
Started() - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent.Started
 
Started(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Started
 
Started(ArtifactCacheEvent.Operation, ImmutableSet<RuleKey>, Optional<String>) - Constructor for class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.Started
 
Started(HttpArtifactCacheEvent.Scheduled) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Started
 
Started(ArtifactCacheEvent.Operation, ImmutableSet<RuleKey>) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Started
 
Started(ArtifactCacheEvent.Operation, ImmutableSet<RuleKey>, Optional<String>) - Constructor for class com.facebook.buck.artifact_cache.SQLiteArtifactCacheEvent.Started
 
started() - Static method in class com.facebook.buck.event.ActionGraphEvent
 
Started() - Constructor for class com.facebook.buck.event.ActionGraphEvent.Started
 
started(ArtifactCompressionEvent.Operation, ImmutableSet<RuleKey>) - Static method in class com.facebook.buck.event.ArtifactCompressionEvent
 
Started(ArtifactCompressionEvent.Operation, ImmutableSet<RuleKey>) - Constructor for class com.facebook.buck.event.ArtifactCompressionEvent.Started
 
started(String, ImmutableList<String>, boolean, long) - Static method in class com.facebook.buck.event.CommandEvent
 
started(BuildTarget, String, String, ImmutableMap<String, String>) - Static method in class com.facebook.buck.event.CompilerPluginDurationEvent
 
Started(BuildTarget, String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.event.CompilerPluginDurationEvent.Started
 
started(BuildTarget) - Static method in class com.facebook.buck.event.InstallEvent
 
Started(BuildTarget) - Constructor for class com.facebook.buck.event.InstallEvent.Started
 
started() - Static method in class com.facebook.buck.event.ProjectGenerationEvent
 
Started() - Constructor for class com.facebook.buck.event.ProjectGenerationEvent.Started
 
started(PerfEventId, ImmutableMap<String, Object>) - Static method in class com.facebook.buck.event.SimplePerfEvent
started(PerfEventId) - Static method in class com.facebook.buck.event.SimplePerfEvent
started(PerfEventId, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
started(PerfEventId, String, Object, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
started(BuildTarget, String) - Static method in class com.facebook.buck.event.StartActivityEvent
 
Started(BuildTarget, String) - Constructor for class com.facebook.buck.event.StartActivityEvent.Started
 
started(String) - Static method in class com.facebook.buck.event.UninstallEvent
 
Started(String) - Constructor for class com.facebook.buck.event.UninstallEvent.Started
 
started() - Static method in class com.facebook.buck.event.WatchmanStatusEvent
 
Started() - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.Started
 
started(URI) - Static method in class com.facebook.buck.file.DownloadEvent
 
Started(URI) - Constructor for class com.facebook.buck.file.DownloadEvent.Started
 
Started() - Constructor for class com.facebook.buck.json.ProjectBuildFileParseEvents.Started
 
started(TaskEvent) - Method in class com.facebook.buck.jvm.java.abi.source.ValidatingTaskListener
 
started(BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Static method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
Started(BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Started
 
started(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTask
 
started(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.BuckJavacTaskListenerProxy
 
started(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.PostEnterTaskListener
 
started(TaskEventMirror) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerProxy
 
started(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerWrapper
 
started(TaskEventMirror) - Method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskListener
 
started(BuildTarget, JavacPhaseEvent.Phase, ImmutableMap<String, String>) - Static method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
 
Started(BuildTarget, JavacPhaseEvent.Phase, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Started
 
started(TaskEventMirror) - Method in class com.facebook.buck.jvm.java.tracing.TracingTaskListener
 
started(Path) - Static method in class com.facebook.buck.parser.events.ParseBuckFileEvent
 
Started(Path) - Constructor for class com.facebook.buck.parser.events.ParseBuckFileEvent.Started
 
started(Iterable<BuildTarget>) - Static method in class com.facebook.buck.parser.ParseEvent
 
Started(Iterable<BuildTarget>) - Constructor for class com.facebook.buck.parser.ParseEvent.Started
 
started(Iterable<String>) - Static method in class com.facebook.buck.rules.BuildEvent
 
Started(ImmutableSet<String>) - Constructor for class com.facebook.buck.rules.BuildEvent.Started
 
started(BuildRule, BuildRuleDurationTracker) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
started(Iterable<String>) - Static method in class com.facebook.buck.rules.IndividualTestEvent
 
Started(int) - Constructor for class com.facebook.buck.rules.IndividualTestEvent.Started
 
started(boolean, TestSelectorList, boolean, ImmutableSet<String>) - Static method in class com.facebook.buck.rules.TestRunEvent
 
Started(int, boolean, TestSelectorList, boolean, ImmutableSet<String>) - Constructor for class com.facebook.buck.rules.TestRunEvent.Started
 
started(TestStatusMessage) - Static method in class com.facebook.buck.rules.TestStatusMessageEvent
 
Started(TestStatusMessage) - Constructor for class com.facebook.buck.rules.TestStatusMessageEvent.Started
 
started(UUID, String, String) - Static method in class com.facebook.buck.rules.TestSummaryEvent
 
Started(UUID, String, String) - Constructor for class com.facebook.buck.rules.TestSummaryEvent.Started
 
started(String, String, UUID) - Static method in class com.facebook.buck.step.StepEvent
 
Started(String, String, UUID) - Constructor for class com.facebook.buck.step.StepEvent.Started
 
started(boolean, TestSelectorList, boolean, ImmutableSet<String>) - Static method in class com.facebook.buck.test.external.ExternalTestRunEvent
 
Started(int, boolean, TestSelectorList, boolean, ImmutableSet<String>) - Constructor for class com.facebook.buck.test.external.ExternalTestRunEvent.Started
 
started(BuildTarget) - Static method in class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent
 
Started(BuildTarget) - Constructor for class com.facebook.buck.test.external.ExternalTestSpecCalculationEvent.Started
 
started(BuildTarget) - Static method in class com.facebook.buck.test.TestRuleEvent
 
Started(BuildTarget) - Constructor for class com.facebook.buck.test.TestRuleEvent.Started
 
started() - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent
 
startElement(String, String, String, Attributes) - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
 
Starter - Interface in com.facebook.buck.lua
An interface which builds a Lua starter executable.
startProcess(ProcessBuilder) - Static method in class com.facebook.buck.util.BgProcessKiller
Use this method instead of ProcessBuilder.start() in order to properly synchronize with signal handling.
startProcess(NuProcessBuilder) - Static method in class com.facebook.buck.util.BgProcessKiller
Use this method instead of NuProcessBuilder.start() in order to properly synchronize with signal handling.
startRenderScheduler(long, TimeUnit) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
Schedules a runnable that updates the console output at a fixed interval.
startSimplePerfEvent(String, long) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
There could be several perf events with the same name.
startSimplePerfEvent(String, long) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
startSimplePerfEvent(String, long) - Method in class com.facebook.buck.oop_javac.OutOfProcessJavacEventSink
 
startSimulator(String, long) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
Starts up the iOS simulator, blocking the calling thread until the simulator boots or timeoutMillis passes, whichever happens first.
startTimer(DistBuildClientStatsTracker.DistBuildClientStat) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
 
startTimer(DistBuildSlaveTimingStatsTracker.SlaveEvents) - Method in class com.facebook.buck.distributed.DistBuildSlaveTimingStatsTracker
 
startUp() - Method in class com.facebook.buck.util.perf.ProcessTracker
 
startWorkerProcess() - Method in class com.facebook.buck.worker.WorkerProcessPool
 
stat(Path, boolean) - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
STATIC_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
STATIC_PIC_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
StaticBreadthFirstTraversal(Node, AbstractBreadthFirstThrowingTraversal.Visitor<Node, RuntimeException>) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal.StaticBreadthFirstTraversal
 
StaticBreadthFirstTraversal(Iterable<? extends Node>, AbstractBreadthFirstThrowingTraversal.Visitor<Node, RuntimeException>) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal.StaticBreadthFirstTraversal
 
StaticStateAnalyzer - Class in com.facebook.buck.tools.dxanalysis
 
Stats(int, Set<DalvikMemberReference>, Set<DalvikMemberReference>) - Constructor for class com.facebook.buck.dalvik.DalvikStatsTool.Stats
 
StatsTrackingFileHashCacheEngine - Class in com.facebook.buck.util.cache
 
StatsTrackingFileHashCacheEngine(FileHashCacheEngine, String) - Constructor for class com.facebook.buck.util.cache.StatsTrackingFileHashCacheEngine
 
statusCode() - Method in interface com.facebook.buck.slb.HttpResponse
 
statusCode() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
 
statusDidBegin(TestStatusMessage) - Method in interface com.facebook.buck.rules.TestRule.TestReportingCallback
 
statusDidEnd(TestStatusMessage) - Method in interface com.facebook.buck.rules.TestRule.TestReportingCallback
 
statusMessage() - Method in interface com.facebook.buck.slb.HttpResponse
 
statusMessage() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
 
stdlib - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
stdlib - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
stdlib - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
stdlib - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
Step - Interface in com.facebook.buck.step
Steps are executed in the same working directory as the root cell.
STEP_FINISHED - Static variable in interface com.facebook.buck.event.external.events.StepEventExternalInterface
 
STEP_STARTED - Static variable in interface com.facebook.buck.event.external.events.StepEventExternalInterface
 
StepEvent - Class in com.facebook.buck.step
Base class for events about steps.
StepEvent(String, String, UUID) - Constructor for class com.facebook.buck.step.StepEvent
 
StepEvent.Finished - Class in com.facebook.buck.step
 
StepEvent.Started - Class in com.facebook.buck.step
 
StepEventExternalInterface - Interface in com.facebook.buck.event.external.events
Describes a step made by buck when building a target.
StepExecutionResult - Class in com.facebook.buck.step
Immutable implementation of AbstractStepExecutionResult.
StepFailedException - Exception in com.facebook.buck.step
 
StepFailedException(String, Step, int) - Constructor for exception com.facebook.buck.step.StepFailedException
stepFinished(StepEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
stepFinished(StepEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
StepRunner - Interface in com.facebook.buck.step
 
stepStarted(StepEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
stepStarted(StepEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
stop() - Method in class com.facebook.buck.distributed.ThriftCoordinatorClient
 
stop() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
 
stop() - Method in class com.facebook.buck.httpserver.WebServer
 
StopCompilation - Exception in com.facebook.buck.jvm.java.abi.source.api
Thrown by our ABI generating plugin to stop the compiler.
StopCompilation() - Constructor for exception com.facebook.buck.jvm.java.abi.source.api.StopCompilation
 
stopPackage(String) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
stopPackage(String) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
stopScheduler() - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
stopSimplePerfEvent(long) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
stopSimplePerfEvent(long) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
stopSimplePerfEvent(long) - Method in class com.facebook.buck.oop_javac.OutOfProcessJavacEventSink
 
stopTimer(DistBuildClientStatsTracker.DistBuildClientStat) - Method in class com.facebook.buck.distributed.DistBuildClientStatsTracker
 
stopTimer(DistBuildSlaveTimingStatsTracker.SlaveEvents) - Method in class com.facebook.buck.distributed.DistBuildSlaveTimingStatsTracker
 
store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
 
store(ArtifactInfo, BorrowablePath) - Method in interface com.facebook.buck.artifact_cache.ArtifactCache
Store the artifact at path specified by output to cache, such that it can later be fetched using ruleKey as the lookup key.
store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.DirArtifactCache
 
store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
 
store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.MultiArtifactCache
Store the artifact to all encapsulated ArtifactCaches.
store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache
 
store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.RetryingCacheDecorator
 
store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.SQLiteArtifactCache
 
store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
 
store(OutputStream) - Method in class com.facebook.buck.jvm.java.FatJar
Serialize this instance as XML to outputStream.
storeBuildSlaveFinishedStats(StampedeId, RunId, BuildSlaveFinishedStats) - Method in class com.facebook.buck.distributed.DistBuildService
 
storeClient - Variable in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
storeImpl(ArtifactInfo, Path) - Method in class com.facebook.buck.artifact_cache.AbstractAsynchronousCache
 
storeImpl(ArtifactInfo, Path) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCache
 
storeImpl(ArtifactInfo, Path) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCache
 
storeParserState() - Method in class com.facebook.buck.parser.Parser
 
StoreRequest(ArtifactInfo, ByteSource) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.StoreRequest
 
StoreResponseReadResult - Class in com.facebook.buck.artifact_cache
Immutable implementation of HttpArtifactCacheBinaryProtocol.AbstractStoreResponseReadResult.
StoreResponseReadResult.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type StoreResponseReadResult.
StoreResult - Class in com.facebook.buck.artifact_cache
StoreResult.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type StoreResult.
storeScheduled(ArtifactInfo, long) - Method in interface com.facebook.buck.artifact_cache.AbstractAsynchronousCache.CacheEventListener
 
StoreWriteResult - Class in com.facebook.buck.artifact_cache
Immutable implementation of HttpArtifactCacheBinaryProtocol.AbstractStoreWriteResult.
StoreWriteResult.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type StoreWriteResult.
stream() - Method in interface com.facebook.buck.util.zip.JarEntryContainer
 
StreamingWebSocketServlet - Class in com.facebook.buck.httpserver
 
StreamingWebSocketServlet() - Constructor for class com.facebook.buck.httpserver.StreamingWebSocketServlet
 
StreamingWebSocketServlet.MyWebSocket - Class in com.facebook.buck.httpserver
This is the httpserver component of a WebSocket that maintains a session with one client.
STRING - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
STRING_ASSETS_DIR_FORMAT - Static variable in class com.facebook.buck.android.PackageStringAssets
 
StringArg - Class in com.facebook.buck.rules.args
Immutable implementation of AbstractStringArg.
StringExpander - Class in com.facebook.buck.rules.macros
 
StringExpander(String) - Constructor for class com.facebook.buck.rules.macros.StringExpander
 
StringHashing - Class in com.facebook.buck.hashing
 
stringify(Iterable<? extends Arg>, SourcePathResolver) - Static method in interface com.facebook.buck.rules.args.Arg
 
stringify(ImmutableMap<K, ? extends Arg>, SourcePathResolver) - Static method in interface com.facebook.buck.rules.args.Arg
 
stringifyList(Arg, SourcePathResolver) - Static method in interface com.facebook.buck.rules.args.Arg
 
StringPool - Class in com.facebook.buck.android.resources
A StringPool consists of a header: ResChunk_header u32 chunk_type u32 header_size u32 chunk_size u32 string_count u32 style_count u32 flags - 0x1 sorted, 0x100 utf-8 encoded u32 strings_start - byte offset from the beginning to the style data u32 styles_start - byte offset from the beginning to the style data
StringResources - Class in com.facebook.buck.android
Represents string resources of types string, plural and array for a locale.
StringResources(SortedMap<Integer, EnumMap<StringResources.Gender, String>>, SortedMap<Integer, EnumMap<StringResources.Gender, ImmutableMap<String, String>>>, SortedMap<Integer, EnumMap<StringResources.Gender, ImmutableList<String>>>) - Constructor for class com.facebook.buck.android.StringResources
 
StringRuleKeyHasher - Class in com.facebook.buck.rules.keys.hasher
An implementation of RuleKeyHasher that serializes to String.
StringRuleKeyHasher() - Constructor for class com.facebook.buck.rules.keys.hasher.StringRuleKeyHasher
 
strings - Variable in class com.facebook.buck.android.StringResources
 
StringSetOptionHandler - Class in com.facebook.buck.cli
OptionHandler that collects multiple arguments passed to an option in a Set.
StringSetOptionHandler(CmdLineParser, OptionDef, Setter<? super Supplier<ImmutableSet<String>>>) - Constructor for class com.facebook.buck.cli.StringSetOptionHandler
 
StringsUtils - Class in com.facebook.buck.util.string
 
stringTableEntryEndsWithSlash(ByteBuffer, SymTabCommand, Nlist) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
Quick check if Nlist string table entry ends with a slash symbol.
stringTableEntryIsEmptyString(ByteBuffer, SymTabCommand, Nlist) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
Quick check if Nlist string table entry is an empty string value.
stringTableEntryIsNull(Nlist) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
Quick check if Nlist string table entry is a null value.
stringTableEntryStartsWithSlash(ByteBuffer, SymTabCommand, Nlist) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
Quick check if Nlist string table entry starts with a slash symbol.
StringTemplateStep - Class in com.facebook.buck.step.fs
A step that creates an ST by reading a template from templatePath, calls configure to configure it, renders it and writes it out to outputPath.
StringTemplateStep(Path, ProjectFilesystem, Path, ImmutableMap<String, ?>) - Constructor for class com.facebook.buck.step.fs.StringTemplateStep
 
StringWithMacros - Class in com.facebook.buck.rules.macros
A class representing a string containing ordered, embedded, strongly typed macros.
StringWithMacrosArg - Class in com.facebook.buck.rules.args
Packages a StringWithMacros along with necessary objects to implement the Arg interface.
StringWithMacrosTypeCoercer - Class in com.facebook.buck.rules.coercer
 
stripCommonSuffix(Path, Path) - Static method in class com.facebook.buck.io.MorePaths
 
StripLinkable - Class in com.facebook.buck.android
 
StripLinkable(BuildTarget, ProjectFilesystem, ImmutableSortedSet<BuildRule>, Tool, SourcePath, String) - Constructor for class com.facebook.buck.android.StripLinkable
 
stripPathPrefixAndExtension(Path, String) - Static method in class com.facebook.buck.io.MorePaths
 
StrippedObjectDescription - Class in com.facebook.buck.android
Immutable implementation of CopyNativeLibraries.AbstractStrippedObjectDescription.
StrippedObjectDescription.Builder - Class in com.facebook.buck.android
Builds instances of type StrippedObjectDescription.
stripPrefix(Path, Path) - Static method in class com.facebook.buck.io.MorePaths
 
stripPrefix(String, String) - Static method in class com.facebook.buck.util.MoreStrings
 
StripStep - Class in com.facebook.buck.android
Run strip on a binary.
StripStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, Path, Path) - Constructor for class com.facebook.buck.android.StripStep
 
StripStyle - Enum in com.facebook.buck.cxx.toolchain
Defines the level of symbol stripping to be performed on the linked product of the build.
stripSuffix(String, String) - Static method in class com.facebook.buck.util.MoreStrings
 
StubGenerator - Class in com.facebook.buck.jvm.java.abi
 
StubGenerator(SourceVersion, Elements, Messager, JarBuilder, JavacEventSink) - Constructor for class com.facebook.buck.jvm.java.abi.StubGenerator
 
StubJar - Class in com.facebook.buck.jvm.java.abi
 
StubJar(Path) - Constructor for class com.facebook.buck.jvm.java.abi.StubJar
 
StubJar(SourceVersion, Elements, Messager, Iterable<Element>) - Constructor for class com.facebook.buck.jvm.java.abi.StubJar
 
StubJarEntry - Class in com.facebook.buck.jvm.java.abi
 
StubJarEntry() - Constructor for class com.facebook.buck.jvm.java.abi.StubJarEntry
 
SubdirectoryBuildTargetPattern - Class in com.facebook.buck.model
A pattern matches build targets that have the specified ancestor directory.
submit(Runnable, ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
submit(Runnable) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
submit(Runnable, T, ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
submit(Runnable, T) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
submit(Callable<T>, ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
submit(Callable<T>) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
submitAndWaitForJob(String) - Method in class com.facebook.buck.worker.WorkerProcess
 
submitReport(DefectReport) - Method in class com.facebook.buck.doctor.DefaultDefectReporter
 
submitReport(DefectReport) - Method in interface com.facebook.buck.doctor.DefectReporter
 
subscribe(ProcessRegistry.ProcessRegisterCallback) - Method in class com.facebook.buck.util.ProcessRegistry
Subscribes the process register callback.
substringMatches(String) - Method in class com.facebook.buck.util.PatternsMatcher
 
success(BuildRule, BuildRuleSuccessType, CacheResult) - Static method in class com.facebook.buck.rules.BuildResult
 
success(BuildRule, BuildRuleSuccessType, CacheResult, ListenableFuture<Void>) - Static method in class com.facebook.buck.rules.BuildResult
 
SuggestCommand - Class in com.facebook.buck.cli
Command for proposing a fine-grained partitioning of a Java build rule.
SuggestCommand() - Constructor for class com.facebook.buck.cli.SuggestCommand
 
summary - Variable in class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshFinished
 
SuperConsoleConfig - Class in com.facebook.buck.event.listener
 
SuperConsoleConfig(BuckConfig) - Constructor for class com.facebook.buck.event.listener.SuperConsoleConfig
 
SuperConsoleEventBusListener - Class in com.facebook.buck.event.listener
Console that provides rich, updating ansi output about the current build.
SuperConsoleEventBusListener(SuperConsoleConfig, Console, Clock, TestResultSummaryVerbosity, ExecutionEnvironment, Optional<WebServer>, Locale, Path, TimeZone) - Constructor for class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
SuperConsoleEventBusListener(SuperConsoleConfig, Console, Clock, TestResultSummaryVerbosity, ExecutionEnvironment, Optional<WebServer>, Locale, Path, TimeZone, long, long, long, boolean) - Constructor for class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
SUPPORTED_FLAVORS - Static variable in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
 
SUPPORTED_LIBRARY_FLAVORS - Static variable in class com.facebook.buck.apple.AppleBundleDescription
 
SUPPORTED_RESOURCE_DIRECTORIES - Static variable in class com.facebook.buck.android.ResourceFilters
The set of supported directories in resource folders.
SupportedTargetTypeRegistry - Class in com.facebook.buck.ide.intellij
 
SupportedTargetTypeRegistry(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig, JavaPackageFinder) - Constructor for class com.facebook.buck.ide.intellij.SupportedTargetTypeRegistry
 
SupportsDependencyFileRuleKey - Interface in com.facebook.buck.rules.keys
Used to tag a rule that supports dependency-file input-based rule keys.
supportsHardLinksNatively() - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
supportsHeaderMaps() - Method in class com.facebook.buck.cxx.toolchain.ClangPreprocessor
 
supportsHeaderMaps() - Method in class com.facebook.buck.cxx.toolchain.GccPreprocessor
 
supportsHeaderMaps() - Method in interface com.facebook.buck.cxx.toolchain.Preprocessor
 
supportsHeaderMaps() - Method in class com.facebook.buck.cxx.toolchain.WindowsPreprocessor
 
SupportsInputBasedRuleKey - Interface in com.facebook.buck.rules.keys
Used to tag a rule that supports input-based rule keys.
supportsModifications() - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
supportsOmnibusLinking(CxxPlatform) - Method in interface com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable
 
supportsOmnibusLinking(CxxPlatform) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
SupportsPipelining<T extends RulePipelineState> - Interface in com.facebook.buck.rules
The steps required to build this rule locally can run more efficiently when executed immediately after those of a dependency.
supportsPrecompiledHeaders() - Method in class com.facebook.buck.cxx.toolchain.ClangPreprocessor
 
supportsPrecompiledHeaders() - Method in class com.facebook.buck.cxx.toolchain.GccPreprocessor
 
supportsPrecompiledHeaders() - Method in interface com.facebook.buck.cxx.toolchain.Preprocessor
 
supportsPrecompiledHeaders() - Method in class com.facebook.buck.cxx.toolchain.WindowsPreprocessor
 
supportsStreamingTests() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
supportsStreamingTests() - Method in class com.facebook.buck.apple.AppleTest
 
supportsStreamingTests() - Method in class com.facebook.buck.d.DTest
 
supportsStreamingTests() - Method in class com.facebook.buck.go.GoTest
 
supportsStreamingTests() - Method in class com.facebook.buck.jvm.java.JavaTest
 
supportsStreamingTests() - Method in class com.facebook.buck.python.PythonTest
 
supportsStreamingTests() - Method in interface com.facebook.buck.rules.TestRule
 
supportsStreamingTests() - Method in class com.facebook.buck.rust.RustTest
 
supportsStreamingTests() - Method in class com.facebook.buck.shell.ShTest
 
supportsSymbolicLinksNatively() - Method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
supportsThinArchives() - Method in interface com.facebook.buck.cxx.toolchain.Archiver
 
supportsThinArchives() - Method in class com.facebook.buck.cxx.toolchain.BsdArchiver
 
supportsThinArchives() - Method in class com.facebook.buck.cxx.toolchain.GnuArchiver
 
supportsThinArchives() - Method in class com.facebook.buck.cxx.toolchain.WindowsArchiver
 
SuppressForbidden - Annotation Type in com.facebook.buck.annotations
Disables the `ant forbidden-checks` check for disallowed API calls in this class / method / etc.
suspended(BuildRuleEvent.BeginningBuildRuleEvent, RuleKeyFactory<RuleKey>) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
SWIFT_COMPILE_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDescriptions
 
SWIFT_EXTENSION - Static variable in class com.facebook.buck.swift.SwiftDescriptions
 
SWIFT_OBJC_GENERATED_HEADER_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDescriptions
 
SwiftBuckConfig - Class in com.facebook.buck.swift
A Swift-specific "view" of BuckConfig.
SwiftBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.swift.SwiftBuckConfig
 
SwiftCommonArg - Interface in com.facebook.buck.swift
 
SwiftCompile - Class in com.facebook.buck.swift
A build rule which compiles one or more Swift sources into a Swift module.
SwiftDescriptions - Class in com.facebook.buck.swift
 
SwiftLibraryDescription - Class in com.facebook.buck.swift
 
SwiftLibraryDescription(CxxBuckConfig, SwiftBuckConfig, FlavorDomain<CxxPlatform>, FlavorDomain<SwiftPlatform>) - Constructor for class com.facebook.buck.swift.SwiftLibraryDescription
 
SwiftLibraryDescription.Type - Enum in com.facebook.buck.swift
 
SwiftLibraryDescriptionArg - Class in com.facebook.buck.swift
Immutable implementation of SwiftLibraryDescription.AbstractSwiftLibraryDescriptionArg.
SwiftLibraryDescriptionArg.Builder - Class in com.facebook.buck.swift
Builds instances of type SwiftLibraryDescriptionArg.
SwiftPlatform - Class in com.facebook.buck.swift
Interface describing a Swift toolchain and platform to build for.
SwiftPlatform.Builder - Class in com.facebook.buck.swift
Builds instances of type SwiftPlatform.
SwiftPlatforms - Class in com.facebook.buck.swift
 
SwiftPlatformsProvider - Class in com.facebook.buck.swift.toolchain
 
SwiftRuntimeNativeLinkable - Class in com.facebook.buck.swift
Pseudo linkable for representing Swift runtime library's linker arguments.
SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE - Static variable in interface com.facebook.buck.io.windowsfs.WindowsFSLibrary
 
SYMBOLIC_LINK_FLAG_DIRECTORY - Static variable in interface com.facebook.buck.io.windowsfs.WindowsFSLibrary
 
SymbolNameTool - Interface in com.facebook.buck.cxx.toolchain
Provides methods to extract symbol names from native formats (e.g.
Symbols - Class in com.facebook.buck.android.relinker
 
symbolToProviders - Variable in class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder.DependencyInfo
 
SymCopyStep - Class in com.facebook.buck.step.fs
This step copies the content of a directory tree through symlinks, copying only directories.
SymCopyStep(ProjectFilesystem, ImmutableList<Path>, Path) - Constructor for class com.facebook.buck.step.fs.SymCopyStep
 
SymlinkFilesIntoDirectoryStep - Class in com.facebook.buck.shell
Step that takes a collection of entries in a directory and creates a set of read-only symlinks (with the same structure) to the original entries in a new directory.
SymlinkFilesIntoDirectoryStep(ProjectFilesystem, Path, Iterable<Path>, Path) - Constructor for class com.facebook.buck.shell.SymlinkFilesIntoDirectoryStep
 
SymlinkFileStep - Class in com.facebook.buck.step.fs
Immutable implementation of AbstractSymlinkFileStep.
SymlinkFileStep.Builder - Class in com.facebook.buck.step.fs
Builds instances of type SymlinkFileStep.
symlinkInvalidation(ParsingEvent.SymlinkInvalidation) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
symlinkInvalidation(ParsingEvent.SymlinkInvalidation) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
symlinkInvalidation(String) - Static method in class com.facebook.buck.event.ParsingEvent
 
SymlinkInvalidation(String) - Constructor for class com.facebook.buck.event.ParsingEvent.SymlinkInvalidation
 
SymlinkTree - Class in com.facebook.buck.rules
 
SymlinkTree(BuildTarget, ProjectFilesystem, Path, ImmutableMap<Path, SourcePath>) - Constructor for class com.facebook.buck.rules.SymlinkTree
 
SymlinkTreeStep - Class in com.facebook.buck.step.fs
 
SymlinkTreeStep(ProjectFilesystem, Path, ImmutableMap<Path, Path>) - Constructor for class com.facebook.buck.step.fs.SymlinkTreeStep
 
SymTabCommand - Class in com.facebook.buck.macho
Immutable implementation of AbstractSymTabCommand.
SymTabCommandUtils - Class in com.facebook.buck.macho
 
systemIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.ClangPreprocessor
 
systemIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.GccPreprocessor
 
systemIncludeArgs(Iterable<String>) - Method in interface com.facebook.buck.cxx.toolchain.Preprocessor
 
systemIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.WindowsPreprocessor
 
SystemLuaCxxLibrary - Class in com.facebook.buck.lua
 
SystemLuaCxxLibrary(BuildTarget) - Constructor for class com.facebook.buck.lua.SystemLuaCxxLibrary
 
SystemToolProvider - Class in com.facebook.buck.rules
A ToolProvider which returns a HashedFileTool found from searching the system.
SystemToolProvider.Builder - Class in com.facebook.buck.rules
Builds instances of type SystemToolProvider.

T

TagSetCounter - Class in com.facebook.buck.counters
 
TagSetCounter(String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.counters.TagSetCounter
 
take() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
target - Variable in class com.facebook.buck.rules.args.MacroArg
 
TARGET - Static variable in class com.facebook.buck.rules.BuildInfo.MetadataKey
Key for OnDiskBuildInfo to store the build target of the owning build rule.
TARGET - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
TARGET_SOURCE_PATH - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
targetContainsSwiftSourceCode(TargetNode<? extends CxxLibraryDescription.CommonArg, ?>) - Method in class com.facebook.buck.apple.project_generator.ProjectGenerationStateCache
 
TargetCpuType - Enum in com.facebook.buck.android.toolchain
The CPU architectures to target.
TargetDevice - Class in com.facebook.buck.step
Represents information about the device we're targeting.
TargetDevice(TargetDevice.Type, Optional<String>) - Constructor for class com.facebook.buck.step.TargetDevice
 
TargetDevice.Type - Enum in com.facebook.buck.step
 
TargetDeviceCommandLineOptions - Class in com.facebook.buck.cli
 
TargetDeviceCommandLineOptions() - Constructor for class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
targetDeviceOptions() - Method in class com.facebook.buck.cli.InstallCommand
 
targetDeviceOptions() - Method in class com.facebook.buck.cli.UninstallCommand
 
TargetDeviceOptions - Class in com.facebook.buck.step
 
TargetDeviceOptions() - Constructor for class com.facebook.buck.step.TargetDeviceOptions
 
TargetDeviceOptions(boolean, boolean, Optional<String>) - Constructor for class com.facebook.buck.step.TargetDeviceOptions
 
targetGraph - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
TargetGraph - Class in com.facebook.buck.rules
Represents the graph of TargetNodes constructed by parsing the build files.
TargetGraph(MutableDirectedGraph<TargetNode<?, ?>>, ImmutableMap<BuildTarget, TargetNode<?, ?>>) - Constructor for class com.facebook.buck.rules.TargetGraph
 
TargetGraph.NoSuchNodeException - Exception in com.facebook.buck.rules
 
TargetGraphAndBuildTargets - Class in com.facebook.buck.rules
Holds a TargetGraph and a set of BuildTargets.
TargetGraphAndBuildTargets.Builder - Class in com.facebook.buck.rules
Builds instances of type TargetGraphAndBuildTargets.
TargetGraphAndTargets - Class in com.facebook.buck.rules
 
TargetGraphHashing - Class in com.facebook.buck.rules
Utility class to calculate hash codes for build targets in a TargetGraph.
TargetGraphHashing(BuckEventBus, TargetGraph, FileHashLoader, Iterable<TargetNode<?, ?>>) - Constructor for class com.facebook.buck.rules.TargetGraphHashing
 
TargetLiteral - Class in com.facebook.buck.query
A literal set of targets.
TargetLiteral.Builder - Class in com.facebook.buck.query
Builds instances of type TargetLiteral.
TargetNode<T,U extends Description<T>> - Class in com.facebook.buck.rules
A TargetNode represents a node in the target graph which is created by the Parser as a result of parsing BUCK files in a project.
targetNodeContainsSwiftSourceCode(TargetNode<? extends CxxLibraryDescription.CommonArg, ?>) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
TargetNodeFactory - Class in com.facebook.buck.rules
 
TargetNodeFactory(TypeCoercerFactory) - Constructor for class com.facebook.buck.rules.TargetNodeFactory
 
TargetNodeParsePipeline - Class in com.facebook.buck.parser
This implements a multithreaded pipeline for parsing BUCK files.
TargetNodeParsePipeline(PipelineNodeCache.Cache<BuildTarget, TargetNode<?, ?>>, ParserTargetNodeFactory<TargetNode<?, ?>>, ListeningExecutorService, BuckEventBus, boolean, RawNodeParsePipeline) - Constructor for class com.facebook.buck.parser.TargetNodeParsePipeline
Create new pipeline for parsing Buck files.
TargetNodePredicateSpec - Class in com.facebook.buck.parser
Matches all TargetNode objects in a repository that match the given Predicate.
TargetNodes - Class in com.facebook.buck.rules
Utility class to work with TargetNode objects.
TargetNodeSpec - Interface in com.facebook.buck.parser
A specification used by the parser to match TargetNode objects.
TargetNodeSpec.TargetType - Enum in com.facebook.buck.parser
 
TargetNodeToBuildRuleTransformer - Interface in com.facebook.buck.rules
 
TargetNodeTranslator - Class in com.facebook.buck.versions
A helper class which uses reflection to translate BuildTargets in TargetNodes.
TargetNodeTranslator(TypeCoercerFactory, ImmutableList<TargetTranslator<?>>) - Constructor for class com.facebook.buck.versions.TargetNodeTranslator
 
TargetPatternCollector - Class in com.facebook.buck.query
 
TargetPatternEvaluator - Class in com.facebook.buck.cli
 
TargetPatternEvaluator(Cell, BuckConfig, Parser, BuckEventBus, boolean) - Constructor for class com.facebook.buck.cli.TargetPatternEvaluator
 
TargetsCommand - Class in com.facebook.buck.cli
 
TargetsCommand() - Constructor for class com.facebook.buck.cli.TargetsCommand
 
TargetSetExpression - Class in com.facebook.buck.query
A set(word, ..., word) expression or literal set of targets precomputed at parse-time.
TargetSetExpression.Builder - Class in com.facebook.buck.query
Builds instances of type TargetSetExpression.
TargetTranslatable<T> - Interface in com.facebook.buck.versions
Interface for objects which defined how they should be translated in constructor args for versioning.
TargetTranslatorOverridingDescription<A> - Interface in com.facebook.buck.versions
An interface used by descriptions which need to perform custom translations of their constructor args to support versioning.
TargetVariablesQueryEnvironment - Class in com.facebook.buck.query
Provides a view of an existing QueryEnvironment augmented with additional target variables.
TargetVariablesQueryEnvironment(ImmutableMap<String, ImmutableSet<QueryTarget>>, QueryEnvironment) - Constructor for class com.facebook.buck.query.TargetVariablesQueryEnvironment
 
TaskEventMirror - Class in com.facebook.buck.jvm.java.plugin.api
TaskEvent is included with the compiler and is thus not directly accessible from within Buck's class loader.
TaskEventMirror(Object, TaskEventMirror.Kind, JavaFileObject, CompilationUnitTreeProxy, TypeElement) - Constructor for class com.facebook.buck.jvm.java.plugin.api.TaskEventMirror
 
TaskEventMirror.Kind - Enum in com.facebook.buck.jvm.java.plugin.api
 
TaskListenerProxy - Class in com.facebook.buck.jvm.java.plugin.adapter
Implements BuckJavacTaskListener by proxying calls to an inner TaskListener.
TaskListenerProxy(Object) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerProxy
 
TaskListenerWrapper - Class in com.facebook.buck.jvm.java.plugin.adapter
 
TaskListenerWrapper(TaskListener) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerWrapper
 
TeeInputStream - Class in com.facebook.buck.io
Wraps a source InputStream, writing to a destination OutputStream any bytes read from this object.
TeeInputStream(InputStream, OutputStream) - Constructor for class com.facebook.buck.io.TeeInputStream
 
TeeOutputStream - Class in com.facebook.buck.util
An OutputStream which forwards to two OutputStreams.
TeeOutputStream(OutputStream, OutputStream) - Constructor for class com.facebook.buck.util.TeeOutputStream
 
tellClients(BuckEventExternalInterface) - Method in class com.facebook.buck.httpserver.StreamingWebSocketServlet
 
TEMP_PREFIX - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
 
TemplateHandlerDelegate - Interface in com.facebook.buck.httpserver
 
test(Object) - Method in class com.facebook.buck.jvm.java.RemoveClassesPatternsMatcher
 
test(Map<String, Object>, String) - Method in interface com.facebook.buck.util.trace.ChromeTraceParser.ChromeTraceEventMatcher
Tests the specified event to see if it is a match.
TEST_FAILURES_EXIT_CODE - Static variable in class com.facebook.buck.cli.TestRunning
 
TEST_FAILURES_EXIT_CODE - Static variable in class com.facebook.buck.python.PythonRunTestsStep
 
TEST_ONLY - Static variable in enum com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry.BuildFor
 
TEST_RESULT_FILE - Static variable in class com.facebook.buck.testrunner.BuckXmlTestRunListener
 
TEST_RUN_STARTED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
TEST_SUMMARY_SECTION_NAME - Static variable in class com.facebook.buck.test.TestConfig
 
TestableReference(XCScheme.BuildableReference) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.TestableReference
 
TestAction(String) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.TestAction
 
testAwaitingResults(IndividualTestEvent.Started) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
TestCaseSummary - Class in com.facebook.buck.test
 
TestCaseSummary(String, List<TestResultSummary>) - Constructor for class com.facebook.buck.test.TestCaseSummary
 
TestCaseSummaryExternalInterface<T> - Interface in com.facebook.buck.event.external.elements
Describes the results of a set of tests contained in a single file.
testClassNames - Variable in class com.facebook.buck.testrunner.BaseRunner
 
TestCommand - Class in com.facebook.buck.cli
 
TestCommand() - Constructor for class com.facebook.buck.cli.TestCommand
 
TestCommand.CoverageReportFormatsHandler - Class in com.facebook.buck.cli
args4j does not support parsing repeated (or delimiter separated) Enums by default.
TestConfig - Class in com.facebook.buck.test
 
TestConfig(BuckConfig) - Constructor for class com.facebook.buck.test.TestConfig
 
TestDescription - Class in com.facebook.buck.test.selectors
A non-JUnit specific way of describing a test-method inside a test-class.
TestDescription(String, String) - Constructor for class com.facebook.buck.test.selectors.TestDescription
 
testDidBegin(String, String) - Method in interface com.facebook.buck.rules.TestRule.TestReportingCallback
 
testDidEnd(TestResultSummary) - Method in interface com.facebook.buck.rules.TestRule.TestReportingCallback
 
testFinishedEvent(TestSummaryEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
TestFolder - Class in com.facebook.buck.ide.intellij.model.folders
A path which contains a set of sources we wish to present to IntelliJ.
TestFolder(Path, boolean, ImmutableSortedSet<Path>) - Constructor for class com.facebook.buck.ide.intellij.model.folders.TestFolder
 
TestFolder(Path) - Constructor for class com.facebook.buck.ide.intellij.model.folders.TestFolder
 
TestFolder(Path, boolean) - Constructor for class com.facebook.buck.ide.intellij.model.folders.TestFolder
 
TestHostInfo - Class in com.facebook.buck.apple
Immutable implementation of AppleTestDescription.AbstractTestHostInfo.
TestNGMain - Class in com.facebook.buck.testrunner
Launcher for TestNG.
TestNGRunner - Class in com.facebook.buck.testrunner
Class that runs a set of TestNG tests and writes the results to a directory.
TestNGRunner() - Constructor for class com.facebook.buck.testrunner.TestNGRunner
 
TestNGRunner.FilteringAnnotationTransformer - Class in com.facebook.buck.testrunner
 
TestNGRunner.TestNGWrapper - Class in com.facebook.buck.testrunner
 
TestNGWrapper() - Constructor for class com.facebook.buck.testrunner.TestNGRunner.TestNGWrapper
 
TestProcessCrashed - Exception in com.facebook.buck.test
 
TestProcessCrashed(String) - Constructor for exception com.facebook.buck.test.TestProcessCrashed
 
TestResultFormatter - Class in com.facebook.buck.event.listener
 
TestResultFormatter(Ansi, Verbosity, TestResultSummaryVerbosity, Locale, Optional<Path>) - Constructor for class com.facebook.buck.event.listener.TestResultFormatter
 
TestResultFormatter.FormatMode - Enum in com.facebook.buck.event.listener
 
TestResults - Class in com.facebook.buck.test
Represents the test results from multiple test cases.
TestResults.Builder - Class in com.facebook.buck.test
Builds instances of type TestResults.
testResultsAvailable(IndividualTestEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
testResultsAvailable(IndividualTestEvent.Finished) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
TestResultsExternalInterface<T> - Interface in com.facebook.buck.event.external.elements
Describes the results of a set of tests from a specific target.
TestResultSummary - Class in com.facebook.buck.test
 
TestResultSummary(String, String, ResultType, long, String, String, String, String) - Constructor for class com.facebook.buck.test.TestResultSummary
 
TestResultSummaryExternalInterface - Interface in com.facebook.buck.event.external.elements
Describes the results of a single test.
TestResultSummaryVerbosity - Class in com.facebook.buck.test
Immutable implementation of AbstractTestResultSummaryVerbosity.
TestResultSummaryVerbosity.Builder - Class in com.facebook.buck.test
Builds instances of type TestResultSummaryVerbosity.
TestRule - Interface in com.facebook.buck.rules
A BuildRule that is designed to run tests.
TestRule.TestReportingCallback - Interface in com.facebook.buck.rules
Callbacks to invoke during the test run to report information about test cases and/or tests.
TestRuleEvent - Class in com.facebook.buck.test
Base class for events about test rules.
TestRuleEvent(BuildTarget) - Constructor for class com.facebook.buck.test.TestRuleEvent
 
TestRuleEvent.Finished - Class in com.facebook.buck.test
 
TestRuleEvent.Started - Class in com.facebook.buck.test
 
testRuleFinished(TestRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
testRuleStarted(TestRuleEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
TestRun - Class in com.facebook.buck.cli
Immutable value type holding data about the test(s) invoked by a TestRule.
TestRun.Builder - Class in com.facebook.buck.cli
Builds instances of type TestRun.
testRunCompleted(TestRunEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
testRunCompleted(TestRunEvent.Finished) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
testRunEnded(long, Map<String, String>) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
 
TestRunEvent - Class in com.facebook.buck.rules
 
TestRunEvent.Finished - Class in com.facebook.buck.rules
 
TestRunEvent.Started - Class in com.facebook.buck.rules
 
testRunFailed(String) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
 
testRunFinished(TestRunEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
TestRunFinishedEventInterface<T> - Interface in com.facebook.buck.event.external.events
Describes the results of the tests on all the targets.
TestRunning - Class in com.facebook.buck.cli
Utility class for running tests from TestRules which have been built.
TestRunningOptions - Class in com.facebook.buck.test
Immutable implementation of AbstractTestRunningOptions.
TestRunningOptions.Builder - Class in com.facebook.buck.test
Builds instances of type TestRunningOptions.
testRunStarted(TestRunEvent.Started) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
testRunStarted(TestRunEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
testRunStarted(TestRunEvent.Started) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
testRunStarted(String, int) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
 
tests - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
testsDidBegin() - Method in interface com.facebook.buck.rules.TestRule.TestReportingCallback
 
testsDidEnd(List<TestCaseSummary>) - Method in interface com.facebook.buck.rules.TestRule.TestReportingCallback
 
TestSelector - Interface in com.facebook.buck.test.selectors
A way of matching a test-method in a test-class, and saying whether or not to include any matches in a test run.
TestSelectorList - Class in com.facebook.buck.test.selectors
A collection of PatternTestSelector instances which, as a group, can decide whether or not to include a given TestDescription.
testSelectorList - Variable in class com.facebook.buck.testrunner.BaseRunner
 
TestSelectorList.Builder - Class in com.facebook.buck.test.selectors
Build a new TestSelectorList from a list of strings, each of which is parsed by PatternTestSelector.
testSelectorListSupplier - Variable in class com.facebook.buck.cli.TestSelectorOptions
 
TestSelectorOptions - Class in com.facebook.buck.cli
 
TestSelectorOptions() - Constructor for class com.facebook.buck.cli.TestSelectorOptions
 
TestSelectorOptions.TestSelectorsOptionHandler - Class in com.facebook.buck.cli
 
TestSelectorParseException - Exception in com.facebook.buck.test.selectors
Errors specific to parsing test selectors.
TestSelectorParseException(String) - Constructor for exception com.facebook.buck.test.selectors.TestSelectorParseException
 
TestSelectorParseException(String, Exception) - Constructor for exception com.facebook.buck.test.selectors.TestSelectorParseException
 
TestSelectorsOptionHandler(CmdLineParser, OptionDef, Setter<Supplier<TestSelectorList>>) - Constructor for class com.facebook.buck.cli.TestSelectorOptions.TestSelectorsOptionHandler
 
TestsOfFunction - Class in com.facebook.buck.query
A "testsof" query expression, which computes the tests of the given targets.
TestsOfFunction() - Constructor for class com.facebook.buck.query.TestsOfFunction
 
testStartedEvent(TestSummaryEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
TestStatusMessage - Class in com.facebook.buck.test
Represents a diagnostic message issued during a test.
TestStatusMessage.Builder - Class in com.facebook.buck.test
Builds instances of type TestStatusMessage.
TestStatusMessageEvent - Class in com.facebook.buck.rules
Events posted when a test emits a diagnostic status message event.
TestStatusMessageEvent.Finished - Class in com.facebook.buck.rules
 
TestStatusMessageEvent.Started - Class in com.facebook.buck.rules
 
testStatusMessageFinished(TestStatusMessageEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
testStatusMessageFinished(TestStatusMessageEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
testStatusMessageStarted(TestStatusMessageEvent.Started) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
testStatusMessageStarted(TestStatusMessageEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
TestSummaryEvent - Class in com.facebook.buck.rules
 
TestSummaryEvent.Finished - Class in com.facebook.buck.rules
 
TestSummaryEvent.Started - Class in com.facebook.buck.rules
 
testSummaryFinished(TestSummaryEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
testSummaryStarted(TestSummaryEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
TestThreadStateRenderer - Class in com.facebook.buck.event.listener
 
TestThreadStateRenderer(Ansi, Function<Long, String>, long, int, Map<Long, Optional<? extends TestSummaryEvent>>, Map<Long, Optional<? extends TestStatusMessageEvent>>, Map<Long, Optional<? extends LeafEvent>>, BuildRuleThreadTracker) - Constructor for class com.facebook.buck.event.listener.TestThreadStateRenderer
 
TestType - Enum in com.facebook.buck.jvm.java
 
TEXT_SECRET_KEY_SIZE - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
Size of the text version of the receive-file secret key.
thinLTO(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
thinLTO(Path) - Method in interface com.facebook.buck.cxx.toolchain.linker.HasThinLTO
 
thinLTOPath(Path) - Method in class com.facebook.buck.cxx.toolchain.linker.DarwinLinker
 
thinLTOPath(Path) - Method in interface com.facebook.buck.cxx.toolchain.linker.HasThinLTO
 
thirdParty - Variable in class com.facebook.buck.maven.ArtifactConfig
 
threadIdToCommandId(long) - Method in interface com.facebook.buck.log.ThreadIdToCommandIdMapper
 
ThreadIdToCommandIdMapper - Interface in com.facebook.buck.log
 
threadLimit - Variable in class com.facebook.buck.util.concurrent.ConcurrencyLimit
Considered as number of build threads that are available for extensive computations.
Threads - Class in com.facebook.buck.util
 
threadUserNanoTime(long) - Method in interface com.facebook.buck.timing.Clock
 
threadUserNanoTime(long) - Method in class com.facebook.buck.timing.DefaultClock
 
THRIFT_CONTENT_TYPE - Static variable in class com.facebook.buck.slb.ThriftOverHttpService
 
THRIFT_PROTOCOL_HEADER - Static variable in class com.facebook.buck.slb.ThriftOverHttpService
 
ThriftArtifactCache - Class in com.facebook.buck.artifact_cache
This is the Thrift protocol for the cache.
ThriftArtifactCache(NetworkCacheArgs, String, boolean, int, int) - Constructor for class com.facebook.buck.artifact_cache.ThriftArtifactCache
 
ThriftArtifactCacheProtocol - Class in com.facebook.buck.artifact_cache
All messages generate by this Protocol will be in the following binary format: - int32 Big Endian size bytes of thrift serialized thriftData.
ThriftArtifactCacheProtocol.ProtocolException - Exception in com.facebook.buck.artifact_cache
 
ThriftArtifactCacheProtocol.Request - Class in com.facebook.buck.artifact_cache
 
ThriftArtifactCacheProtocol.Response - Class in com.facebook.buck.artifact_cache
 
ThriftArtifactCacheProtocol.Response.ReadPayloadInfo - Class in com.facebook.buck.artifact_cache
 
ThriftCoordinatorClient - Class in com.facebook.buck.distributed
 
ThriftCoordinatorClient(String, int, StampedeId) - Constructor for class com.facebook.buck.distributed.ThriftCoordinatorClient
 
ThriftCoordinatorServer - Class in com.facebook.buck.distributed
 
ThriftCoordinatorServer(int, BuildTargetsQueue, StampedeId, int) - Constructor for class com.facebook.buck.distributed.ThriftCoordinatorServer
 
ThriftException - Exception in com.facebook.buck.slb
 
ThriftException(TException) - Constructor for exception com.facebook.buck.slb.ThriftException
 
ThriftException(String) - Constructor for exception com.facebook.buck.slb.ThriftException
 
ThriftOverHttpService<ThriftRequest extends org.apache.thrift.TBase<?,?>,ThriftResponse extends org.apache.thrift.TBase<?,?>> - Class in com.facebook.buck.slb
 
ThriftOverHttpService(ThriftOverHttpServiceConfig) - Constructor for class com.facebook.buck.slb.ThriftOverHttpService
 
ThriftOverHttpServiceConfig - Class in com.facebook.buck.slb
Immutable implementation of AbstractThriftOverHttpServiceConfig.
ThriftOverHttpServiceConfig.Builder - Class in com.facebook.buck.slb
Builds instances of type ThriftOverHttpServiceConfig.
ThriftProtocol - Enum in com.facebook.buck.slb
 
ThriftScribeLogger - Class in com.facebook.buck.util.network
 
ThriftScribeLogger(ThriftService<FrontendRequest, FrontendResponse>, ListeningExecutorService) - Constructor for class com.facebook.buck.util.network.ThriftScribeLogger
 
ThriftService<ThriftRequest extends org.apache.thrift.TBase<?,?>,ThriftResponse extends org.apache.thrift.TBase<?,?>> - Interface in com.facebook.buck.slb
 
thriftToDebugJson(TBase<?, ?>) - Static method in class com.facebook.buck.slb.ThriftUtil
 
ThriftUtil - Class in com.facebook.buck.slb
 
ThrowableConsoleEvent - Class in com.facebook.buck.event
Event for tracking Throwable
ThrowableConsoleEvent(Throwable, String) - Constructor for class com.facebook.buck.event.ThrowableConsoleEvent
 
ThrowableConsoleEvent(Throwable, Level, String) - Constructor for class com.facebook.buck.event.ThrowableConsoleEvent
 
throwingGet() - Method in interface com.facebook.buck.util.function.ThrowingSupplier
 
ThrowingPrintWriter - Class in com.facebook.buck.util
A (partial) replacement for PrintWriter with methods that throw IOException.
ThrowingPrintWriter(OutputStream) - Constructor for class com.facebook.buck.util.ThrowingPrintWriter
 
ThrowingPrintWriter(OutputStream, Charset) - Constructor for class com.facebook.buck.util.ThrowingPrintWriter
 
ThrowingSupplier<T,E extends Exception> - Interface in com.facebook.buck.util.function
 
TimeFormat - Class in com.facebook.buck.util
 
timePerfStatsEvent(PerfTimesEventListener.PerfTimesEvent) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
timestamp(BuckEvent) - Method in class com.facebook.buck.event.DefaultBuckEventBus
Timestamp event.
timestamp(BuckEvent) - Method in interface com.facebook.buck.event.EventDispatcher
 
TO_DEX_WITH_CLASSES - Static variable in interface com.facebook.buck.android.DexWithClasses
 
TO_ENTRY - Static variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
TO_MAVEN_CENTRAL_LONG_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
 
toArg() - Method in class com.facebook.buck.cxx.Archive
 
toArgument() - Method in enum com.facebook.buck.apple.AppleAssetCatalogDescription.Optimization
 
toArray() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
toArray(T[]) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
toBuildRulesFor(BuildTarget, BuildRuleResolver, Iterable<BuildTarget>) - Static method in class com.facebook.buck.rules.BuildRules
 
toBytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
 
toFileExtension() - Method in enum com.facebook.buck.apple.AppleBundleExtension
 
toGigabytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
 
toHttpUrl(Optional<String>, URI) - Static method in class com.facebook.buck.file.MavenUrlDecoder
 
toHumanReadableString(Pair<Double, SizeUnit>, Locale) - Static method in enum com.facebook.buck.util.unit.SizeUnit
 
toImmutableList() - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableList.
toImmutableList() - Method in interface com.facebook.buck.util.RichStream
 
toImmutableListMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableListMultimap, whose keys and values are the result of applying mapping functions to the input elements.
toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableMap, whose keys and values are the result of applying mapping functions to the input elements.
toImmutableMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableMultimap, whose keys and values are the result of applying mapping functions to the input elements.
toImmutableSet() - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableSet.
toImmutableSet() - Method in interface com.facebook.buck.util.RichStream
 
toImmutableSortedMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableSortedMap, whose keys and values are the result of applying mapping functions to the input elements.
toImmutableSortedSet() - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableSortedSet.
toImmutableSortedSet(Comparator<? super T>) - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableSortedSet.
toImmutableSortedSet(Comparator<? super T>) - Method in interface com.facebook.buck.util.RichStream
 
toInputPath(OutputPath) - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
toJsonFunction() - Static method in class com.facebook.buck.util.ObjectMappers
 
toKilobytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
 
toLogMessage() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
toLogMessage() - Method in interface com.facebook.buck.event.BuckEvent
 
toMacroArgFunction(MacroHandler, BuildTarget, CellPathResolver, BuildRuleResolver) - Static method in class com.facebook.buck.rules.args.MacroArg
 
toMegabytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
 
toMode(Set<PosixFilePermission>) - Static method in class com.facebook.buck.io.MorePosixFilePermissions
Convert a set of posix file permissions the unix bit representation (e.g.
toModuleMap(BuildTarget, SourcePathResolver, String, String, Iterable<SourceList>) - Static method in class com.facebook.buck.lua.LuaUtil
 
tool - Variable in class com.facebook.buck.cxx.toolchain.AbstractPreprocessor
 
Tool - Interface in com.facebook.buck.rules
An abstraction for describing some tools used as part of the build.
ToolProvider - Interface in com.facebook.buck.rules
 
toOnceIterable() - Method in interface com.facebook.buck.util.RichStream
 
toOutgoingEdgesMap() - Method in class com.facebook.buck.android.apkmodule.APKModuleGraph
 
toPathFn(FileSystem) - Static method in class com.facebook.buck.io.MorePaths
 
toPlist() - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
Generate a plist serialization of project bound to this serializer.
TopologicalSort - Class in com.facebook.buck.graph
 
toPythonFunction(BuildRuleType, Class<?>) - Method in class com.facebook.buck.rules.BuckPyFunction
 
toRemoteRepository(URL, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.maven.AetherUtil
 
toRemoteRepository(String, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.maven.AetherUtil
 
toRemoteRepository(ArtifactConfig.Repository) - Static method in class com.facebook.buck.maven.AetherUtil
 
toStream(Optional<T>) - Static method in class com.facebook.buck.util.Optionals
Returns a singleton stream of an Optional's value if present, otherwise an empty stream.
toString() - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
Prints the immutable value AndroidResourceIndexEntry with attribute values.
toString() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
Prints the immutable value MergeAndroidResourceSourcesStep with attribute values.
toString() - Method in enum com.facebook.buck.android.aapt.RDotTxtEntry.IdType
 
toString() - Method in enum com.facebook.buck.android.aapt.RDotTxtEntry.RType
 
toString() - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
toString() - Method in class com.facebook.buck.android.AaptOutputInfo
Prints the immutable value AaptOutputInfo with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Prints the immutable value AndroidAarDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
Prints the immutable value AndroidAppModularityDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
Prints the immutable value AndroidAppModularityGraphEnhancementResult with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Prints the immutable value AndroidBinaryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
Prints the immutable value AndroidBinaryResourcesGraphEnhancementResult with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
Prints the immutable value AndroidBuildConfigDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Prints the immutable value AndroidGraphEnhancementResult with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
Prints the immutable value AndroidInstrumentationApkDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
Prints the immutable value AndroidInstrumentationTestDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Prints the immutable value AndroidInstrumentationTestJVMArgs with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Prints the immutable value AndroidLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidLinkableMetadata
Prints the immutable value AndroidLinkableMetadata with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
Prints the immutable value AndroidManifestDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Prints the immutable value AndroidNativeLibsGraphEnhancementResult with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
toString() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Prints the immutable value AndroidPrebuiltAarDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Prints the immutable value AndroidResourceDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Prints the immutable value ApkGenruleDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.ApkInfo
Prints the immutable value ApkInfo with attribute values.
toString() - Method in class com.facebook.buck.android.apkmodule.APKModule
Prints the immutable value APKModule with attribute values.
toString() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
toString() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo
Prints the immutable value DexInfo with attribute values.
toString() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo
Prints the immutable value NativeLibsInfo with attribute values.
toString() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo
Prints the immutable value ResourcesInfo with attribute values.
toString() - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
Prints the immutable value ExopackageInfo with attribute values.
toString() - Method in class com.facebook.buck.android.GenAidlDescriptionArg
Prints the immutable value GenAidlDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
Prints the immutable value NativeLibraryMergeEnhancementResult with attribute values.
toString() - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
Prints the immutable value NdkCxxPlatformCompiler with attribute values.
toString() - Method in enum com.facebook.buck.android.NdkCxxPlatforms.Host
 
toString() - Method in enum com.facebook.buck.android.NdkCxxPlatforms.TargetArch
 
toString() - Method in enum com.facebook.buck.android.NdkCxxPlatforms.TargetArchAbi
 
toString() - Method in enum com.facebook.buck.android.NdkCxxPlatforms.Toolchain
 
toString() - Method in enum com.facebook.buck.android.NdkCxxPlatforms.ToolchainTarget
 
toString() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Prints the immutable value NdkCxxPlatformTargetConfiguration with attribute values.
toString() - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Prints the immutable value NdkLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
Prints the immutable value ResourceDetails with attribute values.
toString() - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Prints the immutable value AndroidPackageableCollection with attribute values.
toString() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
Prints the immutable value PrebuiltNativeLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.redex.RedexOptions
Prints the immutable value RedexOptions with attribute values.
toString() - Method in enum com.facebook.buck.android.ResourceFilters.Density
 
toString() - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Prints the immutable value RobolectricTestDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.android.StrippedObjectDescription
Prints the immutable value StrippedObjectDescription with attribute values.
toString() - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform
Prints the immutable value NdkCxxPlatform with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Prints the immutable value AppleAssetCatalogDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Prints the immutable value AppleBinaryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Prints the immutable value AppleBundleDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleBundleDestinations
Prints the immutable value AppleBundleDestinations with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleBundleResources
Prints the immutable value AppleBundleResources with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleCxxPlatform
Prints the immutable value AppleCxxPlatform with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Prints the immutable value AppleLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.apple.ApplePackageConfig
Prints the immutable value ApplePackageConfig with attribute values.
toString() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Prints the immutable value ApplePackageConfigAndPlatformInfo with attribute values.
toString() - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
Prints the immutable value ApplePackageDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.apple.ApplePlatform
Prints the immutable value ApplePlatform with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Prints the immutable value AppleResourceDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleSdk
Prints the immutable value AppleSdk with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleSdkPaths
Prints the immutable value AppleSdkPaths with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Prints the immutable value AppleTestDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleToolchain
Prints the immutable value AppleToolchain with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
Prints the immutable value AppleWrapperResourceArg with attribute values.
toString() - Method in class com.facebook.buck.apple.clang.HeaderMap
 
toString() - Method in class com.facebook.buck.apple.CodeSignIdentity
Prints the immutable value CodeSignIdentity with attribute values.
toString() - Method in class com.facebook.buck.apple.GroupedSource
Prints the immutable value GroupedSource with attribute values.
toString() - Method in class com.facebook.buck.apple.MultiarchFileInfo
Prints the immutable value MultiarchFileInfo with attribute values.
toString() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Prints the immutable value PrebuiltAppleFrameworkDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.apple.project_generator.CopyInXcode
Prints the immutable value CopyInXcode with attribute values.
toString() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Prints the immutable value GenerationResult with attribute values.
toString() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Prints the immutable value ProvisioningProfileMetadata with attribute values.
toString() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
Prints the immutable value AppleSimulator with attribute values.
toString() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Prints the immutable value AppleSimulatorProfile with attribute values.
toString() - Method in class com.facebook.buck.apple.TestHostInfo
Prints the immutable value TestHostInfo with attribute values.
toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
Prints the immutable value CopyFilePhaseDestinationSpec with attribute values.
toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
 
toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
 
toString() - Method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXReference.SourceTree
 
toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
toString() - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
Prints the immutable value XcodeScriptDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Prints the immutable value XcodeWorkspaceConfigDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
Prints the immutable value ArtifactCacheEntries with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Prints the immutable value ArtifactInfo with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
Prints the immutable value CacheCountersSummary with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
Prints the immutable value DirCacheEntry with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Prints the immutable value FetchResponseReadResult with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.FetchResult
Prints the immutable value FetchResult with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Prints the immutable value HttpArtifactCacheEventFetchData with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Prints the immutable value HttpArtifactCacheEventStoreData with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Prints the immutable value HttpCacheEntry with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Prints the immutable value MetadataAndPayloadReadResultInternal with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.MultiFetchResult
Prints the immutable value MultiFetchResult with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Prints the immutable value NetworkCacheArgs with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
Prints the immutable value RuleKeyCacheResult with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
Prints the immutable value SQLiteCacheEntry with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Prints the immutable value StoreResponseReadResult with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.StoreResult
Prints the immutable value StoreResult with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
Prints the immutable value StoreWriteResult with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Request
 
toString() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Prints the immutable value UnixArchiveEntry with attribute values.
toString() - Method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder.Result
 
toString() - Method in class com.facebook.buck.cli.BuckConfig
 
toString() - Method in class com.facebook.buck.cli.CommandRunnerParams
Prints the immutable value CommandRunnerParams with attribute values.
toString() - Method in class com.facebook.buck.cli.ConfigValue
Prints the immutable value ConfigValue with attribute values.
toString() - Method in class com.facebook.buck.cli.InstallResult
Prints the immutable value InstallResult with attribute values.
toString() - Method in enum com.facebook.buck.cli.ProjectTestsMode
 
toString() - Method in class com.facebook.buck.cli.ShowOptions
Prints the immutable value ShowOptions with attribute values.
toString() - Method in class com.facebook.buck.cli.TestRun
Prints the immutable value TestRun with attribute values.
toString() - Method in class com.facebook.buck.command.BuildExecutionResult
Prints the immutable value BuildExecutionResult with attribute values.
toString() - Method in class com.facebook.buck.config.CellConfig
Prints the immutable value CellConfig with attribute values.
toString() - Method in class com.facebook.buck.config.RawConfig
Prints the immutable value RawConfig with attribute values.
toString() - Method in class com.facebook.buck.counters.Counter
 
toString() - Method in class com.facebook.buck.counters.CounterInfo
Prints the immutable value CounterInfo with attribute values.
toString() - Method in class com.facebook.buck.counters.CounterSnapshot
Prints the immutable value CounterSnapshot with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Prints the immutable value CxxBinaryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxBridgingHeaders
Prints the immutable value CxxBridgingHeaders with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Prints the immutable value CxxCompilationDatabaseEntry with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxDeps
Prints the immutable value CxxDeps with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Prints the immutable value CxxGenruleDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxHeadersDir
Prints the immutable value CxxHeadersDir with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Prints the immutable value CxxLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
Prints the immutable value CxxPrecompiledHeaderDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Prints the immutable value CxxPreprocessorInput with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxSource
Prints the immutable value CxxSource with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Prints the immutable value CxxSourceRuleFactory with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Prints the immutable value CxxSymlinkTreeHeaders with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Prints the immutable value CxxTestDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
Prints the immutable value DeprecatedPrebuiltCxxLibraryPaths with attribute values.
toString() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Prints the immutable value ExplicitCxxToolFlags with attribute values.
toString() - Method in class com.facebook.buck.cxx.FrameworkDependencies
Prints the immutable value FrameworkDependencies with attribute values.
toString() - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
Prints the immutable value IterableCxxToolFlags with attribute values.
toString() - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Prints the immutable value NewPrebuiltCxxLibraryPaths with attribute values.
toString() - Method in class com.facebook.buck.cxx.OmnibusLibraries
Prints the immutable value OmnibusLibraries with attribute values.
toString() - Method in class com.facebook.buck.cxx.OmnibusLibrary
Prints the immutable value OmnibusLibrary with attribute values.
toString() - Method in class com.facebook.buck.cxx.OmnibusRoot
Prints the immutable value OmnibusRoot with attribute values.
toString() - Method in class com.facebook.buck.cxx.OmnibusRoots
Prints the immutable value OmnibusRoots with attribute values.
toString() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Prints the immutable value PrebuiltCxxLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription
Prints the immutable value PrebuiltCxxLibraryGroupDescription.
toString() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Prints the immutable value PrebuiltCxxLibraryGroupDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
Prints the immutable value PreprocessorDelegateCacheKey with attribute values.
toString() - Method in class com.facebook.buck.cxx.PreprocessorFlags
Prints the immutable value PreprocessorFlags with attribute values.
toString() - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Prints the immutable value CxxPlatform with attribute values.
toString() - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
Prints the immutable value CxxToolProviderParams with attribute values.
toString() - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionLookupResult
Prints the immutable value ElfSectionLookupResult with attribute values.
toString() - Method in class com.facebook.buck.cxx.toolchain.ElfSharedLibraryInterfaceParams
Prints the immutable value ElfSharedLibraryInterfaceParams with attribute values.
toString() - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
Prints the immutable value HeaderVerification with attribute values.
toString() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
Prints the immutable value NativeLinkableInput with attribute values.
toString() - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
Prints the immutable value NativeLinkTargetMode with attribute values.
toString() - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader
Prints the immutable value MachoHeader with attribute values.
toString() - Method in class com.facebook.buck.d.DBinaryDescriptionArg
Prints the immutable value DBinaryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.d.DIncludes
Prints the immutable value DIncludes with attribute values.
toString() - Method in class com.facebook.buck.d.DLibraryDescriptionArg
Prints the immutable value DLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.d.DTestDescriptionArg
Prints the immutable value DTestDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.distributed.AnalysisResults
Prints the immutable value AnalysisResults with attribute values.
toString() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
Prints the immutable value DistBuildClientCacheResult with attribute values.
toString() - Method in class com.facebook.buck.distributed.DistBuildClientStats
Prints the immutable value DistBuildClientStats with attribute values.
toString() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Prints the immutable value DistBuildExecutorArgs with attribute values.
toString() - Method in class com.facebook.buck.distributed.DistBuildStatus
Prints the immutable value DistBuildStatus with attribute values.
toString() - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Prints the immutable value BuildLogEntry with attribute values.
toString() - Method in class com.facebook.buck.doctor.config.DoctorConfig
Prints the immutable value DoctorConfig with attribute values.
toString() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Prints the immutable value DoctorEndpointRequest with attribute values.
toString() - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Prints the immutable value DoctorEndpointResponse with attribute values.
toString() - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse
Prints the immutable value DoctorJsonResponse with attribute values.
toString() - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
Prints the immutable value DoctorSuggestion with attribute values.
toString() - Method in class com.facebook.buck.doctor.config.SourceControlInfo
Prints the immutable value SourceControlInfo with attribute values.
toString() - Method in class com.facebook.buck.doctor.config.UserLocalConfiguration
Prints the immutable value UserLocalConfiguration with attribute values.
toString() - Method in class com.facebook.buck.doctor.DefectReport
Prints the immutable value DefectReport with attribute values.
toString() - Method in class com.facebook.buck.doctor.DefectSubmitResult
Prints the immutable value DefectSubmitResult with attribute values.
toString() - Method in class com.facebook.buck.doctor.ExtraInfoResult
Prints the immutable value ExtraInfoResult with attribute values.
toString() - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport
Prints the immutable value FileChangesIgnoredReport with attribute values.
toString() - Method in class com.facebook.buck.doctor.UserReport
Prints the immutable value UserReport with attribute values.
toString() - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Prints the immutable value CsharpLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
Prints the immutable value PrebuiltDotnetLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.eden.EdenMount
 
toString() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
toString() - Method in class com.facebook.buck.event.ConsoleEvent
 
toString() - Method in class com.facebook.buck.event.EventKey
Prints the immutable value EventKey with attribute values.
toString() - Method in class com.facebook.buck.event.listener.EventPair
Prints the immutable value EventPair with attribute values.
toString() - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
Prints the immutable value ProxyBuckEvent with attribute values.
toString() - Method in class com.facebook.buck.event.listener.RunIdStreamPair
Prints the immutable value RunIdStreamPair with attribute values.
toString() - Method in class com.facebook.buck.event.PerfEventId
Prints the immutable value PerfEventId with attribute values.
toString() - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
Prints the immutable value RemoteFileDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Prints the immutable value GoBinaryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Prints the immutable value GoLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.go.GoLinkable
Prints the immutable value GoLinkable with attribute values.
toString() - Method in class com.facebook.buck.go.GoPlatform
Prints the immutable value GoPlatform with attribute values.
toString() - Method in class com.facebook.buck.go.GoTestDescriptionArg
Prints the immutable value GoTestDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
Prints the immutable value GraphqlLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Prints the immutable value GwtBinaryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Prints the immutable value HalideLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Prints the immutable value HaskellBinaryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellCompileInput
Prints the immutable value HaskellCompileInput with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Prints the immutable value HaskellGhciDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Prints the immutable value HaskellHaddockDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellHaddockInput
Prints the immutable value HaskellHaddockInput with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Prints the immutable value HaskellLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellPackage
Prints the immutable value HaskellPackage with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellPackageInfo
Prints the immutable value HaskellPackageInfo with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellPlatform
Prints the immutable value HaskellPlatform with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Prints the immutable value HaskellPrebuiltLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellSources
Prints the immutable value HaskellSources with attribute values.
toString() - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
Prints the immutable value NumberFormatterCacheKey with attribute values.
toString() - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
Prints the immutable value AggregationModule with attribute values.
toString() - Method in class com.facebook.buck.ide.intellij.DependencyEntry
Prints the immutable value DependencyEntry with attribute values.
toString() - Method in class com.facebook.buck.ide.intellij.DependencyEntryData
Prints the immutable value DependencyEntryData with attribute values.
toString() - Method in enum com.facebook.buck.ide.intellij.IjDependencyListBuilder.Scope
 
toString() - Method in enum com.facebook.buck.ide.intellij.IjDependencyListBuilder.Type
 
toString() - Method in class com.facebook.buck.ide.intellij.model.ContentRoot
Prints the immutable value ContentRoot with attribute values.
toString() - Method in class com.facebook.buck.ide.intellij.model.folders.IjFolder
 
toString() - Method in enum com.facebook.buck.ide.intellij.model.folders.IjResourceFolderType
 
toString() - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
Prints the immutable value IjSourceFolder with attribute values.
toString() - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
Prints the immutable value IjLibrary with attribute values.
toString() - Method in class com.facebook.buck.ide.intellij.model.IjModule
Prints the immutable value IjModule with attribute values.
toString() - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Prints the immutable value IjModuleAndroidFacet with attribute values.
toString() - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Prints the immutable value IjProjectConfig with attribute values.
toString() - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
Prints the immutable value ModuleIndexEntry with attribute values.
toString() - Method in class com.facebook.buck.io.AbstractArchiveMemberPath
 
toString() - Method in class com.facebook.buck.io.BuckPaths
Prints the immutable value BuckPaths with attribute values.
toString() - Method in class com.facebook.buck.io.LazyPath
 
toString() - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
toString() - Method in class com.facebook.buck.io.ProjectFilesystem
 
toString() - Method in class com.facebook.buck.io.ProjectWatch
Prints the immutable value ProjectWatch with attribute values.
toString() - Method in class com.facebook.buck.io.WatchmanCursor
 
toString() - Method in class com.facebook.buck.io.WatchmanDiagnostic
Prints the immutable value WatchmanDiagnostic with attribute values.
toString() - Method in class com.facebook.buck.io.WatchmanOverflowEvent
Prints the immutable value WatchmanOverflowEvent with attribute values.
toString() - Method in class com.facebook.buck.io.WatchmanPathEvent
Prints the immutable value WatchmanPathEvent with attribute values.
toString() - Method in class com.facebook.buck.io.WatchmanQuery
Prints the immutable value WatchmanQuery with attribute values.
toString() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Prints the immutable value AndroidReactNativeLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Prints the immutable value JsBundleDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Prints the immutable value JsLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Prints the immutable value ReactNativeLibraryArg with attribute values.
toString() - Method in enum com.facebook.buck.js.ReactNativePlatform
 
toString() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Prints the immutable value BuildFileParseExceptionData with attribute values.
toString() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
Prints the immutable value BuildFileParseExceptionStackTraceEntry with attribute values.
toString() - Method in class com.facebook.buck.json.BuildFilePythonResult
Prints the immutable value BuildFilePythonResult with attribute values.
toString() - Method in class com.facebook.buck.json.BuildFileSyntaxError
Prints the immutable value BuildFileSyntaxError with attribute values.
toString() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Prints the immutable value GroovyLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Prints the immutable value GroovyTestDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.abi.source.StandalonePackageType
 
toString() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Prints the immutable value AnnotationProcessingParams with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.classes.AbstractFileLike
 
toString() - Method in class com.facebook.buck.jvm.java.CompilerParameters
Prints the immutable value CompilerParameters with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.DiffAbisStep
Prints the immutable value DiffAbisStep with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JarFileObject
 
toString() - Method in class com.facebook.buck.jvm.java.JarParameters
Prints the immutable value JarParameters with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
Prints the immutable value JavaAnnotationProcessorDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Prints the immutable value JavaBinaryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Prints the immutable value JavacExecutionContext with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JavacOptions
Prints the immutable value JavacOptions with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
Prints the immutable value JavacPluginJsr199Fields with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
Prints the immutable value JavacPluginProperties with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JavacSpec
Prints the immutable value JavacSpec with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JavaFileParser.JavaFileFeatures
 
toString() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Prints the immutable value JavaLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JavaOptions
Prints the immutable value JavaOptions with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Prints the immutable value JavaTestDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Prints the immutable value JUnitJvmArgs with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
Prints the immutable value KeystoreDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Prints the immutable value PrebuiltJarDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.ResourcesParameters
Prints the immutable value ResourcesParameters with attribute values.
toString() - Method in enum com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Phase
 
toString() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Prints the immutable value KotlinLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Prints the immutable value KotlinTestDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Prints the immutable value ScalaLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Prints the immutable value ScalaTestDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.log.ErrorLogRecord
Prints the immutable value ErrorLogRecord with attribute values.
toString() - Method in class com.facebook.buck.log.LogConfigSetup
Prints the immutable value LogConfigSetup with attribute values.
toString() - Method in class com.facebook.buck.log.PerfTimesStats
Prints the immutable value PerfTimesStats with attribute values.
toString() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Prints the immutable value CxxLuaExtensionDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Prints the immutable value LuaBinaryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
Prints the immutable value LuaBinaryPackageComponents with attribute values.
toString() - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
Prints the immutable value LuaLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.lua.LuaPackageComponents
Prints the immutable value LuaPackageComponents with attribute values.
toString() - Method in class com.facebook.buck.lua.LuaPlatform
Prints the immutable value LuaPlatform with attribute values.
toString() - Method in class com.facebook.buck.lua.LuaScriptStarter
Prints the immutable value LuaScriptStarter with attribute values.
toString() - Method in class com.facebook.buck.lua.NativeExecutableStarter
Prints the immutable value NativeExecutableStarter with attribute values.
toString() - Method in class com.facebook.buck.macho.FatArch
Prints the immutable value FatArch with attribute values.
toString() - Method in class com.facebook.buck.macho.FatHeader
Prints the immutable value FatHeader with attribute values.
toString() - Method in class com.facebook.buck.macho.LinkEditDataCommand
Prints the immutable value LinkEditDataCommand with attribute values.
toString() - Method in class com.facebook.buck.macho.LoadCommandCommonFields
Prints the immutable value LoadCommandCommonFields with attribute values.
toString() - Method in class com.facebook.buck.macho.MachoHeader
Prints the immutable value MachoHeader with attribute values.
toString() - Method in class com.facebook.buck.macho.Nlist
Prints the immutable value Nlist with attribute values.
toString() - Method in class com.facebook.buck.macho.Section
Prints the immutable value Section with attribute values.
toString() - Method in class com.facebook.buck.macho.SegmentCommand
Prints the immutable value SegmentCommand with attribute values.
toString() - Method in class com.facebook.buck.macho.SymTabCommand
Prints the immutable value SymTabCommand with attribute values.
toString() - Method in class com.facebook.buck.macho.UnknownCommand
Prints the immutable value UnknownCommand with attribute values.
toString() - Method in class com.facebook.buck.macho.UUIDCommand
Prints the immutable value UUIDCommand with attribute values.
toString() - Method in class com.facebook.buck.model.BuildId
 
toString() - Method in class com.facebook.buck.model.macros.MacroMatchResult
Prints the immutable value MacroMatchResult with attribute values.
toString() - Method in class com.facebook.buck.model.Pair
 
toString() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Prints the immutable value OcamlBinaryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Prints the immutable value OcamlBuildContext with attribute values.
toString() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Prints the immutable value OcamlGeneratedBuildRules with attribute values.
toString() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Prints the immutable value OcamlLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Prints the immutable value PrebuiltOcamlLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.parser.BuildFileSpec
Prints the immutable value BuildFileSpec with attribute values.
toString() - Method in class com.facebook.buck.parser.DaemonicParserState
 
toString() - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Prints the immutable value ProjectBuildFileParserOptions with attribute values.
toString() - Method in class com.facebook.buck.parser.Parser
 
toString() - Method in class com.facebook.buck.parser.ParserConfig
Prints the immutable value ParserConfig with attribute values.
toString() - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
Prints the immutable value TargetNodePredicateSpec with attribute values.
toString() - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Prints the immutable value CxxPythonExtensionDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.python.NeededCoverageSpec
Prints the immutable value NeededCoverageSpec with attribute values.
toString() - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
Prints the immutable value PrebuiltPythonLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Prints the immutable value PythonBinaryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Prints the immutable value PythonLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.python.PythonPackageComponents
Prints the immutable value PythonPackageComponents with attribute values.
toString() - Method in class com.facebook.buck.python.PythonPlatform
Prints the immutable value PythonPlatform with attribute values.
toString() - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Prints the immutable value PythonTestDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
toString() - Method in class com.facebook.buck.query.QueryExpression
Returns this query expression pretty-printed.
toString() - Method in enum com.facebook.buck.randomizedtrial.CommonGroups
 
toString() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
toString() - Method in class com.facebook.buck.rules.ActionGraph
 
toString() - Method in class com.facebook.buck.rules.ActionGraphAndResolver
Prints the immutable value ActionGraphAndResolver with attribute values.
toString() - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
Prints the immutable value ArchiveMemberSourcePath with attribute values.
toString() - Method in interface com.facebook.buck.rules.args.Arg
 
toString() - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
toString() - Method in class com.facebook.buck.rules.args.MacroArg
 
toString() - Method in class com.facebook.buck.rules.args.ProxyArg
 
toString() - Method in class com.facebook.buck.rules.args.SanitizedArg
 
toString() - Method in class com.facebook.buck.rules.args.SourcePathArg
Prints the immutable value SourcePathArg with attribute values.
toString() - Method in class com.facebook.buck.rules.args.StringArg
Prints the immutable value StringArg with attribute values.
toString() - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
Prints the immutable value StringWithMacrosArg with attribute values.
toString() - Method in class com.facebook.buck.rules.BuildContext
Prints the immutable value BuildContext with attribute values.
toString() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Prints the immutable value BuildEngineBuildContext with attribute values.
toString() - Method in class com.facebook.buck.rules.BuildEngineResult
Prints the immutable value BuildEngineResult with attribute values.
toString() - Method in interface com.facebook.buck.rules.BuildRule
 
toString() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
toString() - Method in class com.facebook.buck.rules.BuildRuleKeys
Prints the immutable value BuildRuleKeys with attribute values.
toString() - Method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
Prints the immutable value CachingBuildEngineBuckConfig with attribute values.
toString() - Method in class com.facebook.buck.rules.Cell
 
toString() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
Prints the immutable value FrameworkPath with attribute values.
toString() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Prints the immutable value ManifestEntries with attribute values.
toString() - Method in class com.facebook.buck.rules.coercer.OcamlSource
Prints the immutable value OcamlSource with attribute values.
toString() - Method in class com.facebook.buck.rules.coercer.SourceList
Prints the immutable value SourceList with attribute values.
toString() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Prints the immutable value SourceWithFlagsList with attribute values.
toString() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
toString() - Method in class com.facebook.buck.rules.DefaultBuildTargetSourcePath
 
toString() - Method in class com.facebook.buck.rules.DistBuildCellParams
Prints the immutable value DistBuildCellParams with attribute values.
toString() - Method in class com.facebook.buck.rules.ExplicitBuildTargetSourcePath
 
toString() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Prints the immutable value ExternalTestRunnerTestSpec with attribute values.
toString() - Method in class com.facebook.buck.rules.ForwardingBuildTargetSourcePath
 
toString() - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
Prints the immutable value DependencyFileEntry with attribute values.
toString() - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
Prints the immutable value RuleKeyAndInputs with attribute values.
toString() - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
Prints the immutable value RuleKeyFactories with attribute values.
toString() - Method in class com.facebook.buck.rules.keys.RuleKeyInput
Prints the immutable value RuleKeyInput with attribute values.
toString() - Method in class com.facebook.buck.rules.macros.ClasspathMacro
Prints the immutable value ClasspathMacro with attribute values.
toString() - Method in class com.facebook.buck.rules.macros.ExecutableMacro
Prints the immutable value ExecutableMacro with attribute values.
toString() - Method in class com.facebook.buck.rules.macros.LocationMacro
Prints the immutable value LocationMacro with attribute values.
toString() - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacro
Prints the immutable value MavenCoordinatesMacro with attribute values.
toString() - Method in class com.facebook.buck.rules.macros.QueryOutputsMacro
Prints the immutable value QueryOutputsMacro with attribute values.
toString() - Method in class com.facebook.buck.rules.macros.QueryPathsMacro
Prints the immutable value QueryPathsMacro with attribute values.
toString() - Method in class com.facebook.buck.rules.macros.QueryTargetsMacro
Prints the immutable value QueryTargetsMacro with attribute values.
toString() - Method in class com.facebook.buck.rules.macros.StringWithMacros
Prints the immutable value StringWithMacros with attribute values.
toString() - Method in class com.facebook.buck.rules.modern.InputPath
 
toString() - Method in class com.facebook.buck.rules.modern.ModernBuildRule
 
toString() - Method in class com.facebook.buck.rules.PathSourcePath
 
toString() - Method in class com.facebook.buck.rules.query.Query
Prints the immutable value Query with attribute values.
toString() - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
Prints the immutable value ResourceAwareSchedulingInfo with attribute values.
toString() - Method in class com.facebook.buck.rules.RuleKey
 
toString() - Method in class com.facebook.buck.rules.RuleScheduleInfo
Prints the immutable value RuleScheduleInfo with attribute values.
toString() - Method in class com.facebook.buck.rules.SdkEnvironment
Prints the immutable value SdkEnvironment with attribute values.
toString() - Method in class com.facebook.buck.rules.SourceWithFlags
Prints the immutable value SourceWithFlags with attribute values.
toString() - Method in class com.facebook.buck.rules.SymlinkTree
 
toString() - Method in class com.facebook.buck.rules.SystemToolProvider
Prints the immutable value SystemToolProvider with attribute values.
toString() - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Prints the immutable value TargetGraphAndBuildTargets with attribute values.
toString() - Method in class com.facebook.buck.rules.VersionedTool
Prints the immutable value VersionedTool with attribute values.
toString() - Method in enum com.facebook.buck.rust.CrateType
 
toString() - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
Prints the immutable value PrebuiltRustLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Prints the immutable value RustBinaryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.rust.RustLibraryArg
 
toString() - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Prints the immutable value RustLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Prints the immutable value RustTestDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
Prints the immutable value CommandAliasDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
Prints the immutable value ExportFileDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Prints the immutable value GenruleDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
Prints the immutable value ShBinaryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Prints the immutable value ShTestDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Prints the immutable value WorkerToolDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Prints the immutable value ClientSideSlbConfig with attribute values.
toString() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Prints the immutable value LoadBalancedServiceEventData with attribute values.
toString() - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
Prints the immutable value LoadBalancerPingEventData with attribute values.
toString() - Method in class com.facebook.buck.slb.PerServerData
Prints the immutable value PerServerData with attribute values.
toString() - Method in class com.facebook.buck.slb.PerServerPingData
Prints the immutable value PerServerPingData with attribute values.
toString() - Method in class com.facebook.buck.slb.ServerHealthManager
 
toString() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
Prints the immutable value ServerHealthManagerEventData with attribute values.
toString(long, int) - Method in class com.facebook.buck.slb.ServerHealthState
 
toString() - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
Prints the immutable value ThriftOverHttpServiceConfig with attribute values.
toString() - Method in class com.facebook.buck.step.AbstractTestStep
 
toString() - Method in class com.facebook.buck.step.ExecutionContext
Prints the immutable value ExecutionContext with attribute values.
toString() - Method in class com.facebook.buck.step.fs.MkdirStep
Prints the immutable value MkdirStep with attribute values.
toString() - Method in class com.facebook.buck.step.fs.RmStep
Prints the immutable value RmStep with attribute values.
toString() - Method in class com.facebook.buck.step.fs.SymlinkFileStep
Prints the immutable value SymlinkFileStep with attribute values.
toString() - Method in class com.facebook.buck.step.StepExecutionResult
Prints the immutable value StepExecutionResult with attribute values.
toString() - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Prints the immutable value SwiftLibraryDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.swift.SwiftPlatform
Prints the immutable value SwiftPlatform with attribute values.
toString() - Method in class com.facebook.buck.test.selectors.TestDescription
 
toString() - Method in class com.facebook.buck.test.TestCaseSummary
 
toString() - Method in class com.facebook.buck.test.TestResultSummary
 
toString() - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
Prints the immutable value TestResultSummaryVerbosity with attribute values.
toString() - Method in class com.facebook.buck.test.TestRunningOptions
Prints the immutable value TestRunningOptions with attribute values.
toString() - Method in class com.facebook.buck.test.TestStatusMessage
Prints the immutable value TestStatusMessage with attribute values.
toString() - Method in class com.facebook.buck.timing.ClockDuration
 
toString() - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig
Prints the immutable value AutoSparseConfig with attribute values.
toString() - Method in class com.facebook.buck.util.autosparse.ManifestInfo
Prints the immutable value ManifestInfo with attribute values.
toString() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Prints the immutable value FileHashCacheVerificationResult with attribute values.
toString() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Prints the immutable value HashCodeAndFileType with attribute values.
toString() - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
Prints the immutable value ListeningSemaphoreArrayPendingItem with attribute values.
toString() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
Prints the immutable value ResourceAmounts with attribute values.
toString() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Prints the immutable value DirectoryCleanerArgs with attribute values.
toString() - Method in enum com.facebook.buck.util.environment.Architecture
 
toString() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Prints the immutable value BuildEnvironmentDescription with attribute values.
toString() - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
 
toString() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
 
toString() - Method in class com.facebook.buck.util.network.HiveRowFormatter
 
toString() - Method in class com.facebook.buck.util.network.offline.ScribeData
Prints the immutable value ScribeData with attribute values.
toString() - Method in class com.facebook.buck.util.PatternAndMessage
Prints the immutable value PatternAndMessage with attribute values.
toString() - Method in class com.facebook.buck.util.ProcessExecutorParams
Prints the immutable value ProcessExecutorParams with attribute values.
toString() - Method in class com.facebook.buck.util.ProcessResourceConsumption
Prints the immutable value ProcessResourceConsumption with attribute values.
toString() - Method in exception com.facebook.buck.util.RetryingException
 
toString() - Method in class com.facebook.buck.util.SampleRate
Prints the immutable value SampleRate with attribute values.
toString() - Method in class com.facebook.buck.util.sha1.Sha1HashCode
toString() - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
Prints the immutable value FastVersionControlStats with attribute values.
toString() - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
Prints the immutable value FullVersionControlStats with attribute values.
toString() - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
Prints the immutable value SlowVersionControlStats with attribute values.
toString() - Method in class com.facebook.buck.util.versioncontrol.SparseSummary
Prints the immutable value SparseSummary with attribute values.
toString() - Method in class com.facebook.buck.util.xml.DocumentLocation
Prints the immutable value DocumentLocation with attribute values.
toString() - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
Prints the immutable value CachedVersionedTargetGraph with attribute values.
toString() - Method in class com.facebook.buck.versions.ExactConstraint
Prints the immutable value ExactConstraint with attribute values.
toString() - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
Prints the immutable value FlavorSearchTargetNodeFinder with attribute values.
toString() - Method in class com.facebook.buck.versions.Version
Prints the immutable value Version with attribute values.
toString() - Method in class com.facebook.buck.versions.VersionedAliasDescription
Prints the immutable value VersionedAliasDescription.
toString() - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
Prints the immutable value VersionedAliasDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
Prints the immutable value VersionedTargetGraphCacheResult with attribute values.
toString() - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
Prints the immutable value VersionedTargetGraphInputs with attribute values.
toString() - Method in class com.facebook.buck.versions.VersionInfo
Prints the immutable value VersionInfo with attribute values.
toString() - Method in class com.facebook.buck.versions.VersionUniverse
Prints the immutable value VersionUniverse with attribute values.
toString() - Method in class com.facebook.buck.worker.WorkerJobParams
Prints the immutable value WorkerJobParams with attribute values.
toString() - Method in class com.facebook.buck.worker.WorkerJobResult
Prints the immutable value WorkerJobResult with attribute values.
toString() - Method in class com.facebook.buck.worker.WorkerProcessCommand
Prints the immutable value WorkerProcessCommand with attribute values.
toString() - Method in class com.facebook.buck.worker.WorkerProcessIdentity
Prints the immutable value WorkerProcessIdentity with attribute values.
toString() - Method in class com.facebook.buck.worker.WorkerProcessParams
Prints the immutable value WorkerProcessParams with attribute values.
toString() - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Prints the immutable value ZipFileDescriptionArg with attribute values.
toString() - Method in class com.facebook.buck.zip.ZipScrubberStep
Prints the immutable value ZipScrubberStep with attribute values.
toStringWithMacrosArgs(BuildTarget, CellPathResolver, BuildRuleResolver, CxxPlatform, StringWithMacros) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
toStringWithMacrosArgs(BuildTarget, CellPathResolver, BuildRuleResolver, Iterable<StringWithMacros>) - Static method in class com.facebook.buck.ocaml.OcamlDescriptionEnhancer
 
TOTAL_RECEIVE_TIMEOUT_MS_PER_MB - Static variable in class com.facebook.buck.android.agent.AgentMain
 
toTerabytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
 
touch(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
TouchStep - Class in com.facebook.buck.step.fs
Step that runs touch <filename> in the shell.
TouchStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.step.fs.TouchStep
 
toUri() - Method in class com.facebook.buck.jvm.java.JarFileObject
 
toVersionedTargetGraph(BuckEventBus, BuckConfig, TypeCoercerFactory, TargetGraphAndBuildTargets) - Method in class com.facebook.buck.versions.VersionedTargetGraphCache
 
toVersionedTargetGraphAndTargets(TargetGraphAndTargets, VersionedTargetGraphCache, BuckEventBus, BuckConfig, TypeCoercerFactory, ImmutableSet<BuildTarget>) - Static method in class com.facebook.buck.rules.TargetGraphAndTargets
 
toXcodeAttribute(HeaderVisibility) - Static method in class com.facebook.buck.apple.AppleHeaderVisibilities
 
TRACE_ID_PATTERN - Static variable in class com.facebook.buck.util.trace.BuildTraces
 
TraceAttributes(Optional<String>, FileTime) - Constructor for class com.facebook.buck.util.trace.BuildTraces.TraceAttributes
 
TraceHandlerDelegate - Class in com.facebook.buck.httpserver
HTTP handler for requests to the /trace path.
traceSection(String) - Method in class com.facebook.buck.event.api.BuckTracing
 
traceSection(String, Map<String, String>) - Method in class com.facebook.buck.event.api.BuckTracing
Records the beginning of a traced section, and returns an object that can be used within a try-with-resources block to automatically end the section.
TraceSection() - Constructor for class com.facebook.buck.event.api.BuckTracing.TraceSection
 
TracesHandlerDelegate - Class in com.facebook.buck.httpserver
 
TracingTaskListener - Class in com.facebook.buck.jvm.java.tracing
A BuckJavacTaskListener that traces all events to a JavacPhaseTracer.
TracingTaskListener(JavacPhaseTracer, BuckJavacTaskListener) - Constructor for class com.facebook.buck.jvm.java.tracing.TracingTaskListener
 
trackClassUsage(JavacOptions) - Method in class com.facebook.buck.jvm.java.ConfiguredCompilerFactory
 
trackClassUsage - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
trackClassUsage() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
trackClassUsage() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
trackClassUsage(JavacOptions) - Method in class com.facebook.buck.jvm.kotlin.KotlinConfiguredCompilerFactory
 
trackClassUsage(JavacOptions) - Method in class com.facebook.buck.jvm.scala.ScalaConfiguredCompilerFactory
 
transform(int) - Method in interface com.facebook.buck.android.resources.ResChunk.RefTransformer
 
transform(Function<LEFT, X>, Function<RIGHT, X>) - Method in class com.facebook.buck.model.Either
 
transform(TargetGraph, BuildRuleResolver, TargetNode<T, U>) - Method in class com.facebook.buck.rules.DefaultTargetNodeToBuildRuleTransformer
 
transform(TargetGraph, BuildRuleResolver, TargetNode<T, U>) - Method in interface com.facebook.buck.rules.TargetNodeToBuildRuleTransformer
 
transform(ITestAnnotation, Class, Constructor, Method) - Method in class com.facebook.buck.testrunner.TestNGRunner.FilteringAnnotationTransformer
 
transform(VersionSelector, TargetGraphAndBuildTargets, ForkJoinPool, TypeCoercerFactory) - Static method in class com.facebook.buck.versions.VersionedTargetGraphBuilder
 
transformKeyReferences(ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTableType
 
transformKeyReferences(ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
transformKeys(Map<K1, V>, Function<? super K1, K2>) - Static method in class com.facebook.buck.util.MoreMaps
 
transformKeysAndSort(Map<K1, V>, Function<? super K1, K2>) - Static method in class com.facebook.buck.util.MoreMaps
 
transformReferences(ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResourcesXml
 
transformReferences(ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTableType
 
transformReferences(int[], ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTableType
 
transformStringReferences(ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTablePackage
 
transformStringReferences(ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTableType
 
transformStringReferences(int[], ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTableType
 
transformStringReferences(ResChunk.RefTransformer) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
TransitiveDepsClosureResolver - Class in com.facebook.buck.ide.intellij
Calculates the transitive closure of exported deps for every node in a TargetGraph.
TransitiveDepsClosureResolver(TargetGraph, ImmutableSet<String>) - Constructor for class com.facebook.buck.ide.intellij.TransitiveDepsClosureResolver
 
translate(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, A) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateBuildTarget(BuildTarget) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateBuildTargetSourcePath(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, DefaultBuildTargetSourcePath) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateConstructorArg(BuildTarget, CellPathResolver, TargetNodeTranslator, CxxGenruleDescriptionArg) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
 
translateConstructorArg(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, Object, Object) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateConstructorArg(BuildTarget, CellPathResolver, TargetNodeTranslator, A) - Method in interface com.facebook.buck.versions.TargetTranslatorOverridingDescription
 
translateList(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, ImmutableList<A>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateMap(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, ImmutableMap<A, B>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateNode(TargetNode<A, ?>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateOptional(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, Optional<A>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translatePair(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, Pair<A, B>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateSet(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, ImmutableSet<A>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateSortedMap(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, ImmutableSortedMap<A, B>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateSortedSet(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, ImmutableSortedSet<A>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateSourceWithFlags(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, SourceWithFlags) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateTargets(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, TargetNodeTranslator) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
 
translateTargets(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, TargetNodeTranslator) - Method in class com.facebook.buck.rules.macros.BuildTargetMacro
 
translateTargets(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, TargetNodeTranslator, Query) - Method in class com.facebook.buck.versions.QueryTargetTranslator
 
translateTargets(CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, TargetNodeTranslator) - Method in interface com.facebook.buck.versions.TargetTranslatable
 
TranslatingJavacPhaseTracer - Class in com.facebook.buck.jvm.java.tracing
A JavacPhaseTracer that translates the trace data to be more useful.
TranslatingJavacPhaseTracer(JavacPhaseEventLogger) - Constructor for class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
Transport - Interface in com.facebook.buck.io
An abstraction for IPC via messages.
TraversableGraph<T> - Interface in com.facebook.buck.graph
Minimal interface needed by AbstractBottomUpTraversal to traverse a graph.
traverse() - Method in class com.facebook.buck.graph.AbstractBottomUpTraversal
 
traverse(Node, AbstractBreadthFirstThrowingTraversal.Visitor<Node, RuntimeException>) - Static method in class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
Traverse a graph without explicitly creating a new AbstractBreadthFirstThrowingTraversal and overriding AbstractBreadthFirstThrowingTraversal.visit(Object)
traverse(Iterable<? extends Node>, AbstractBreadthFirstThrowingTraversal.Visitor<Node, RuntimeException>) - Static method in class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
Traverse a graph without explicitly creating a new AbstractBreadthFirstThrowingTraversal and overriding AbstractBreadthFirstThrowingTraversal.visit(Object)
traverse(Node, AbstractBreadthFirstThrowingTraversal.Visitor<Node, RuntimeException>) - Static method in class com.facebook.buck.graph.AbstractBreadthFirstTraversal
Traverse a graph without explicitly creating a new AbstractBreadthFirstThrowingTraversal and overriding AbstractBreadthFirstThrowingTraversal.visit(Object)
traverse(Iterable<? extends Node>, AbstractBreadthFirstThrowingTraversal.Visitor<Node, RuntimeException>) - Static method in class com.facebook.buck.graph.AbstractBreadthFirstTraversal
Traverse a graph without explicitly creating a new AbstractBreadthFirstThrowingTraversal and overriding AbstractBreadthFirstThrowingTraversal.visit(Object)
traverse(Iterable<? extends T>) - Method in class com.facebook.buck.graph.AcyclicDepthFirstPostOrderTraversal
Performs a depth-first, post-order traversal over a DAG.
traverse() - Method in class com.facebook.buck.jvm.java.classes.ClasspathTraversal
 
traverse(ClasspathTraversal) - Method in interface com.facebook.buck.jvm.java.classes.ClasspathTraverser
 
traverse(ClasspathTraversal) - Method in class com.facebook.buck.jvm.java.classes.DefaultClasspathTraverser
 
traverse(QueryExpression.Visitor) - Method in class com.facebook.buck.query.QueryExpression
Accepts and applies the given visitor.
traverse(M, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.BuildTargetMacroTypeCoercer
 
traverse(C, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.CollectionTypeCoercer
 
traverse(Either<Left, Right>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.EitherTypeCoercer
 
traverse(FrameworkPath, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
 
traverse(Object, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.LeafTypeCoercer
 
traverse(ImmutableMap<K, V>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
 
traverse(NeededCoverageSpec, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpecTypeCoercer
 
traverse(OcamlSource, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.OcamlSourceTypeCoercer
 
traverse(Optional<T>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
 
traverse(Pair<FIRST, SECOND>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.PairTypeCoercer
 
traverse(ParamInfo.Traversal, Object) - Method in class com.facebook.buck.rules.coercer.ParamInfo
Traverse the value of the field on dto that is represented by this instance.
traverse(PatternMatchedCollection<T>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
 
traverse(ImmutableSortedMap<K, V>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.SortedMapTypeCoercer
 
traverse(SourceList, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.SourceListTypeCoercer
 
traverse(SourceWithFlagsList, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsListTypeCoercer
 
traverse(SourceWithFlags, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsTypeCoercer
 
traverse(StringWithMacros, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.StringWithMacrosTypeCoercer
 
traverse(Object) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer.Traversal
 
traverse(T, TypeCoercer.Traversal) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
Traverse an object guided by this TypeCoercer.
traverse(VersionMatchedCollection<T>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
 
traverse() - Method in class com.facebook.buck.util.ZipFileTraversal
 
TreeBackedAnnotatedConstruct - Class in com.facebook.buck.jvm.java.abi.source
An implementation of AnnotatedConstruct that uses only the information available from a Tree.
TreeBackedAnnotatedConstruct(AnnotatedConstruct) - Constructor for class com.facebook.buck.jvm.java.abi.source.TreeBackedAnnotatedConstruct
 
TreesMessager - Class in com.facebook.buck.jvm.java.plugin.adapter
 
TreesMessager(Trees) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.TreesMessager
 
TRUE - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
truncateMiddle(String, int, int, String) - Static method in class com.facebook.buck.util.MoreStrings
 
truncatePretty(String) - Static method in class com.facebook.buck.util.MoreStrings
 
tryCreatingClientSideSlb(Clock, BuckEventBus) - Method in class com.facebook.buck.slb.SlbBuckConfig
 
tryLock() - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
tryLock(long, TimeUnit) - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
tryToCreateEdenClientPool(Path) - Static method in class com.facebook.buck.eden.EdenClientPool
 
tryToExtractPackageNameFromManifest(SourcePathResolver, ApkInfo) - Static method in class com.facebook.buck.android.AdbHelper
 
TwoLevelArtifactCacheDecorator - Class in com.facebook.buck.artifact_cache
The DirArtifactCache and HttpArtifactCache caches use a straightforward rulekey -> (metadata, artifact) mapping.
TwoLevelArtifactCacheDecorator(ArtifactCache, ProjectFilesystem, BuckEventBus, boolean, long, Optional<Long>) - Constructor for class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
 
twoLevelContentHashKey() - Method in class com.facebook.buck.artifact_cache.CacheResult
 
twoLevelContentHashKey() - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
 
twoLevelContentHashKeyServerLog() - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
 
type - Variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
TYPE - Static variable in class com.facebook.buck.android.AndroidLibraryDescription
 
TYPE_PROPERTY_NAME - Static variable in class com.facebook.buck.rules.BuckPyFunction
The name of the property in the JSON produced by buck.py that identifies the type of the build rule being defined.
TypeCoercer<T> - Interface in com.facebook.buck.rules.coercer
Class defining an interpretation of some dynamically typed Java object as a specific class.
TypeCoercer.Traversal - Interface in com.facebook.buck.rules.coercer
 
TypeCoercerFactory - Interface in com.facebook.buck.rules.coercer
 
typeCoercerForType(Type) - Method in class com.facebook.buck.rules.coercer.DefaultTypeCoercerFactory
 
typeCoercerForType(Type) - Method in interface com.facebook.buck.rules.coercer.TypeCoercerFactory
 
Types - Class in com.facebook.buck.util
 
TypeScanner8<R,P> - Class in com.facebook.buck.jvm.java.abi
A scanning visitor of TypeMirrors for SourceVersion.RELEASE_8.
TypeScanner8() - Constructor for class com.facebook.buck.jvm.java.abi.TypeScanner8
 
TypeScanner8(R) - Constructor for class com.facebook.buck.jvm.java.abi.TypeScanner8
 

U

UBER_COMPILATION_DATABASE - Static variable in class com.facebook.buck.cxx.CxxCompilationDatabase
 
UNBUNDLE - Static variable in class com.facebook.buck.js.ReactNativeFlavors
 
unbundledResourcesRoot - Variable in class com.facebook.buck.jvm.java.DefaultJavaLibraryBuilder
 
undefined - Variable in class com.facebook.buck.android.relinker.Symbols
 
unescapeLineMarkerPath(String) - Static method in class com.facebook.buck.util.Escaper
Unescape a path string obtained from preprocessor output, as in: https://gcc.gnu.org/onlinedocs/cpp/Preprocessor-Output.html .
unexpanded - Variable in class com.facebook.buck.rules.args.MacroArg
 
UnexpectedFlavorException - Exception in com.facebook.buck.parser
 
UNFINISHED_EVENT_PAIR - Static variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
UnflavoredBuildTarget - Class in com.facebook.buck.model
A build target in the form of
UnflavoredBuildTarget.Builder - Class in com.facebook.buck.model
Builds instances of type UnflavoredBuildTarget.
uninstallApkFromDevice(String, boolean) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
Uninstalls apk from specific device.
uninstallApp(String, boolean) - Method in class com.facebook.buck.android.AdbHelper
Uninstall apk from all matching devices.
uninstallApp(String, boolean) - Method in interface com.facebook.buck.android.exopackage.AndroidDevicesHelper
Uninstall apk from all matching devices.
UninstallCommand - Class in com.facebook.buck.cli
 
UninstallCommand() - Constructor for class com.facebook.buck.cli.UninstallCommand
 
UninstallCommand.UninstallOptions - Class in com.facebook.buck.cli
 
UninstallEvent - Class in com.facebook.buck.event
 
UninstallEvent(EventKey, String) - Constructor for class com.facebook.buck.event.UninstallEvent
 
UninstallEvent.Finished - Class in com.facebook.buck.event
 
UninstallEvent.Started - Class in com.facebook.buck.event
 
uninstallFinished(UninstallEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
uninstallOptions() - Method in class com.facebook.buck.cli.InstallCommand
 
uninstallOptions() - Method in class com.facebook.buck.cli.UninstallCommand
 
UninstallOptions() - Constructor for class com.facebook.buck.cli.UninstallCommand.UninstallOptions
 
uninstallPackage(String) - Method in interface com.facebook.buck.android.exopackage.AndroidDevice
 
uninstallPackage(String) - Method in class com.facebook.buck.android.exopackage.RealAndroidDevice
 
uninstallStarted(UninstallEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
union(SortedSet<T>, SortedSet<T>) - Static method in class com.facebook.buck.util.collect.SortedSets
A view merging the two underlying sorted sets.
UnixArchive - Class in com.facebook.buck.bsd
 
UnixArchive(FileChannel, NulTerminatedCharsetDecoder) - Constructor for class com.facebook.buck.bsd.UnixArchive
 
UnixArchiveEntry - Class in com.facebook.buck.bsd
Immutable implementation of AbstractUnixArchiveEntry.
UnixDomainSocket - Class in com.facebook.buck.io.unixsocket
Implements a Socket backed by a native Unix domain socket.
UnixUserIdFetcher - Class in com.facebook.buck.util
Fetches the user ID of the running process.
UnixUserIdFetcher() - Constructor for class com.facebook.buck.util.UnixUserIdFetcher
 
UnknownCommand - Class in com.facebook.buck.macho
Immutable implementation of AbstractUnknownCommand.
UnknownCommandUtils - Class in com.facebook.buck.macho
 
unlock() - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
unordered() - Method in interface com.facebook.buck.util.RichStream
 
unpackJarTo(ClassLoader, Path) - Method in class com.facebook.buck.jvm.java.FatJar
 
unpackNativeLibrariesInto(ClassLoader, Path) - Method in class com.facebook.buck.jvm.java.FatJar
 
unskippedRuleCountUpdated(int) - Static method in class com.facebook.buck.rules.BuildEvent
 
UnskippedRuleCountUpdated(int) - Constructor for class com.facebook.buck.rules.BuildEvent.UnskippedRuleCountUpdated
 
UnskippedRulesTracker - Class in com.facebook.buck.rules
Keeps track of the number of build rules that either were already executed or might be executed in the future.
UnskippedRulesTracker(RuleDepsCache, BuildRuleResolver) - Constructor for class com.facebook.buck.rules.UnskippedRulesTracker
 
UnsortedAndroidResourceDeps - Class in com.facebook.buck.android
 
UnsortedAndroidResourceDeps(ImmutableSet<HasAndroidResourceDeps>) - Constructor for class com.facebook.buck.android.UnsortedAndroidResourceDeps
 
UnsortedAndroidResourceDeps.Callback - Interface in com.facebook.buck.android
 
UNSTRIPPED_NATIVE_LIBRARIES_FLAVOR - Static variable in class com.facebook.buck.android.AndroidBinaryGraphEnhancer
 
UnstrippedNativeLibraries - Class in com.facebook.buck.android
 
UnstrippedNativeLibraries(BuildTarget, ProjectFilesystem, BuildRuleParams, SourcePathRuleFinder, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.android.UnstrippedNativeLibraries
 
unsubscribe(ProcessRegistry.ProcessRegisterCallback) - Method in class com.facebook.buck.util.ProcessRegistry
Unsubscribes the process register callback.
UnsupportedPlatformException(BuildTarget, Platform) - Constructor for exception com.facebook.buck.shell.CommandAliasDescription.UnsupportedPlatformException
 
Unzip - Class in com.facebook.buck.util.zip
 
Unzip.ExistingFileMode - Enum in com.facebook.buck.util.zip
 
UnzipAar - Class in com.facebook.buck.android
 
UnzipStep - Class in com.facebook.buck.zip
 
UnzipStep(ProjectFilesystem, Path, Path) - Constructor for class com.facebook.buck.zip.UnzipStep
 
update(PerfTimesStats) - Static method in class com.facebook.buck.event.listener.PerfTimesEventListener.PerfTimesEvent
 
update(ImmutableMap<String, Object>) - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
Creates and sends an event which indicates an update in state of the scope.
update(String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
update(String, Object, String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
update(Hasher) - Method in class com.facebook.buck.util.sha1.Sha1HashCode
Updates the specified Hasher by putting the 20 bytes of this SHA-1 to it in order.
updateAndStartIfNeeded(Optional<ArtifactCache>) - Method in class com.facebook.buck.httpserver.WebServer
Update state and start the server if necessary.
updateBuildSlaveStatus(StampedeId, RunId, BuildSlaveStatus) - Method in class com.facebook.buck.distributed.DistBuildService
 
updateConfig(AutoSparseConfig) - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
Update the configuration.
updateConfig(AutoSparseConfig) - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
 
updatedParams - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.CxxLibraryEnhancement
 
updateLinkEditDataCommand(ByteBuffer, LinkEditDataCommand, LinkEditDataCommand) - Static method in class com.facebook.buck.macho.LinkEditDataCommandUtils
 
updateLock() - Method in class com.facebook.buck.util.concurrent.AutoCloseableReadWriteUpdateLock
 
updateMetadata(BuildTarget, Map<String, String>) - Method in interface com.facebook.buck.rules.BuildInfoStore
 
updateMetadata(BuildTarget, Map<String, String>) - Method in class com.facebook.buck.rules.FilesystemBuildInfoStore
 
updateMetadata(BuildTarget, Map<String, String>) - Method in class com.facebook.buck.rules.SQLiteBuildInfoStore
 
updateNlistEntry(ByteBuffer, Nlist, Nlist, boolean) - Static method in class com.facebook.buck.macho.NlistUtils
Takes existing Nlist entry and updates it with the new entry.
updateOrCreateWorkspace() - Method in class com.facebook.buck.ide.intellij.WorkspaceUpdater
 
updatePaths() - Method in class com.facebook.buck.macho.ObjectPathsAbsolutifier
 
updateSegmentCommand(ByteBuffer, SegmentCommand, SegmentCommand) - Static method in class com.facebook.buck.macho.SegmentCommandUtils
Updates the given command in the given buffer with the new given command.
updateSymTabCommand(ByteBuffer, SymTabCommand, String) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
This method updates the given buffer by updating the given SymTabCommand to reflect the insertion of the entry into string table.
updateUuidCommand(ByteBuffer, UUIDCommand, UUIDCommand) - Static method in class com.facebook.buck.macho.UUIDCommandUtils
 
uploadBuckDotFilesAsync(StampedeId, ProjectFilesystem, FileHashCache, DistBuildClientStatsTracker, ListeningExecutorService) - Method in class com.facebook.buck.distributed.DistBuildService
 
uploadBuckDotFilesDurationMs() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
uploadBuildSlaveConsoleEvents(StampedeId, RunId, List<BuildSlaveConsoleEvent>) - Method in class com.facebook.buck.distributed.DistBuildService
 
uploadMissingFilesAsync(Map<Integer, ProjectFilesystem>, List<BuildJobStateFileHashes>, DistBuildClientStatsTracker, ListeningExecutorService) - Method in class com.facebook.buck.distributed.DistBuildService
 
uploadMissingFilesDurationMs() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
uploadRequest(DoctorEndpointRequest) - Method in class com.facebook.buck.doctor.DoctorReportHelper
 
uploadTargetGraph(BuildJobState, StampedeId, DistBuildClientStatsTracker) - Method in class com.facebook.buck.distributed.DistBuildService
 
uploadTargetGraphDurationMs() - Method in class com.facebook.buck.distributed.DistBuildClientStats
 
uri - Variable in class com.facebook.buck.file.DownloadEvent
 
uri - Variable in class com.facebook.buck.jvm.java.JarFileObject
 
UriTypeCoercer - Class in com.facebook.buck.rules.coercer
 
UriTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.UriTypeCoercer
 
useDependencyFileRuleKeys() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
useDependencyFileRuleKeys() - Method in class com.facebook.buck.js.ReactNativeBundle
 
useDependencyFileRuleKeys() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
useDependencyFileRuleKeys() - Method in class com.facebook.buck.jvm.java.JarBuildStepsFactory
 
useDependencyFileRuleKeys() - Method in interface com.facebook.buck.rules.keys.SupportsDependencyFileRuleKey
 
UsedResourcesFinder - Class in com.facebook.buck.android.resources
 
UsedResourcesFinder.ResourceClosure - Class in com.facebook.buck.android.resources
 
useDryRunCodeSigning() - Method in class com.facebook.buck.apple.AppleConfig
 
useIndexedUnbundling(BuildTarget) - Static method in class com.facebook.buck.js.ReactNativeFlavors
 
user - Variable in class com.facebook.buck.maven.ArtifactConfig.Repository
 
UserFlavor - Class in com.facebook.buck.model
A Flavor visible to the user, with which they can modify output of a target.
UserFlavor.Builder - Class in com.facebook.buck.model
Builds instances of type UserFlavor.
UserIdFetcher - Interface in com.facebook.buck.util
Fetches the user ID of the running process.
UserInput - Class in com.facebook.buck.doctor
Helper methods for handling input from the user.
UserInput(PrintStream, BufferedReader) - Constructor for class com.facebook.buck.doctor.UserInput
 
UserLocalConfiguration - Class in com.facebook.buck.doctor.config
Immutable implementation of AbstractUserLocalConfiguration.
UserLocalConfiguration.Builder - Class in com.facebook.buck.doctor.config
Builds instances of type UserLocalConfiguration.
UserReport - Class in com.facebook.buck.doctor
Immutable implementation of AbstractReport.AbstractUserReport.
UserReport.Builder - Class in com.facebook.buck.doctor
Builds instances of type UserReport.
useRulePipelining() - Method in class com.facebook.buck.jvm.java.CalculateAbiFromSource
 
useRulePipelining() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
useRulePipelining() - Method in interface com.facebook.buck.rules.SupportsPipelining
 
useUnbundling(BuildTarget) - Static method in class com.facebook.buck.js.ReactNativeFlavors
 
using(ProjectFilesystem) - Static method in class com.facebook.buck.io.filesystem.SkylarkFilesystem
 
using(PythonDslProjectBuildFileParser, SkylarkProjectBuildFileParser) - Static method in class com.facebook.buck.json.HybridProjectBuildFileParser
 
using(ProjectBuildFileParserOptions, BuckEventBus, FileSystem, TypeCoercerFactory) - Static method in class com.facebook.buck.skylark.parser.SkylarkProjectBuildFileParser
 
utf8OutputStreamWriter(OutputStream) - Static method in class com.facebook.buck.log.ConsoleHandler
 
Util - Class in com.facebook.buck.ide.intellij
 
Util() - Constructor for class com.facebook.buck.ide.intellij.Util
 
UUIDCommand - Class in com.facebook.buck.macho
Immutable implementation of AbstractUUIDCommand.
UUIDCommandUtils - Class in com.facebook.buck.macho
 

V

validateAliasName(String) - Static method in class com.facebook.buck.cli.BuckConfig
 
validateAssetCatalogs(ImmutableSortedSet<SourcePath>, BuildTarget, ProjectFilesystem, SourcePathResolver, AppleAssetCatalog.ValidationType) - Static method in class com.facebook.buck.apple.AppleAssetCatalog
 
validateClasspath(String) - Method in class com.facebook.buck.jvm.java.ClasspathChecker
Parses a Java classpath string ("path/to/foo:baz.jar:blech.zip:path/to/*") and checks if at least one entry is valid (exists on disk).
validateFlavors(ImmutableSet<Flavor>, Iterable<FlavorDomain<?>>) - Static method in class com.facebook.buck.js.JsFlavors
 
validateFlavors(ImmutableSet<Flavor>) - Static method in class com.facebook.buck.js.ReactNativeFlavors
 
validateLabelName(String) - Static method in class com.facebook.buck.cli.BuckConfig
 
validateResources(SourcePathResolver, ProjectFilesystem, ImmutableSortedSet<SourcePath>) - Static method in class com.facebook.buck.jvm.common.ResourceValidator
 
ValidatingTaskListener - Class in com.facebook.buck.jvm.java.abi.source
A TaskListener that is used during full compilation to validate the guesses made by source-based ABI generation.
ValidatingTaskListener(BuckJavacTaskProxy, InterfaceValidatorCallback, Diagnostic.Kind) - Constructor for class com.facebook.buck.jvm.java.abi.source.ValidatingTaskListener
 
value() - Method in enum com.facebook.buck.android.ResourceFilters.Density
 
ValueExtractor - Interface in com.facebook.buck.rules.keys
Extracts a value, e.g.
valueOf(String) - Static method in enum com.facebook.buck.android.aapt.MiniAapt.ResourceCollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.CustomDrawableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.IdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.RType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.AndroidInstallConfig.ConcurrentInstall
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.AndroidLibraryDescription.JvmLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.DxStep.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.Host
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.TargetArch
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.TargetArchAbi
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.Toolchain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.ToolchainTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.ResourceFilters.Density
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.toolchain.NdkCxxRuntime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.toolchain.TargetCpuType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.AppleAssetCatalog.ValidationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.AppleAssetCatalogDescription.Optimization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.AppleBuildRules.RecursiveDependenciesMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.AppleBundleExtension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.AppleDebugFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.AppleLibraryDescription.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.platform_type.ApplePlatformType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.project_generator.IDEForceKill
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.project_generator.ProjectGenerator.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.SchemeActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorController.LaunchBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy.ProxyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase.Destination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXGroup.SortPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXReference.SourceTree
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry.BuildFor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.XCScheme.LaunchAction.LaunchStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig.LoadBalancingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig.MultiFetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.CacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.InvocationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheMode.CacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.CacheReadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.CacheResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.bser.BserDeserializer.KeyOrdering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.build_type.BuildType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cli.ActionGraphParallelizationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cli.ProjectCommand.Ide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cli.ProjectTestsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxInferEnhancer.InferFlavors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxLibraryDescription.MetadataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxLibraryDescription.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxPreprocessables.IncludeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.ArchiveContents
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.CxxToolProvider.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.DebugSectionProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.DependencyTrackingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.DTag.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.DTag
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.DTag
 
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfHeader.EIClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfHeader.EIData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader.SHType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info.Bind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.HeaderMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.HeaderVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.linker.Linker.CxxRuntimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.linker.Linker.LinkableDepType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.linker.Linker.LinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.linker.LinkerProvider.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.LinkerMapMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable.LanguageExtensions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable.Linkage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.nativelink.NativeLinkStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers.PaddingStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceParams.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceParams.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.toolchain.StripStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.dalvik.ZipSplitter.CanaryStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.dalvik.ZipSplitter.DexSplitStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.distributed.DistBuildClientStatsTracker.DistBuildClientStat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.distributed.DistBuildMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.distributed.DistBuildSlaveTimingStatsTracker.SlaveEvents
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.doctor.config.DoctorIssueCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.doctor.config.DoctorProtocolVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.dotnet.FrameworkVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.event.ArtifactCompressionEvent.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.event.ChromeTraceEvent.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.event.CompilerErrorEvent.CompilerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.event.listener.TestResultFormatter.FormatMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.event.RuleKeyCalculationEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.event.SimplePerfEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.go.GoPackStep.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.haskell.HaskellBinaryDescription.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.haskell.HaskellHaddockLibRule.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.haskell.HaskellLibraryDescription.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.ide.intellij.FolderTypeWithPackageInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.ide.intellij.IjDependencyListBuilder.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.ide.intellij.IjDependencyListBuilder.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.ide.intellij.IjDependencyListBuilder.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.ide.intellij.lang.android.AndroidProjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.ide.intellij.model.DependencyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.ide.intellij.model.folders.IjResourceFolderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.ide.intellij.model.IjModuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.io.BorrowablePath.Behaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.io.MoreFiles.DeleteRecursivelyOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.io.PathListing.FilterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.io.PathOrGlobMatcher.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.io.ProjectFilesystem.CopySourceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.io.Watchman.Capability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.io.WatchmanWatcher.CursorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.io.WatchmanWatcher.FreshInstanceAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.js.ReactNativePlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.json.HybridProjectBuildFileParser.Syntax
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.AnnotationProcessingEvent.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.BuiltInJavac
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.ForkMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.JarShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.JavaBuckConfig.AbiGenerationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.JavaBuckConfig.SourceAbiVerificationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.Javac.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.Javac.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.JavacCompilationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.plugin.api.TaskEventMirror.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.TestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.lua.LuaBinaryDescription.StarterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.parser.PerBuildState.SpeculativeParsing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.parser.TargetNodeSpec.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.python.CxxPythonExtensionDescription.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.python.PythonBuckConfig.PackageStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.query.QueryEnvironment.ArgumentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.query.QueryEnvironment.TargetEvaluator.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.randomizedtrial.CommonGroups
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.BuildRuleStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.BuildRuleSuccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.CachingBuildEngine.BuildMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.CachingBuildEngine.DepFiles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.CachingBuildEngine.MetadataStorage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.coercer.PathTypeCoercer.PathExistenceVerificationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.keys.hasher.RuleKeyHasher.Container
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.keys.hasher.RuleKeyHasher.Wrapper
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.keys.RuleKeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.RuleKeyDiagnosticsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rust.CrateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rust.RustBinaryDescription.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.shell.ExportFileDescription.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.slb.ThriftProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.step.ExecutorPool
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.step.fs.CopyStep.DirectoryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.step.TargetDevice.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.swift.SwiftLibraryDescription.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.test.CoverageReportFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.test.result.type.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.Ansi.SeverityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.cache.FileHashCacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.concurrent.ResourceAllocationFairness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.concurrent.ResourcePool.ResourceUsageErrorPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.DependencyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.environment.Architecture
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.environment.CommandMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.environment.NetworkMedium
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.environment.Platform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.Escaper.Quoter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.ProcessExecutor.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.unit.SizeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.Verbosity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.zip.Unzip.ExistingFileMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.zip.ZipCompressionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.zip.ZipOutputStreams.HandleDuplicates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.versions.VersionedTargetGraphCache.ResultType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.facebook.buck.android.aapt.MiniAapt.ResourceCollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.CustomDrawableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.IdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.RType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.AndroidInstallConfig.ConcurrentInstall
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.AndroidLibraryDescription.JvmLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.DxStep.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.Host
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.TargetArch
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.TargetArchAbi
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.Toolchain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.ToolchainTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.ResourceFilters.Density
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.toolchain.NdkCxxRuntime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.toolchain.TargetCpuType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.AppleAssetCatalog.ValidationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.AppleAssetCatalogDescription.Optimization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.AppleBuildRules.RecursiveDependenciesMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.AppleBundleExtension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.AppleDebugFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.AppleLibraryDescription.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.platform_type.ApplePlatformType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.project_generator.IDEForceKill
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.project_generator.ProjectGenerator.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.SchemeActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorController.LaunchBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy.ProxyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase.Destination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXGroup.SortPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXReference.SourceTree
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry.BuildFor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.xcode.XCScheme.LaunchAction.LaunchStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig.LoadBalancingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig.MultiFetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.CacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.InvocationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheMode.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.CacheReadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.CacheResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.bser.BserDeserializer.KeyOrdering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.build_type.BuildType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cli.ActionGraphParallelizationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cli.ProjectCommand.Ide
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cli.ProjectTestsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.AbstractCxxSource.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.CxxInferEnhancer.InferFlavors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.CxxLibraryDescription.MetadataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.CxxLibraryDescription.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.CxxPreprocessables.IncludeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.ArchiveContents
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.CxxToolProvider.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.DebugSectionProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.DependencyTrackingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.DTag.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection.DTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfHeader.EIClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfHeader.EIData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader.SHType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info.Bind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.HeaderMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.HeaderVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.linker.Linker.CxxRuntimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.linker.Linker.LinkableDepType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.linker.Linker.LinkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.linker.LinkerProvider.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.LinkerMapMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable.LanguageExtensions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.nativelink.NativeLinkable.Linkage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.nativelink.NativeLinkStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.objectfile.ObjectFileScrubbers.PaddingStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceParams.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.SharedLibraryInterfaceParams.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.toolchain.StripStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.dalvik.ZipSplitter.CanaryStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.dalvik.ZipSplitter.DexSplitStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.distributed.DistBuildClientStatsTracker.DistBuildClientStat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.distributed.DistBuildMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.distributed.DistBuildSlaveTimingStatsTracker.SlaveEvents
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.doctor.config.DoctorIssueCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.doctor.config.DoctorProtocolVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.dotnet.FrameworkVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.event.ArtifactCompressionEvent.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.event.ChromeTraceEvent.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.event.CompilerErrorEvent.CompilerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.event.listener.TestResultFormatter.FormatMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.event.RuleKeyCalculationEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.event.SimplePerfEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.go.GoPackStep.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.haskell.HaskellBinaryDescription.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.haskell.HaskellHaddockLibRule.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.haskell.HaskellLibraryDescription.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.ide.intellij.FolderTypeWithPackageInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.ide.intellij.IjDependencyListBuilder.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.ide.intellij.IjDependencyListBuilder.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.ide.intellij.IjDependencyListBuilder.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.ide.intellij.lang.android.AndroidProjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.ide.intellij.model.DependencyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.ide.intellij.model.folders.IjResourceFolderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.ide.intellij.model.IjModuleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.io.BorrowablePath.Behaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.io.MoreFiles.DeleteRecursivelyOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.io.PathListing.FilterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.io.PathOrGlobMatcher.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.io.ProjectFilesystem.CopySourceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.io.Watchman.Capability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.io.WatchmanWatcher.CursorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.io.WatchmanWatcher.FreshInstanceAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.js.ReactNativePlatform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.json.HybridProjectBuildFileParser.Syntax
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.AnnotationProcessingEvent.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.BuiltInJavac
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.ForkMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.JarShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.JavaBuckConfig.AbiGenerationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.JavaBuckConfig.SourceAbiVerificationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.Javac.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.Javac.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.JavacCompilationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.plugin.api.TaskEventMirror.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.TestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.lua.LuaBinaryDescription.StarterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.parser.PerBuildState.SpeculativeParsing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.parser.TargetNodeSpec.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.python.CxxPythonExtensionDescription.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.python.PythonBuckConfig.PackageStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.query.QueryEnvironment.ArgumentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.query.QueryEnvironment.TargetEvaluator.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.randomizedtrial.CommonGroups
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.BuildRuleStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.BuildRuleSuccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.CachingBuildEngine.BuildMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.CachingBuildEngine.DepFiles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.CachingBuildEngine.MetadataStorage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.coercer.PathTypeCoercer.PathExistenceVerificationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.keys.hasher.RuleKeyHasher.Container
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.keys.hasher.RuleKeyHasher.Wrapper
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.keys.RuleKeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.RuleKeyDiagnosticsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rust.CrateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rust.RustBinaryDescription.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.shell.ExportFileDescription.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.slb.ThriftProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.step.ExecutorPool
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.step.fs.CopyStep.DirectoryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.step.TargetDevice.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.swift.SwiftLibraryDescription.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.test.CoverageReportFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.test.result.type.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.Ansi.SeverityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.cache.FileHashCacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.concurrent.ResourceAllocationFairness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.concurrent.ResourcePool.ResourceUsageErrorPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.DependencyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.environment.Architecture
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.environment.CommandMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.environment.NetworkMedium
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.environment.Platform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.Escaper.Quoter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.facebook.buck.util.ImmutableMapWithNullValues
 
values() - Static method in enum com.facebook.buck.util.ProcessExecutor.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.unit.SizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.Verbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.zip.Unzip.ExistingFileMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.zip.ZipCompressionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.zip.ZipOutputStreams.HandleDuplicates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.versions.VersionedTargetGraphCache.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
vd_aux - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
 
vd_cnt - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
 
vd_flags - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
 
vd_hash - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
 
vd_ndx - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
 
vd_next - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
 
vd_version - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
 
vda_name - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdaux
 
vda_next - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdaux
 
verbose(String, Object...) - Method in class com.facebook.buck.android.BuckEventAndroidLogger
 
verbose(Throwable, String) - Method in class com.facebook.buck.log.Logger
Logs a message at VERBOSE level.
verbose(String) - Method in class com.facebook.buck.log.Logger
Logs a message at VERBOSE level.
verbose(String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at VERBOSE level.
verbose(Throwable, String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at VERBOSE level.
Verbosity - Enum in com.facebook.buck.util
An indication of how verbose Buck should be.
VerbosityParser - Class in com.facebook.buck.cli
 
Verdaux(long, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdaux
 
Verdef(int, int, int, int, long, long, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfVerDef.Verdef
 
VERIFIED_SOURCE_ABI_FLAVOR - Static variable in interface com.facebook.buck.jvm.java.HasJavaAbi
 
verify() - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
 
verify(ExecutionContext) - Method in class com.facebook.buck.rules.InstallTrigger
 
verify() - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
verify() - Method in interface com.facebook.buck.util.cache.FileHashCache
 
verify() - Method in interface com.facebook.buck.util.cache.ProjectFileHashCache
 
verify() - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
VerifyCachesCommand - Class in com.facebook.buck.cli
Verify the contents of our FileHashCache.
VerifyCachesCommand() - Constructor for class com.facebook.buck.cli.VerifyCachesCommand
 
Vernaux(long, int, int, long, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Vernaux
 
Verneed(int, int, long, long, long) - Constructor for class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Verneed
 
Version - Class in com.facebook.buck.versions
Immutable implementation of AbstractVersion.
VERSION_REGEX_GROUP - Static variable in class com.facebook.buck.maven.Resolver
 
VersionBuckConfig - Class in com.facebook.buck.versions
 
VersionBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.versions.VersionBuckConfig
 
versionCode - Variable in class com.facebook.buck.android.exopackage.PackageInfo
 
VersionCommand - Class in com.facebook.buck.cli
 
VersionCommand() - Constructor for class com.facebook.buck.cli.VersionCommand
 
VersionControlBuckConfig - Class in com.facebook.buck.util.versioncontrol
* Provides simplified access to settings from the version_control section of a .buckconfig file.
VersionControlBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
 
VersionControlCmdLineInterface - Interface in com.facebook.buck.util.versioncontrol
Provides meta-data about the version control repository the project being built is using.
VersionControlCommandFailedException - Exception in com.facebook.buck.util.versioncontrol
 
VersionControlCommandFailedException(Throwable) - Constructor for exception com.facebook.buck.util.versioncontrol.VersionControlCommandFailedException
 
VersionControlCommandFailedException(String) - Constructor for exception com.facebook.buck.util.versioncontrol.VersionControlCommandFailedException
 
versionControlStats(VersionControlStatsEvent) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
VersionControlStatsEvent - Class in com.facebook.buck.util.versioncontrol
 
VersionControlStatsEvent(CommonSlowVersionControlStats) - Constructor for class com.facebook.buck.util.versioncontrol.VersionControlStatsEvent
 
VersionControlStatsGenerator - Class in com.facebook.buck.util.versioncontrol
 
VersionControlStatsGenerator(VersionControlCmdLineInterface, Optional<FastVersionControlStats>) - Constructor for class com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator
 
VersionControlStatsGenerator.Mode - Enum in com.facebook.buck.util.versioncontrol
Modes the generator can get stats in, in order from least comprehensive to most comprehensive.
VersionedAliasDescription - Class in com.facebook.buck.versions
Immutable implementation of AbstractVersionedAliasDescription.
VersionedAliasDescriptionArg - Class in com.facebook.buck.versions
Immutable implementation of AbstractVersionedAliasDescription.AbstractVersionedAliasDescriptionArg.
VersionedAliasDescriptionArg.Builder - Class in com.facebook.buck.versions
Builds instances of type VersionedAliasDescriptionArg.
VersionedTargetGraph - Class in com.facebook.buck.versions
 
VersionedTargetGraph.Builder - Class in com.facebook.buck.versions
 
VersionedTargetGraphBuilder - Class in com.facebook.buck.versions
Takes a regular TargetGraph, resolves any versioned nodes, and returns a new graph with the versioned nodes removed.
VersionedTargetGraphCache - Class in com.facebook.buck.versions
 
VersionedTargetGraphCache() - Constructor for class com.facebook.buck.versions.VersionedTargetGraphCache
 
VersionedTargetGraphCache.ResultType - Enum in com.facebook.buck.versions
The possible result types using the cache.
VersionedTargetGraphCacheResult - Class in com.facebook.buck.versions
Immutable implementation of VersionedTargetGraphCache.AbstractVersionedTargetGraphCacheResult.
VersionedTargetGraphEvent - Class in com.facebook.buck.versions
Base class for events about building up the versioned target graph.
VersionedTargetGraphEvent.Cache - Class in com.facebook.buck.versions
 
VersionedTargetGraphEvent.Cache.Hit - Class in com.facebook.buck.versions
 
VersionedTargetGraphEvent.Cache.Miss - Class in com.facebook.buck.versions
 
VersionedTargetGraphEvent.Finished - Class in com.facebook.buck.versions
 
VersionedTargetGraphEvent.Started - Class in com.facebook.buck.versions
 
VersionedTargetGraphInputs - Class in com.facebook.buck.versions
A collection of anything which affects/changes how the versioned target graph is generated.
VersionedTool - Class in com.facebook.buck.rules
A Tool which only contributes a fixed name and version when appended to a rule key.
VersionedTool.Builder - Class in com.facebook.buck.rules
Builds instances of type VersionedTool.
VersionException - Exception in com.facebook.buck.versions
Error thrown when version selection fails.
VersionException(BuildTarget, String) - Constructor for exception com.facebook.buck.versions.VersionException
 
VersionInfo - Class in com.facebook.buck.versions
Immutable implementation of AbstractVersionInfo.
VersionMatchedCollection<T> - Class in com.facebook.buck.rules.coercer
 
VersionMatchedCollection(ImmutableList<Pair<ImmutableMap<BuildTarget, Version>, T>>) - Constructor for class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
VersionMatchedCollection.Builder<T> - Class in com.facebook.buck.rules.coercer
 
VersionMatchedCollectionTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
 
VersionMatchedCollectionTypeCoercer(TypeCoercer<ImmutableMap<BuildTarget, Version>>, TypeCoercer<T>) - Constructor for class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
 
VersionPropagator<A> - Interface in com.facebook.buck.versions
A node constitutes the body of a version sub-graph.
VersionRoot<A> - Interface in com.facebook.buck.versions
A node which is the root of a version sub-graph.
VersionSelector - Interface in com.facebook.buck.versions
Interface for selecting versions for a versioned sub-graph represented by a root node and its version domain.
VersionStringComparator - Class in com.facebook.buck.util
Compares version strings such as "4.2.2", "17.0", "r10e-rc4".
VersionStringComparator() - Constructor for class com.facebook.buck.util.VersionStringComparator
 
VersionTypeCoercer - Class in com.facebook.buck.rules.coercer
 
VersionTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.VersionTypeCoercer
 
VersionUniverse - Class in com.facebook.buck.versions
Immutable implementation of AbstractVersionUniverse.
VersionUniverse.Builder - Class in com.facebook.buck.versions
Builds instances of type VersionUniverse.
VersionUniverseVersionSelector - Class in com.facebook.buck.versions
A fast constraint resolver which selects versions using pre-defined version universes.
VersionUniverseVersionSelector(TargetGraph, ImmutableMap<String, VersionUniverse>) - Constructor for class com.facebook.buck.versions.VersionUniverseVersionSelector
 
visibility - Variable in class com.facebook.buck.maven.ArtifactConfig
 
VISIBILITY_PUBLIC - Static variable in class com.facebook.buck.rules.VisibilityPatternParser
 
VisibilityChecker - Class in com.facebook.buck.rules
 
VisibilityChecker(ObeysVisibility, ImmutableSet<VisibilityPattern>, ImmutableSet<VisibilityPattern>) - Constructor for class com.facebook.buck.rules.VisibilityChecker
 
VisibilityPattern - Interface in com.facebook.buck.rules
 
VisibilityPatternParser - Class in com.facebook.buck.rules
 
VisibilityPatternParser() - Constructor for class com.facebook.buck.rules.VisibilityPatternParser
 
visit(int) - Method in interface com.facebook.buck.android.resources.ResChunk.RefVisitor
 
visit(HeaderMap.HeaderMapVisitor) - Method in class com.facebook.buck.apple.clang.HeaderMap
 
visit(T) - Method in class com.facebook.buck.graph.AbstractBottomUpTraversal
 
visit(Node) - Method in class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal.StaticBreadthFirstTraversal
 
visit(Node) - Method in class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
To perform a full traversal of the the initialNode's transitive dependencies, this function should return all of node's direct dependencies.
visit(Node) - Method in interface com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal.Visitor
 
visit(int, int, String, String, String, String[]) - Method in class com.facebook.buck.jvm.java.abi.SourceAbiCompatibleVisitor
 
visit(FileLike) - Method in class com.facebook.buck.jvm.java.classes.ClasspathTraversal
 
visit(QueryExpression) - Method in class com.facebook.buck.query.TargetPatternCollector
 
visit(ZipFile, ZipEntry) - Method in class com.facebook.buck.util.ZipFileTraversal
 
visitAnnotation(AnnotationMirror, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
visitArray(List<? extends AnnotationValue>, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
visitArray(ArrayType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
 
visitBoolean(boolean, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
visitByte(byte, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
visitChar(char, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
visitDeclared(DeclaredType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
 
visitDouble(double, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
visitEnumConstant(VariableElement, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
visitError(ErrorType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
 
visitExecutable(ExecutableType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
 
visitField(int, String, String, String, Object) - Method in class com.facebook.buck.jvm.java.abi.SourceAbiCompatibleVisitor
 
visitFloat(float, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
visitInnerClass(String, String, String, int) - Method in class com.facebook.buck.jvm.java.abi.SourceAbiCompatibleVisitor
 
visitInt(int, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
visitIntersection(IntersectionType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
 
visitKeyReferences(ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableType
 
visitKeyReferences(ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
visitLong(long, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
visitMethod(int, String, String, String, String[]) - Method in class com.facebook.buck.jvm.java.abi.SourceAbiCompatibleVisitor
 
visitNoType(NoType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
 
visitNull(NullType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
 
visitPrimitive(PrimitiveType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
 
visitReferences(ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResourcesXml
 
visitReferences(int[], ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableType
 
visitReferences(int[], ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
visitShort(short, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
visitString(String, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
visitStringReferences(ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTablePackage
 
visitStringReferences(ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableType
 
visitStringReferences(int[], ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableType
 
visitStringReferences(ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
visitStringReferences(int[], ResChunk.RefVisitor) - Method in class com.facebook.buck.android.resources.ResTableTypeSpec
 
visitType(TypeMirror, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
visitTypeVariable(TypeVariable, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
 
visitUnion(UnionType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
 
visitUnknown(AnnotationValue, P) - Method in class com.facebook.buck.jvm.java.abi.AnnotationValueScanner8
 
visitWildcard(WildcardType, P) - Method in class com.facebook.buck.jvm.java.abi.TypeScanner8
 
vn_aux - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Verneed
 
vn_cnt - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Verneed
 
vn_file - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Verneed
 
vn_next - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Verneed
 
vn_version - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Verneed
 
vna_flags - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Vernaux
 
vna_hash - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Vernaux
 
vna_name - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Vernaux
 
vna_next - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Vernaux
 
vna_other - Variable in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed.Vernaux
 

W

waitForJobAndExecute() - Method in class com.facebook.buck.oop_javac.MainOutOfProcessJavac
 
waitForLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
waitForLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
waitForLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in interface com.facebook.buck.util.ProcessExecutor
Blocks while waiting for a process previously returned by ProcessExecutor.launchProcess(ProcessExecutorParams) to exit, then returns the exit code of the process.
waitForLaunchedProcessWithTimeout(ProcessExecutor.LaunchedProcess, long, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
waitForLaunchedProcessWithTimeout(ProcessExecutor.LaunchedProcess, long, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
waitForLaunchedProcessWithTimeout(ProcessExecutor.LaunchedProcess, long, Optional<Consumer<Process>>) - Method in interface com.facebook.buck.util.ProcessExecutor
As ProcessExecutor.waitForLaunchedProcess(LaunchedProcess) but with a timeout in milliseconds.
waitForProcess(ListeningProcessExecutor.LaunchedProcess, long, TimeUnit) - Method in class com.facebook.buck.util.ListeningProcessExecutor
Blocks the calling thread until either the process exits or the timeout expires, whichever is first.
waitForProcess(ListeningProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.ListeningProcessExecutor
Blocks the calling thread until the process exits.
waitForSimulatorsToShutdown(long) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
Waits up to timeoutMillis for all simulators to shut down.
waitForSimulatorToBoot(long, String) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
Waits up to timeoutMillis for the specified simulator to boot.
waitUntilBuildCompletesAndReturnExitCode() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
 
walkFileTree(Path, FileVisitor<Path>) - Method in class com.facebook.buck.io.ProjectFilesystem
walkFileTree(Path, Set<FileVisitOption>, FileVisitor<Path>) - Method in class com.facebook.buck.io.ProjectFilesystem
 
walkRelativeFileTree(Path, FileVisitor<Path>) - Method in class com.facebook.buck.io.ProjectFilesystem
Similar to ProjectFilesystem.walkFileTree(Path, FileVisitor) except this takes in a path relative to the project root.
walkRelativeFileTree(Path, EnumSet<FileVisitOption>, FileVisitor<Path>) - Method in class com.facebook.buck.io.ProjectFilesystem
Walks a project-root relative file tree with a visitor and visit options.
walkRule(BuildRule, Set<BuildRule>) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
wantsPackagePrefix() - Method in enum com.facebook.buck.ide.intellij.FolderTypeWithPackageInfo
 
wantWrite() - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
Invoke this to indicate you wish to write to the launched process's stdin.
warn(Throwable, String) - Method in class com.facebook.buck.log.Logger
Logs a message at WARN level.
warn(String) - Method in class com.facebook.buck.log.Logger
Logs a message at WARN level.
warn(Throwable, String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at WARN level.
warn(String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at WARN level.
warning(String, Object...) - Method in class com.facebook.buck.android.BuckEventAndroidLogger
 
warning(String) - Static method in class com.facebook.buck.event.ConsoleEvent
 
warning(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
 
warning(SAXParseException) - Method in class com.facebook.buck.util.xml.PositionalXmlHandler
 
wasAnyRemoteSuccessful() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
wasCacheMiss() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
 
wasCanceled() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
 
wasDefaultRuleKeyMismatch() - Method in class com.facebook.buck.distributed.BuildRuleStats
 
wasDefaultRuleKeyMismatch() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
wasFailure() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
 
wasInputRuleKeyMismatch() - Method in class com.facebook.buck.distributed.BuildRuleStats
 
wasInputRuleKeyMismatch() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
wasLocalCacheMiss() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
 
wasLocalFailure() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
 
wasMissOnMultipleSlaves() - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
wasStoreSuccessful() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
 
wasSuccessful() - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
 
WATCH_OS_FLAVOR - Static variable in class com.facebook.buck.apple.AppleBundleDescription
 
WATCH_SIMULATOR_FLAVOR - Static variable in class com.facebook.buck.apple.AppleBundleDescription
 
WatchedFileHashCache - Class in com.facebook.buck.util.cache
 
WatchedFileHashCache(ProjectFilesystem, FileHashCacheMode) - Constructor for class com.facebook.buck.util.cache.WatchedFileHashCache
 
Watchman - Class in com.facebook.buck.io
 
Watchman(ImmutableMap<Path, ProjectWatch>, ImmutableSet<Watchman.Capability>, ImmutableMap<String, String>, Optional<Path>, Optional<WatchmanClient>) - Constructor for class com.facebook.buck.io.Watchman
 
Watchman.Capability - Enum in com.facebook.buck.io
 
WatchmanClient - Interface in com.facebook.buck.io
Testable interface for a Watchman client.
WatchmanCursor - Class in com.facebook.buck.io
 
WatchmanCursor(String) - Constructor for class com.facebook.buck.io.WatchmanCursor
 
WatchmanDiagnostic - Class in com.facebook.buck.io
Immutable implementation of AbstractWatchmanDiagnostic.
WatchmanDiagnosticEvent - Class in com.facebook.buck.io
 
WatchmanDiagnosticEvent(WatchmanDiagnostic) - Constructor for class com.facebook.buck.io.WatchmanDiagnosticEvent
 
WatchmanDiagnosticEventListener - Class in com.facebook.buck.io
Deduplicating event bus listener that outputs deduplicated messages over the given event bus.
WatchmanDiagnosticEventListener(BuckEventBus) - Constructor for class com.facebook.buck.io.WatchmanDiagnosticEventListener
 
WatchmanDiagnosticEventListener(BuckEventBus, Set<WatchmanDiagnostic>) - Constructor for class com.facebook.buck.io.WatchmanDiagnosticEventListener
 
WatchmanDiagReportCollector - Class in com.facebook.buck.doctor
Gets watchman diagnostics using the watchman-diag command.
WatchmanDiagReportCollector(ProjectFilesystem, String, ProcessExecutor) - Constructor for class com.facebook.buck.doctor.WatchmanDiagReportCollector
 
WatchmanEvent - Interface in com.facebook.buck.io
 
watchmanFileCreation(WatchmanStatusEvent.FileCreation) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
watchmanFileCreation(WatchmanStatusEvent.FileCreation) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
watchmanFileDeletion(WatchmanStatusEvent.FileDeletion) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
watchmanFileDeletion(WatchmanStatusEvent.FileDeletion) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
watchmanFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
watchmanFinished(WatchmanStatusEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
watchmanOverflow(WatchmanStatusEvent.Overflow) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
watchmanOverflow(WatchmanStatusEvent.Overflow) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
WatchmanOverflowEvent - Class in com.facebook.buck.io
Immutable implementation of AbstractWatchmanOverflowEvent.
WatchmanPathEvent - Class in com.facebook.buck.io
Immutable implementation of AbstractWatchmanPathEvent.
WatchmanQuery - Class in com.facebook.buck.io
Immutable implementation of AbstractWatchmanQuery.
watchmanStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
watchmanStarted(WatchmanStatusEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
WatchmanStatusEvent - Class in com.facebook.buck.event
 
WatchmanStatusEvent(EventKey, String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent
 
WatchmanStatusEvent.FileCreation - Class in com.facebook.buck.event
 
WatchmanStatusEvent.FileDeletion - Class in com.facebook.buck.event
 
WatchmanStatusEvent.Finished - Class in com.facebook.buck.event
 
WatchmanStatusEvent.Overflow - Class in com.facebook.buck.event
 
WatchmanStatusEvent.Started - Class in com.facebook.buck.event
 
WatchmanStatusEvent.ZeroFileChanges - Class in com.facebook.buck.event
This event is to be posted when Watchman does not report any altered files.
WatchmanWatcher - Class in com.facebook.buck.io
Queries Watchman for changes to a path.
WatchmanWatcher(ImmutableMap<Path, ProjectWatch>, EventBus, ImmutableSet<PathOrGlobMatcher>, Watchman, Map<Path, WatchmanCursor>) - Constructor for class com.facebook.buck.io.WatchmanWatcher
 
WatchmanWatcher.CursorType - Enum in com.facebook.buck.io
 
WatchmanWatcher.FreshInstanceAction - Enum in com.facebook.buck.io
 
WatchmanWatcherException - Exception in com.facebook.buck.io
 
WatchmanWatcherException(String) - Constructor for exception com.facebook.buck.io.WatchmanWatcherException
 
watchmanZeroFileChanges(WatchmanStatusEvent.ZeroFileChanges) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
weakMemoize(Supplier<T>) - Static method in class com.facebook.buck.util.MoreSuppliers
 
WebServer - Class in com.facebook.buck.httpserver
A WebSocket server that reports events of buck.
WebServer(int, ProjectFilesystem) - Constructor for class com.facebook.buck.httpserver.WebServer
 
WebServer.WebServerException - Exception in com.facebook.buck.httpserver
 
WebServerBuckEventListener - Class in com.facebook.buck.httpserver
BuckEventListener that is responsible for reporting events of interest to the StreamingWebSocketServlet.
WebServerException(String, Exception) - Constructor for exception com.facebook.buck.httpserver.WebServer.WebServerException
 
WeightedListeningExecutorService - Class in com.facebook.buck.util.concurrent
A ListeningExecutorService which gates execution using a ListeningMultiSemaphore and allows resources to be assigned to submitted tasks.
WeightedListeningExecutorService(ListeningMultiSemaphore, ResourceAmounts, ListeningExecutorService) - Constructor for class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
willBuildLocally(BuildRule) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
WillBuildLocally(BuildRule) - Constructor for class com.facebook.buck.rules.BuildRuleEvent.WillBuildLocally
 
willGet(Path) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
 
willGet(ArchiveMemberPath) - Method in class com.facebook.buck.distributed.RecordingProjectFileHashCache
 
willGet(Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
willGet(ArchiveMemberPath) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
willGet(Path) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
willGet(ArchiveMemberPath) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
willGet(Path) - Method in interface com.facebook.buck.util.cache.ProjectFileHashCache
 
willGet(ArchiveMemberPath) - Method in interface com.facebook.buck.util.cache.ProjectFileHashCache
 
WindowsArchiver - Class in com.facebook.buck.cxx.toolchain
 
WindowsArchiver(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.WindowsArchiver
 
WindowsCompiler - Class in com.facebook.buck.cxx.toolchain
 
WindowsCompiler(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.WindowsCompiler
 
WindowsFS - Class in com.facebook.buck.io.windowsfs
Utility class for working with windows FS
WindowsFS() - Constructor for class com.facebook.buck.io.windowsfs.WindowsFS
 
WindowsFSLibrary - Interface in com.facebook.buck.io.windowsfs
Utility class to bridge native windows FS calls to Java using JNA.
WindowsLinker - Class in com.facebook.buck.cxx.toolchain.linker
A specialization of Linker containing information specific to the Windows implementation.
WindowsLinker(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.linker.WindowsLinker
 
WindowsNamedPipe - Class in com.facebook.buck.io.windowspipe
Implements a Transport backed by a windows named pipe under the hood.
WindowsNamedPipeLibrary - Interface in com.facebook.buck.io.windowspipe
 
WindowsPreprocessor - Class in com.facebook.buck.cxx.toolchain
 
WindowsPreprocessor(Tool) - Constructor for class com.facebook.buck.cxx.toolchain.WindowsPreprocessor
 
withAaptGeneratedProguardConfigFile(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo
Copy the current immutable object by setting a value for the aaptGeneratedProguardConfigFile attribute.
withAaptGeneratedProguardConfigFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
Copy the current immutable object by setting a value for the aaptGeneratedProguardConfigFile attribute.
withAaptMode(AndroidBinary.AaptMode) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the aaptMode attribute.
withAar(SourcePath) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Copy the current immutable object by setting a value for the aar attribute.
withAbiJarPath(Path) - Method in class com.facebook.buck.jvm.java.CompilerParameters
Copy the current immutable object by setting a value for the abiJarPath attribute.
withAbsolutePathsForInputs(Path...) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object with elements that replace the content of absolutePathsForInputs.
withAbsolutePathsForInputs(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object with elements that replace the content of absolutePathsForInputs.
withActionConfigNames(Map<SchemeActionType, ? extends String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object by replacing the actionConfigNames map with the specified map.
withActionGraph(ActionGraph) - Method in class com.facebook.buck.rules.ActionGraphAndResolver
Copy the current immutable object by setting a value for the actionGraph attribute.
withActionGraphCache(ActionGraphCache) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the actionGraphCache attribute.
withActionGraphCache(ActionGraphCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the actionGraphCache attribute.
withActionGraphTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
Copy the current immutable object by setting a value for the actionGraphTimeMs attribute.
withActool(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the actool attribute.
withActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Copy the current immutable object by setting a value for the actualHashCode attribute.
withActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Copy the current immutable object by setting a value for the actualHashCode attribute.
withActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object by setting a value for the actualHashCode attribute.
withAdditionalCoverageTargets(SourcePath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of additionalCoverageTargets.
withAdditionalCoverageTargets(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of additionalCoverageTargets.
withAdditionalCoverageTargets(Path...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of additionalCoverageTargets.
withAdditionalCoverageTargets(Iterable<? extends Path>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of additionalCoverageTargets.
withAddr(UnsignedLong) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the addr attribute.
withAggregatingAndroidResourceModulesEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the aggregatingAndroidResourceModulesEnabled attribute.
withAggregationLimitForAndroidResourceModule(int) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the aggregationLimitForAndroidResourceModule attribute.
withAggregationMode(AggregationMode) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the aggregationMode attribute.
withAggregationTag(String) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
Copy the current immutable object by setting a value for the aggregationTag attribute.
withAidl(SourcePath) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
Copy the current immutable object by setting a value for the aidl attribute.
withAlign(UnsignedInteger) - Method in class com.facebook.buck.macho.FatArch
Copy the current immutable object by setting a value for the align attribute.
withAlign(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the align attribute.
withAllowedDuplicateResourceTypes(RDotTxtEntry.RType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of allowedDuplicateResourceTypes.
withAllowedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of allowedDuplicateResourceTypes.
withAllowEmptyGlobs(boolean) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the allowEmptyGlobs attribute.
withAmountsPerRuleType(Map<String, ? extends ResourceAmounts>) - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
Copy the current immutable object by replacing the amountsPerRuleType map with the specified map.
withAndroidAppModularityResult(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional androidAppModularityResult attribute.
withAndroidAppModularityResult(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the androidAppModularityResult attribute.
withAndroidDevicesHelper(AndroidDevicesHelper) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a present value for the optional androidDevicesHelper attribute.
withAndroidDevicesHelper(Optional<? extends AndroidDevicesHelper>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting an optional value for the androidDevicesHelper attribute.
withAndroidFacet(IjModuleAndroidFacet) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object by setting a present value for the optional androidFacet attribute.
withAndroidFacet(Optional<? extends IjModuleAndroidFacet>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object by setting an optional value for the androidFacet attribute.
withAndroidManifest(Path) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a present value for the optional androidManifest attribute.
withAndroidManifest(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting an optional value for the androidManifest attribute.
withAndroidManifestPath(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a value for the androidManifestPath attribute.
withAndroidManifestXml(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo
Copy the current immutable object by setting a value for the androidManifestXml attribute.
withAndroidManifestXml(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
Copy the current immutable object by setting a value for the androidManifestXml attribute.
withAndroidModuleSdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a present value for the optional androidModuleSdkName attribute.
withAndroidModuleSdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting an optional value for the androidModuleSdkName attribute.
withAndroidModuleSdkType(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a present value for the optional androidModuleSdkType attribute.
withAndroidModuleSdkType(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting an optional value for the androidModuleSdkType attribute.
withAndroidNdkPath(Path) - Method in class com.facebook.buck.rules.SdkEnvironment
Copy the current immutable object by setting a present value for the optional androidNdkPath attribute.
withAndroidNdkPath(Optional<? extends Path>) - Method in class com.facebook.buck.rules.SdkEnvironment
Copy the current immutable object by setting an optional value for the androidNdkPath attribute.
withAndroidPackage(String) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Copy the current immutable object by setting a present value for the optional androidPackage attribute.
withAndroidPackage(Optional<String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Copy the current immutable object by setting an optional value for the androidPackage attribute.
withAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the androidPlatformTargetSupplier attribute.
withAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.rules.BuildContext
Copy the current immutable object by setting a value for the androidPlatformTargetSupplier attribute.
withAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the androidPlatformTargetSupplier attribute.
withAndroidProjectType(AndroidProjectType) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Copy the current immutable object by setting a value for the androidProjectType attribute.
withAndroidSdkPath(Path) - Method in class com.facebook.buck.rules.SdkEnvironment
Copy the current immutable object by setting a present value for the optional androidSdkPath attribute.
withAndroidSdkPath(Optional<? extends Path>) - Method in class com.facebook.buck.rules.SdkEnvironment
Copy the current immutable object by setting an optional value for the androidSdkPath attribute.
withAndroidSdkProguardConfig(ProGuardObfuscateStep.SdkProguardType) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional androidSdkProguardConfig attribute.
withAndroidSdkProguardConfig(Optional<? extends ProGuardObfuscateStep.SdkProguardType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the androidSdkProguardConfig attribute.
withAndroidToolsCommonJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the androidToolsCommonJarPath attribute.
withAnnotationProcessingParams(AnnotationProcessingParams) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the annotationProcessingParams attribute.
withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorDeps.
withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional annotationProcessorOnly attribute.
withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the annotationProcessorOnly attribute.
withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional annotationProcessorOnly attribute.
withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the annotationProcessorOnly attribute.
withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional annotationProcessorOnly attribute.
withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the annotationProcessorOnly attribute.
withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional annotationProcessorOnly attribute.
withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the annotationProcessorOnly attribute.
withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional annotationProcessorOnly attribute.
withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the annotationProcessorOnly attribute.
withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional annotationProcessorOnly attribute.
withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the annotationProcessorOnly attribute.
withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional annotationProcessorOnly attribute.
withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the annotationProcessorOnly attribute.
withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional annotationProcessorOnly attribute.
withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the annotationProcessorOnly attribute.
withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional annotationProcessorOnly attribute.
withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the annotationProcessorOnly attribute.
withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional annotationProcessorOnly attribute.
withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the annotationProcessorOnly attribute.
withAnnotationProcessorOnly(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional annotationProcessorOnly attribute.
withAnnotationProcessorOnly(Optional<Boolean>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the annotationProcessorOnly attribute.
withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessorParams(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessorParams.
withAnnotationProcessors(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of annotationProcessors.
withApk(BuildTarget) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
Copy the current immutable object by setting a value for the apk attribute.
withApk(BuildTarget) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
Copy the current immutable object by setting a value for the apk attribute.
withApk(BuildTarget) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object by setting a value for the apk attribute.
withApkModule(APKModule) - Method in class com.facebook.buck.android.AndroidLinkableMetadata
Copy the current immutable object by setting a value for the apkModule attribute.
withApkModule(APKModule) - Method in class com.facebook.buck.android.StrippedObjectDescription
Copy the current immutable object by setting a value for the apkModule attribute.
withAPKModuleGraph(APKModuleGraph) - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
Copy the current immutable object by setting a value for the aPKModuleGraph attribute.
withAPKModuleGraph(APKModuleGraph) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a value for the aPKModuleGraph attribute.
withApkPath(SourcePath) - Method in class com.facebook.buck.android.ApkInfo
Copy the current immutable object by setting a value for the apkPath attribute.
withApkUnderTestPath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a present value for the optional apkUnderTestPath attribute.
withApkUnderTestPath(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting an optional value for the apkUnderTestPath attribute.
withAppIcon(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Copy the current immutable object by setting a present value for the optional appIcon attribute.
withAppIcon(Optional<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Copy the current immutable object by setting an optional value for the appIcon attribute.
withAppID(Pair<String, String>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object by setting a value for the appID attribute.
withAppIncludesFrameworks(boolean) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting a value for the appIncludesFrameworks attribute.
withApplePlatform(ApplePlatform) - Method in class com.facebook.buck.apple.AppleSdk
Copy the current immutable object by setting a value for the applePlatform attribute.
withAppleSdk(AppleSdk) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the appleSdk attribute.
withAppleSdkPaths(AppleSdkPaths) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the appleSdkPaths attribute.
withAppleSdkPaths(ImmutableMap<AppleSdk, AppleSdkPaths>) - Method in class com.facebook.buck.rules.SdkEnvironment
Copy the current immutable object by setting a present value for the optional appleSdkPaths attribute.
withAppleSdkPaths(Optional<? extends ImmutableMap<AppleSdk, AppleSdkPaths>>) - Method in class com.facebook.buck.rules.SdkEnvironment
Copy the current immutable object by setting an optional value for the appleSdkPaths attribute.
withAppleToolchains(ImmutableMap<String, AppleToolchain>) - Method in class com.facebook.buck.rules.SdkEnvironment
Copy the current immutable object by setting a present value for the optional appleToolchains attribute.
withAppleToolchains(Optional<? extends ImmutableMap<String, AppleToolchain>>) - Method in class com.facebook.buck.rules.SdkEnvironment
Copy the current immutable object by setting an optional value for the appleToolchains attribute.
withApplicationModuleConfigs(Map<String, ? extends List<BuildTarget>>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
Copy the current immutable object by replacing the applicationModuleConfigs map with the specified map.
withApplicationModuleConfigs(Map<String, ? extends List<BuildTarget>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by replacing the applicationModuleConfigs map with the specified map.
withApplicationModuleTargets(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of applicationModuleTargets.
withApplicationModuleTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of applicationModuleTargets.
withAr(ArchiverProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the ar attribute.
withArchitectures(String...) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object with elements that replace the content of architectures.
withArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object with elements that replace the content of architectures.
withArchitectures(String...) - Method in class com.facebook.buck.apple.AppleSdk
Copy the current immutable object with elements that replace the content of architectures.
withArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.AppleSdk
Copy the current immutable object with elements that replace the content of architectures.
withArchivePath(Path) - Method in class com.facebook.buck.io.ArchiveMemberPath
Copy the current immutable object by setting a value for the archivePath attribute.
withArchiveSourcePath(SourcePath) - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
Copy the current immutable object by setting a value for the archiveSourcePath attribute.
withArea(String) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
Copy the current immutable object by setting a present value for the optional area attribute.
withArea(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
Copy the current immutable object by setting an optional value for the area attribute.
withArflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of arflags.
withArflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of arflags.
withArg(String) - Method in class com.facebook.buck.rules.args.StringArg
Copy the current immutable object by setting a value for the arg attribute.
withArgs(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of args.
withArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of args.
withArgs(Arg...) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
Copy the current immutable object with elements that replace the content of args.
withArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
Copy the current immutable object with elements that replace the content of args.
withArgs(QueryEnvironment.Argument...) - Method in class com.facebook.buck.query.FunctionExpression
Copy the current immutable object with elements that replace the content of args.
withArgs(Iterable<? extends QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.FunctionExpression
Copy the current immutable object with elements that replace the content of args.
withArgs(StringWithMacros...) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
Copy the current immutable object with elements that replace the content of args.
withArgs(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
Copy the current immutable object with elements that replace the content of args.
withArgs(String...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object with elements that replace the content of args.
withArgs(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object with elements that replace the content of args.
withArgs(Either<String, ImmutableList<String>>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Copy the current immutable object by setting a value for the args attribute.
withArgsPath(Path) - Method in class com.facebook.buck.worker.WorkerProcessCommand
Copy the current immutable object by setting a value for the argsPath attribute.
withArguments(String...) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Copy the current immutable object with elements that replace the content of arguments.
withArguments(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Copy the current immutable object with elements that replace the content of arguments.
withArtifactCache(ArtifactCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the artifactCache attribute.
withArtifactCache(ArtifactCache) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Copy the current immutable object by setting a value for the artifactCache attribute.
withArtifactCacheFactory(ArtifactCacheFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the artifactCacheFactory attribute.
withArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.FetchResult
Copy the current immutable object by setting a present value for the optional artifactContentHash attribute.
withArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.FetchResult
Copy the current immutable object by setting an optional value for the artifactContentHash attribute.
withArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting a present value for the optional artifactContentHash attribute.
withArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting an optional value for the artifactContentHash attribute.
withArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting a present value for the optional artifactContentHash attribute.
withArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting an optional value for the artifactContentHash attribute.
withArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.StoreResult
Copy the current immutable object by setting a present value for the optional artifactContentHash attribute.
withArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.StoreResult
Copy the current immutable object by setting an optional value for the artifactContentHash attribute.
withArtifactContentHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
Copy the current immutable object by setting a value for the artifactContentHashCode attribute.
withArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Copy the current immutable object by setting a value for the artifactOnlyHashCode attribute.
withArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Copy the current immutable object by setting a value for the artifactOnlyHashCode attribute.
withArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object by setting a value for the artifactOnlyHashCode attribute.
withArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting a present value for the optional artifactSizeBytes attribute.
withArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting an optional value for the artifactSizeBytes attribute.
withArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.FetchResult
Copy the current immutable object by setting a present value for the optional artifactSizeBytes attribute.
withArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.FetchResult
Copy the current immutable object by setting an optional value for the artifactSizeBytes attribute.
withArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting a present value for the optional artifactSizeBytes attribute.
withArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting an optional value for the artifactSizeBytes attribute.
withArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting a present value for the optional artifactSizeBytes attribute.
withArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting an optional value for the artifactSizeBytes attribute.
withArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
Copy the current immutable object by setting a value for the artifactSizeBytes attribute.
withAs(CompilerProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the as attribute.
withAsflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of asflags.
withAsflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of asflags.
withAsm(CompilerProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a present value for the optional asm attribute.
withAsm(Optional<? extends CompilerProvider>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting an optional value for the asm attribute.
withAsmflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of asmflags.
withAsmflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of asmflags.
withAsmpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a present value for the optional asmpp attribute.
withAsmpp(Optional<? extends PreprocessorProvider>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting an optional value for the asmpp attribute.
withAsmppflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of asmppflags.
withAsmppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of asmppflags.
withAspp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the aspp attribute.
withAsppflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of asppflags.
withAsppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of asppflags.
withAssemblerDebugPathSanitizer(DebugPathSanitizer) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the assemblerDebugPathSanitizer attribute.
withAssemblerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by replacing the assemblerFlags map with the specified map.
withAssemblerFlags(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of assemblerFlags.
withAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of assemblerFlags.
withAssemblerFlags(String...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of assemblerFlags.
withAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of assemblerFlags.
withAssemblerFlags(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of assemblerFlags.
withAssemblerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of assemblerFlags.
withAssembly(SourcePath) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
Copy the current immutable object by setting a value for the assembly attribute.
withAssetPaths(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Copy the current immutable object with elements that replace the content of assetPaths.
withAssetPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Copy the current immutable object with elements that replace the content of assetPaths.
withAssets(Either<SourcePath, ImmutableSortedMap<String, SourcePath>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting a present value for the optional assets attribute.
withAssets(Optional<? extends Either<SourcePath, ImmutableSortedMap<String, SourcePath>>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting an optional value for the assets attribute.
withAssetsDirectories(SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of assetsDirectories.
withAssetsDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of assetsDirectories.
withAssociatedRuleKeys(ImmutableSet<RuleKey>) - Method in class com.facebook.buck.artifact_cache.FetchResult
Copy the current immutable object by setting a present value for the optional associatedRuleKeys attribute.
withAssociatedRuleKeys(Optional<? extends ImmutableSet<RuleKey>>) - Method in class com.facebook.buck.artifact_cache.FetchResult
Copy the current immutable object by setting an optional value for the associatedRuleKeys attribute.
withAssociatedRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object with elements that replace the content of associatedRuleKeys.
withAssociatedRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object with elements that replace the content of associatedRuleKeys.
withAutogenerateAndroidFacetSourcesEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the autogenerateAndroidFacetSourcesEnabled attribute.
withAutogenerateSources(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Copy the current immutable object by setting a value for the autogenerateSources attribute.
withAvailableCores(int) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the availableCores attribute.
withBannedDuplicateResourceTypes(RDotTxtEntry.RType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of bannedDuplicateResourceTypes.
withBannedDuplicateResourceTypes(Iterable<RDotTxtEntry.RType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of bannedDuplicateResourceTypes.
withBaseBookmarks(String...) - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
Copy the current immutable object with elements that replace the content of baseBookmarks.
withBaseBookmarks(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
Copy the current immutable object with elements that replace the content of baseBookmarks.
withBaseBookmarks(String...) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
Copy the current immutable object with elements that replace the content of baseBookmarks.
withBaseBookmarks(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
Copy the current immutable object with elements that replace the content of baseBookmarks.
withBaseBookmarks(String...) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
Copy the current immutable object with elements that replace the content of baseBookmarks.
withBaseBookmarks(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
Copy the current immutable object with elements that replace the content of baseBookmarks.
withBaseBuildTarget(BuildTarget) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the baseBuildTarget attribute.
withBasedOffWhichTracked(String...) - Method in class com.facebook.buck.doctor.config.SourceControlInfo
Copy the current immutable object with elements that replace the content of basedOffWhichTracked.
withBasedOffWhichTracked(Iterable<String>) - Method in class com.facebook.buck.doctor.config.SourceControlInfo
Copy the current immutable object with elements that replace the content of basedOffWhichTracked.
withBaseModule(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting a present value for the optional baseModule attribute.
withBaseModule(Optional<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting an optional value for the baseModule attribute.
withBaseModule(String) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional baseModule attribute.
withBaseModule(Optional<String>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the baseModule attribute.
withBaseModule(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a present value for the optional baseModule attribute.
withBaseModule(Optional<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting an optional value for the baseModule attribute.
withBaseModule(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional baseModule attribute.
withBaseModule(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the baseModule attribute.
withBaseModule(String) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional baseModule attribute.
withBaseModule(Optional<String>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the baseModule attribute.
withBaseModule(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a present value for the optional baseModule attribute.
withBaseModule(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting an optional value for the baseModule attribute.
withBaseParams(BuildRuleParams) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the baseParams attribute.
withBaseParams(BuildRuleParams) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the baseParams attribute.
withBasePath(String) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional basePath attribute.
withBasePath(Optional<String>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the basePath attribute.
withBasePath(Path) - Method in class com.facebook.buck.parser.BuildFileSpec
Copy the current immutable object by setting a value for the basePath attribute.
withBaseTarget(BuildTarget) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the baseTarget attribute.
withBaseTarget(BuildTarget) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the baseTarget attribute.
withBaseTargetIndex(Map<? extends BuildTarget, ? extends TargetNode>) - Method in class com.facebook.buck.versions.FlavorSearchTargetNodeFinder
Copy the current immutable object by replacing the baseTargetIndex map with the specified map.
withBash(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object by setting a present value for the optional bash attribute.
withBash(Optional<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object by setting an optional value for the bash attribute.
withBash(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object by setting a present value for the optional bash attribute.
withBash(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object by setting an optional value for the bash attribute.
withBash(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object by setting a present value for the optional bash attribute.
withBash(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object by setting an optional value for the bash attribute.
withBestServer(boolean) - Method in class com.facebook.buck.slb.PerServerData
Copy the current immutable object by setting a value for the bestServer attribute.
withBinary(BuildTarget) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object by setting a value for the binary attribute.
withBinaryExtension(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a present value for the optional binaryExtension attribute.
withBinaryExtension(Optional<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting an optional value for the binaryExtension attribute.
withBinaryJar(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object by setting a value for the binaryJar attribute.
withBinaryJars(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
Copy the current immutable object with elements that replace the content of binaryJars.
withBinaryJars(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
Copy the current immutable object with elements that replace the content of binaryJars.
withBinarySrc(SourcePath) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
Copy the current immutable object by setting a value for the binarySrc attribute.
withBlacklist(BuildTarget...) - Method in class com.facebook.buck.apple.TestHostInfo
Copy the current immutable object with elements that replace the content of blacklist.
withBlacklist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.TestHostInfo
Copy the current immutable object with elements that replace the content of blacklist.
withBlacklist(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of blacklist.
withBlacklist(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of blacklist.
withBlacklistedWifiSsids(String...) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object with elements that replace the content of blacklistedWifiSsids.
withBlacklistedWifiSsids(Iterable<String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object with elements that replace the content of blacklistedWifiSsids.
withBootclasspath(String) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a present value for the optional bootclasspath attribute.
withBootclasspath(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting an optional value for the bootclasspath attribute.
withBranchedFromMasterRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
Copy the current immutable object by setting a value for the branchedFromMasterRevisionId attribute.
withBranchedFromMasterRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
Copy the current immutable object by setting a value for the branchedFromMasterRevisionId attribute.
withBranchedFromMasterRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
Copy the current immutable object by setting a value for the branchedFromMasterRevisionId attribute.
withBranchedFromMasterTS(Long) - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
Copy the current immutable object by setting a value for the branchedFromMasterTS attribute.
withBranchedFromMasterTS(Long) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
Copy the current immutable object by setting a value for the branchedFromMasterTS attribute.
withBranchedFromMasterTS(Long) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
Copy the current immutable object by setting a value for the branchedFromMasterTS attribute.
withBridgingHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional bridgingHeader attribute.
withBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the bridgingHeader attribute.
withBridgingHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional bridgingHeader attribute.
withBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the bridgingHeader attribute.
withBridgingHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional bridgingHeader attribute.
withBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the bridgingHeader attribute.
withBridgingHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxBridgingHeaders
Copy the current immutable object by setting a value for the bridgingHeader attribute.
withBridgingHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional bridgingHeader attribute.
withBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the bridgingHeader attribute.
withBridgingHeader(SourcePath) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional bridgingHeader attribute.
withBridgingHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the bridgingHeader attribute.
withBuckClientError(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a value for the buckClientError attribute.
withBuckClientErrorMessage(String) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional buckClientErrorMessage attribute.
withBuckClientErrorMessage(Optional<String>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the buckClientErrorMessage attribute.
withBuckCommit(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the buckCommit attribute.
withBuckConfig(BuckConfig) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the buckConfig attribute.
withBuckConfig(BuckConfig) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the buckConfig attribute.
withBuckDirty(boolean) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a present value for the optional buckDirty attribute.
withBuckDirty(Optional<Boolean>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting an optional value for the buckDirty attribute.
withBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the buckEventBus attribute.
withBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the buckEventBus attribute.
withBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the buckEventBus attribute.
withBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the buckEventBus attribute.
withBuckLogDir(Path) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object by setting a value for the buckLogDir attribute.
withBuckModuleBaseSourceCodePath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the buckModuleBaseSourceCodePath attribute.
withBuckOut(Path) - Method in class com.facebook.buck.io.BuckPaths
Copy the current immutable object by setting a value for the buckOut attribute.
withBuildArgs(String...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of buildArgs.
withBuildArgs(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of buildArgs.
withBuildArgs(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of buildArgs.
withBuildArgs(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of buildArgs.
withBuildCellRootPath(Path) - Method in class com.facebook.buck.rules.BuildContext
Copy the current immutable object by setting a value for the buildCellRootPath attribute.
withBuildCellRootPath(Path) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the buildCellRootPath attribute.
withBuildConfigs(Map<String, ? extends BuildConfigFields>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object by replacing the buildConfigs map with the specified map.
withBuildConfigValues(BuildConfigFields) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a value for the buildConfigValues attribute.
withBuildConfigValues(BuildConfigFields) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the buildConfigValues attribute.
withBuildConfigValuesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional buildConfigValuesFile attribute.
withBuildConfigValuesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the buildConfigValuesFile attribute.
withBuildContext(BuildContext) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Copy the current immutable object by setting a value for the buildContext attribute.
withBuildEnvironmentDescription(BuildEnvironmentDescription) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the buildEnvironmentDescription attribute.
withBuildEnvironmentDescription(BuildEnvironmentDescription) - Method in class com.facebook.buck.doctor.DefectReport
Copy the current immutable object by setting a value for the buildEnvironmentDescription attribute.
withBuildFileImportWhitelist(String...) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of buildFileImportWhitelist.
withBuildFileImportWhitelist(Iterable<String>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of buildFileImportWhitelist.
withBuildFileName(String) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the buildFileName attribute.
withBuildFileSpec(BuildFileSpec) - Method in class com.facebook.buck.parser.BuildTargetSpec
Copy the current immutable object by setting a value for the buildFileSpec attribute.
withBuildFileSpec(BuildFileSpec) - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
Copy the current immutable object by setting a value for the buildFileSpec attribute.
withBuildId(BuildId) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting a present value for the optional buildId attribute.
withBuildId(Optional<? extends BuildId>) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting an optional value for the buildId attribute.
withBuildId(BuildId) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting a present value for the optional buildId attribute.
withBuildId(Optional<? extends BuildId>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting an optional value for the buildId attribute.
withBuildId(BuildId) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the buildId attribute.
withBuildId(BuildId) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object by setting a value for the buildId attribute.
withBuildId(BuildId) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Copy the current immutable object by setting a value for the buildId attribute.
withBuildInfoStoreManager(BuildInfoStoreManager) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the buildInfoStoreManager attribute.
withBuildInfoStoreManager(BuildInfoStoreManager) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the buildInfoStoreManager attribute.
withBuildLabel(String) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a value for the buildLabel attribute.
withBuildRuleResolver(BuildRuleResolver) - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
Copy the current immutable object by setting a value for the buildRuleResolver attribute.
withBuildRuleStatus(BuildRuleStatus) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
Copy the current immutable object by setting a present value for the optional buildRuleStatus attribute.
withBuildRuleStatus(Optional<? extends BuildRuleStatus>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
Copy the current immutable object by setting an optional value for the buildRuleStatus attribute.
withBuildStringSourceMap(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the buildStringSourceMap attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Copy the current immutable object by setting a present value for the optional buildTarget attribute.
withBuildTarget(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Copy the current immutable object by setting an optional value for the buildTarget attribute.
withBuildTarget(String) - Method in class com.facebook.buck.artifact_cache.FetchResult
Copy the current immutable object by setting a present value for the optional buildTarget attribute.
withBuildTarget(Optional<String>) - Method in class com.facebook.buck.artifact_cache.FetchResult
Copy the current immutable object by setting an optional value for the buildTarget attribute.
withBuildTarget(String) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
Copy the current immutable object by setting a value for the buildTarget attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Copy the current immutable object by setting a value for the buildTarget attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
Copy the current immutable object by setting a present value for the optional buildTarget attribute.
withBuildTarget(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
Copy the current immutable object by setting an optional value for the buildTarget attribute.
withBuildTarget(UnflavoredBuildTarget) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the buildTarget attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.parser.BuildTargetSpec
Copy the current immutable object by setting a value for the buildTarget attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.python.NeededCoverageSpec
Copy the current immutable object by setting a value for the buildTarget attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.query.QueryBuildTarget
Copy the current immutable object by setting a value for the buildTarget attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
Copy the current immutable object by setting a value for the buildTarget attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object by setting a value for the buildTarget attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object by setting a value for the buildTarget attribute.
withBuildTargets(BuildTarget...) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Copy the current immutable object with elements that replace the content of buildTargets.
withBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Copy the current immutable object with elements that replace the content of buildTargets.
withBuildTargetToGeneratedTargetMap(Map<? extends BuildTarget, ? extends PBXTarget>) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Copy the current immutable object by replacing the buildTargetToGeneratedTargetMap map with the specified map.
withBuildTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
Copy the current immutable object by setting a value for the buildTimeMs attribute.
withBuildType(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the buildType attribute.
withBuildVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a present value for the optional buildVersion attribute.
withBuildVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting an optional value for the buildVersion attribute.
withBundle(BuildTarget) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
Copy the current immutable object by setting a value for the bundle attribute.
withBundleName(String) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object by setting a value for the bundleName attribute.
withBundleName(String) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Copy the current immutable object by setting a value for the bundleName attribute.
withBundleName(String) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Copy the current immutable object by setting a value for the bundleName attribute.
withBundleNameForFlavor(Pair<Flavor, String>...) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Copy the current immutable object with elements that replace the content of bundleNameForFlavor.
withBundleNameForFlavor(Iterable<? extends Pair<Flavor, String>>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Copy the current immutable object with elements that replace the content of bundleNameForFlavor.
withBytecodeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the bytecodeCompileDeps attribute.
withBytecodeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Copy the current immutable object by setting a value for the bytecodeCompileDeps attribute.
withBytecodeIncludes(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of bytecodeIncludes.
withBytecodeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of bytecodeIncludes.
withBytecodeLib(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object by setting a value for the bytecodeLib attribute.
withBytecodeLink(BuildRule) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Copy the current immutable object by setting a value for the bytecodeLink attribute.
withBytecodeLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the bytecodeLinkableInput attribute.
withBytecodeLinkDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the bytecodeLinkDeps attribute.
withBytecodeOnly(boolean) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional bytecodeOnly attribute.
withBytecodeOnly(Optional<Boolean>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the bytecodeOnly attribute.
withBytecodeOnly(boolean) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object by setting a value for the bytecodeOnly attribute.
withBytecodeOnly(boolean) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object by setting a value for the bytecodeOnly attribute.
withCacheDir(Path) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
Copy the current immutable object by setting a value for the cacheDir attribute.
withCacheDir(Path) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
Copy the current immutable object by setting a value for the cacheDir attribute.
withCacheError(String) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting a present value for the optional cacheError attribute.
withCacheError(Optional<String>) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting an optional value for the cacheError attribute.
withCacheErrorsPerMode(Map<ArtifactCacheMode, ? extends AtomicInteger>) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
Copy the current immutable object by replacing the cacheErrorsPerMode map with the specified map.
withCacheHitsPerMode(Map<ArtifactCacheMode, ? extends AtomicInteger>) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
Copy the current immutable object by replacing the cacheHitsPerMode map with the specified map.
withCacheKeySeed(int) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the cacheKeySeed attribute.
withCacheMode(ArtifactCacheMode) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting a present value for the optional cacheMode attribute.
withCacheMode(Optional<? extends ArtifactCacheMode>) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting an optional value for the cacheMode attribute.
withCacheMode(ArtifactCacheMode) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the cacheMode attribute.
withCacheModes(String...) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object with elements that replace the content of cacheModes.
withCacheModes(Iterable<String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object with elements that replace the content of cacheModes.
withCacheName(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the cacheName attribute.
withCacheReadMode(CacheReadMode) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
Copy the current immutable object by setting a value for the cacheReadMode attribute.
withCacheReadMode(CacheReadMode) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting a value for the cacheReadMode attribute.
withCacheReadMode(CacheReadMode) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the cacheReadMode attribute.
withCacheReadMode(CacheReadMode) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
Copy the current immutable object by setting a value for the cacheReadMode attribute.
withCacheResult(CacheResult) - Method in class com.facebook.buck.artifact_cache.FetchResult
Copy the current immutable object by setting a value for the cacheResult attribute.
withCacheResult(CacheResultType) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
Copy the current immutable object by setting a value for the cacheResult attribute.
withCacheResultType(CacheResultType) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
Copy the current immutable object by setting a present value for the optional cacheResultType attribute.
withCacheResultType(Optional<? extends CacheResultType>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
Copy the current immutable object by setting an optional value for the cacheResultType attribute.
withCachesExamined(int) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Copy the current immutable object by setting a value for the cachesExamined attribute.
withCacheSource(String) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting a present value for the optional cacheSource attribute.
withCacheSource(Optional<String>) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting an optional value for the cacheSource attribute.
withCanBeAsset(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional canBeAsset attribute.
withCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the canBeAsset attribute.
withCanBeAsset(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional canBeAsset attribute.
withCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the canBeAsset attribute.
withCanBeAsset(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional canBeAsset attribute.
withCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the canBeAsset attribute.
withCanBeAsset(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional canBeAsset attribute.
withCanBeAsset(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the canBeAsset attribute.
withCanBeAsset(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the canBeAsset attribute.
withCanReuseClassLoader(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
Copy the current immutable object by setting a value for the canReuseClassLoader attribute.
withCanReuseClassLoader(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
Copy the current immutable object by setting a value for the canReuseClassLoader attribute.
withCategory(String) - Method in class com.facebook.buck.counters.CounterInfo
Copy the current immutable object by setting a value for the category attribute.
withCategory(String) - Method in class com.facebook.buck.counters.CounterSnapshot
Copy the current immutable object by setting a value for the category attribute.
withCategory(String) - Method in class com.facebook.buck.log.ErrorLogRecord
Copy the current immutable object by setting a value for the category attribute.
withCategory(String) - Method in class com.facebook.buck.util.network.offline.ScribeData
Copy the current immutable object by setting a value for the category attribute.
withCc(CompilerProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the cc attribute.
withCell(Cell) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the cell attribute.
withCellName(String) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the cellName attribute.
withCellNames(CellPathResolver) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object by setting a value for the cellNames attribute.
withCellPath(Path) - Method in class com.facebook.buck.parser.BuildFileSpec
Copy the current immutable object by setting a value for the cellPath attribute.
withCellPathResolver(CellPathResolver) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the cellPathResolver attribute.
withCellPathResolver(CellPathResolver) - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
Copy the current immutable object by setting a value for the cellPathResolver attribute.
withCellPathResolver(CellPathResolver) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the cellPathResolver attribute.
withCellRoots(Map<String, ? extends Path>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by replacing the cellRoots map with the specified map.
withCflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of cflags.
withCflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of cflags.
withCFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of cFlags.
withCFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of cFlags.
withChildren(Path...) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Copy the current immutable object with elements that replace the content of children.
withChildren(Iterable<? extends Path>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Copy the current immutable object with elements that replace the content of children.
withClassAbiPath(Path) - Method in class com.facebook.buck.jvm.java.DiffAbisStep
Copy the current immutable object by setting a value for the classAbiPath attribute.
withClassLoaderCache(ClassLoaderCache) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the classLoaderCache attribute.
withClassLoaderCache(ClassLoaderCache) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the classLoaderCache attribute.
withClassName(String) - Method in class com.facebook.buck.dalvik.DalvikMemberReference
Copy the current immutable object by setting a value for the className attribute.
withClassNamesToHashesSupplier(Supplier<ImmutableMap<String, HashCode>>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object by setting a value for the classNamesToHashesSupplier attribute.
withClasspath(URL...) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
Copy the current immutable object with elements that replace the content of classpath.
withClasspath(Iterable<? extends URL>) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
Copy the current immutable object with elements that replace the content of classpath.
withClasspathDeps(BuildRule...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
Copy the current immutable object with elements that replace the content of classpathDeps.
withClasspathDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
Copy the current immutable object with elements that replace the content of classpathDeps.
withClasspathEntries(ImmutableSortedSet<Path>) - Method in class com.facebook.buck.jvm.java.CompilerParameters
Copy the current immutable object by setting a value for the classpathEntries attribute.
withClasspathEntries(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
Copy the current immutable object with elements that replace the content of classpathEntries.
withClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
Copy the current immutable object with elements that replace the content of classpathEntries.
withClasspathEntriesToDex(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object with elements that replace the content of classpathEntriesToDex.
withClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object with elements that replace the content of classpathEntriesToDex.
withClasspathEntriesToDex(SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of classpathEntriesToDex.
withClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of classpathEntriesToDex.
withClasspathFile(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the classpathFile attribute.
withClassPaths(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
Copy the current immutable object with elements that replace the content of classPaths.
withClassPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
Copy the current immutable object with elements that replace the content of classPaths.
withCleanerEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the cleanerEnabled attribute.
withCLibs(String...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of cLibs.
withCLibs(Iterable<String>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of cLibs.
withClientSideCacheResult(RuleKeyCacheResult) - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
Copy the current immutable object by setting a value for the clientSideCacheResult attribute.
withCLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the cLinkableInput attribute.
withClock(Clock) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the clock attribute.
withClock(Clock) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the clock attribute.
withClock(Clock) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Copy the current immutable object by setting a value for the clock attribute.
withClock(Clock) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the clock attribute.
withCmd(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object by setting a present value for the optional cmd attribute.
withCmd(Optional<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object by setting an optional value for the cmd attribute.
withCmd(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
Copy the current immutable object by setting a value for the cmd attribute.
withCmd(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object by setting a present value for the optional cmd attribute.
withCmd(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object by setting an optional value for the cmd attribute.
withCmd(UnsignedInteger) - Method in class com.facebook.buck.macho.LoadCommandCommonFields
Copy the current immutable object by setting a value for the cmd attribute.
withCmd(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object by setting a present value for the optional cmd attribute.
withCmd(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object by setting an optional value for the cmd attribute.
withCmdExe(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object by setting a present value for the optional cmdExe attribute.
withCmdExe(Optional<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object by setting an optional value for the cmdExe attribute.
withCmdExe(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object by setting a present value for the optional cmdExe attribute.
withCmdExe(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object by setting an optional value for the cmdExe attribute.
withCmdExe(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object by setting a present value for the optional cmdExe attribute.
withCmdExe(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object by setting an optional value for the cmdExe attribute.
withCmdsize(UnsignedInteger) - Method in class com.facebook.buck.macho.LoadCommandCommonFields
Copy the current immutable object by setting a value for the cmdsize attribute.
withCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the codeCoverageEnabled attribute.
withCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the codeCoverageEnabled attribute.
withCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a value for the codeCoverageEnabled attribute.
withCodesignAllocate(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a present value for the optional codesignAllocate attribute.
withCodesignAllocate(Optional<? extends Tool>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting an optional value for the codesignAllocate attribute.
withCodesignProvider(ToolProvider) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the codesignProvider attribute.
withColumnNumber(Integer) - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
Copy the current immutable object by setting a value for the columnNumber attribute.
withColumnNumber(Integer) - Method in class com.facebook.buck.util.xml.DocumentLocation
Copy the current immutable object by setting a value for the columnNumber attribute.
withCommand(String) - Method in class com.facebook.buck.apple.ApplePackageConfig
Copy the current immutable object by setting a value for the command attribute.
withCommand(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of command.
withCommand(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of command.
withCommand(String...) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object with elements that replace the content of command.
withCommand(Iterable<String>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object with elements that replace the content of command.
withCommandArgs(String) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting a present value for the optional commandArgs attribute.
withCommandArgs(Optional<String>) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting an optional value for the commandArgs attribute.
withCommandArgs(String...) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object with elements that replace the content of commandArgs.
withCommandArgs(Iterable<String>) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object with elements that replace the content of commandArgs.
withCommandsCount(int) - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader
Copy the current immutable object by setting a value for the commandsCount attribute.
withCompilationMode(JavacCompilationMode) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the compilationMode attribute.
withCompiledUberRDotJava(JavaLibrary) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a value for the compiledUberRDotJava attribute.
withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional compiler attribute.
withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the compiler attribute.
withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional compiler attribute.
withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the compiler attribute.
withCompiler(NdkCxxPlatformCompiler) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by setting a value for the compiler attribute.
withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional compiler attribute.
withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the compiler attribute.
withCompiler(ToolProvider) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a value for the compiler attribute.
withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional compiler attribute.
withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the compiler attribute.
withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional compiler attribute.
withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the compiler attribute.
withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacSpec
Copy the current immutable object by setting a present value for the optional compiler attribute.
withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavacSpec
Copy the current immutable object by setting an optional value for the compiler attribute.
withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional compiler attribute.
withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the compiler attribute.
withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional compiler attribute.
withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the compiler attribute.
withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional compiler attribute.
withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the compiler attribute.
withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional compiler attribute.
withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the compiler attribute.
withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional compiler attribute.
withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the compiler attribute.
withCompiler(Either<BuiltInJavac, SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional compiler attribute.
withCompiler(Optional<? extends Either<BuiltInJavac, SourcePath>>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the compiler attribute.
withCompilerClassName(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional compilerClassName attribute.
withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the compilerClassName attribute.
withCompilerClassName(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional compilerClassName attribute.
withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the compilerClassName attribute.
withCompilerClassName(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional compilerClassName attribute.
withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the compilerClassName attribute.
withCompilerClassName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional compilerClassName attribute.
withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the compilerClassName attribute.
withCompilerClassName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional compilerClassName attribute.
withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the compilerClassName attribute.
withCompilerClassName(String) - Method in class com.facebook.buck.jvm.java.JavacSpec
Copy the current immutable object by setting a present value for the optional compilerClassName attribute.
withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavacSpec
Copy the current immutable object by setting an optional value for the compilerClassName attribute.
withCompilerClassName(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional compilerClassName attribute.
withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the compilerClassName attribute.
withCompilerClassName(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional compilerClassName attribute.
withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the compilerClassName attribute.
withCompilerClassName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional compilerClassName attribute.
withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the compilerClassName attribute.
withCompilerClassName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional compilerClassName attribute.
withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the compilerClassName attribute.
withCompilerClassName(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional compilerClassName attribute.
withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the compilerClassName attribute.
withCompilerClassName(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional compilerClassName attribute.
withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the compilerClassName attribute.
withCompilerDebugPathSanitizer(DebugPathSanitizer) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the compilerDebugPathSanitizer attribute.
withCompilerDeps(BuildTarget...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerDeps.
withCompilerDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerDeps.
withCompilerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by replacing the compilerFlags map with the specified map.
withCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Multimap<? extends AbstractCxxSource.Type, ? extends Arg>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by replacing the compilerFlags map with the specified map.
withCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(String...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerFlags.
withCompilerInvocationFlags(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerInvocationFlags.
withCompilerInvocationFlags(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of compilerInvocationFlags.
withCompilerOutputPath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object by setting a present value for the optional compilerOutputPath attribute.
withCompilerOutputPath(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object by setting an optional value for the compilerOutputPath attribute.
withComponents(LuaPackageComponents) - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
Copy the current immutable object by setting a value for the components attribute.
withComponents(String...) - Method in class com.facebook.buck.rules.RelativeCellName
Copy the current immutable object with elements that replace the content of components.
withComponents(Iterable<String>) - Method in class com.facebook.buck.rules.RelativeCellName
Copy the current immutable object with elements that replace the content of components.
withCompressAssetLibraries(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the compressAssetLibraries attribute.
withConcurrencyLimit(ConcurrencyLimit) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the concurrencyLimit attribute.
withConfig(ApplePackageConfig) - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Copy the current immutable object by setting a value for the config attribute.
withConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by replacing the configs map with the specified map.
withConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by replacing the configs map with the specified map.
withConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by replacing the configs map with the specified map.
withConfigs(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by replacing the configs map with the specified map.
withConfiguredBuckOut(Path) - Method in class com.facebook.buck.io.BuckPaths
Copy the current immutable object by setting a value for the configuredBuckOut attribute.
withConnectionTimeoutMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the connectionTimeoutMillis attribute.
withConnectTimeoutSeconds(int) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting a value for the connectTimeoutSeconds attribute.
withConsole(Console) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the console attribute.
withConsole(Console) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the console attribute.
withConsole(Console) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the console attribute.
withConstructorArg(T) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object by setting a value for the constructorArg attribute.
withContacts(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.d.DTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of contacts.
withCopyNativeLibraries(ImmutableMap<APKModule, CopyNativeLibraries>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional copyNativeLibraries attribute.
withCopyNativeLibraries(Optional<? extends ImmutableMap<APKModule, CopyNativeLibraries>>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting an optional value for the copyNativeLibraries attribute.
withCopyNativeLibraries(ImmutableMap<APKModule, CopyNativeLibraries>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional copyNativeLibraries attribute.
withCopyNativeLibraries(Optional<? extends ImmutableMap<APKModule, CopyNativeLibraries>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Copy the current immutable object by setting an optional value for the copyNativeLibraries attribute.
withCopySceneKitAssets(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a present value for the optional copySceneKitAssets attribute.
withCopySceneKitAssets(Optional<? extends Tool>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting an optional value for the copySceneKitAssets attribute.
withCount(int) - Method in class com.facebook.buck.log.LogConfigSetup
Copy the current immutable object by setting a value for the count attribute.
withCoverageExcludes(String) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a present value for the optional coverageExcludes attribute.
withCoverageExcludes(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting an optional value for the coverageExcludes attribute.
withCoverageIncludes(String) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a present value for the optional coverageIncludes attribute.
withCoverageIncludes(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting an optional value for the coverageIncludes attribute.
withCoverageReportFormats(CoverageReportFormat...) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object with elements that replace the content of coverageReportFormats.
withCoverageReportFormats(Iterable<CoverageReportFormat>) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object with elements that replace the content of coverageReportFormats.
withCoverageReportTitle(String) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a value for the coverageReportTitle attribute.
withCpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the cpp attribute.
withCppflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of cppflags.
withCppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of cppflags.
withCPreprocessor(Preprocessor) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the cPreprocessor attribute.
withCpu(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
Copy the current immutable object by setting a value for the cpu attribute.
withCpuFilters(TargetCpuType...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of cpuFilters.
withCpuFilters(Iterable<TargetCpuType>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of cpuFilters.
withCpuReal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the cpuReal attribute.
withCpusubtype(Integer) - Method in class com.facebook.buck.macho.FatArch
Copy the current immutable object by setting a value for the cpusubtype attribute.
withCpusubtype(Integer) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a value for the cpusubtype attribute.
withCpuSys(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the cpuSys attribute.
withCpuTotal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the cpuTotal attribute.
withCputype(Integer) - Method in class com.facebook.buck.macho.FatArch
Copy the current immutable object by setting a value for the cputype attribute.
withCputype(Integer) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a value for the cputype attribute.
withCpuUser(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the cpuUser attribute.
withCrate(String) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
Copy the current immutable object by setting a value for the crate attribute.
withCrate(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional crate attribute.
withCrate(Optional<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the crate attribute.
withCrate(String) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional crate attribute.
withCrate(Optional<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the crate attribute.
withCrate(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object by setting a present value for the optional crate attribute.
withCrate(Optional<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object by setting an optional value for the crate attribute.
withCrateRoot(SourcePath) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional crateRoot attribute.
withCrateRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the crateRoot attribute.
withCrateRoot(SourcePath) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional crateRoot attribute.
withCrateRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the crateRoot attribute.
withCrateRoot(SourcePath) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object by setting a present value for the optional crateRoot attribute.
withCrateRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object by setting an optional value for the crateRoot attribute.
withCreateDistributedBuildDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional createDistributedBuildDurationMs attribute.
withCreateDistributedBuildDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the createDistributedBuildDurationMs attribute.
withCuda(CompilerProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a present value for the optional cuda attribute.
withCuda(Optional<? extends CompilerProvider>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting an optional value for the cuda attribute.
withCudaflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of cudaflags.
withCudaflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of cudaflags.
withCudapp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a present value for the optional cudapp attribute.
withCudapp(Optional<? extends PreprocessorProvider>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting an optional value for the cudapp attribute.
withCudappflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of cudappflags.
withCudappflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of cudappflags.
withCurrentRevisionId(String) - Method in class com.facebook.buck.doctor.config.SourceControlInfo
Copy the current immutable object by setting a value for the currentRevisionId attribute.
withCurrentRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.FastVersionControlStats
Copy the current immutable object by setting a value for the currentRevisionId attribute.
withCurrentRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
Copy the current immutable object by setting a value for the currentRevisionId attribute.
withCurrentRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
Copy the current immutable object by setting a value for the currentRevisionId attribute.
withCxx(CompilerProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the cxx attribute.
withCxxBuckConfig(CxxBuckConfig) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the cxxBuckConfig attribute.
withCxxBuckConfig(CxxBuckConfig) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the cxxBuckConfig attribute.
withCxxflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of cxxflags.
withCxxflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of cxxflags.
withCxxHeaderDirs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of cxxHeaderDirs.
withCxxHeaderDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of cxxHeaderDirs.
withCxxLibrary(BuildTarget) - Method in class com.facebook.buck.python.PythonPlatform
Copy the current immutable object by setting a present value for the optional cxxLibrary attribute.
withCxxLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonPlatform
Copy the current immutable object by setting an optional value for the cxxLibrary attribute.
withCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of cxxLibraryWhitelist.
withCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of cxxLibraryWhitelist.
withCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of cxxLibraryWhitelist.
withCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of cxxLibraryWhitelist.
withCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of cxxLibraryWhitelist.
withCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of cxxLibraryWhitelist.
withCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of cxxLibraryWhitelist.
withCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of cxxLibraryWhitelist.
withCxxLibraryWhitelist(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of cxxLibraryWhitelist.
withCxxLibraryWhitelist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of cxxLibraryWhitelist.
withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform
Copy the current immutable object by setting a value for the cxxPlatform attribute.
withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the cxxPlatform attribute.
withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the cxxPlatform attribute.
withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.go.GoPlatform
Copy the current immutable object by setting a present value for the optional cxxPlatform attribute.
withCxxPlatform(Optional<? extends CxxPlatform>) - Method in class com.facebook.buck.go.GoPlatform
Copy the current immutable object by setting an optional value for the cxxPlatform attribute.
withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a value for the cxxPlatform attribute.
withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.lua.LuaPlatform
Copy the current immutable object by setting a value for the cxxPlatform attribute.
withCxxPlatform(Flavor) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional cxxPlatform attribute.
withCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the cxxPlatform attribute.
withCxxPlatform(Flavor) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a present value for the optional cxxPlatform attribute.
withCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting an optional value for the cxxPlatform attribute.
withCxxpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the cxxpp attribute.
withCxxppflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of cxxppflags.
withCxxppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of cxxppflags.
withCxxPreprocessorInput(CxxPreprocessorInput...) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object with elements that replace the content of cxxPreprocessorInput.
withCxxPreprocessorInput(Iterable<? extends CxxPreprocessorInput>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object with elements that replace the content of cxxPreprocessorInput.
withCxxPreprocessorInput(CxxPreprocessorInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the cxxPreprocessorInput attribute.
withCxxRuntime(NdkCxxRuntime) - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform
Copy the current immutable object by setting a value for the cxxRuntime attribute.
withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional cxxRuntimeType attribute.
withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the cxxRuntimeType attribute.
withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional cxxRuntimeType attribute.
withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the cxxRuntimeType attribute.
withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional cxxRuntimeType attribute.
withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the cxxRuntimeType attribute.
withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional cxxRuntimeType attribute.
withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the cxxRuntimeType attribute.
withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional cxxRuntimeType attribute.
withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the cxxRuntimeType attribute.
withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a present value for the optional cxxRuntimeType attribute.
withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting an optional value for the cxxRuntimeType attribute.
withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional cxxRuntimeType attribute.
withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the cxxRuntimeType attribute.
withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting a present value for the optional cxxRuntimeType attribute.
withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting an optional value for the cxxRuntimeType attribute.
withCxxRuntimeType(Linker.CxxRuntimeType) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a present value for the optional cxxRuntimeType attribute.
withCxxRuntimeType(Optional<? extends Linker.CxxRuntimeType>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting an optional value for the cxxRuntimeType attribute.
withCxxSharedRuntimePath(Path) - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform
Copy the current immutable object by setting a present value for the optional cxxSharedRuntimePath attribute.
withCxxSharedRuntimePath(Optional<? extends Path>) - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform
Copy the current immutable object by setting an optional value for the cxxSharedRuntimePath attribute.
withData(DependencyEntryData) - Method in class com.facebook.buck.ide.intellij.DependencyEntry
Copy the current immutable object by setting a present value for the optional data attribute.
withData(Optional<? extends DependencyEntryData>) - Method in class com.facebook.buck.ide.intellij.DependencyEntry
Copy the current immutable object by setting an optional value for the data attribute.
withDataoff(UnsignedInteger) - Method in class com.facebook.buck.macho.LinkEditDataCommand
Copy the current immutable object by setting a value for the dataoff attribute.
withDatasize(UnsignedInteger) - Method in class com.facebook.buck.macho.LinkEditDataCommand
Copy the current immutable object by setting a value for the datasize attribute.
withDb(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object by setting a value for the db attribute.
withDdmlibJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the ddmlibJarPath attribute.
withDebugEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the debugEnabled attribute.
withDebugEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the debugEnabled attribute.
withDebugMode(boolean) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting a present value for the optional debugMode attribute.
withDebugMode(Optional<Boolean>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting an optional value for the debugMode attribute.
withDeclaredDeps(SortedSet<BuildRule>) - Method in class com.facebook.buck.rules.BuildRuleParams
 
withDeclaredDeps(Supplier<? extends SortedSet<BuildRule>>) - Method in class com.facebook.buck.rules.BuildRuleParams
 
withDeclaredDeps(BuildTarget...) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object with elements that replace the content of declaredDeps.
withDeclaredDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object with elements that replace the content of declaredDeps.
withDefaultAmounts(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
Creates a new service that has different default resource amounts.
withDefaultCxxPlatform(Flavor) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultCxxPlatform attribute.
withDefaultCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the defaultCxxPlatform attribute.
withDefaultCxxPlatform(Flavor) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultCxxPlatform attribute.
withDefaultCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the defaultCxxPlatform attribute.
withDefaultCxxPlatform(Flavor) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultCxxPlatform attribute.
withDefaultCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the defaultCxxPlatform attribute.
withDefaultCxxPlatform(Flavor) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultCxxPlatform attribute.
withDefaultCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the defaultCxxPlatform attribute.
withDefaultCxxPlatform(Flavor) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultCxxPlatform attribute.
withDefaultCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the defaultCxxPlatform attribute.
withDefaultCxxPlatform(Flavor) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultCxxPlatform attribute.
withDefaultCxxPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the defaultCxxPlatform attribute.
withDefaultIncludes(String...) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of defaultIncludes.
withDefaultIncludes(Iterable<String>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of defaultIncludes.
withDefaultPlatform(Flavor) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultPlatform attribute.
withDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the defaultPlatform attribute.
withDefaultPlatform(Flavor) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultPlatform attribute.
withDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object by setting an optional value for the defaultPlatform attribute.
withDefaultPlatform(Flavor) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultPlatform attribute.
withDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the defaultPlatform attribute.
withDefaultPlatform(Flavor) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultPlatform attribute.
withDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the defaultPlatform attribute.
withDefaultPlatform(Flavor) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultPlatform attribute.
withDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the defaultPlatform attribute.
withDefaultPlatform(Flavor) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultPlatform attribute.
withDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the defaultPlatform attribute.
withDefaultPlatform(Flavor) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultPlatform attribute.
withDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting an optional value for the defaultPlatform attribute.
withDefaultPlatform(Flavor) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultPlatform attribute.
withDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the defaultPlatform attribute.
withDefaultPlatform(Flavor) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultPlatform attribute.
withDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting an optional value for the defaultPlatform attribute.
withDefaultPlatform(Flavor) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a present value for the optional defaultPlatform attribute.
withDefaultPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting an optional value for the defaultPlatform attribute.
withDefaultResourceAmounts(ResourceAmounts) - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
Copy the current immutable object by setting a value for the defaultResourceAmounts attribute.
withDefaultRuleKeyFactory(RuleKeyFactoryWithDiagnostics<RuleKey>) - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
Copy the current immutable object by setting a value for the defaultRuleKeyFactory attribute.
withDefaultRuleKeyFactoryCacheRecycler(RuleKeyCacheRecycler<RuleKey>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a present value for the optional defaultRuleKeyFactoryCacheRecycler attribute.
withDefaultRuleKeyFactoryCacheRecycler(Optional<? extends RuleKeyCacheRecycler<RuleKey>>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting an optional value for the defaultRuleKeyFactoryCacheRecycler attribute.
withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by replacing the defaults map with the specified map.
withDefaults(ImmutableMap<String, String>, ImmutableMap<String, String>) - Static method in class com.facebook.buck.apple.AppleBundle
 
withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by replacing the defaults map with the specified map.
withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by replacing the defaults map with the specified map.
withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by replacing the defaults map with the specified map.
withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by replacing the defaults map with the specified map.
withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by replacing the defaults map with the specified map.
withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by replacing the defaults map with the specified map.
withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by replacing the defaults map with the specified map.
withDefaults(Map<String, ? extends Flavor>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by replacing the defaults map with the specified map.
withDefaultTestTimeoutMillis(long) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the defaultTestTimeoutMillis attribute.
withDelegate(BuckConfig) - Method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
Copy the current immutable object by setting a value for the delegate attribute.
withDependencies(Map<? extends BuildTarget, ? extends DependencyType>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object by replacing the dependencies map with the specified map.
withDependenciesPassTheirTests(boolean) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object by setting a value for the dependenciesPassTheirTests attribute.
withDepFilePath(Path) - Method in class com.facebook.buck.jvm.java.CompilerParameters
Copy the current immutable object by setting a value for the depFilePath attribute.
withDepFileRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys
Copy the current immutable object by setting a present value for the optional depFileRuleKey attribute.
withDepFileRuleKey(Optional<? extends RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys
Copy the current immutable object by setting an optional value for the depFileRuleKey attribute.
withDepFileRuleKeyFactory(DependencyFileRuleKeyFactory) - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
Copy the current immutable object by setting a value for the depFileRuleKeyFactory attribute.
withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxDeps
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxDeps
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.d.DTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.d.DTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Either<BuildTarget, String>...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends Either<BuildTarget, String>>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(BuildTarget...) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Copy the current immutable object with elements that replace the content of deps.
withDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional depsQuery attribute.
withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the depsQuery attribute.
withDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional depsQuery attribute.
withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the depsQuery attribute.
withDepsQuery(Query) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional depsQuery attribute.
withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the depsQuery attribute.
withDepsQuery(Query) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a present value for the optional depsQuery attribute.
withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting an optional value for the depsQuery attribute.
withDepsQuery(Query) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional depsQuery attribute.
withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the depsQuery attribute.
withDepsQuery(Query) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional depsQuery attribute.
withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the depsQuery attribute.
withDepsQuery(Query) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object by setting a present value for the optional depsQuery attribute.
withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object by setting an optional value for the depsQuery attribute.
withDepsQuery(Query) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Copy the current immutable object by setting a present value for the optional depsQuery attribute.
withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Copy the current immutable object by setting an optional value for the depsQuery attribute.
withDepsQuery(Query) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional depsQuery attribute.
withDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the depsQuery attribute.
withDepsQuery(Query) - Method in interface com.facebook.buck.rules.HasDepsQuery
 
withDepsQuery(T, BuildTarget, QueryCache, BuildRuleResolver, CellPathResolver, TargetGraph) - Static method in class com.facebook.buck.rules.query.QueryUtils
 
withDescription(String) - Method in class com.facebook.buck.model.UserFlavor
Copy the current immutable object by setting a value for the description attribute.
withDescription(U) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object by setting a value for the description attribute.
withDescriptions(Description<?>...) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of descriptions.
withDescriptions(Iterable<? extends Description<?>>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of descriptions.
withDescriptor(String) - Method in class com.facebook.buck.dalvik.DalvikMemberReference
Copy the current immutable object by setting a value for the descriptor attribute.
withDesiredLink(Path) - Method in class com.facebook.buck.step.fs.SymlinkFileStep
Copy the current immutable object by setting a value for the desiredLink attribute.
withDestination(PBXCopyFilesBuildPhase.Destination) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
Copy the current immutable object by setting a value for the destination attribute.
withDestinationBase(AbstractCopyInXcode.DestinationBase) - Method in class com.facebook.buck.apple.project_generator.CopyInXcode
Copy the current immutable object by setting a value for the destinationBase attribute.
withDestinationPath(Path) - Method in class com.facebook.buck.apple.project_generator.CopyInXcode
Copy the current immutable object by setting a value for the destinationPath attribute.
withDestinationSpecifier(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by replacing the destinationSpecifier map with the specified map.
withDeveloperCertificateFingerprints(HashCode...) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object with elements that replace the content of developerCertificateFingerprints.
withDeveloperCertificateFingerprints(Iterable<? extends HashCode>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object with elements that replace the content of developerCertificateFingerprints.
withDeveloperPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths
Copy the current immutable object by setting a present value for the optional developerPath attribute.
withDeveloperPath(Optional<? extends Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths
Copy the current immutable object by setting an optional value for the developerPath attribute.
withDeviceSerial(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a present value for the optional deviceSerial attribute.
withDeviceSerial(Optional<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting an optional value for the deviceSerial attribute.
withDexCompression(DexStore) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional dexCompression attribute.
withDexCompression(Optional<? extends DexStore>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the dexCompression attribute.
withDexInfo(ExopackageInfo.DexInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
Copy the current immutable object by setting a present value for the optional dexInfo attribute.
withDexInfo(Optional<? extends ExopackageInfo.DexInfo>) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
Copy the current immutable object by setting an optional value for the dexInfo attribute.
withDexReorderDataDumpFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional dexReorderDataDumpFile attribute.
withDexReorderDataDumpFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the dexReorderDataDumpFile attribute.
withDexReorderToolFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional dexReorderToolFile attribute.
withDexReorderToolFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the dexReorderToolFile attribute.
withDiagnostics(Map<String, Object>...) - Method in class com.facebook.buck.json.BuildFilePythonResult
Copy the current immutable object with elements that replace the content of diagnostics.
withDiagnostics(Iterable<? extends Map<String, Object>>) - Method in class com.facebook.buck.json.BuildFilePythonResult
Copy the current immutable object with elements that replace the content of diagnostics.
withDiff(String) - Method in class com.facebook.buck.doctor.config.SourceControlInfo
Copy the current immutable object by setting a present value for the optional diff attribute.
withDiff(Optional<String>) - Method in class com.facebook.buck.doctor.config.SourceControlInfo
Copy the current immutable object by setting an optional value for the diff attribute.
withDiff(String) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
Copy the current immutable object by setting a present value for the optional diff attribute.
withDiff(Optional<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
Copy the current immutable object by setting an optional value for the diff attribute.
withDirCacheEntries(DirCacheEntry...) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
Copy the current immutable object with elements that replace the content of dirCacheEntries.
withDirCacheEntries(Iterable<? extends DirCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
Copy the current immutable object with elements that replace the content of dirCacheEntries.
withDirectory(SourcePath) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo
Copy the current immutable object by setting a value for the directory attribute.
withDirectory(SourcePath) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo
Copy the current immutable object by setting a value for the directory attribute.
withDirectory(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Copy the current immutable object by setting a value for the directory attribute.
withDirectory(Path) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting a present value for the optional directory attribute.
withDirectory(Optional<? extends Path>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting an optional value for the directory attribute.
withDirectoryForTestResults(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a present value for the optional directoryForTestResults attribute.
withDirectoryForTestResults(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting an optional value for the directoryForTestResults attribute.
withDirectoryForTestResults(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a present value for the optional directoryForTestResults attribute.
withDirectoryForTestResults(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting an optional value for the directoryForTestResults attribute.
withDirectToJarParameters(JarParameters) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a present value for the optional directToJarParameters attribute.
withDirectToJarParameters(Optional<? extends JarParameters>) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting an optional value for the directToJarParameters attribute.
withDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Copy the current immutable object with elements that replace the content of dirs.
withDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Copy the current immutable object with elements that replace the content of dirs.
withDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Copy the current immutable object with elements that replace the content of dirs.
withDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Copy the current immutable object with elements that replace the content of dirs.
withDirsContainingResourceDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of dirsContainingResourceDirs.
withDirsContainingResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of dirsContainingResourceDirs.
withDirtyFiles(String...) - Method in class com.facebook.buck.doctor.config.SourceControlInfo
Copy the current immutable object with elements that replace the content of dirtyFiles.
withDirtyFiles(Iterable<String>) - Method in class com.facebook.buck.doctor.config.SourceControlInfo
Copy the current immutable object with elements that replace the content of dirtyFiles.
withDisablePreDex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the disablePreDex attribute.
withDisallowAllDuplicates(boolean) - Method in class com.facebook.buck.jvm.java.JarParameters
Copy the current immutable object by setting a value for the disallowAllDuplicates attribute.
withDisallowAllDuplicates(boolean) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional disallowAllDuplicates attribute.
withDisallowAllDuplicates(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the disallowAllDuplicates attribute.
withDiskIO(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
Copy the current immutable object by setting a value for the diskIO attribute.
withDistBuildConfig(DistBuildConfig) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the distBuildConfig attribute.
withDistBuildMode(DistBuildMode) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the distBuildMode attribute.
withDistBuildService(DistBuildService) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the distBuildService attribute.
withDistributedBuildExitCode(int) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional distributedBuildExitCode attribute.
withDistributedBuildExitCode(Optional<Integer>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the distributedBuildExitCode attribute.
withDllName(String) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Copy the current immutable object by setting a value for the dllName attribute.
withDoesNotAffectAbi(boolean) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
Copy the current immutable object by setting a value for the doesNotAffectAbi attribute.
withDoesNotAffectAbi(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
Copy the current immutable object by setting a value for the doesNotAffectAbi attribute.
withDraftCompile(boolean) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional draftCompile attribute.
withDraftCompile(Optional<Boolean>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the draftCompile attribute.
withDsymutil(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the dsymutil attribute.
withDuplicateResourceBehavior(AndroidBinaryDescription.AbstractAndroidBinaryDescriptionArg.DuplicateResourceBehaviour) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the duplicateResourceBehavior attribute.
withEnableObjcInterop(boolean) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional enableObjcInterop attribute.
withEnableObjcInterop(Optional<Boolean>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the enableObjcInterop attribute.
withEnableProfiling(boolean) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object by setting a value for the enableProfiling attribute.
withEnableProfiling(boolean) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object by setting a value for the enableProfiling attribute.
withEnableProfiling(boolean) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object by setting a value for the enableProfiling attribute.
withEnableProfiling(boolean) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object by setting a value for the enableProfiling attribute.
withEnableProfiling(boolean) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the enableProfiling attribute.
withEnableRelinker(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the enableRelinker attribute.
withEndIndex(int) - Method in class com.facebook.buck.model.macros.MacroMatchResult
Copy the current immutable object by setting a value for the endIndex attribute.
withEndpointMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting a present value for the optional endpointMessage attribute.
withEndpointMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting an optional value for the endpointMessage attribute.
withEntitlements(Map<String, ? extends NSObject>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object by replacing the entitlements map with the specified map.
withEntriesToJar(ImmutableSortedSet<Path>) - Method in class com.facebook.buck.jvm.java.JarParameters
Copy the current immutable object by setting a value for the entriesToJar attribute.
withEntry(long) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
withEntry(Either<ImmutableSet<String>, String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Copy the current immutable object by setting a value for the entry attribute.
withEntryPath(SourcePath) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object by setting a value for the entryPath attribute.
withEntryPath(SourcePath) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Copy the current immutable object by setting a value for the entryPath attribute.
withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by replacing the env map with the specified map.
withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by replacing the env map with the specified map.
withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by replacing the env map with the specified map.
withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by replacing the env map with the specified map.
withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by replacing the env map with the specified map.
withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by replacing the env map with the specified map.
withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by replacing the env map with the specified map.
withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object by replacing the env map with the specified map.
withEnv(Map<String, ? extends StringWithMacros>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
Copy the current immutable object by replacing the env map with the specified map.
withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object by replacing the env map with the specified map.
withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Copy the current immutable object by replacing the env map with the specified map.
withEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by replacing the environment map with the specified map.
withEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by replacing the environment map with the specified map.
withEnvironment(PythonEnvironment) - Method in class com.facebook.buck.python.PythonPlatform
Copy the current immutable object by setting a value for the environment attribute.
withEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Copy the current immutable object by replacing the environment map with the specified map.
withEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.SystemToolProvider
Copy the current immutable object by replacing the environment map with the specified map.
withEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by replacing the environment map with the specified map.
withEnvironment(ImmutableMap<String, String>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting a present value for the optional environment attribute.
withEnvironment(Optional<? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting an optional value for the environment attribute.
withEnvironmentOverrides(Map<String, ? extends String>) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by replacing the environmentOverrides map with the specified map.
withErrorCheckTimeRangeMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the errorCheckTimeRangeMillis attribute.
withErrorMessage(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting a present value for the optional errorMessage attribute.
withErrorMessage(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting an optional value for the errorMessage attribute.
withErrorMessage(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting a present value for the optional errorMessage attribute.
withErrorMessage(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting an optional value for the errorMessage attribute.
withErrorMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Copy the current immutable object by setting a present value for the optional errorMessage attribute.
withErrorMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Copy the current immutable object by setting an optional value for the errorMessage attribute.
withErrorMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse
Copy the current immutable object by setting a present value for the optional errorMessage attribute.
withErrorMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse
Copy the current immutable object by setting an optional value for the errorMessage attribute.
withErrorMessageFormat(String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting a value for the errorMessageFormat attribute.
withErrorTextTemplate(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the errorTextTemplate attribute.
withEscaped(boolean) - Method in class com.facebook.buck.model.macros.MacroMatchResult
Copy the current immutable object by setting a value for the escaped attribute.
withEventBus(BuckEventBus) - Method in class com.facebook.buck.rules.BuildContext
Copy the current immutable object by setting a value for the eventBus attribute.
withEventBus(BuckEventBus) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the eventBus attribute.
withEventSink(JavacEventSink) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the eventSink attribute.
withException(Exception) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Copy the current immutable object by setting a present value for the optional exception attribute.
withException(Optional<? extends Exception>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Copy the current immutable object by setting an optional value for the exception attribute.
withException(Exception) - Method in class com.facebook.buck.slb.PerServerPingData
Copy the current immutable object by setting a present value for the optional exception attribute.
withException(Optional<? extends Exception>) - Method in class com.facebook.buck.slb.PerServerPingData
Copy the current immutable object by setting an optional value for the exception attribute.
withExcludeArtifactsEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the excludeArtifactsEnabled attribute.
withExcludedResourcePaths(String...) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object with elements that replace the content of excludedResourcePaths.
withExcludedResourcePaths(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object with elements that replace the content of excludedResourcePaths.
withExcludedRoots(Map<? extends BuildTarget, ? extends NativeLinkable>) - Method in class com.facebook.buck.cxx.OmnibusRoots
Copy the current immutable object by replacing the excludedRoots map with the specified map.
withExcludes(Path...) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
Copy the current immutable object with elements that replace the content of excludes.
withExcludes(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
Copy the current immutable object with elements that replace the content of excludes.
withExe(BuildTarget) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
Copy the current immutable object by setting a present value for the optional exe attribute.
withExe(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
Copy the current immutable object by setting an optional value for the exe attribute.
withExe(BuildTarget) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Copy the current immutable object by setting a present value for the optional exe attribute.
withExe(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Copy the current immutable object by setting an optional value for the exe attribute.
withExecutable(boolean) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object by setting a present value for the optional executable attribute.
withExecutable(Optional<Boolean>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object by setting an optional value for the executable attribute.
withExecutableFinder(ExecutableFinder) - Method in class com.facebook.buck.rules.SystemToolProvider
Copy the current immutable object by setting a value for the executableFinder attribute.
withExecutablesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the executablesPath attribute.
withExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by replacing the executors map with the specified map.
withExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by replacing the executors map with the specified map.
withExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by replacing the executors map with the specified map.
withExecutorService(WeightedListeningExecutorService) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the executorService attribute.
withExistingFile(Path) - Method in class com.facebook.buck.step.fs.SymlinkFileStep
Copy the current immutable object by setting a value for the existingFile attribute.
withExitCode(int) - Method in class com.facebook.buck.cli.InstallResult
Copy the current immutable object by setting a value for the exitCode attribute.
withExitCode(int) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting a present value for the optional exitCode attribute.
withExitCode(OptionalInt) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting an optional value for the exitCode attribute.
withExitCode(int) - Method in class com.facebook.buck.step.StepExecutionResult
Copy the current immutable object by setting a value for the exitCode attribute.
withExitCode(int) - Method in class com.facebook.buck.worker.WorkerJobResult
Copy the current immutable object by setting a value for the exitCode attribute.
withExopackage(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional exopackage attribute.
withExopackage(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the exopackage attribute.
withExopackageInfo(ExopackageInfo) - Method in class com.facebook.buck.android.ApkInfo
Copy the current immutable object by setting a present value for the optional exopackageInfo attribute.
withExopackageInfo(Optional<? extends ExopackageInfo>) - Method in class com.facebook.buck.android.ApkInfo
Copy the current immutable object by setting an optional value for the exopackageInfo attribute.
withExopackageModes(AndroidBinary.ExopackageMode...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of exopackageModes.
withExopackageModes(Iterable<AndroidBinary.ExopackageMode>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of exopackageModes.
withExoResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
Copy the current immutable object with elements that replace the content of exoResources.
withExoResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
Copy the current immutable object with elements that replace the content of exoResources.
withExoResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object with elements that replace the content of exoResources.
withExoResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object with elements that replace the content of exoResources.
withExpanders(AbstractMacroExpanderWithoutPrecomputedWork<? extends Macro>...) - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
Copy the current immutable object with elements that replace the content of expanders.
withExpanders(Iterable<? extends AbstractMacroExpanderWithoutPrecomputedWork<? extends Macro>>) - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
Copy the current immutable object with elements that replace the content of expanders.
withExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Copy the current immutable object by setting a value for the expectedHashCode attribute.
withExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Copy the current immutable object by setting a value for the expectedHashCode attribute.
withExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object by setting a value for the expectedHashCode attribute.
withExperimentalArgs(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of experimentalArgs.
withExperimentalArgs(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of experimentalArgs.
withExpirationDate(Date) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object by setting a value for the expirationDate attribute.
withExplicitRunnablePath(String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object by setting a present value for the optional explicitRunnablePath attribute.
withExplicitRunnablePath(Optional<String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object by setting an optional value for the explicitRunnablePath attribute.
withExported(boolean) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData
Copy the current immutable object by setting a value for the exported attribute.
withExportedCompilerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedCompilerFlags.
withExportedCompilerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedCompilerFlags.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoLinkable
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLinkable
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the exportedHeaders attribute.
withExportedHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the exportedHeaders attribute.
withExportedHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the exportedHeaders attribute.
withExportedHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the exportedHeaders attribute.
withExportedHeaders(SourceList) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the exportedHeaders attribute.
withExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by replacing the exportedLangPreprocessorFlags map with the specified map.
withExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by replacing the exportedLangPreprocessorFlags map with the specified map.
withExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by replacing the exportedLangPreprocessorFlags map with the specified map.
withExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by replacing the exportedLangPreprocessorFlags map with the specified map.
withExportedLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by replacing the exportedLangPreprocessorFlags map with the specified map.
withExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
withExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
withExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
withExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
withExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
withExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
withExportedLinkerFlags(String...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
withExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
withExportedLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
withExportedLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
withExportedLinkerFlags(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
withExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
withExportedLinkerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
withExportedLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedLinkerFlags.
withExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformDeps attribute.
withExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformDeps attribute.
withExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformDeps attribute.
withExportedPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformDeps attribute.
withExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformHeaders attribute.
withExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformHeaders attribute.
withExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformHeaders attribute.
withExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformHeaders attribute.
withExportedPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformHeaders attribute.
withExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformLinkerFlags attribute.
withExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformLinkerFlags attribute.
withExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformLinkerFlags attribute.
withExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformLinkerFlags attribute.
withExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformLinkerFlags attribute.
withExportedPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformLinkerFlags attribute.
withExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformPreprocessorFlags attribute.
withExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformPreprocessorFlags attribute.
withExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformPreprocessorFlags attribute.
withExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformPreprocessorFlags attribute.
withExportedPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the exportedPlatformPreprocessorFlags attribute.
withExportedPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
withExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
withExportedPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
withExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
withExportedPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
withExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
withExportedPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
withExportedPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
withExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
withExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
withExportedPreprocessorFlags(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
withExportedPreprocessorFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of exportedPreprocessorFlags.
withExtension(Either<AppleBundleExtension, String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object by setting a value for the extension attribute.
withExtension(String) - Method in class com.facebook.buck.apple.ApplePackageConfig
Copy the current immutable object by setting a value for the extension attribute.
withExtension(String) - Method in class com.facebook.buck.lua.LuaPlatform
Copy the current immutable object by setting a value for the extension attribute.
withExtension(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional extension attribute.
withExtension(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the extension attribute.
withExtension(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a present value for the optional extension attribute.
withExtension(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting an optional value for the extension attribute.
withExtraArgs(String) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional extraArgs attribute.
withExtraArgs(Optional<String>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the extraArgs attribute.
withExtraArgs(String...) - Method in class com.facebook.buck.rules.VersionedTool
Copy the current immutable object with elements that replace the content of extraArgs.
withExtraArgs(Iterable<String>) - Method in class com.facebook.buck.rules.VersionedTool
Copy the current immutable object with elements that replace the content of extraArgs.
withExtraArguments(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraClassPathDependencies(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object with elements that replace the content of extraClassPathDependencies.
withExtraClassPathDependencies(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object with elements that replace the content of extraClassPathDependencies.
withExtraCompilerOutputModulesPath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a present value for the optional extraCompilerOutputModulesPath attribute.
withExtraCompilerOutputModulesPath(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting an optional value for the extraCompilerOutputModulesPath attribute.
withExtraData(Map<String, ? extends String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by replacing the extraData map with the specified map.
withExtraDeps(Supplier<? extends SortedSet<BuildRule>>) - Method in class com.facebook.buck.rules.BuildRuleParams
 
withExtraDeps(SortedSet<BuildRule>) - Method in class com.facebook.buck.rules.BuildRuleParams
 
withExtraDeps(ImmutableSortedSet<BuildTarget>) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object by setting a value for the extraDeps attribute.
withExtraFiles(Path...) - Method in class com.facebook.buck.doctor.ExtraInfoResult
Copy the current immutable object with elements that replace the content of extraFiles.
withExtraFiles(Iterable<? extends Path>) - Method in class com.facebook.buck.doctor.ExtraInfoResult
Copy the current immutable object with elements that replace the content of extraFiles.
withExtraGroovycArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraGroovycArguments.
withExtraGroovycArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraGroovycArguments.
withExtraGroovycArguments(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraGroovycArguments.
withExtraGroovycArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraGroovycArguments.
withExtraInfo(String) - Method in class com.facebook.buck.doctor.DefectReport
Copy the current immutable object by setting a present value for the optional extraInfo attribute.
withExtraInfo(Optional<String>) - Method in class com.facebook.buck.doctor.DefectReport
Copy the current immutable object by setting an optional value for the extraInfo attribute.
withExtraJvmArgs(ImmutableList<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a present value for the optional extraJvmArgs attribute.
withExtraJvmArgs(Optional<? extends ImmutableList<String>>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting an optional value for the extraJvmArgs attribute.
withExtraKotlincArguments(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of extraKotlincArguments.
withExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of extraKotlincArguments.
withExtraKotlincArguments(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraKotlincArguments.
withExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraKotlincArguments.
withExtraKotlincArguments(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraKotlincArguments.
withExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraKotlincArguments.
withExtraKotlincArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraKotlincArguments.
withExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraKotlincArguments.
withExtraKotlincArguments(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraKotlincArguments.
withExtraKotlincArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraKotlincArguments.
withExtraModuleDependencies(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object with elements that replace the content of extraModuleDependencies.
withExtraModuleDependencies(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object with elements that replace the content of extraModuleDependencies.
withExtraSchemes(Map<String, ? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object by replacing the extraSchemes map with the specified map.
withExtraTargets(BuildTarget...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object with elements that replace the content of extraTargets.
withExtraTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object with elements that replace the content of extraTargets.
withExtraTests(BuildTarget...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object with elements that replace the content of extraTests.
withExtraTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object with elements that replace the content of extraTests.
withExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeFiles.
withExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeFiles.
withExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeFiles.
withExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeFiles.
withExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeFiles.
withExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeFiles.
withExtraXcodeFiles(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeFiles.
withExtraXcodeFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeFiles.
withExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeSources.
withExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeSources.
withExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeSources.
withExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeSources.
withExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeSources.
withExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeSources.
withExtraXcodeSources(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeSources.
withExtraXcodeSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of extraXcodeSources.
withFailures(BuildResult...) - Method in class com.facebook.buck.command.BuildExecutionResult
Copy the current immutable object with elements that replace the content of failures.
withFailures(Iterable<? extends BuildResult>) - Method in class com.facebook.buck.command.BuildExecutionResult
Copy the current immutable object with elements that replace the content of failures.
withFailureUploadCount(AtomicInteger) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
Copy the current immutable object by setting a value for the failureUploadCount attribute.
withFatTarget(BuildTarget) - Method in class com.facebook.buck.apple.MultiarchFileInfo
Copy the current immutable object by setting a value for the fatTarget attribute.
withFeatures(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of features.
withFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of features.
withFeatures(String...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of features.
withFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of features.
withFeatures(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of features.
withFeatures(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of features.
withFetchClient(HttpService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the fetchClient attribute.
withFetchResult(CacheResult) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting a present value for the optional fetchResult attribute.
withFetchResult(Optional<? extends CacheResult>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting an optional value for the fetchResult attribute.
withFetchTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
Copy the current immutable object by setting a value for the fetchTimeMs attribute.
withFile(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Copy the current immutable object by setting a value for the file attribute.
withFileChangesIgnoredReport(FileChangesIgnoredReport) - Method in class com.facebook.buck.doctor.DefectReport
Copy the current immutable object by setting a present value for the optional fileChangesIgnoredReport attribute.
withFileChangesIgnoredReport(Optional<? extends FileChangesIgnoredReport>) - Method in class com.facebook.buck.doctor.DefectReport
Copy the current immutable object by setting an optional value for the fileChangesIgnoredReport attribute.
withFileHashCache(StackedFileHashCache) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the fileHashCache attribute.
withFileMode(int) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the fileMode attribute.
withFileModificationTimestamp(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the fileModificationTimestamp attribute.
withFileName(String) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the fileName attribute.
withFileName(Path) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
Copy the current immutable object by setting a value for the fileName attribute.
withFileName(Path) - Method in class com.facebook.buck.json.BuildFileSyntaxError
Copy the current immutable object by setting a value for the fileName attribute.
withFileNameLength(int) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the fileNameLength attribute.
withFileoff(UnsignedLong) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the fileoff attribute.
withFileOffset(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the fileOffset attribute.
withFilePath(Path) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
Copy the current immutable object by setting a value for the filePath attribute.
withFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Copy the current immutable object with elements that replace the content of files.
withFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Copy the current immutable object with elements that replace the content of files.
withFilesExamined(int) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Copy the current immutable object by setting a value for the filesExamined attribute.
withFileSize(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the fileSize attribute.
withFilesize(UnsignedLong) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the filesize attribute.
withFilesToCopyInXcode(CopyInXcode...) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Copy the current immutable object with elements that replace the content of filesToCopyInXcode.
withFilesToCopyInXcode(Iterable<? extends CopyInXcode>) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Copy the current immutable object with elements that replace the content of filesToCopyInXcode.
withFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.rules.keys.RuleKeyInput
Copy the current immutable object by setting a value for the filesystem attribute.
withFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object by setting a value for the filesystem attribute.
withFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.step.fs.SymlinkFileStep
Copy the current immutable object by setting a value for the filesystem attribute.
withFiletype(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a value for the filetype attribute.
withFileUrl(String) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
Copy the current immutable object by setting a value for the fileUrl attribute.
withFinalDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
Copy the current immutable object by setting a value for the finalDeps attribute.
withFinalRName(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional finalRName attribute.
withFinalRName(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the finalRName attribute.
withFinalRName(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional finalRName attribute.
withFinalRName(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the finalRName attribute.
withFingerprint(HashCode) - Method in class com.facebook.buck.apple.CodeSignIdentity
Copy the current immutable object by setting a present value for the optional fingerprint attribute.
withFingerprint(Optional<? extends HashCode>) - Method in class com.facebook.buck.apple.CodeSignIdentity
Copy the current immutable object by setting an optional value for the fingerprint attribute.
withFinish(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.EventPair
Copy the current immutable object by setting a present value for the optional finish attribute.
withFinish(Optional<? extends BuckEventExternalInterface>) - Method in class com.facebook.buck.event.listener.EventPair
Copy the current immutable object by setting an optional value for the finish attribute.
withFlagMacros(Map<String, ? extends String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by replacing the flagMacros map with the specified map.
withFlags(String...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of flags.
withFlags(Iterable<String>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of flags.
withFlags(String...) - Method in class com.facebook.buck.cxx.CxxSource
Copy the current immutable object with elements that replace the content of flags.
withFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxSource
Copy the current immutable object with elements that replace the content of flags.
withFlags(String...) - Method in class com.facebook.buck.haskell.HaskellCompileInput
Copy the current immutable object with elements that replace the content of flags.
withFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellCompileInput
Copy the current immutable object with elements that replace the content of flags.
withFlags(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a value for the flags attribute.
withFlags(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the flags attribute.
withFlags(UnsignedInteger) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the flags attribute.
withFlags(Arg...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of flags.
withFlags(Iterable<? extends Arg>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of flags.
withFlags(String...) - Method in class com.facebook.buck.rules.SourceWithFlags
Copy the current immutable object with elements that replace the content of flags.
withFlags(Iterable<String>) - Method in class com.facebook.buck.rules.SourceWithFlags
Copy the current immutable object with elements that replace the content of flags.
withFlatten(boolean) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Copy the current immutable object by setting a value for the flatten attribute.
withFlavor(Flavor) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the flavor attribute.
withFlavor(Flavor) - Method in class com.facebook.buck.python.PythonPlatform
Copy the current immutable object by setting a value for the flavor attribute.
withFlavors(Flavor...) - Method in class com.facebook.buck.model.BuildTarget
Copy the current immutable object with elements that replace the content of flavors.
withFlavors(Iterable<? extends Flavor>) - Method in class com.facebook.buck.model.BuildTarget
Copy the current immutable object with elements that replace the content of flavors.
withFolders(IjSourceFolder...) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot
Copy the current immutable object with elements that replace the content of folders.
withFolders(Iterable<? extends IjSourceFolder>) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot
Copy the current immutable object with elements that replace the content of folders.
withFolders(IjFolder...) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object with elements that replace the content of folders.
withFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object with elements that replace the content of folders.
withForceFinalResourceIds(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a value for the forceFinalResourceIds attribute.
withForceStatic(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional forceStatic attribute.
withForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the forceStatic attribute.
withForceStatic(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional forceStatic attribute.
withForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the forceStatic attribute.
withForceStatic(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional forceStatic attribute.
withForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the forceStatic attribute.
withForceStatic(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional forceStatic attribute.
withForceStatic(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the forceStatic attribute.
withForceStatic(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the forceStatic attribute.
withForkMode(ForkMode) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a value for the forkMode attribute.
withForkMode(ForkMode) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a value for the forkMode attribute.
withForkMode(ForkMode) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a value for the forkMode attribute.
withForkMode(ForkMode) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a value for the forkMode attribute.
withForkMode(ForkMode) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a value for the forkMode attribute.
withFramework(SourcePath) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object by setting a value for the framework attribute.
withFramework(CxxTestType) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a present value for the optional framework attribute.
withFramework(Optional<? extends CxxTestType>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting an optional value for the framework attribute.
withFramework(boolean) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object by setting a value for the framework attribute.
withFrameworkPaths(FrameworkPath...) - Method in class com.facebook.buck.cxx.PreprocessorFlags
Copy the current immutable object with elements that replace the content of frameworkPaths.
withFrameworkPaths(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags
Copy the current immutable object with elements that replace the content of frameworkPaths.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworksPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the frameworksPath attribute.
withFrameworkVer(FrameworkVersion) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Copy the current immutable object by setting a value for the frameworkVer attribute.
withFreezeGlobals(boolean) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the freezeGlobals attribute.
withFunction(QueryEnvironment.QueryFunction) - Method in class com.facebook.buck.query.FunctionExpression
Copy the current immutable object by setting a value for the function attribute.
withFunctionName(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional functionName attribute.
withFunctionName(Optional<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the functionName attribute.
withFunctionName(String) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
Copy the current immutable object by setting a value for the functionName attribute.
withFuture(SettableFuture<Void>) - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
Copy the current immutable object by setting a value for the future attribute.
withGccVersion(String) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
Copy the current immutable object by setting a value for the gccVersion attribute.
withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional generateAbiFromSource attribute.
withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the generateAbiFromSource attribute.
withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional generateAbiFromSource attribute.
withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the generateAbiFromSource attribute.
withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional generateAbiFromSource attribute.
withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the generateAbiFromSource attribute.
withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional generateAbiFromSource attribute.
withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the generateAbiFromSource attribute.
withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional generateAbiFromSource attribute.
withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the generateAbiFromSource attribute.
withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional generateAbiFromSource attribute.
withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the generateAbiFromSource attribute.
withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional generateAbiFromSource attribute.
withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the generateAbiFromSource attribute.
withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional generateAbiFromSource attribute.
withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the generateAbiFromSource attribute.
withGenerateAbiFromSource(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional generateAbiFromSource attribute.
withGenerateAbiFromSource(Optional<Boolean>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the generateAbiFromSource attribute.
withGeneratedCodeDirectory(Path) - Method in class com.facebook.buck.jvm.java.CompilerParameters
Copy the current immutable object by setting a value for the generatedCodeDirectory attribute.
withGeneratedFilesListFilename(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a present value for the optional generatedFilesListFilename attribute.
withGeneratedFilesListFilename(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting an optional value for the generatedFilesListFilename attribute.
withGeneratedSourceCodeFolders(IjFolder...) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object with elements that replace the content of generatedSourceCodeFolders.
withGeneratedSourceCodeFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object with elements that replace the content of generatedSourceCodeFolders.
withGeneratedSourcePath(String) - Method in class com.facebook.buck.cli.ShowOptions
Copy the current immutable object by setting a present value for the optional generatedSourcePath attribute.
withGeneratedSourcePath(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions
Copy the current immutable object by setting an optional value for the generatedSourcePath attribute.
withGeneratedSourcePath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Copy the current immutable object by setting a value for the generatedSourcePath attribute.
withGeneratingAndroidManifestEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the generatingAndroidManifestEnabled attribute.
withGetHashCode(HashCode) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Copy the current immutable object by setting a value for the getHashCode attribute.
withGhciBinDep(BuildTarget) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object by setting a present value for the optional ghciBinDep attribute.
withGhciBinDep(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object by setting an optional value for the ghciBinDep attribute.
withGhciBinutils(Supplier<Path>) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a value for the ghciBinutils attribute.
withGhciCc(Supplier<Path>) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a value for the ghciCc attribute.
withGhciCpp(Supplier<Path>) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a value for the ghciCpp attribute.
withGhciCxx(Supplier<Path>) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a value for the ghciCxx attribute.
withGhciGhc(Supplier<Path>) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a value for the ghciGhc attribute.
withGhciInit(SourcePath) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object by setting a present value for the optional ghciInit attribute.
withGhciInit(Optional<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object by setting an optional value for the ghciInit attribute.
withGhciLib(Supplier<Path>) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a value for the ghciLib attribute.
withGhciScriptTemplate(Supplier<Path>) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a value for the ghciScriptTemplate attribute.
withGoArch(String) - Method in class com.facebook.buck.go.GoPlatform
Copy the current immutable object by setting a value for the goArch attribute.
withGoLinkInput(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.go.GoLinkable
Copy the current immutable object by replacing the goLinkInput map with the specified map.
withGoOs(String) - Method in class com.facebook.buck.go.GoPlatform
Copy the current immutable object by setting a value for the goOs attribute.
withGroup(String) - Method in class com.facebook.buck.ide.intellij.model.ModuleIndexEntry
Copy the current immutable object by setting a value for the group attribute.
withGroupId(int) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the groupId attribute.
withGuavaJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the guavaJarPath attribute.
withGwtJar(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object by setting a present value for the optional gwtJar attribute.
withGwtJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object by setting an optional value for the gwtJar attribute.
withHaddock(ToolProvider) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a value for the haddock attribute.
withHaddockFlags(String...) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Copy the current immutable object with elements that replace the content of haddockFlags.
withHaddockFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Copy the current immutable object with elements that replace the content of haddockFlags.
withHaddockFlags(String...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of haddockFlags.
withHaddockFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of haddockFlags.
withHashEntries(boolean) - Method in class com.facebook.buck.jvm.java.JarParameters
Copy the current immutable object by setting a value for the hashEntries attribute.
withHaskellVersion(HaskellVersion) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a value for the haskellVersion attribute.
withHasWhitelistedStrings(boolean) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting a value for the hasWhitelistedStrings attribute.
withHeaderDirs(ImmutableList<SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional headerDirs attribute.
withHeaderDirs(Optional<? extends ImmutableList<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the headerDirs attribute.
withHeaderDirs(ImmutableList<SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional headerDirs attribute.
withHeaderDirs(Optional<? extends ImmutableList<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the headerDirs attribute.
withHeaderMap(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Copy the current immutable object by setting a present value for the optional headerMap attribute.
withHeaderMap(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Copy the current immutable object by setting an optional value for the headerMap attribute.
withHeaderNamespace(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional headerNamespace attribute.
withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the headerNamespace attribute.
withHeaderNamespace(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional headerNamespace attribute.
withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the headerNamespace attribute.
withHeaderNamespace(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional headerNamespace attribute.
withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the headerNamespace attribute.
withHeaderNamespace(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional headerNamespace attribute.
withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the headerNamespace attribute.
withHeaderNamespace(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional headerNamespace attribute.
withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the headerNamespace attribute.
withHeaderNamespace(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a present value for the optional headerNamespace attribute.
withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting an optional value for the headerNamespace attribute.
withHeaderNamespace(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional headerNamespace attribute.
withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the headerNamespace attribute.
withHeaderNamespace(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional headerNamespace attribute.
withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the headerNamespace attribute.
withHeaderNamespace(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting a present value for the optional headerNamespace attribute.
withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting an optional value for the headerNamespace attribute.
withHeaderNamespace(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a present value for the optional headerNamespace attribute.
withHeaderNamespace(Optional<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting an optional value for the headerNamespace attribute.
withHeaderOffset(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the headerOffset attribute.
withHeaderOnly(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the headerOnly attribute.
withHeaderPathPrefix(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional headerPathPrefix attribute.
withHeaderPathPrefix(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the headerPathPrefix attribute.
withHeaderPathPrefix(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional headerPathPrefix attribute.
withHeaderPathPrefix(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the headerPathPrefix attribute.
withHeaderPathPrefix(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional headerPathPrefix attribute.
withHeaderPathPrefix(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the headerPathPrefix attribute.
withHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the headers attribute.
withHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the headers attribute.
withHeaders(SourceList) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the headers attribute.
withHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a value for the headers attribute.
withHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the headers attribute.
withHeaders(SourceList) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a value for the headers attribute.
withHeaders(SourceList) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a value for the headers attribute.
withHeaders(SourceList) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting a value for the headers attribute.
withHeaders(SourceList) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a value for the headers attribute.
withHeaderSize(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the headerSize attribute.
withHeadersPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the headersPath attribute.
withHeaderVerification(HeaderVerification) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the headerVerification attribute.
withHealthCheckIntervalMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the healthCheckIntervalMillis attribute.
withHighlightedBuildIds(BuildId...) - Method in class com.facebook.buck.doctor.DefectReport
Copy the current immutable object with elements that replace the content of highlightedBuildIds.
withHighlightedBuildIds(Iterable<? extends BuildId>) - Method in class com.facebook.buck.doctor.DefectReport
Copy the current immutable object with elements that replace the content of highlightedBuildIds.
withHostname(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the hostname attribute.
withHttpCacheEntries(HttpCacheEntry...) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
Copy the current immutable object with elements that replace the content of httpCacheEntries.
withHttpCacheEntries(Iterable<? extends HttpCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
Copy the current immutable object with elements that replace the content of httpCacheEntries.
withHttpFetchExecutorService(ListeningExecutorService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the httpFetchExecutorService attribute.
withHttpWriteExecutorService(ListeningExecutorService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the httpWriteExecutorService attribute.
withIbtool(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the ibtool attribute.
withId(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object by setting a value for the id attribute.
withIdentifier(String) - Method in class com.facebook.buck.apple.AppleToolchain
Copy the current immutable object by setting a value for the identifier attribute.
withIdentifier(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
Copy the current immutable object by setting a value for the identifier attribute.
withIdentifier(String) - Method in class com.facebook.buck.haskell.HaskellPackageInfo
Copy the current immutable object by setting a value for the identifier attribute.
withIgnoredTargetLabels(String...) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object with elements that replace the content of ignoredTargetLabels.
withIgnoredTargetLabels(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object with elements that replace the content of ignoredTargetLabels.
withIgnorePaths(PathOrGlobMatcher...) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of ignorePaths.
withIgnorePaths(Iterable<? extends PathOrGlobMatcher>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of ignorePaths.
withIjResourceFolderType(IjResourceFolderType) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
Copy the current immutable object by setting a value for the ijResourceFolderType attribute.
withImportDirs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of importDirs.
withImportDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of importDirs.
withImportPath(String) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
Copy the current immutable object by setting a value for the importPath attribute.
withInclNoLocationClassesEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the inclNoLocationClassesEnabled attribute.
withInclNoLocationClassesEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the inclNoLocationClassesEnabled attribute.
withIncludeBuildConfigClass(Boolean) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a value for the includeBuildConfigClass attribute.
withIncludeDir(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object by setting a value for the includeDir attribute.
withIncludeDirs(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(String...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(String...) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(ImmutableList<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional includeDirs attribute.
withIncludeDirs(Optional<? extends ImmutableList<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the includeDirs attribute.
withIncludeDirs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(String...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(String...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludeDirs(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of includeDirs.
withIncludedPaths(Path...) - Method in class com.facebook.buck.doctor.DefectReport
Copy the current immutable object with elements that replace the content of includedPaths.
withIncludedPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.doctor.DefectReport
Copy the current immutable object with elements that replace the content of includedPaths.
withIncludedRoots(Map<? extends BuildTarget, ? extends NativeLinkTarget>) - Method in class com.facebook.buck.cxx.OmnibusRoots
Copy the current immutable object by replacing the includedRoots map with the specified map.
withIncludeRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Copy the current immutable object by setting a value for the includeRoot attribute.
withIncludes(CxxHeaders...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Copy the current immutable object with elements that replace the content of includes.
withIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Copy the current immutable object with elements that replace the content of includes.
withIncludes(CxxHeaders...) - Method in class com.facebook.buck.cxx.PreprocessorFlags
Copy the current immutable object with elements that replace the content of includes.
withIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.PreprocessorFlags
Copy the current immutable object with elements that replace the content of includes.
withIncludes(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellCompileInput
Copy the current immutable object with elements that replace the content of includes.
withIncludes(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellCompileInput
Copy the current immutable object with elements that replace the content of includes.
withIncludeStdErr(boolean) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
Copy the current immutable object by setting a value for the includeStdErr attribute.
withIncludeStdOut(boolean) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
Copy the current immutable object by setting a value for the includeStdOut attribute.
withIncludesVectorDrawables(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the includesVectorDrawables attribute.
withIncludesVectorDrawables(boolean) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
Copy the current immutable object by setting a value for the includesVectorDrawables attribute.
withIncludeTransitiveDependency(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the includeTransitiveDependency attribute.
withIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxBridgingHeaders
Copy the current immutable object by setting a value for the includeType attribute.
withIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxHeadersDir
Copy the current immutable object by setting a value for the includeType attribute.
withIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Copy the current immutable object by setting a value for the includeType attribute.
withIndex(int) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionLookupResult
Copy the current immutable object by setting a value for the index attribute.
withInfo(long) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
 
withInfo(HaskellPackageInfo) - Method in class com.facebook.buck.haskell.HaskellPackage
Copy the current immutable object by setting a value for the info attribute.
withInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional infoPlist attribute.
withInfoPlist(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the infoPlist attribute.
withInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object by setting a value for the infoPlist attribute.
withInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional infoPlist attribute.
withInfoPlist(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the infoPlist attribute.
withInfoPlist(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the infoPlist attribute.
withInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by replacing the infoPlistSubstitutions map with the specified map.
withInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object by replacing the infoPlistSubstitutions map with the specified map.
withInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by replacing the infoPlistSubstitutions map with the specified map.
withInfoPlistSubstitutions(Map<String, ? extends String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by replacing the infoPlistSubstitutions map with the specified map.
withInitprot(Integer) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the initprot attribute.
withInitTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
Copy the current immutable object by setting a value for the initTimeMs attribute.
withInput(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of input.
withInput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of input.
withInputBasedRuleKeyFactory(RuleKeyFactory<RuleKey>) - Method in class com.facebook.buck.rules.keys.RuleKeyFactories
Copy the current immutable object by setting a value for the inputBasedRuleKeyFactory attribute.
withInputRuleKey(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
Copy the current immutable object by setting a value for the inputRuleKey attribute.
withInputRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys
Copy the current immutable object by setting a present value for the optional inputRuleKey attribute.
withInputRuleKey(Optional<? extends RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys
Copy the current immutable object by setting an optional value for the inputRuleKey attribute.
withInputs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
Copy the current immutable object with elements that replace the content of inputs.
withInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
Copy the current immutable object with elements that replace the content of inputs.
withInputs(SourcePath...) - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
Copy the current immutable object with elements that replace the content of inputs.
withInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
Copy the current immutable object with elements that replace the content of inputs.
withInputs(Path...) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object with elements that replace the content of inputs.
withInputs(Iterable<? extends Path>) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object with elements that replace the content of inputs.
withInputs(VersionedTargetGraphInputs) - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
Copy the current immutable object by setting a value for the inputs attribute.
withInstallTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
Copy the current immutable object by setting a value for the installTimeMs attribute.
withInstrumentationApkPath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a present value for the optional instrumentationApkPath attribute.
withInstrumentationApkPath(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting an optional value for the instrumentationApkPath attribute.
withIntellijModuleSdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a present value for the optional intellijModuleSdkName attribute.
withIntellijModuleSdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting an optional value for the intellijModuleSdkName attribute.
withIntellijPluginLabels(String...) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object with elements that replace the content of intellijPluginLabels.
withIntellijPluginLabels(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object with elements that replace the content of intellijPluginLabels.
withInterfaces(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellHaddockInput
Copy the current immutable object with elements that replace the content of interfaces.
withInterfaces(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellHaddockInput
Copy the current immutable object with elements that replace the content of interfaces.
withInterfaces(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPackage
Copy the current immutable object with elements that replace the content of interfaces.
withInterfaces(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage
Copy the current immutable object with elements that replace the content of interfaces.
withInterpreterName(String) - Method in class com.facebook.buck.python.PythonVersion
Copy the current immutable object by setting a value for the interpreterName attribute.
withInvocationInfo(InvocationInfo) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a present value for the optional invocationInfo attribute.
withInvocationInfo(Optional<? extends InvocationInfo>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting an optional value for the invocationInfo attribute.
withIoBytesRead(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the ioBytesRead attribute.
withIoBytesWritten(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the ioBytesWritten attribute.
withIoTotal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the ioTotal attribute.
withIs64Bit(boolean) - Method in class com.facebook.buck.cxx.toolchain.objectfile.MachoHeader
Copy the current immutable object by setting a value for the is64Bit attribute.
withIsAsset(boolean) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Copy the current immutable object by setting a value for the isAsset attribute.
withIsAsset(boolean) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
Copy the current immutable object by setting a value for the isAsset attribute.
withIsCacheable(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the isCacheable attribute.
withIsCacheable(boolean) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object by setting a value for the isCacheable attribute.
withIsDaemon(boolean) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object by setting a value for the isDaemon attribute.
withIsolateClassLoader(boolean) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
Copy the current immutable object by setting a value for the isolateClassLoader attribute.
withIsRemoteRunnable(boolean) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object by setting a present value for the optional isRemoteRunnable attribute.
withIsRemoteRunnable(Optional<Boolean>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object by setting an optional value for the isRemoteRunnable attribute.
withIsRequestSuccessful(boolean) - Method in class com.facebook.buck.doctor.DefectSubmitResult
Copy the current immutable object by setting a present value for the optional isRequestSuccessful attribute.
withIsRequestSuccessful(Optional<Boolean>) - Method in class com.facebook.buck.doctor.DefectSubmitResult
Copy the current immutable object by setting an optional value for the isRequestSuccessful attribute.
withIsResourceFolder(boolean) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
Copy the current immutable object by setting a value for the isResourceFolder attribute.
withIssueCategory(String) - Method in class com.facebook.buck.doctor.UserReport
Copy the current immutable object by setting a value for the issueCategory attribute.
withIsTestSource(boolean) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
Copy the current immutable object by setting a value for the isTestSource attribute.
withIsUiTest(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the isUiTest attribute.
withJarContentHasher(JarContentHasher) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Copy the current immutable object by setting a present value for the optional jarContentHasher attribute.
withJarContentHasher(Optional<? extends JarContentHasher>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Copy the current immutable object by setting an optional value for the jarContentHasher attribute.
withJarPath(Path) - Method in class com.facebook.buck.jvm.java.JarParameters
Copy the current immutable object by setting a value for the jarPath attribute.
withJavaBuckConfig(JavaBuckConfig) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the javaBuckConfig attribute.
withJavac(Path) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional javac attribute.
withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the javac attribute.
withJavac(Path) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javac attribute.
withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javac attribute.
withJavac(Path) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javac attribute.
withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the javac attribute.
withJavac(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javac attribute.
withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javac attribute.
withJavac(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javac attribute.
withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the javac attribute.
withJavac(Path) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javac attribute.
withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javac attribute.
withJavac(Path) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javac attribute.
withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the javac attribute.
withJavac(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javac attribute.
withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javac attribute.
withJavac(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javac attribute.
withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the javac attribute.
withJavac(Path) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javac attribute.
withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javac attribute.
withJavac(Path) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javac attribute.
withJavac(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the javac attribute.
withJavacJar(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional javacJar attribute.
withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the javacJar attribute.
withJavacJar(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javacJar attribute.
withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javacJar attribute.
withJavacJar(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javacJar attribute.
withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the javacJar attribute.
withJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javacJar attribute.
withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javacJar attribute.
withJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javacJar attribute.
withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the javacJar attribute.
withJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javacJar attribute.
withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javacJar attribute.
withJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javacJar attribute.
withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the javacJar attribute.
withJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javacJar attribute.
withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javacJar attribute.
withJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javacJar attribute.
withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the javacJar attribute.
withJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javacJar attribute.
withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javacJar attribute.
withJavacJar(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javacJar attribute.
withJavacJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the javacJar attribute.
withJavacJarPath(SourcePath) - Method in class com.facebook.buck.jvm.java.JavacSpec
Copy the current immutable object by setting a present value for the optional javacJarPath attribute.
withJavacJarPath(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacSpec
Copy the current immutable object by setting an optional value for the javacJarPath attribute.
withJavacLocation(Javac.Location) - Method in class com.facebook.buck.jvm.java.JavacSpec
Copy the current immutable object by setting a value for the javacLocation attribute.
withJavacPath(Either<Path, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacSpec
Copy the current immutable object by setting a present value for the optional javacPath attribute.
withJavacPath(Optional<? extends Either<Path, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavacSpec
Copy the current immutable object by setting an optional value for the javacPath attribute.
withJavadocUrl(String) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Copy the current immutable object by setting a present value for the optional javadocUrl attribute.
withJavadocUrl(Optional<String>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Copy the current immutable object by setting an optional value for the javadocUrl attribute.
withJavadocUrl(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object by setting a present value for the optional javadocUrl attribute.
withJavadocUrl(Optional<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object by setting an optional value for the javadocUrl attribute.
withJavadocUrls(String...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
Copy the current immutable object with elements that replace the content of javadocUrls.
withJavadocUrls(Iterable<String>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
Copy the current immutable object with elements that replace the content of javadocUrls.
withJavaLibrariesToDex(BuildTarget...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of javaLibrariesToDex.
withJavaLibrariesToDex(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of javaLibrariesToDex.
withJavaModuleSdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a present value for the optional javaModuleSdkName attribute.
withJavaModuleSdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting an optional value for the javaModuleSdkName attribute.
withJavaModuleSdkType(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a present value for the optional javaModuleSdkType attribute.
withJavaModuleSdkType(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting an optional value for the javaModuleSdkType attribute.
withJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the javaPackageFinder attribute.
withJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the javaPackageFinder attribute.
withJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.rules.BuildContext
Copy the current immutable object by setting a value for the javaPackageFinder attribute.
withJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the javaPackageFinder attribute.
withJavaRuntimeLauncher(Tool) - Method in class com.facebook.buck.jvm.java.JavaOptions
Copy the current immutable object by setting a value for the javaRuntimeLauncher attribute.
withJavaVersion(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional javaVersion attribute.
withJavaVersion(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the javaVersion attribute.
withJavaVersion(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javaVersion attribute.
withJavaVersion(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javaVersion attribute.
withJavaVersion(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javaVersion attribute.
withJavaVersion(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the javaVersion attribute.
withJavaVersion(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javaVersion attribute.
withJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javaVersion attribute.
withJavaVersion(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javaVersion attribute.
withJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the javaVersion attribute.
withJavaVersion(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javaVersion attribute.
withJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javaVersion attribute.
withJavaVersion(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javaVersion attribute.
withJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the javaVersion attribute.
withJavaVersion(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javaVersion attribute.
withJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javaVersion attribute.
withJavaVersion(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javaVersion attribute.
withJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the javaVersion attribute.
withJavaVersion(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional javaVersion attribute.
withJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the javaVersion attribute.
withJavaVersion(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional javaVersion attribute.
withJavaVersion(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the javaVersion attribute.
withJavaVersion(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the javaVersion attribute.
withJobArgs(String) - Method in class com.facebook.buck.worker.WorkerJobParams
Copy the current immutable object by setting a value for the jobArgs attribute.
withJobsMultiplier(int) - Method in class com.facebook.buck.rules.RuleScheduleInfo
Copy the current immutable object by setting a value for the jobsMultiplier attribute.
withJsonProtocolVersion(int) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the jsonProtocolVersion attribute.
withKeepGoing(boolean) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Copy the current immutable object by setting a value for the keepGoing attribute.
withKeepResourcePattern(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional keepResourcePattern attribute.
withKeepResourcePattern(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the keepResourcePattern attribute.
withKey(String) - Method in class com.facebook.buck.cli.ConfigValue
Copy the current immutable object by setting a value for the key attribute.
withKeystore(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the keystore attribute.
withKnownBuildRuleTypesFactory(KnownBuildRuleTypesFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the knownBuildRuleTypesFactory attribute.
withKxmlJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the kxmlJarPath attribute.
withLabels(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.d.DTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Copy the current immutable object with elements that replace the content of labels.
withLabelToGeneratedSourcesMap(Map<String, ? extends String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by replacing the labelToGeneratedSourcesMap map with the specified map.
withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by replacing the langCompilerFlags map with the specified map.
withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by replacing the langCompilerFlags map with the specified map.
withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by replacing the langCompilerFlags map with the specified map.
withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by replacing the langCompilerFlags map with the specified map.
withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by replacing the langCompilerFlags map with the specified map.
withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by replacing the langCompilerFlags map with the specified map.
withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by replacing the langCompilerFlags map with the specified map.
withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by replacing the langCompilerFlags map with the specified map.
withLangCompilerFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by replacing the langCompilerFlags map with the specified map.
withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by replacing the langPreprocessorFlags map with the specified map.
withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by replacing the langPreprocessorFlags map with the specified map.
withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by replacing the langPreprocessorFlags map with the specified map.
withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by replacing the langPreprocessorFlags map with the specified map.
withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by replacing the langPreprocessorFlags map with the specified map.
withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by replacing the langPreprocessorFlags map with the specified map.
withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by replacing the langPreprocessorFlags map with the specified map.
withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by replacing the langPreprocessorFlags map with the specified map.
withLangPreprocessorFlags(Map<? extends AbstractCxxSource.Type, ? extends ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by replacing the langPreprocessorFlags map with the specified map.
withLanguage(AndroidLibraryDescription.JvmLanguage) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional language attribute.
withLanguage(Optional<? extends AndroidLibraryDescription.JvmLanguage>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the language attribute.
withLanguage(AndroidLibraryDescription.JvmLanguage) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional language attribute.
withLanguage(Optional<? extends AndroidLibraryDescription.JvmLanguage>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the language attribute.
withLanguage(AndroidLibraryDescription.JvmLanguage) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional language attribute.
withLanguage(Optional<? extends AndroidLibraryDescription.JvmLanguage>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the language attribute.
withLanguageLevel(String) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object by setting a present value for the optional languageLevel attribute.
withLanguageLevel(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object by setting an optional value for the languageLevel attribute.
withLastModifiedTime(Date) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting a value for the lastModifiedTime attribute.
withLatencyCheckTimeRangeMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the latencyCheckTimeRangeMillis attribute.
withLaunchedPid(long) - Method in class com.facebook.buck.cli.InstallResult
Copy the current immutable object by setting a present value for the optional launchedPid attribute.
withLaunchedPid(Optional<Long>) - Method in class com.facebook.buck.cli.InstallResult
Copy the current immutable object by setting an optional value for the launchedPid attribute.
withLaunchImage(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Copy the current immutable object by setting a present value for the optional launchImage attribute.
withLaunchImage(Optional<String>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Copy the current immutable object by setting an optional value for the launchImage attribute.
withLaunchStyle(XCScheme.LaunchAction.LaunchStyle) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object by setting a present value for the optional launchStyle attribute.
withLaunchStyle(Optional<? extends XCScheme.LaunchAction.LaunchStyle>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object by setting an optional value for the launchStyle attribute.
withLd(LinkerProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the ld attribute.
withLdflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of ldflags.
withLdflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of ldflags.
withLdFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of ldFlags.
withLdFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of ldFlags.
withLegacyAnnotationProcessorDeps(BuildRule...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Copy the current immutable object with elements that replace the content of legacyAnnotationProcessorDeps.
withLegacyAnnotationProcessorDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Copy the current immutable object with elements that replace the content of legacyAnnotationProcessorDeps.
withLegacyAnnotationProcessorNames(String...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Copy the current immutable object with elements that replace the content of legacyAnnotationProcessorNames.
withLegacyAnnotationProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Copy the current immutable object with elements that replace the content of legacyAnnotationProcessorNames.
withLegacySafeAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Copy the current immutable object with elements that replace the content of legacySafeAnnotationProcessors.
withLegacySafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Copy the current immutable object with elements that replace the content of legacySafeAnnotationProcessors.
withLevel(Level) - Method in class com.facebook.buck.test.TestStatusMessage
Copy the current immutable object by setting a value for the level attribute.
withLexCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a present value for the optional lexCompiler attribute.
withLexCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting an optional value for the lexCompiler attribute.
withLibDir(String) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional libDir attribute.
withLibDir(Optional<String>) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the libDir attribute.
withLibDir(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional libDir attribute.
withLibDir(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the libDir attribute.
withLibDir(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object by setting a value for the libDir attribute.
withLibName(String) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional libName attribute.
withLibName(Optional<String>) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the libName attribute.
withLibName(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional libName attribute.
withLibName(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the libName attribute.
withLibName(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object by setting a value for the libName attribute.
withLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(FrameworkPath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(OmnibusLibrary...) - Method in class com.facebook.buck.cxx.OmnibusLibraries
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends OmnibusLibrary>) - Method in class com.facebook.buck.cxx.OmnibusLibraries
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkableInput
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(FrameworkPath...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPackage
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(FrameworkPath...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(FrameworkPath...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(FrameworkPath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of libraries.
withLibrary(BuildTarget) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object by setting a present value for the optional library attribute.
withLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object by setting an optional value for the library attribute.
withLibrary(boolean) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the library attribute.
withLibraryName(String) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
Copy the current immutable object by setting a present value for the optional libraryName attribute.
withLibraryName(Optional<String>) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
Copy the current immutable object by setting an optional value for the libraryName attribute.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.d.DTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(SourcePath...) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLicenses(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Copy the current immutable object with elements that replace the content of licenses.
withLinearAllocHardLimit(long) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the linearAllocHardLimit attribute.
withLineNumber(Integer) - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
Copy the current immutable object by setting a value for the lineNumber attribute.
withLineNumber(Number) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
Copy the current immutable object by setting a value for the lineNumber attribute.
withLineNumber(Number) - Method in class com.facebook.buck.json.BuildFileSyntaxError
Copy the current immutable object by setting a value for the lineNumber attribute.
withLineNumber(Integer) - Method in class com.facebook.buck.util.xml.DocumentLocation
Copy the current immutable object by setting a value for the lineNumber attribute.
withLines(String...) - Method in class com.facebook.buck.util.network.offline.ScribeData
Copy the current immutable object with elements that replace the content of lines.
withLines(Iterable<String>) - Method in class com.facebook.buck.util.network.offline.ScribeData
Copy the current immutable object with elements that replace the content of lines.
withLinkables(NativeLinkable...) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
Copy the current immutable object with elements that replace the content of linkables.
withLinkables(Iterable<? extends NativeLinkable>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
Copy the current immutable object with elements that replace the content of linkables.
withLinkDepsQueryWhole(boolean) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a value for the linkDepsQueryWhole attribute.
withLinkDepsQueryWhole(boolean) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a value for the linkDepsQueryWhole attribute.
withLinkDepsQueryWhole(boolean) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a value for the linkDepsQueryWhole attribute.
withLinkDepsQueryWhole(boolean) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object by setting a value for the linkDepsQueryWhole attribute.
withLinker(ToolProvider) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a value for the linker attribute.
withLinkerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by replacing the linkerFlags map with the specified map.
withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(String...) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(String...) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(String...) - Method in class com.facebook.buck.d.DTestDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.d.DTestDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(String...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(String...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(String...) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(StringWithMacros...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(String...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(String...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkerFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of linkerFlags.
withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the linkStyle attribute.
withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the linkStyle attribute.
withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the linkStyle attribute.
withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the linkStyle attribute.
withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the linkStyle attribute.
withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting an optional value for the linkStyle attribute.
withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the linkStyle attribute.
withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the linkStyle attribute.
withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the linkStyle attribute.
withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the linkStyle attribute.
withLinkStyle(Linker.LinkableDepType) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object by setting a present value for the optional linkStyle attribute.
withLinkStyle(Optional<? extends Linker.LinkableDepType>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object by setting an optional value for the linkStyle attribute.
withLinkTree(SourcePath) - Method in class com.facebook.buck.d.DIncludes
Copy the current immutable object by setting a value for the linkTree attribute.
withLinkWhole(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional linkWhole attribute.
withLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the linkWhole attribute.
withLinkWhole(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional linkWhole attribute.
withLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the linkWhole attribute.
withLinkWhole(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional linkWhole attribute.
withLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the linkWhole attribute.
withLinkWhole(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional linkWhole attribute.
withLinkWhole(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the linkWhole attribute.
withLinkWhole(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the linkWhole attribute.
withLinkWhole(boolean) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object by setting a value for the linkWhole attribute.
withLinkWithoutSoname(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the linkWithoutSoname attribute.
withLipo(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the lipo attribute.
withLldb(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the lldb attribute.
withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.LinkEditDataCommand
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.SymTabCommand
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.UnknownCommand
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.UUIDCommand
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
withLocalBuild(DistBuildPostBuildAnalysis.AbstractBuildRuleStats) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
Copy the current immutable object by setting a value for the localBuild attribute.
withLocalBuildDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional localBuildDurationMs attribute.
withLocalBuildDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the localBuildDurationMs attribute.
withLocalBuildExitCode(int) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional localBuildExitCode attribute.
withLocalBuildExitCode(Optional<Integer>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the localBuildExitCode attribute.
withLocalConfigsContents(Map<? extends Path, ? extends String>) - Method in class com.facebook.buck.doctor.config.UserLocalConfiguration
Copy the current immutable object by replacing the localConfigsContents map with the specified map.
withLocale(Locale) - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
Copy the current immutable object by setting a value for the locale attribute.
withLocales(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of locales.
withLocales(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of locales.
withLocalFallbackBuildEnabled(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional localFallbackBuildEnabled attribute.
withLocalFallbackBuildEnabled(Optional<Boolean>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the localFallbackBuildEnabled attribute.
withLocalGraphConstructionDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional localGraphConstructionDurationMs attribute.
withLocalGraphConstructionDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the localGraphConstructionDurationMs attribute.
withLocalPreparationDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional localPreparationDurationMs attribute.
withLocalPreparationDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the localPreparationDurationMs attribute.
withLocalWorkers(int) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional localWorkers attribute.
withLocalWorkers(Optional<Integer>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the localWorkers attribute.
withLogBook(List<LogRecord>) - Method in class com.facebook.buck.distributed.DistBuildStatus
Copy the current immutable object by setting a present value for the optional logBook attribute.
withLogBook(Optional<? extends List<LogRecord>>) - Method in class com.facebook.buck.distributed.DistBuildStatus
Copy the current immutable object by setting an optional value for the logBook attribute.
withLogDir(Path) - Method in class com.facebook.buck.log.LogConfigSetup
Copy the current immutable object by setting a value for the logDir attribute.
withLogDirPath(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting a value for the logDirPath attribute.
withLogEntry(DistBuildPostBuildAnalysis.AbstractBuildRuleMachineLogEntry) - Method in class com.facebook.buck.distributed.BuildRuleStats
Copy the current immutable object by setting a value for the logEntry attribute.
withLogFilePrefix(String) - Method in class com.facebook.buck.log.LogConfigSetup
Copy the current immutable object by setting a value for the logFilePrefix attribute.
withLogs(String...) - Method in class com.facebook.buck.log.ErrorLogRecord
Copy the current immutable object with elements that replace the content of logs.
withLogs(Iterable<String>) - Method in class com.facebook.buck.log.ErrorLogRecord
Copy the current immutable object with elements that replace the content of logs.
withLua(ToolProvider) - Method in class com.facebook.buck.lua.LuaPlatform
Copy the current immutable object by setting a value for the lua attribute.
withLuaCxxLibraryTarget(BuildTarget) - Method in class com.facebook.buck.lua.LuaPlatform
Copy the current immutable object by setting a present value for the optional luaCxxLibraryTarget attribute.
withLuaCxxLibraryTarget(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaPlatform
Copy the current immutable object by setting an optional value for the luaCxxLibraryTarget attribute.
withLuaPlatform(LuaPlatform) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the luaPlatform attribute.
withLuaPlatform(LuaPlatform) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the luaPlatform attribute.
withMachineReadableLog(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting a present value for the optional machineReadableLog attribute.
withMachineReadableLog(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting an optional value for the machineReadableLog attribute.
withMachineReadableLogFile(Path) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting a present value for the optional machineReadableLogFile attribute.
withMachineReadableLogFile(Optional<? extends Path>) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting an optional value for the machineReadableLogFile attribute.
withMacroExpander(Function<String, Arg>) - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Copy the current immutable object by setting a value for the macroExpander attribute.
withMacroInput(String...) - Method in class com.facebook.buck.model.macros.MacroMatchResult
Copy the current immutable object with elements that replace the content of macroInput.
withMacroInput(Iterable<String>) - Method in class com.facebook.buck.model.macros.MacroMatchResult
Copy the current immutable object with elements that replace the content of macroInput.
withMacroType(String) - Method in class com.facebook.buck.model.macros.MacroMatchResult
Copy the current immutable object by setting a value for the macroType attribute.
withMagic(UnsignedInteger) - Method in class com.facebook.buck.macho.FatHeader
Copy the current immutable object by setting a value for the magic attribute.
withMagic(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a value for the magic attribute.
withMain(String) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional main attribute.
withMain(Optional<String>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the main attribute.
withMain(SourcePath) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional main attribute.
withMain(Optional<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the main attribute.
withMain(SourcePath) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
Copy the current immutable object by setting a value for the main attribute.
withMainClass(String) - Method in class com.facebook.buck.jvm.java.JarParameters
Copy the current immutable object by setting a present value for the optional mainClass attribute.
withMainClass(Optional<String>) - Method in class com.facebook.buck.jvm.java.JarParameters
Copy the current immutable object by setting an optional value for the mainClass attribute.
withMainClass(String) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional mainClass attribute.
withMainClass(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the mainClass attribute.
withMainModule(String) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object by setting a value for the mainModule attribute.
withMainModule(String) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the mainModule attribute.
withMainModule(String) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the mainModule attribute.
withMainModule(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional mainModule attribute.
withMainModule(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the mainModule attribute.
withMainModule(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a present value for the optional mainModule attribute.
withMainModule(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting an optional value for the mainModule attribute.
withMajorVersion(Integer) - Method in class com.facebook.buck.haskell.HaskellVersion
Copy the current immutable object by setting a value for the majorVersion attribute.
withManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional manifest attribute.
withManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the manifest attribute.
withManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the manifest attribute.
withManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
Copy the current immutable object by setting a value for the manifest attribute.
withManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional manifest attribute.
withManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the manifest attribute.
withManifest(SourcePath) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting a present value for the optional manifest attribute.
withManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting an optional value for the manifest attribute.
withManifestEntries(ManifestEntries) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the manifestEntries attribute.
withManifestFile(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the manifestFile attribute.
withManifestFile(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the manifestFile attribute.
withManifestFile(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the manifestFile attribute.
withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the manifestFile attribute.
withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the manifestFile attribute.
withManifestFile(Path) - Method in class com.facebook.buck.jvm.java.JarParameters
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
withManifestFile(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JarParameters
Copy the current immutable object by setting an optional value for the manifestFile attribute.
withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the manifestFile attribute.
withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the manifestFile attribute.
withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the manifestFile attribute.
withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the manifestFile attribute.
withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the manifestFile attribute.
withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the manifestFile attribute.
withManifestFile(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
withManifestFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the manifestFile attribute.
withManifestPath(SourcePath) - Method in class com.facebook.buck.android.ApkInfo
Copy the current immutable object by setting a value for the manifestPath attribute.
withManifestPaths(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Copy the current immutable object with elements that replace the content of manifestPaths.
withManifestPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Copy the current immutable object with elements that replace the content of manifestPaths.
withManifestRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys
Copy the current immutable object by setting a present value for the optional manifestRuleKey attribute.
withManifestRuleKey(Optional<? extends RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys
Copy the current immutable object by setting an optional value for the manifestRuleKey attribute.
withManifestSkeleton(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a value for the manifestSkeleton attribute.
withMaterializeSlaveLogsDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional materializeSlaveLogsDurationMs attribute.
withMaterializeSlaveLogsDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the materializeSlaveLogsDurationMs attribute.
withMavenCoords(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
withMavenCoords(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
withMavenCoords(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
withMavenCoords(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
withMavenCoords(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
withMavenCoords(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
withMavenCoords(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
withMavenCoords(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
withMavenCoords(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
withMavenCoords(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
withMavenCoords(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
withMavenCoords(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
withMavenCoords(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
withMavenCoords(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
withMavenCoords(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenCoords attribute.
withMavenCoords(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the mavenCoords attribute.
withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenPomTemplate attribute.
withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the mavenPomTemplate attribute.
withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenPomTemplate attribute.
withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the mavenPomTemplate attribute.
withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenPomTemplate attribute.
withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the mavenPomTemplate attribute.
withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenPomTemplate attribute.
withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the mavenPomTemplate attribute.
withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenPomTemplate attribute.
withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the mavenPomTemplate attribute.
withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenPomTemplate attribute.
withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the mavenPomTemplate attribute.
withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenPomTemplate attribute.
withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the mavenPomTemplate attribute.
withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenPomTemplate attribute.
withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the mavenPomTemplate attribute.
withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenPomTemplate attribute.
withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the mavenPomTemplate attribute.
withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenPomTemplate attribute.
withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the mavenPomTemplate attribute.
withMavenPomTemplate(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional mavenPomTemplate attribute.
withMavenPomTemplate(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the mavenPomTemplate attribute.
withMaxAcceptableLatencyMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the maxAcceptableLatencyMillis attribute.
withMaxBytesAfterDeletion(long) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Copy the current immutable object by setting a present value for the optional maxBytesAfterDeletion attribute.
withMaxBytesAfterDeletion(Optional<Long>) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Copy the current immutable object by setting an optional value for the maxBytesAfterDeletion attribute.
withMaxDebugLogLines(int) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
Copy the current immutable object by setting a present value for the optional maxDebugLogLines attribute.
withMaxDebugLogLines(Optional<Integer>) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
Copy the current immutable object by setting an optional value for the maxDebugLogLines attribute.
withMaxErrorPercentage(float) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the maxErrorPercentage attribute.
withMaxInlinedSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
Copy the current immutable object by setting a present value for the optional maxInlinedSizeBytes attribute.
withMaxInlinedSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
Copy the current immutable object by setting an optional value for the maxInlinedSizeBytes attribute.
withMaxLogSizeBytes(long) - Method in class com.facebook.buck.log.LogConfigSetup
Copy the current immutable object by setting a value for the maxLogSizeBytes attribute.
withMaxPathCount(int) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Copy the current immutable object by setting a value for the maxPathCount attribute.
withMaxprot(Integer) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the maxprot attribute.
withMaxSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
Copy the current immutable object by setting a present value for the optional maxSizeBytes attribute.
withMaxSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
Copy the current immutable object by setting an optional value for the maxSizeBytes attribute.
withMaxSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
Copy the current immutable object by setting a present value for the optional maxSizeBytes attribute.
withMaxSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
Copy the current immutable object by setting an optional value for the maxSizeBytes attribute.
withMaxStoreSize(long) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting a present value for the optional maxStoreSize attribute.
withMaxStoreSize(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting an optional value for the maxStoreSize attribute.
withMaxStoreSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a present value for the optional maxStoreSizeBytes attribute.
withMaxStoreSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting an optional value for the maxStoreSizeBytes attribute.
withMaxTotalSizeBytes(long) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Copy the current immutable object by setting a value for the maxTotalSizeBytes attribute.
withMaxWorkers(int) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Copy the current immutable object by setting a value for the maxWorkers attribute.
withMaxWorkers(int) - Method in class com.facebook.buck.worker.WorkerProcessParams
Copy the current immutable object by setting a value for the maxWorkers attribute.
withMemberName(String) - Method in class com.facebook.buck.dalvik.DalvikMemberReference
Copy the current immutable object by setting a value for the memberName attribute.
withMemberPath(Path) - Method in class com.facebook.buck.io.ArchiveMemberPath
Copy the current immutable object by setting a value for the memberPath attribute.
withMemberPath(Path) - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
Copy the current immutable object by setting a value for the memberPath attribute.
withMemory(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
Copy the current immutable object by setting a value for the memory attribute.
withMemResident(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the memResident attribute.
withMemSize(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the memSize attribute.
withMergedLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
Copy the current immutable object by replacing the mergedLinkables map with the specified map.
withMergedLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
Copy the current immutable object by replacing the mergedLinkablesAssets map with the specified map.
withMergeManifests(boolean) - Method in class com.facebook.buck.jvm.java.JarParameters
Copy the current immutable object by setting a value for the mergeManifests attribute.
withMergeManifests(boolean) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional mergeManifests attribute.
withMergeManifests(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the mergeManifests attribute.
withMergeSourceZips(boolean) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Copy the current immutable object by setting a value for the mergeSourceZips attribute.
withMessage(String) - Method in class com.facebook.buck.distributed.DistBuildStatus
Copy the current immutable object by setting a present value for the optional message attribute.
withMessage(Optional<String>) - Method in class com.facebook.buck.distributed.DistBuildStatus
Copy the current immutable object by setting an optional value for the message attribute.
withMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse
Copy the current immutable object by setting a present value for the optional message attribute.
withMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse
Copy the current immutable object by setting an optional value for the message attribute.
withMessage(String) - Method in class com.facebook.buck.test.TestStatusMessage
Copy the current immutable object by setting a value for the message attribute.
withMessage(String) - Method in class com.facebook.buck.util.PatternAndMessage
Copy the current immutable object by setting a value for the message attribute.
withMetadata(SourcePath) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.DexInfo
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(SourcePath) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.NativeLibsInfo
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Copy the current immutable object by replacing the metadata map with the specified map.
withMetadata(ImmutableMap<String, String>) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting a present value for the optional metadata attribute.
withMetadata(Optional<? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting an optional value for the metadata attribute.
withMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Copy the current immutable object by replacing the metadata map with the specified map.
withMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Copy the current immutable object by replacing the metadata map with the specified map.
withMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object by replacing the metadata map with the specified map.
withMetadataPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the metadataPath attribute.
withMetaInfDirectory(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object by setting a present value for the optional metaInfDirectory attribute.
withMetaInfDirectory(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object by setting an optional value for the metaInfDirectory attribute.
withMetaInfDirectory(Path) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional metaInfDirectory attribute.
withMetaInfDirectory(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the metaInfDirectory attribute.
withMinAmountOfEntriesToKeep(int) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Copy the current immutable object by setting a value for the minAmountOfEntriesToKeep attribute.
withMinimizePrimaryDexSize(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the minimizePrimaryDexSize attribute.
withMinSdkVersion(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting a present value for the optional minSdkVersion attribute.
withMinSdkVersion(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting an optional value for the minSdkVersion attribute.
withMinVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the minVersion attribute.
withMinVersionFlagPrefix(String) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting a value for the minVersionFlagPrefix attribute.
withMissingFilesUploadedCount(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional missingFilesUploadedCount attribute.
withMissingFilesUploadedCount(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the missingFilesUploadedCount attribute.
withMode(AbstractHeaderVerification.Mode) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
Copy the current immutable object by setting a value for the mode attribute.
withMode(ExportFileDescription.Mode) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
Copy the current immutable object by setting a present value for the optional mode attribute.
withMode(Optional<? extends ExportFileDescription.Mode>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
Copy the current immutable object by setting an optional value for the mode attribute.
withModernProcessors(ResolvedJavacPluginProperties...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Copy the current immutable object with elements that replace the content of modernProcessors.
withModernProcessors(Iterable<? extends ResolvedJavacPluginProperties>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Copy the current immutable object with elements that replace the content of modernProcessors.
withModular(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the modular attribute.
withModuleBasePath(Path) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
Copy the current immutable object by setting a value for the moduleBasePath attribute.
withModuleBasePath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object by setting a value for the moduleBasePath attribute.
withModuleDeps(BuildTarget...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of moduleDeps.
withModuleDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of moduleDeps.
withModuleGroupName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the moduleGroupName attribute.
withModuleMap(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellSources
Copy the current immutable object by replacing the moduleMap map with the specified map.
withModuleMappedClasspathEntriesToDex(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object by replacing the moduleMappedClasspathEntriesToDex map with the specified map.
withModuleName(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional moduleName attribute.
withModuleName(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the moduleName attribute.
withModuleName(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional moduleName attribute.
withModuleName(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the moduleName attribute.
withModuleName(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional moduleName attribute.
withModuleName(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the moduleName attribute.
withModuleName(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional moduleName attribute.
withModuleName(Optional<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the moduleName attribute.
withModuleName(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a present value for the optional moduleName attribute.
withModuleName(Optional<String>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting an optional value for the moduleName attribute.
withModuleName(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional moduleName attribute.
withModuleName(Optional<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the moduleName attribute.
withModules(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of modules.
withModules(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of modules.
withModules(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaPackageComponents
Copy the current immutable object by replacing the modules map with the specified map.
withModules(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.python.PythonPackageComponents
Copy the current immutable object by replacing the modules map with the specified map.
withModulesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the modulesPath attribute.
withModuleType(IjModuleType) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
Copy the current immutable object by setting a value for the moduleType attribute.
withModuleType(IjModuleType) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object by setting a value for the moduleType attribute.
withMomc(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the momc attribute.
withN_desc(UnsignedInteger) - Method in class com.facebook.buck.macho.Nlist
Copy the current immutable object by setting a value for the n_desc attribute.
withN_sect(UnsignedInteger) - Method in class com.facebook.buck.macho.Nlist
Copy the current immutable object by setting a value for the n_sect attribute.
withN_strx(UnsignedInteger) - Method in class com.facebook.buck.macho.Nlist
Copy the current immutable object by setting a value for the n_strx attribute.
withN_type(UnsignedInteger) - Method in class com.facebook.buck.macho.Nlist
Copy the current immutable object by setting a value for the n_type attribute.
withN_value(UnsignedLong) - Method in class com.facebook.buck.macho.Nlist
Copy the current immutable object by setting a value for the n_value attribute.
withName(String) - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.apkmodule.APKModule
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.GenAidlDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.ApplePackageDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.AppleSdk
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulator
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
Copy the current immutable object by setting a present value for the optional name attribute.
withName(Optional<String>) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
Copy the current immutable object by setting an optional value for the name attribute.
withName(String) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
Copy the current immutable object by setting a present value for the optional name attribute.
withName(Optional<String>) - Method in class com.facebook.buck.artifact_cache.SQLiteCacheEntry
Copy the current immutable object by setting an optional value for the name attribute.
withName(String) - Method in class com.facebook.buck.counters.CounterInfo
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.d.DTestDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.haskell.HaskellPackageInfo
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.model.InternalFlavor
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.model.UserFlavor
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.rules.BuildRuleType
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.rules.coercer.OcamlSource
Copy the current immutable object by setting a value for the name attribute.
withName(Path) - Method in class com.facebook.buck.rules.SystemToolProvider
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.rules.VersionedTool
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.versions.Version
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Copy the current immutable object by setting a value for the name attribute.
withNamedSources(ImmutableSortedMap<String, SourcePath>) - Method in class com.facebook.buck.rules.coercer.SourceList
Copy the current immutable object by setting a present value for the optional namedSources attribute.
withNamedSources(Optional<? extends ImmutableSortedMap<String, SourcePath>>) - Method in class com.facebook.buck.rules.coercer.SourceList
Copy the current immutable object by setting an optional value for the namedSources attribute.
withNamedSources(ImmutableSortedMap<String, SourceWithFlags>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Copy the current immutable object by setting a present value for the optional namedSources attribute.
withNamedSources(Optional<? extends ImmutableSortedMap<String, SourceWithFlags>>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Copy the current immutable object by setting an optional value for the namedSources attribute.
withNameToField(Map<String, ? extends BuildConfigFields.Field>) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields
Copy the current immutable object by replacing the nameToField map with the specified map.
withNameToPathMap(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Copy the current immutable object by replacing the nameToPathMap map with the specified map.
withNativeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the nativeCompileDeps attribute.
withNativeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Copy the current immutable object by setting a value for the nativeCompileDeps attribute.
withNativeIncludes(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of nativeIncludes.
withNativeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of nativeIncludes.
withNativeLib(String) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescriptionArg
Copy the current immutable object by setting a value for the nativeLib attribute.
withNativeLibAssetsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object by replacing the nativeLibAssetsDirectories map with the specified map.
withNativeLibraries(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaPackageComponents
Copy the current immutable object by replacing the nativeLibraries map with the specified map.
withNativeLibraries(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.python.PythonPackageComponents
Copy the current immutable object by replacing the nativeLibraries map with the specified map.
withNativeLibraryMergeCodeGenerator(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional nativeLibraryMergeCodeGenerator attribute.
withNativeLibraryMergeCodeGenerator(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the nativeLibraryMergeCodeGenerator attribute.
withNativeLibraryMergeGlue(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional nativeLibraryMergeGlue attribute.
withNativeLibraryMergeGlue(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the nativeLibraryMergeGlue attribute.
withNativeLibraryMergeLocalizedSymbols(ImmutableSortedSet<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional nativeLibraryMergeLocalizedSymbols attribute.
withNativeLibraryMergeLocalizedSymbols(Optional<? extends ImmutableSortedSet<String>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the nativeLibraryMergeLocalizedSymbols attribute.
withNativeLibraryMergeMap(Map<String, ? extends List<Pattern>>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by replacing the nativeLibraryMergeMap map with the specified map.
withNativeLibraryProguardConfigGenerator(BuildTarget) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional nativeLibraryProguardConfigGenerator attribute.
withNativeLibraryProguardConfigGenerator(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the nativeLibraryProguardConfigGenerator attribute.
withNativeLibs(Path) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescriptionArg
Copy the current immutable object by setting a value for the nativeLibs attribute.
withNativeLibsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object by replacing the nativeLibsDirectories map with the specified map.
withNativeLibsInfo(ExopackageInfo.NativeLibsInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
Copy the current immutable object by setting a present value for the optional nativeLibsInfo attribute.
withNativeLibsInfo(Optional<? extends ExopackageInfo.NativeLibsInfo>) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
Copy the current immutable object by setting an optional value for the nativeLibsInfo attribute.
withNativeLibsTargets(Multimap<? extends APKModule, ? extends BuildTarget>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object by replacing the nativeLibsTargets map with the specified map.
withNativeLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the nativeLinkableInput attribute.
withNativeLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object by replacing the nativeLinkables map with the specified map.
withNativeLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object by replacing the nativeLinkablesAssets map with the specified map.
withNativeLinkStrategy(NativeLinkStrategy) - Method in class com.facebook.buck.lua.LuaPlatform
Copy the current immutable object by setting a value for the nativeLinkStrategy attribute.
withNativePlugin(boolean) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object by setting a value for the nativePlugin attribute.
withNativeStarterLibrary(BuildTarget) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional nativeStarterLibrary attribute.
withNativeStarterLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the nativeStarterLibrary attribute.
withNativeStarterLibrary(BuildTarget) - Method in class com.facebook.buck.lua.LuaPlatform
Copy the current immutable object by setting a present value for the optional nativeStarterLibrary attribute.
withNativeStarterLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.lua.LuaPlatform
Copy the current immutable object by setting an optional value for the nativeStarterLibrary attribute.
withNativeStarterLibrary(BuildTarget) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a present value for the optional nativeStarterLibrary attribute.
withNativeStarterLibrary(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting an optional value for the nativeStarterLibrary attribute.
withNcmds(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a value for the ncmds attribute.
withNdkVersion(String) - Method in class com.facebook.buck.rules.SdkEnvironment
Copy the current immutable object by setting a present value for the optional ndkVersion attribute.
withNdkVersion(Optional<String>) - Method in class com.facebook.buck.rules.SdkEnvironment
Copy the current immutable object by setting an optional value for the ndkVersion attribute.
withNeededCoverage(NeededCoverageSpec...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of neededCoverage.
withNeededCoverage(Iterable<? extends NeededCoverageSpec>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of neededCoverage.
withNeededCoverage(Pair<Float, ImmutableSet<Path>>...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of neededCoverage.
withNeededCoverage(Iterable<? extends Pair<Float, ImmutableSet<Path>>>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of neededCoverage.
withNeededCoverageRatio(float) - Method in class com.facebook.buck.python.NeededCoverageSpec
Copy the current immutable object by setting a value for the neededCoverageRatio attribute.
withNetworkIO(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
Copy the current immutable object by setting a value for the networkIO attribute.
withNfat_arch(UnsignedInteger) - Method in class com.facebook.buck.macho.FatHeader
Copy the current immutable object by setting a value for the nfat_arch attribute.
withNoAutoVersionResources(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the noAutoVersionResources attribute.
withNoBuckCheckPresent(boolean) - Method in class com.facebook.buck.doctor.config.UserLocalConfiguration
Copy the current immutable object by setting a value for the noBuckCheckPresent attribute.
withNoDx(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
Copy the current immutable object with elements that replace the content of noDx.
withNoDx(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAppModularityDescriptionArg
Copy the current immutable object with elements that replace the content of noDx.
withNoDx(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of noDx.
withNoDx(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of noDx.
withNoDxClasspathEntries(SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of noDxClasspathEntries.
withNoDxClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of noDxClasspathEntries.
withNoHealthyServersAvailable(boolean) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
Copy the current immutable object by setting a value for the noHealthyServersAvailable attribute.
withNreloc(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the nreloc attribute.
withNsects(UnsignedInteger) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the nsects attribute.
withNsyms(UnsignedInteger) - Method in class com.facebook.buck.macho.SymTabCommand
Copy the current immutable object by setting a value for the nsyms attribute.
withObjcopy(ToolProvider) - Method in class com.facebook.buck.cxx.toolchain.ElfSharedLibraryInterfaceParams
Copy the current immutable object by setting a value for the objcopy attribute.
withObjdump(Tool) - Method in class com.facebook.buck.android.toolchain.NdkCxxPlatform
Copy the current immutable object by setting a value for the objdump attribute.
withObjectFileExtension(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the objectFileExtension attribute.
withObjectFiles(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Copy the current immutable object with elements that replace the content of objectFiles.
withObjectFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Copy the current immutable object with elements that replace the content of objectFiles.
withObjects(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPackage
Copy the current immutable object with elements that replace the content of objects.
withObjects(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage
Copy the current immutable object with elements that replace the content of objects.
withOcamlBytecodeCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a present value for the optional ocamlBytecodeCompiler attribute.
withOcamlBytecodeCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting an optional value for the ocamlBytecodeCompiler attribute.
withOcamlCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a present value for the optional ocamlCompiler attribute.
withOcamlCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting an optional value for the ocamlCompiler attribute.
withOcamlDebug(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a present value for the optional ocamlDebug attribute.
withOcamlDebug(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting an optional value for the ocamlDebug attribute.
withOcamlDepTool(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a present value for the optional ocamlDepTool attribute.
withOcamlDepTool(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting an optional value for the ocamlDepTool attribute.
withOcamlInput(OcamlLibrary...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of ocamlInput.
withOcamlInput(Iterable<? extends OcamlLibrary>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of ocamlInput.
withOcamlInteropIncludesDir(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a present value for the optional ocamlInteropIncludesDir attribute.
withOcamlInteropIncludesDir(Optional<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting an optional value for the ocamlInteropIncludesDir attribute.
withOffset(Number) - Method in class com.facebook.buck.json.BuildFileSyntaxError
Copy the current immutable object by setting a present value for the optional offset attribute.
withOffset(Optional<? extends Number>) - Method in class com.facebook.buck.json.BuildFileSyntaxError
Copy the current immutable object by setting an optional value for the offset attribute.
withOffset(UnsignedInteger) - Method in class com.facebook.buck.macho.FatArch
Copy the current immutable object by setting a value for the offset attribute.
withOffset(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the offset attribute.
withOffsetInBinary(int) - Method in class com.facebook.buck.macho.LoadCommandCommonFields
Copy the current immutable object by setting a value for the offsetInBinary attribute.
withOffsetInBinary(int) - Method in class com.facebook.buck.macho.Nlist
Copy the current immutable object by setting a value for the offsetInBinary attribute.
withOffsetInBinary(int) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the offsetInBinary attribute.
withOnlyTests(boolean) - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
Copy the current immutable object by setting a value for the onlyTests attribute.
withOperands(QueryExpression...) - Method in class com.facebook.buck.query.BinaryOperatorExpression
Copy the current immutable object with elements that replace the content of operands.
withOperands(Iterable<? extends QueryExpression>) - Method in class com.facebook.buck.query.BinaryOperatorExpression
Copy the current immutable object with elements that replace the content of operands.
withOperator(AbstractBinaryOperatorExpression.Operator) - Method in class com.facebook.buck.query.BinaryOperatorExpression
Copy the current immutable object by setting a value for the operator attribute.
withOptimization(AppleAssetCatalogDescription.Optimization) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescriptionArg
Copy the current immutable object by setting a value for the optimization attribute.
withOptimizationPasses(int) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional optimizationPasses attribute.
withOptimizationPasses(Optional<Integer>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the optimizationPasses attribute.
withOptimize(int) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional optimize attribute.
withOptimize(Optional<Integer>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the optimize attribute.
withOs(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the os attribute.
withOtherFlags(CxxToolFlags) - Method in class com.facebook.buck.cxx.PreprocessorFlags
Copy the current immutable object by setting a value for the otherFlags attribute.
withOut(String) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object by setting a value for the out attribute.
withOut(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object by setting a value for the out attribute.
withOut(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
Copy the current immutable object by setting a present value for the optional out attribute.
withOut(Optional<String>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
Copy the current immutable object by setting an optional value for the out attribute.
withOut(String) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
Copy the current immutable object by setting a present value for the optional out attribute.
withOut(Optional<String>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
Copy the current immutable object by setting an optional value for the out attribute.
withOut(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object by setting a value for the out attribute.
withOut(String) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Copy the current immutable object by setting a value for the out attribute.
withoutDeclaredDeps() - Method in class com.facebook.buck.rules.BuildRuleParams
 
withoutExtraDeps() - Method in class com.facebook.buck.rules.BuildRuleParams
 
withOutFolderPath(Path) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
Copy the current immutable object by setting a value for the outFolderPath attribute.
withOutput(String) - Method in class com.facebook.buck.doctor.ExtraInfoResult
Copy the current immutable object by setting a value for the output attribute.
withOutput(Path) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the output attribute.
withOutput(Path) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the output attribute.
withOutputDirectory(Path) - Method in class com.facebook.buck.jvm.java.CompilerParameters
Copy the current immutable object by setting a value for the outputDirectory attribute.
withOutputDirs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellHaddockInput
Copy the current immutable object with elements that replace the content of outputDirs.
withOutputDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellHaddockInput
Copy the current immutable object with elements that replace the content of outputDirs.
withOutputHash(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
Copy the current immutable object by setting a value for the outputHash attribute.
withOutputPath(String) - Method in class com.facebook.buck.cli.ShowOptions
Copy the current immutable object by setting a present value for the optional outputPath attribute.
withOutputPath(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions
Copy the current immutable object by setting an optional value for the outputPath attribute.
withOutputs(String...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
Copy the current immutable object with elements that replace the content of outputs.
withOutputs(Iterable<String>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
Copy the current immutable object with elements that replace the content of outputs.
withOutputUrl(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a present value for the optional outputUrl attribute.
withOutputUrl(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting an optional value for the outputUrl attribute.
withoutSuffix(String, String) - Static method in class com.facebook.buck.util.MoreStrings
 
withoutTty() - Static method in class com.facebook.buck.util.Ansi
 
withOwnerId(int) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the ownerId attribute.
withOwnerTarget(BuildTarget) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Copy the current immutable object by setting a value for the ownerTarget attribute.
withPackage(String) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
Copy the current immutable object by setting a value for the package attribute.
withPackage(String) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting a present value for the optional package attribute.
withPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting an optional value for the package attribute.
withPackage(String) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional package attribute.
withPackage(Optional<String>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the package attribute.
withPackageableCollection(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidAppModularityGraphEnhancementResult
Copy the current immutable object by setting a value for the packageableCollection attribute.
withPackageableCollection(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a value for the packageableCollection attribute.
withPackageAssetLibraries(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the packageAssetLibraries attribute.
withPackageAssetLibraries(boolean) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional packageAssetLibraries attribute.
withPackageAssetLibraries(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting an optional value for the packageAssetLibraries attribute.
withPackageDb(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPackage
Copy the current immutable object by setting a value for the packageDb attribute.
withPackageName(String) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional packageName attribute.
withPackageName(Optional<String>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the packageName attribute.
withPackageName(String) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object by setting a present value for the optional packageName attribute.
withPackageName(Optional<String>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object by setting an optional value for the packageName attribute.
withPackageName(String) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Copy the current immutable object by setting a present value for the optional packageName attribute.
withPackageName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Copy the current immutable object by setting an optional value for the packageName attribute.
withPackageNamePrefix(String) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a present value for the optional packageNamePrefix attribute.
withPackageNamePrefix(Optional<String>) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting an optional value for the packageNamePrefix attribute.
withPackagePrefix(String) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
Copy the current immutable object by setting a value for the packagePrefix attribute.
withPackager(ToolProvider) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a value for the packager attribute.
withPackager(ToolProvider) - Method in class com.facebook.buck.lua.LuaPlatform
Copy the current immutable object by setting a value for the packager attribute.
withPackagerFlags(Either<String, ImmutableList<String>>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional packagerFlags attribute.
withPackagerFlags(Optional<? extends Either<String, ImmutableList<String>>>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the packagerFlags attribute.
withPackagerFlags(Either<String, ImmutableList<String>>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Copy the current immutable object by setting a present value for the optional packagerFlags attribute.
withPackagerFlags(Optional<? extends Either<String, ImmutableList<String>>>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Copy the current immutable object by setting an optional value for the packagerFlags attribute.
withPackages(HaskellPackage...) - Method in class com.facebook.buck.haskell.HaskellCompileInput
Copy the current immutable object with elements that replace the content of packages.
withPackages(Iterable<? extends HaskellPackage>) - Method in class com.facebook.buck.haskell.HaskellCompileInput
Copy the current immutable object with elements that replace the content of packages.
withPackageStringAssets(PackageStringAssets) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional packageStringAssets attribute.
withPackageStringAssets(Optional<? extends PackageStringAssets>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
Copy the current immutable object by setting an optional value for the packageStringAssets attribute.
withPackageStringAssets(PackageStringAssets) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional packageStringAssets attribute.
withPackageStringAssets(Optional<? extends PackageStringAssets>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting an optional value for the packageStringAssets attribute.
withPackageStyle(AbstractLuaPlatform.PackageStyle) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional packageStyle attribute.
withPackageStyle(Optional<? extends AbstractLuaPlatform.PackageStyle>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the packageStyle attribute.
withPackageStyle(AbstractLuaPlatform.PackageStyle) - Method in class com.facebook.buck.lua.LuaPlatform
Copy the current immutable object by setting a value for the packageStyle attribute.
withPackageStyle(PythonBuckConfig.PackageStyle) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional packageStyle attribute.
withPackageStyle(Optional<? extends PythonBuckConfig.PackageStyle>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the packageStyle attribute.
withPackageStyle(PythonBuckConfig.PackageStyle) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a present value for the optional packageStyle attribute.
withPackageStyle(Optional<? extends PythonBuckConfig.PackageStyle>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting an optional value for the packageStyle attribute.
withPackageType(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional packageType attribute.
withPackageType(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the packageType attribute.
withParameters(String...) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Copy the current immutable object with elements that replace the content of parameters.
withParameters(Iterable<String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Copy the current immutable object with elements that replace the content of parameters.
withParser(Parser) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the parser attribute.
withParser(Parser) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the parser attribute.
withParseTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
Copy the current immutable object by setting a value for the parseTimeMs attribute.
withParts(Either<String, Macro>...) - Method in class com.facebook.buck.rules.macros.StringWithMacros
Copy the current immutable object with elements that replace the content of parts.
withParts(Iterable<? extends Either<String, Macro>>) - Method in class com.facebook.buck.rules.macros.StringWithMacros
Copy the current immutable object with elements that replace the content of parts.
withPath(Path) - Method in class com.facebook.buck.apple.AppleToolchain
Copy the current immutable object by setting a value for the path attribute.
withPath(Path) - Method in class com.facebook.buck.apple.AppleWrapperResourceArg
Copy the current immutable object by setting a value for the path attribute.
withPath(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
Copy the current immutable object by setting a present value for the optional path attribute.
withPath(Optional<String>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
Copy the current immutable object by setting an optional value for the path attribute.
withPath(SourcePath) - Method in class com.facebook.buck.cxx.CxxSource
Copy the current immutable object by setting a value for the path attribute.
withPath(SourcePath) - Method in class com.facebook.buck.cxx.OmnibusLibrary
Copy the current immutable object by setting a value for the path attribute.
withPath(SourcePath) - Method in class com.facebook.buck.cxx.OmnibusRoot
Copy the current immutable object by setting a value for the path attribute.
withPath(Path) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
Copy the current immutable object by setting a present value for the optional path attribute.
withPath(Optional<? extends Path>) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
Copy the current immutable object by setting an optional value for the path attribute.
withPath(Path) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
Copy the current immutable object by setting a value for the path attribute.
withPath(SourcePath) - Method in class com.facebook.buck.query.QueryFileTarget
Copy the current immutable object by setting a value for the path attribute.
withPath(SourcePath) - Method in class com.facebook.buck.rules.args.SourcePathArg
Copy the current immutable object by setting a value for the path attribute.
withPath(Path) - Method in class com.facebook.buck.rules.keys.RuleKeyInput
Copy the current immutable object by setting a value for the path attribute.
withPath(Path) - Method in class com.facebook.buck.rules.VersionedTool
Copy the current immutable object by setting a value for the path attribute.
withPath(BuildCellRelativePath) - Method in class com.facebook.buck.step.fs.MkdirStep
Copy the current immutable object by setting a value for the path attribute.
withPath(BuildCellRelativePath) - Method in class com.facebook.buck.step.fs.RmStep
Copy the current immutable object by setting a value for the path attribute.
withPathName(String) - Method in class com.facebook.buck.python.NeededCoverageSpec
Copy the current immutable object by setting a present value for the optional pathName attribute.
withPathName(Optional<String>) - Method in class com.facebook.buck.python.NeededCoverageSpec
Copy the current immutable object by setting an optional value for the pathName attribute.
withPathRelativeToBuildCellRoot(Path) - Method in class com.facebook.buck.io.BuildCellRelativePath
Copy the current immutable object by setting a value for the pathRelativeToBuildCellRoot attribute.
withPathResolver(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the pathResolver attribute.
withPathResolver(SourcePathResolver) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the pathResolver attribute.
withPathResolver(SourcePathResolver) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the pathResolver attribute.
withPathsChangedInWorkingDirectory(String...) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
Copy the current immutable object with elements that replace the content of pathsChangedInWorkingDirectory.
withPathsChangedInWorkingDirectory(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.FullVersionControlStats
Copy the current immutable object with elements that replace the content of pathsChangedInWorkingDirectory.
withPathsChangedInWorkingDirectory(String...) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
Copy the current immutable object with elements that replace the content of pathsChangedInWorkingDirectory.
withPathsChangedInWorkingDirectory(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.SlowVersionControlStats
Copy the current immutable object with elements that replace the content of pathsChangedInWorkingDirectory.
withPathSelector(DirectoryCleaner.PathSelector) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Copy the current immutable object by setting a value for the pathSelector attribute.
withPathsToThirdPartyJars(SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of pathsToThirdPartyJars.
withPathsToThirdPartyJars(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of pathsToThirdPartyJars.
withPathToAdbExecutable(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the pathToAdbExecutable attribute.
withPathToFile(Path) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
Copy the current immutable object by setting a value for the pathToFile attribute.
withPathToJavaAgent(String) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a present value for the optional pathToJavaAgent attribute.
withPathToJavaAgent(Optional<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting an optional value for the pathToJavaAgent attribute.
withPathToJavaAgent(String) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a present value for the optional pathToJavaAgent attribute.
withPathToJavaAgent(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting an optional value for the pathToJavaAgent attribute.
withPathToRDotTxt(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo
Copy the current immutable object by setting a value for the pathToRDotTxt attribute.
withPathToRDotTxt(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
Copy the current immutable object by setting a value for the pathToRDotTxt attribute.
withPathToSourcesList(Path) - Method in class com.facebook.buck.jvm.java.CompilerParameters
Copy the current immutable object by setting a value for the pathToSourcesList attribute.
withPathToXmlTestOutput(String) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a present value for the optional pathToXmlTestOutput attribute.
withPathToXmlTestOutput(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting an optional value for the pathToXmlTestOutput attribute.
withPathWithinArchive(Path) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
Copy the current immutable object by setting a present value for the optional pathWithinArchive attribute.
withPathWithinArchive(Optional<? extends Path>) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
Copy the current immutable object by setting an optional value for the pathWithinArchive attribute.
withPattern(String) - Method in class com.facebook.buck.query.TargetLiteral
Copy the current immutable object by setting a value for the pattern attribute.
withPattern(Pattern) - Method in class com.facebook.buck.util.PatternAndMessage
Copy the current immutable object by setting a value for the pattern attribute.
withPerformDistributedBuildDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional performDistributedBuildDurationMs attribute.
withPerformDistributedBuildDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the performDistributedBuildDurationMs attribute.
withPerformedLocalBuild(boolean) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a value for the performedLocalBuild attribute.
withPerRuleStats(DistBuildPostBuildAnalysis.AbstractPerRuleCumulativeStats...) - Method in class com.facebook.buck.distributed.AnalysisResults
Copy the current immutable object with elements that replace the content of perRuleStats.
withPerRuleStats(Iterable<? extends DistBuildPostBuildAnalysis.AbstractPerRuleCumulativeStats>) - Method in class com.facebook.buck.distributed.AnalysisResults
Copy the current immutable object with elements that replace the content of perRuleStats.
withPerServerData(PerServerPingData...) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
Copy the current immutable object with elements that replace the content of perServerData.
withPerServerData(Iterable<? extends PerServerPingData>) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
Copy the current immutable object with elements that replace the content of perServerData.
withPerServerData(PerServerData...) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
Copy the current immutable object with elements that replace the content of perServerData.
withPerServerData(Iterable<? extends PerServerData>) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
Copy the current immutable object with elements that replace the content of perServerData.
withPersistent(boolean) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Copy the current immutable object by setting a present value for the optional persistent attribute.
withPersistent(Optional<Boolean>) - Method in class com.facebook.buck.shell.WorkerToolDescriptionArg
Copy the current immutable object by setting an optional value for the persistent attribute.
withPersistentWorkerKey(String) - Method in class com.facebook.buck.worker.WorkerProcessIdentity
Copy the current immutable object by setting a value for the persistentWorkerKey attribute.
withPersistentWorkerPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a present value for the optional persistentWorkerPools attribute.
withPersistentWorkerPools(Optional<? extends ConcurrentMap<String, WorkerProcessPool>>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting an optional value for the persistentWorkerPools attribute.
withPersistentWorkerPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a present value for the optional persistentWorkerPools attribute.
withPersistentWorkerPools(Optional<? extends ConcurrentMap<String, WorkerProcessPool>>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting an optional value for the persistentWorkerPools attribute.
withPicType(AbstractCxxSourceRuleFactory.PicType) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the picType attribute.
withPingEndpoint(String) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the pingEndpoint attribute.
withPingRequestLatencyMillis(long) - Method in class com.facebook.buck.slb.PerServerPingData
Copy the current immutable object by setting a present value for the optional pingRequestLatencyMillis attribute.
withPingRequestLatencyMillis(Optional<Long>) - Method in class com.facebook.buck.slb.PerServerPingData
Copy the current immutable object by setting an optional value for the pingRequestLatencyMillis attribute.
withPlaceholders(ImmutableMap<String, String>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting a present value for the optional placeholders attribute.
withPlaceholders(Optional<? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting an optional value for the placeholders attribute.
withPlatform(AppleCxxPlatform) - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Copy the current immutable object by setting a value for the platform attribute.
withPlatform(Platform) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the platform attribute.
withPlatform(Platform) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the platform attribute.
withPlatform(Flavor) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional platform attribute.
withPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the platform attribute.
withPlatform(Flavor) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object by setting a present value for the optional platform attribute.
withPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object by setting an optional value for the platform attribute.
withPlatform(Flavor) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Copy the current immutable object by setting a present value for the optional platform attribute.
withPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.haskell.HaskellHaddockDescriptionArg
Copy the current immutable object by setting an optional value for the platform attribute.
withPlatform(Flavor) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional platform attribute.
withPlatform(Optional<? extends Flavor>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the platform attribute.
withPlatform(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional platform attribute.
withPlatform(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the platform attribute.
withPlatform(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a present value for the optional platform attribute.
withPlatform(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting an optional value for the platform attribute.
withPlatform(Platform) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the platform attribute.
withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformCompilerFlags attribute.
withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformCompilerFlags attribute.
withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the platformCompilerFlags attribute.
withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformCompilerFlags attribute.
withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformCompilerFlags attribute.
withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a value for the platformCompilerFlags attribute.
withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformCompilerFlags attribute.
withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting a value for the platformCompilerFlags attribute.
withPlatformCompilerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a value for the platformCompilerFlags attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>...) - Method in class com.facebook.buck.cxx.CxxDeps
Copy the current immutable object with elements that replace the content of platformDeps.
withPlatformDeps(Iterable<? extends PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>>) - Method in class com.facebook.buck.cxx.CxxDeps
Copy the current immutable object with elements that replace the content of platformDeps.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformDeps(PatternMatchedCollection<ImmutableSortedSet<BuildTarget>>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a value for the platformDeps attribute.
withPlatformExe(Map<? extends Platform, ? extends BuildTarget>) - Method in class com.facebook.buck.shell.CommandAliasDescriptionArg
Copy the current immutable object by replacing the platformExe map with the specified map.
withPlatformFlags(Arg...) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Copy the current immutable object with elements that replace the content of platformFlags.
withPlatformFlags(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Copy the current immutable object with elements that replace the content of platformFlags.
withPlatformFlags(Arg...) - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
Copy the current immutable object with elements that replace the content of platformFlags.
withPlatformFlags(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
Copy the current immutable object with elements that replace the content of platformFlags.
withPlatformHeaderDirs(PatternMatchedCollection<ImmutableList<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional platformHeaderDirs attribute.
withPlatformHeaderDirs(Optional<? extends PatternMatchedCollection<ImmutableList<SourcePath>>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the platformHeaderDirs attribute.
withPlatformHeaderDirs(PatternMatchedCollection<ImmutableList<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional platformHeaderDirs attribute.
withPlatformHeaderDirs(Optional<? extends PatternMatchedCollection<ImmutableList<SourcePath>>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the platformHeaderDirs attribute.
withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformHeaders attribute.
withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformHeaders attribute.
withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the platformHeaders attribute.
withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformHeaders attribute.
withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformHeaders attribute.
withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a value for the platformHeaders attribute.
withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformHeaders attribute.
withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting a value for the platformHeaders attribute.
withPlatformHeaders(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a value for the platformHeaders attribute.
withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformLinkerFlags attribute.
withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformLinkerFlags attribute.
withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the platformLinkerFlags attribute.
withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformLinkerFlags attribute.
withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformLinkerFlags attribute.
withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a value for the platformLinkerFlags attribute.
withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformLinkerFlags attribute.
withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting a value for the platformLinkerFlags attribute.
withPlatformLinkerFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a value for the platformLinkerFlags attribute.
withPlatformPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths
Copy the current immutable object by setting a value for the platformPath attribute.
withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformPreprocessorFlags attribute.
withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformPreprocessorFlags attribute.
withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the platformPreprocessorFlags attribute.
withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformPreprocessorFlags attribute.
withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformPreprocessorFlags attribute.
withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a value for the platformPreprocessorFlags attribute.
withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformPreprocessorFlags attribute.
withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting a value for the platformPreprocessorFlags attribute.
withPlatformPreprocessorFlags(PatternMatchedCollection<ImmutableList<StringWithMacros>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a value for the platformPreprocessorFlags attribute.
withPlatformResources(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformResources attribute.
withPlatformResources(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a value for the platformResources attribute.
withPlatforms(String...) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object with elements that replace the content of platforms.
withPlatforms(Iterable<String>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object with elements that replace the content of platforms.
withPlatformSharedLib(PatternMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional platformSharedLib attribute.
withPlatformSharedLib(Optional<? extends PatternMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the platformSharedLib attribute.
withPlatformSharedLib(PatternMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional platformSharedLib attribute.
withPlatformSharedLib(Optional<? extends PatternMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the platformSharedLib attribute.
withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformSrcs attribute.
withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformSrcs attribute.
withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the platformSrcs attribute.
withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a value for the platformSrcs attribute.
withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformSrcs attribute.
withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a value for the platformSrcs attribute.
withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformSrcs attribute.
withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting a value for the platformSrcs attribute.
withPlatformSrcs(PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a value for the platformSrcs attribute.
withPlatformSrcs(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object by setting a value for the platformSrcs attribute.
withPlatformSrcs(PatternMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a value for the platformSrcs attribute.
withPlatformStaticLib(PatternMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional platformStaticLib attribute.
withPlatformStaticLib(Optional<? extends PatternMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the platformStaticLib attribute.
withPlatformStaticLib(PatternMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional platformStaticLib attribute.
withPlatformStaticLib(Optional<? extends PatternMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the platformStaticLib attribute.
withPlatformStaticPicLib(PatternMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional platformStaticPicLib attribute.
withPlatformStaticPicLib(Optional<? extends PatternMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the platformStaticPicLib attribute.
withPlatformStaticPicLib(PatternMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional platformStaticPicLib attribute.
withPlatformStaticPicLib(Optional<? extends PatternMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the platformStaticPicLib attribute.
withPlatformWhitelist(String...) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
Copy the current immutable object with elements that replace the content of platformWhitelist.
withPlatformWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
Copy the current immutable object with elements that replace the content of platformWhitelist.
withPlugins(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugins(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of plugins.
withPlugInsPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the plugInsPath attribute.
withPostBuildAnalysisDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional postBuildAnalysisDurationMs attribute.
withPostBuildAnalysisDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the postBuildAnalysisDurationMs attribute.
withPostDistBuildLocalStepsDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional postDistBuildLocalStepsDurationMs attribute.
withPostDistBuildLocalStepsDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the postDistBuildLocalStepsDurationMs attribute.
withPostFilterResourcesCmd(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional postFilterResourcesCmd attribute.
withPostFilterResourcesCmd(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the postFilterResourcesCmd attribute.
withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPostprocessClassesCommands(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of postprocessClassesCommands.
withPrebuiltLibraries(SourcePath...) - Method in class com.facebook.buck.python.PythonPackageComponents
Copy the current immutable object with elements that replace the content of prebuiltLibraries.
withPrebuiltLibraries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonPackageComponents
Copy the current immutable object with elements that replace the content of prebuiltLibraries.
withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional precompiledHeader attribute.
withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the precompiledHeader attribute.
withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional precompiledHeader attribute.
withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the precompiledHeader attribute.
withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional precompiledHeader attribute.
withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the precompiledHeader attribute.
withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional precompiledHeader attribute.
withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the precompiledHeader attribute.
withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional precompiledHeader attribute.
withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the precompiledHeader attribute.
withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a present value for the optional precompiledHeader attribute.
withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting an optional value for the precompiledHeader attribute.
withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a present value for the optional precompiledHeader attribute.
withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting an optional value for the precompiledHeader attribute.
withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional precompiledHeader attribute.
withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the precompiledHeader attribute.
withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting a present value for the optional precompiledHeader attribute.
withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting an optional value for the precompiledHeader attribute.
withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a present value for the optional precompiledHeader attribute.
withPrecompiledHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting an optional value for the precompiledHeader attribute.
withPreDexMerge(PreDexMerge) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional preDexMerge attribute.
withPreDexMerge(Optional<? extends PreDexMerge>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting an optional value for the preDexMerge attribute.
withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional preferredLinkage attribute.
withPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the preferredLinkage attribute.
withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional preferredLinkage attribute.
withPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the preferredLinkage attribute.
withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional preferredLinkage attribute.
withPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the preferredLinkage attribute.
withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object by setting a value for the preferredLinkage attribute.
withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional preferredLinkage attribute.
withPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the preferredLinkage attribute.
withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional preferredLinkage attribute.
withPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the preferredLinkage attribute.
withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object by setting a value for the preferredLinkage attribute.
withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object by setting a value for the preferredLinkage attribute.
withPreferredLinkage(NativeLinkable.Linkage) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional preferredLinkage attribute.
withPreferredLinkage(Optional<? extends NativeLinkable.Linkage>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the preferredLinkage attribute.
withPrefixHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
withPrefixHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
withPrefixHeader(SourcePath) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
withPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
withPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
withPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
withPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
withPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.PreprocessorFlags
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
withPrefixHeader(SourcePath) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
withPrefixHeader(SourcePath) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
withPrefixHeader(SourcePath) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
withPrefixHeader(Optional<? extends SourcePath>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
withPreloadDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of preloadDeps.
withPreloadDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of preloadDeps.
withPreloadDeps(BuildTarget...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of preloadDeps.
withPreloadDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of preloadDeps.
withPreprocessJavaClassesBash(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional preprocessJavaClassesBash attribute.
withPreprocessJavaClassesBash(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the preprocessJavaClassesBash attribute.
withPreprocessJavaClassesDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessJavaClassesDeps.
withPreprocessJavaClassesDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessJavaClassesDeps.
withPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(Multimap<? extends AbstractCxxSource.Type, ? extends Arg>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Copy the current immutable object by replacing the preprocessorFlags map with the specified map.
withPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(StringWithMacros...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPreprocessorFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of preprocessorFlags.
withPrimaryApkAssetZips(SourcePath...) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
Copy the current immutable object with elements that replace the content of primaryApkAssetZips.
withPrimaryApkAssetZips(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
Copy the current immutable object with elements that replace the content of primaryApkAssetZips.
withPrimaryApkAssetZips(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object with elements that replace the content of primaryApkAssetZips.
withPrimaryApkAssetZips(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object with elements that replace the content of primaryApkAssetZips.
withPrimaryDexClassesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional primaryDexClassesFile attribute.
withPrimaryDexClassesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the primaryDexClassesFile attribute.
withPrimaryDexPatterns(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of primaryDexPatterns.
withPrimaryDexPatterns(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of primaryDexPatterns.
withPrimaryDexScenarioFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional primaryDexScenarioFile attribute.
withPrimaryDexScenarioFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the primaryDexScenarioFile attribute.
withPrimaryDexScenarioOverflowAllowed(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the primaryDexScenarioOverflowAllowed attribute.
withPrimaryResourcesApkPath(SourcePath) - Method in class com.facebook.buck.android.AaptOutputInfo
Copy the current immutable object by setting a value for the primaryResourcesApkPath attribute.
withPrimaryResourcesApkPath(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
Copy the current immutable object by setting a value for the primaryResourcesApkPath attribute.
withPrimaryResourcesApkPath(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a value for the primaryResourcesApkPath attribute.
withPrivateHeadersSymlinksEnabled(boolean) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the privateHeadersSymlinksEnabled attribute.
WithProbability - Interface in com.facebook.buck.randomizedtrial
 
withProcessExecutor(ProcessExecutor) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the processExecutor attribute.
withProcessExecutor(ProcessExecutor) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the processExecutor attribute.
withProcessingTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
Copy the current immutable object by setting a value for the processingTimeMs attribute.
withProcessManager(ProcessManager) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a present value for the optional processManager attribute.
withProcessManager(Optional<? extends ProcessManager>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting an optional value for the processManager attribute.
withProcessOnly(boolean) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Copy the current immutable object by setting a value for the processOnly attribute.
withProcessorClass(String) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
Copy the current immutable object by setting a value for the processorClass attribute.
withProcessorNames(String...) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
Copy the current immutable object with elements that replace the content of processorNames.
withProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacPluginJsr199Fields
Copy the current immutable object with elements that replace the content of processorNames.
withProcessorNames(String...) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
Copy the current immutable object with elements that replace the content of processorNames.
withProcessorNames(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
Copy the current immutable object with elements that replace the content of processorNames.
withProductionBuild(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the productionBuild attribute.
withProductName(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object by setting a present value for the optional productName attribute.
withProductName(Optional<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object by setting an optional value for the productName attribute.
withProfile(String) - Method in class com.facebook.buck.json.BuildFilePythonResult
Copy the current immutable object by setting a present value for the optional profile attribute.
withProfile(Optional<String>) - Method in class com.facebook.buck.json.BuildFilePythonResult
Copy the current immutable object by setting an optional value for the profile attribute.
withProfiledStaticLibs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of profiledStaticLibs.
withProfiledStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of profiledStaticLibs.
withProfilePath(Path) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object by setting a value for the profilePath attribute.
withProguardConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional proguardConfig attribute.
withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the proguardConfig attribute.
withProguardConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional proguardConfig attribute.
withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the proguardConfig attribute.
withProguardConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional proguardConfig attribute.
withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the proguardConfig attribute.
withProguardConfig(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional proguardConfig attribute.
withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the proguardConfig attribute.
withProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional proguardConfig attribute.
withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the proguardConfig attribute.
withProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional proguardConfig attribute.
withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the proguardConfig attribute.
withProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional proguardConfig attribute.
withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the proguardConfig attribute.
withProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional proguardConfig attribute.
withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the proguardConfig attribute.
withProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional proguardConfig attribute.
withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the proguardConfig attribute.
withProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional proguardConfig attribute.
withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the proguardConfig attribute.
withProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional proguardConfig attribute.
withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the proguardConfig attribute.
withProguardConfig(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional proguardConfig attribute.
withProguardConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the proguardConfig attribute.
withProguardConfigPath(Path) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Copy the current immutable object by setting a present value for the optional proguardConfigPath attribute.
withProguardConfigPath(Optional<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Copy the current immutable object by setting an optional value for the proguardConfigPath attribute.
withProguardConfigs(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object with elements that replace the content of proguardConfigs.
withProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object with elements that replace the content of proguardConfigs.
withProguardConfigs(SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of proguardConfigs.
withProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of proguardConfigs.
withProguardJvmArgs(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of proguardJvmArgs.
withProguardJvmArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of proguardJvmArgs.
withProjectAssets(Path) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting a present value for the optional projectAssets attribute.
withProjectAssets(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting an optional value for the projectAssets attribute.
withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the projectFilesystem attribute.
withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the projectFilesystem attribute.
withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
Copy the current immutable object by setting a value for the projectFilesystem attribute.
withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the projectFilesystem attribute.
withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the projectFilesystem attribute.
withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the projectFilesystem attribute.
withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the projectFilesystem attribute.
withProjectGenerated(boolean) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Copy the current immutable object by setting a value for the projectGenerated attribute.
withProjectJdkName(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a present value for the optional projectJdkName attribute.
withProjectJdkName(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting an optional value for the projectJdkName attribute.
withProjectJdkType(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a present value for the optional projectJdkType attribute.
withProjectJdkType(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting an optional value for the projectJdkType attribute.
withProjectLanguageLevel(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a present value for the optional projectLanguageLevel attribute.
withProjectLanguageLevel(Optional<String>) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting an optional value for the projectLanguageLevel attribute.
withProjectPath(Path) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Copy the current immutable object by setting a value for the projectPath attribute.
withProjectPaths(IjProjectPaths) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the projectPaths attribute.
withProjectPrefix(String) - Method in class com.facebook.buck.io.ProjectWatch
Copy the current immutable object by setting a present value for the optional projectPrefix attribute.
withProjectPrefix(Optional<String>) - Method in class com.facebook.buck.io.ProjectWatch
Copy the current immutable object by setting an optional value for the projectPrefix attribute.
withProjectRes(Path) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting a present value for the optional projectRes attribute.
withProjectRes(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting an optional value for the projectRes attribute.
withProjectRoot(String) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the projectRoot attribute.
withProjectRoot(Path) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the projectRoot attribute.
withProperties(SourcePath) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
Copy the current immutable object by setting a value for the properties attribute.
withProperty(String) - Method in class com.facebook.buck.cli.ConfigValue
Copy the current immutable object by setting a value for the property attribute.
withProvided(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the provided attribute.
withProvided(boolean) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object by setting a value for the provided attribute.
withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of providedDeps.
withProvidedDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional providedDepsQuery attribute.
withProvidedDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the providedDepsQuery attribute.
withProvidedDepsQuery(Query) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional providedDepsQuery attribute.
withProvidedDepsQuery(Optional<? extends Query>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the providedDepsQuery attribute.
withProvidedDepsQuery(Query) - Method in interface com.facebook.buck.rules.HasProvidedDepsQuery
 
withProvidedDepsQuery(T, BuildTarget, QueryCache, BuildRuleResolver, CellPathResolver, TargetGraph) - Static method in class com.facebook.buck.rules.query.QueryUtils
 
withProvidedSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object by replacing the providedSharedLibs map with the specified map.
withProvider(FileContentsProvider) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the provider attribute.
withProvisioningProfileName(String) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting a present value for the optional provisioningProfileName attribute.
withProvisioningProfileName(Optional<String>) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting an optional value for the provisioningProfileName attribute.
withPublicHeadersSymlinksEnabled(boolean) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the publicHeadersSymlinksEnabled attribute.
withPublishBuildSlaveFinishedStatsDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional publishBuildSlaveFinishedStatsDurationMs attribute.
withPublishBuildSlaveFinishedStatsDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the publishBuildSlaveFinishedStatsDurationMs attribute.
withPythonInterpreter(String) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the pythonInterpreter attribute.
withPythonModules(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaPackageComponents
Copy the current immutable object by replacing the pythonModules map with the specified map.
withPythonModuleSearchPath(String) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting a present value for the optional pythonModuleSearchPath attribute.
withPythonModuleSearchPath(Optional<String>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting an optional value for the pythonModuleSearchPath attribute.
withPythonPlatform(String) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional pythonPlatform attribute.
withPythonPlatform(Optional<String>) - Method in class com.facebook.buck.lua.LuaBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the pythonPlatform attribute.
withPythonTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
Copy the current immutable object by setting a value for the pythonTimeMs attribute.
withQuery(Query) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacro
Copy the current immutable object by setting a value for the query attribute.
withQuery(Query) - Method in class com.facebook.buck.rules.macros.QueryPathsMacro
Copy the current immutable object by setting a value for the query attribute.
withQuery(Query) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacro
Copy the current immutable object by setting a value for the query attribute.
withQuery(String) - Method in class com.facebook.buck.rules.query.Query
Copy the current immutable object by setting a value for the query attribute.
withQueryParams(Map<String, ? extends Object>) - Method in class com.facebook.buck.io.WatchmanQuery
Copy the current immutable object by replacing the queryParams map with the specified map.
withQueryPath(String) - Method in class com.facebook.buck.io.WatchmanQuery
Copy the current immutable object by setting a value for the queryPath attribute.
withRageUrl(String) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse
Copy the current immutable object by setting a present value for the optional rageUrl attribute.
withRageUrl(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse
Copy the current immutable object by setting an optional value for the rageUrl attribute.
withRanlib(ToolProvider) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the ranlib attribute.
withRanlibflags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of ranlibflags.
withRanlibflags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of ranlibflags.
withRawConfig(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by replacing the rawConfig map with the specified map.
withRawInputsHashCode(HashCode) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object by setting a value for the rawInputsHashCode attribute.
withRawKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object with elements that replace the content of rawKeys.
withRawKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object with elements that replace the content of rawKeys.
withRDotJavaDir(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional rDotJavaDir attribute.
withRDotJavaDir(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryResourcesGraphEnhancementResult
Copy the current immutable object by setting an optional value for the rDotJavaDir attribute.
withReadHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by replacing the readHeaders map with the specified map.
withReadTimeoutSeconds(int) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting a value for the readTimeoutSeconds attribute.
withRecord(LogRecord) - Method in class com.facebook.buck.log.ErrorLogRecord
Copy the current immutable object by setting a value for the record attribute.
withRecursive(boolean) - Method in class com.facebook.buck.parser.BuildFileSpec
Copy the current immutable object by setting a value for the recursive attribute.
withRecursive(boolean) - Method in class com.facebook.buck.step.fs.RmStep
Copy the current immutable object by setting a value for the recursive attribute.
withRecycledCache(BuckEventBus, RuleKeyCacheRecycler.SettingsAffectingCache) - Method in class com.facebook.buck.rules.keys.RuleKeyCacheRecycler
Provides access to a RuleKeyCache via a RuleKeyCacheScope.
withRedex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the redex attribute.
withRedex(Tool) - Method in class com.facebook.buck.android.redex.RedexOptions
Copy the current immutable object by setting a value for the redex attribute.
withRedexConfig(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional redexConfig attribute.
withRedexConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the redexConfig attribute.
withRedexConfig(SourcePath) - Method in class com.facebook.buck.android.redex.RedexOptions
Copy the current immutable object by setting a present value for the optional redexConfig attribute.
withRedexConfig(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.redex.RedexOptions
Copy the current immutable object by setting an optional value for the redexConfig attribute.
withRedexExtraArgs(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of redexExtraArgs.
withRedexExtraArgs(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of redexExtraArgs.
withRedexExtraArgs(Arg...) - Method in class com.facebook.buck.android.redex.RedexOptions
Copy the current immutable object with elements that replace the content of redexExtraArgs.
withRedexExtraArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.android.redex.RedexOptions
Copy the current immutable object with elements that replace the content of redexExtraArgs.
withRedirectError(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting a present value for the optional redirectError attribute.
withRedirectError(Optional<? extends ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting an optional value for the redirectError attribute.
withRedirectErrorStream(boolean) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting a present value for the optional redirectErrorStream attribute.
withRedirectErrorStream(Optional<Boolean>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting an optional value for the redirectErrorStream attribute.
withRedirectInput(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting a present value for the optional redirectInput attribute.
withRedirectInput(Optional<? extends ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting an optional value for the redirectInput attribute.
withRedirectOutput(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting a present value for the optional redirectOutput attribute.
withRedirectOutput(Optional<? extends ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting an optional value for the redirectOutput attribute.
withReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the reexportAllHeaderDependencies attribute.
withReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the reexportAllHeaderDependencies attribute.
withReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the reexportAllHeaderDependencies attribute.
withReexportAllHeaderDependencies(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the reexportAllHeaderDependencies attribute.
withRelativeModulesDir(Path) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a present value for the optional relativeModulesDir attribute.
withRelativeModulesDir(Optional<? extends Path>) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting an optional value for the relativeModulesDir attribute.
withRelativeModulesDir(Path) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a present value for the optional relativeModulesDir attribute.
withRelativeModulesDir(Optional<? extends Path>) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting an optional value for the relativeModulesDir attribute.
withRelativeNativeLibsDir(Path) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a present value for the optional relativeNativeLibsDir attribute.
withRelativeNativeLibsDir(Optional<? extends Path>) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting an optional value for the relativeNativeLibsDir attribute.
withRelativeOutputPath(Path) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
Copy the current immutable object by setting a value for the relativeOutputPath attribute.
withRelativePath(Path) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting a value for the relativePath attribute.
withRelativePythonModulesDir(Path) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a present value for the optional relativePythonModulesDir attribute.
withRelativePythonModulesDir(Optional<? extends Path>) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting an optional value for the relativePythonModulesDir attribute.
withRelativePythonModulesDir(Path) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a present value for the optional relativePythonModulesDir attribute.
withRelativePythonModulesDir(Optional<? extends Path>) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting an optional value for the relativePythonModulesDir attribute.
withRelinkerWhitelist(Pattern...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of relinkerWhitelist.
withRelinkerWhitelist(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of relinkerWhitelist.
withReloff(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the reloff attribute.
withRemoteBuilds(DistBuildPostBuildAnalysis.AbstractBuildRuleStats...) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
Copy the current immutable object with elements that replace the content of remoteBuilds.
withRemoteBuilds(Iterable<? extends DistBuildPostBuildAnalysis.AbstractBuildRuleStats>) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
Copy the current immutable object with elements that replace the content of remoteBuilds.
withRemoteCoordinatorAddress(String) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the remoteCoordinatorAddress attribute.
withRemoteCoordinatorPort(int) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the remoteCoordinatorPort attribute.
withRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Pattern...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Pattern...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveClasses(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of removeClasses.
withRemoveEntryPredicate(Predicate<Object>) - Method in class com.facebook.buck.jvm.java.JarParameters
Copy the current immutable object by setting a value for the removeEntryPredicate attribute.
withRemoveUndefinedSymbols(boolean) - Method in class com.facebook.buck.cxx.toolchain.ElfSharedLibraryInterfaceParams
Copy the current immutable object by setting a value for the removeUndefinedSymbols attribute.
withRemovingUnusedLibrariesEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the removingUnusedLibrariesEnabled attribute.
withReorderClassesIntraDex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the reorderClassesIntraDex attribute.
withReportSubmitErrorMessage(String) - Method in class com.facebook.buck.doctor.DefectSubmitResult
Copy the current immutable object by setting a present value for the optional reportSubmitErrorMessage attribute.
withReportSubmitErrorMessage(Optional<String>) - Method in class com.facebook.buck.doctor.DefectSubmitResult
Copy the current immutable object by setting an optional value for the reportSubmitErrorMessage attribute.
withReportSubmitLocation(String) - Method in class com.facebook.buck.doctor.DefectSubmitResult
Copy the current immutable object by setting a present value for the optional reportSubmitLocation attribute.
withReportSubmitLocation(Optional<String>) - Method in class com.facebook.buck.doctor.DefectSubmitResult
Copy the current immutable object by setting an optional value for the reportSubmitLocation attribute.
withReportSubmitMessage(String) - Method in class com.facebook.buck.doctor.DefectSubmitResult
Copy the current immutable object by setting a present value for the optional reportSubmitMessage attribute.
withReportSubmitMessage(Optional<String>) - Method in class com.facebook.buck.doctor.DefectSubmitResult
Copy the current immutable object by setting an optional value for the reportSubmitMessage attribute.
withReportUrl(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting a present value for the optional reportUrl attribute.
withReportUrl(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting an optional value for the reportUrl attribute.
withRepository(String) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Copy the current immutable object by setting a present value for the optional repository attribute.
withRepository(Optional<String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Copy the current immutable object by setting an optional value for the repository attribute.
withRepository(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the repository attribute.
withRepresentativePlatform(AppleCxxPlatform) - Method in class com.facebook.buck.apple.MultiarchFileInfo
Copy the current immutable object by setting a value for the representativePlatform attribute.
withRequestedRuleKey(RuleKey) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting a value for the requestedRuleKey attribute.
withRequestProtocol(DoctorProtocolVersion) - Method in class com.facebook.buck.doctor.DefectSubmitResult
Copy the current immutable object by setting a value for the requestProtocol attribute.
withRequestSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting a present value for the optional requestSizeBytes attribute.
withRequestSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting an optional value for the requestSizeBytes attribute.
withRequestSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.StoreResult
Copy the current immutable object by setting a present value for the optional requestSizeBytes attribute.
withRequestSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.StoreResult
Copy the current immutable object by setting an optional value for the requestSizeBytes attribute.
withRequestSizeBytes(long) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Copy the current immutable object by setting a present value for the optional requestSizeBytes attribute.
withRequestSizeBytes(Optional<Long>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Copy the current immutable object by setting an optional value for the requestSizeBytes attribute.
withRequestSuccessful(boolean) - Method in class com.facebook.buck.doctor.config.DoctorJsonResponse
Copy the current immutable object by setting a value for the requestSuccessful attribute.
withRequestTimestampMillis(long) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
Copy the current immutable object by setting a value for the requestTimestampMillis attribute.
withRequiredBuildTargets(BuildTarget...) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Copy the current immutable object with elements that replace the content of requiredBuildTargets.
withRequiredBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Copy the current immutable object with elements that replace the content of requiredBuildTargets.
withRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a value for the requiredForSourceAbi attribute.
withRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a value for the requiredForSourceAbi attribute.
withRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Copy the current immutable object by setting a value for the requiredForSourceAbi attribute.
withRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a value for the requiredForSourceAbi attribute.
withRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a value for the requiredForSourceAbi attribute.
withRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a value for the requiredForSourceAbi attribute.
withRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a value for the requiredForSourceAbi attribute.
withRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a value for the requiredForSourceAbi attribute.
withRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object by setting a value for the requiredForSourceAbi attribute.
withRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a value for the requiredForSourceAbi attribute.
withRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a value for the requiredForSourceAbi attribute.
withRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a value for the requiredForSourceAbi attribute.
withRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a value for the requiredForSourceAbi attribute.
withRes(Either<SourcePath, ImmutableSortedMap<String, SourcePath>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting a present value for the optional res attribute.
withRes(Optional<? extends Either<SourcePath, ImmutableSortedMap<String, SourcePath>>>) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting an optional value for the res attribute.
withReserved(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a present value for the optional reserved attribute.
withReserved(Optional<? extends UnsignedInteger>) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting an optional value for the reserved attribute.
withReserved1(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the reserved1 attribute.
withReserved2(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the reserved2 attribute.
withReserved3(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a present value for the optional reserved3 attribute.
withReserved3(Optional<? extends UnsignedInteger>) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting an optional value for the reserved3 attribute.
withResolvedQuery(BuildTarget...) - Method in class com.facebook.buck.rules.query.Query
Copy the current immutable object with elements that replace the content of resolvedQuery.
withResolvedQuery(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rules.query.Query
Copy the current immutable object with elements that replace the content of resolvedQuery.
withResolver(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the resolver attribute.
withResolver(BuildRuleResolver) - Method in class com.facebook.buck.rules.ActionGraphAndResolver
Copy the current immutable object by setting a value for the resolver attribute.
withResourceAwareSchedulingEnabled(boolean) - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
Copy the current immutable object by setting a value for the resourceAwareSchedulingEnabled attribute.
withResourceCompression(ResourcesFilter.ResourceCompressionMode) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the resourceCompression attribute.
withResourceDetails(AndroidPackageableCollection.ResourceDetails) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection
Copy the current immutable object by setting a value for the resourceDetails attribute.
withResourceDirectories(SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of resourceDirectories.
withResourceDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of resourceDirectories.
withResourceDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of resourceDirs.
withResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of resourceDirs.
withResourceFilePath(Path) - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
Copy the current immutable object by setting a value for the resourceFilePath attribute.
withResourceFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of resourceFiles.
withResourceFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of resourceFiles.
withResourceFilter(String...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of resourceFilter.
withResourceFilter(Iterable<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of resourceFilter.
withResourcePaths(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Copy the current immutable object with elements that replace the content of resourcePaths.
withResourcePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjModuleAndroidFacet
Copy the current immutable object with elements that replace the content of resourcePaths.
withResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Path...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends Path>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Copy the current immutable object by replacing the resources map with the specified map.
withResources(SourcePath...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.jvm.java.ResourcesParameters
Copy the current immutable object by setting a value for the resources attribute.
withResources(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(SourceList) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object by setting a value for the resources attribute.
withResources(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.python.PythonPackageComponents
Copy the current immutable object by replacing the resources map with the specified map.
withResources(SourceList) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a value for the resources attribute.
withResources(SourcePath...) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Path...) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(Iterable<? extends Path>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object with elements that replace the content of resources.
withResources(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
Copy the current immutable object by setting a value for the resources attribute.
withResourcesFromDeps(BuildTarget...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Copy the current immutable object with elements that replace the content of resourcesFromDeps.
withResourcesFromDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Copy the current immutable object with elements that replace the content of resourcesFromDeps.
withResourcesInfo(ExopackageInfo.ResourcesInfo) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
Copy the current immutable object by setting a present value for the optional resourcesInfo attribute.
withResourcesInfo(Optional<? extends ExopackageInfo.ResourcesInfo>) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo
Copy the current immutable object by setting an optional value for the resourcesInfo attribute.
withResourcesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the resourcesPath attribute.
withResourcesPaths(SourcePath...) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo
Copy the current immutable object with elements that replace the content of resourcesPaths.
withResourcesPaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.exopackage.ExopackageInfo.ResourcesInfo
Copy the current immutable object with elements that replace the content of resourcesPaths.
withResourcesRoot(Path) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional resourcesRoot attribute.
withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the resourcesRoot attribute.
withResourcesRoot(Path) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional resourcesRoot attribute.
withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the resourcesRoot attribute.
withResourcesRoot(Path) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional resourcesRoot attribute.
withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the resourcesRoot attribute.
withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional resourcesRoot attribute.
withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the resourcesRoot attribute.
withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional resourcesRoot attribute.
withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the resourcesRoot attribute.
withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional resourcesRoot attribute.
withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the resourcesRoot attribute.
withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional resourcesRoot attribute.
withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the resourcesRoot attribute.
withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.java.ResourcesParameters
Copy the current immutable object by setting a present value for the optional resourcesRoot attribute.
withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.ResourcesParameters
Copy the current immutable object by setting an optional value for the resourcesRoot attribute.
withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional resourcesRoot attribute.
withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the resourcesRoot attribute.
withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional resourcesRoot attribute.
withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the resourcesRoot attribute.
withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional resourcesRoot attribute.
withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the resourcesRoot attribute.
withResourcesRoot(Path) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional resourcesRoot attribute.
withResourcesRoot(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the resourcesRoot attribute.
withResourcesWithEmptyResButNonEmptyAssetsDir(BuildTarget...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of resourcesWithEmptyResButNonEmptyAssetsDir.
withResourcesWithEmptyResButNonEmptyAssetsDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of resourcesWithEmptyResButNonEmptyAssetsDir.
withResourcesWithNonEmptyResDir(BuildTarget...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of resourcesWithNonEmptyResDir.
withResourcesWithNonEmptyResDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of resourcesWithNonEmptyResDir.
withResourceUnion(boolean) - Method in class com.facebook.buck.android.AndroidResourceDescriptionArg
Copy the current immutable object by setting a value for the resourceUnion attribute.
withResourceUnionPackage(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional resourceUnionPackage attribute.
withResourceUnionPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the resourceUnionPackage attribute.
withResourceUnionPackage(String) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional resourceUnionPackage attribute.
withResourceUnionPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the resourceUnionPackage attribute.
withResourceUnionPackage(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional resourceUnionPackage attribute.
withResourceUnionPackage(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the resourceUnionPackage attribute.
withResourceVariantFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of resourceVariantFiles.
withResourceVariantFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of resourceVariantFiles.
withResPaths(Path...) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
Copy the current immutable object with elements that replace the content of resPaths.
withResPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
Copy the current immutable object with elements that replace the content of resPaths.
withResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Copy the current immutable object by setting a value for the responseSizeBytes attribute.
withResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.FetchResult
Copy the current immutable object by setting a present value for the optional responseSizeBytes attribute.
withResponseSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.FetchResult
Copy the current immutable object by setting an optional value for the responseSizeBytes attribute.
withResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting a present value for the optional responseSizeBytes attribute.
withResponseSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting an optional value for the responseSizeBytes attribute.
withResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Copy the current immutable object by setting a value for the responseSizeBytes attribute.
withResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object by setting a value for the responseSizeBytes attribute.
withResponseSizeBytes(long) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Copy the current immutable object by setting a present value for the optional responseSizeBytes attribute.
withResponseSizeBytes(Optional<Long>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Copy the current immutable object by setting an optional value for the responseSizeBytes attribute.
withResult(ListenableFuture<BuildResult>) - Method in class com.facebook.buck.rules.BuildEngineResult
Copy the current immutable object by setting a value for the result attribute.
withResults(FetchResult...) - Method in class com.facebook.buck.artifact_cache.MultiFetchResult
Copy the current immutable object with elements that replace the content of results.
withResults(Iterable<? extends FetchResult>) - Method in class com.facebook.buck.artifact_cache.MultiFetchResult
Copy the current immutable object with elements that replace the content of results.
withResults(Map<? extends BuildRule, ? extends Optional<BuildResult>>) - Method in class com.facebook.buck.command.BuildExecutionResult
Copy the current immutable object by replacing the results map with the specified map.
withRevisionIdOffTracked(String) - Method in class com.facebook.buck.doctor.config.SourceControlInfo
Copy the current immutable object by setting a present value for the optional revisionIdOffTracked attribute.
withRevisionIdOffTracked(Optional<String>) - Method in class com.facebook.buck.doctor.config.SourceControlInfo
Copy the current immutable object by setting an optional value for the revisionIdOffTracked attribute.
withRevisionTimestampOffTracked(long) - Method in class com.facebook.buck.doctor.config.SourceControlInfo
Copy the current immutable object by setting a present value for the optional revisionTimestampOffTracked attribute.
withRevisionTimestampOffTracked(Optional<Long>) - Method in class com.facebook.buck.doctor.config.SourceControlInfo
Copy the current immutable object by setting an optional value for the revisionTimestampOffTracked attribute.
withRlib(SourcePath) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescriptionArg
Copy the current immutable object by setting a value for the rlib attribute.
withRobolectricLogPath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a present value for the optional robolectricLogPath attribute.
withRobolectricLogPath(Optional<? extends Path>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting an optional value for the robolectricLogPath attribute.
withRobolectricManifest(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional robolectricManifest attribute.
withRobolectricManifest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the robolectricManifest attribute.
withRobolectricRuntimeDependency(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional robolectricRuntimeDependency attribute.
withRobolectricRuntimeDependency(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the robolectricRuntimeDependency attribute.
withRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxHeadersDir
Copy the current immutable object by setting a value for the root attribute.
withRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Copy the current immutable object by setting a value for the root attribute.
withRoots(Map<? extends BuildTarget, ? extends OmnibusRoot>) - Method in class com.facebook.buck.cxx.OmnibusLibraries
Copy the current immutable object by replacing the roots map with the specified map.
withRotateLog(boolean) - Method in class com.facebook.buck.log.LogConfigSetup
Copy the current immutable object by setting a value for the rotateLog attribute.
withRpath(boolean) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object by setting a value for the rpath attribute.
withRpath(boolean) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object by setting a value for the rpath attribute.
withRuleFinder(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the ruleFinder attribute.
withRuleFinder(SourcePathRuleFinder) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the ruleFinder attribute.
withRuleFinder(SourcePathRuleFinder) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the ruleFinder attribute.
withRuleFlags(Arg...) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Copy the current immutable object with elements that replace the content of ruleFlags.
withRuleFlags(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Copy the current immutable object with elements that replace the content of ruleFlags.
withRuleFlags(Arg...) - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
Copy the current immutable object with elements that replace the content of ruleFlags.
withRuleFlags(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
Copy the current immutable object with elements that replace the content of ruleFlags.
withRuleIsRequiredForSourceAbi(boolean) - Method in class com.facebook.buck.jvm.java.CompilerParameters
Copy the current immutable object by setting a value for the ruleIsRequiredForSourceAbi attribute.
withRuleKey(String) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
Copy the current immutable object by setting a value for the ruleKey attribute.
withRuleKey(String) - Method in class com.facebook.buck.cli.ShowOptions
Copy the current immutable object by setting a present value for the optional ruleKey attribute.
withRuleKey(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions
Copy the current immutable object by setting an optional value for the ruleKey attribute.
withRuleKey(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
Copy the current immutable object by setting a value for the ruleKey attribute.
withRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys
Copy the current immutable object by setting a value for the ruleKey attribute.
withRuleKey(RuleKey) - Method in class com.facebook.buck.rules.keys.RuleKeyAndInputs
Copy the current immutable object by setting a value for the ruleKey attribute.
withRuleKeyDiagGraphFile(Path) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting a present value for the optional ruleKeyDiagGraphFile attribute.
withRuleKeyDiagGraphFile(Optional<? extends Path>) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting an optional value for the ruleKeyDiagGraphFile attribute.
withRuleKeyDiagKeysFile(Path) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting a present value for the optional ruleKeyDiagKeysFile attribute.
withRuleKeyDiagKeysFile(Optional<? extends Path>) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting an optional value for the ruleKeyDiagKeysFile attribute.
withRuleKeyDiagnosticsMode(RuleKeyDiagnosticsMode) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the ruleKeyDiagnosticsMode attribute.
withRuleKeyLoggerLogFile(Path) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting a present value for the optional ruleKeyLoggerLogFile attribute.
withRuleKeyLoggerLogFile(Optional<? extends Path>) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting an optional value for the ruleKeyLoggerLogFile attribute.
withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeyServerLog(RuleKeyLogEntry) - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
Copy the current immutable object by setting a present value for the optional ruleKeyServerLog attribute.
withRuleKeyServerLog(Optional<? extends RuleKeyLogEntry>) - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
Copy the current immutable object by setting an optional value for the ruleKeyServerLog attribute.
withRulekeyTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
Copy the current immutable object by setting a value for the rulekeyTimeMs attribute.
withRuleKeyType(RuleKeyType) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
Copy the current immutable object by setting a value for the ruleKeyType attribute.
withRuleName(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
Copy the current immutable object by setting a present value for the optional ruleName attribute.
withRuleName(Optional<String>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
Copy the current immutable object by setting an optional value for the ruleName attribute.
withRuleName(String) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
Copy the current immutable object by setting a value for the ruleName attribute.
withRuleResolver(BuildRuleResolver) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the ruleResolver attribute.
withRuleResolver(BuildRuleResolver) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the ruleResolver attribute.
withRules(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Copy the current immutable object with elements that replace the content of rules.
withRules(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Copy the current immutable object with elements that replace the content of rules.
withRules(BuildRule...) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Copy the current immutable object with elements that replace the content of rules.
withRules(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Copy the current immutable object with elements that replace the content of rules.
withRuleType(String) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
Copy the current immutable object by setting a present value for the optional ruleType attribute.
withRuleType(Optional<String>) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
Copy the current immutable object by setting an optional value for the ruleType attribute.
withRuleType(String) - Method in class com.facebook.buck.distributed.PerRuleCumulativeStats
Copy the current immutable object by setting a value for the ruleType attribute.
withRunAllTests(boolean) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a value for the runAllTests attribute.
withRunId(String) - Method in class com.facebook.buck.event.listener.RunIdStreamPair
Copy the current immutable object by setting a value for the runId attribute.
withRunTestSeparately(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a value for the runTestSeparately attribute.
withRunTestSeparately(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the runTestSeparately attribute.
withRunTestSeparately(boolean) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a present value for the optional runTestSeparately attribute.
withRunTestSeparately(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting an optional value for the runTestSeparately attribute.
withRunTestSeparately(boolean) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object by setting a value for the runTestSeparately attribute.
withRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a value for the runTestSeparately attribute.
withRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a value for the runTestSeparately attribute.
withRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a value for the runTestSeparately attribute.
withRunTestSeparately(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a value for the runTestSeparately attribute.
withRunTestSeparately(boolean) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object by setting a value for the runTestSeparately attribute.
withRuntimeLdflags(Multimap<? extends Linker.LinkableDepType, ? extends String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by replacing the runtimeLdflags map with the specified map.
withRustcFlags(String...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of rustcFlags.
withRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of rustcFlags.
withRustcFlags(String...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of rustcFlags.
withRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of rustcFlags.
withRustcFlags(String...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of rustcFlags.
withRustcFlags(Iterable<String>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of rustcFlags.
withSafeAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object with elements that replace the content of safeAnnotationProcessors.
withSafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object with elements that replace the content of safeAnnotationProcessors.
withSampleRate(float) - Method in class com.facebook.buck.util.SampleRate
Copy the current immutable object by setting a value for the sampleRate attribute.
withSandboxTree(SymlinkTree) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a present value for the optional sandboxTree attribute.
withSandboxTree(Optional<? extends SymlinkTree>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting an optional value for the sandboxTree attribute.
withScheduledExecutor(ScheduledExecutorService) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the scheduledExecutor attribute.
withScheduleType(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the scheduleType attribute.
withScope(IjDependencyListBuilder.Scope) - Method in class com.facebook.buck.ide.intellij.DependencyEntryData
Copy the current immutable object by setting a value for the scope attribute.
withSdkEnvironment(SdkEnvironment) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the sdkEnvironment attribute.
withSdkPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths
Copy the current immutable object by setting a value for the sdkPath attribute.
withSecondaryDexHeadClassesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional secondaryDexHeadClassesFile attribute.
withSecondaryDexHeadClassesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the secondaryDexHeadClassesFile attribute.
withSecondaryDexTailClassesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional secondaryDexTailClassesFile attribute.
withSecondaryDexTailClassesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the secondaryDexTailClassesFile attribute.
withSection(String) - Method in class com.facebook.buck.cli.ConfigValue
Copy the current immutable object by setting a value for the section attribute.
withSection(ElfSection) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionLookupResult
Copy the current immutable object by setting a value for the section attribute.
withSectname(String) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the sectname attribute.
withSegname(String) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the segname attribute.
withSegname(String) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the segname attribute.
withSelectedVersions(ImmutableMap<BuildTarget, Version>) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object by setting a present value for the optional selectedVersions attribute.
withSelectedVersions(Optional<? extends ImmutableMap<BuildTarget, Version>>) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object by setting an optional value for the selectedVersions attribute.
withSequenceNumber(int) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object by setting a value for the sequenceNumber attribute.
withServer(URI) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Copy the current immutable object by setting a value for the server attribute.
withServer(URI) - Method in class com.facebook.buck.slb.PerServerData
Copy the current immutable object by setting a value for the server attribute.
withServer(URI) - Method in class com.facebook.buck.slb.PerServerPingData
Copy the current immutable object by setting a value for the server attribute.
withServerPool(URI...) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object with elements that replace the content of serverPool.
withServerPool(Iterable<? extends URI>) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object with elements that replace the content of serverPool.
withServerUnhealthy(boolean) - Method in class com.facebook.buck.slb.PerServerData
Copy the current immutable object by setting a value for the serverUnhealthy attribute.
withService(HttpService) - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
Copy the current immutable object by setting a value for the service attribute.
withSetBuckVersionDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional setBuckVersionDurationMs attribute.
withSetBuckVersionDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the setBuckVersionDurationMs attribute.
withSha1(String) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
Copy the current immutable object by setting a value for the sha1 attribute.
withSharedLib(SourcePath) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional sharedLib attribute.
withSharedLib(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the sharedLib attribute.
withSharedLib(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional sharedLib attribute.
withSharedLib(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the sharedLib attribute.
withSharedLibraryExtension(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the sharedLibraryExtension attribute.
withSharedLibraryInterfaceParams(SharedLibraryInterfaceParams) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a present value for the optional sharedLibraryInterfaceParams attribute.
withSharedLibraryInterfaceParams(Optional<? extends SharedLibraryInterfaceParams>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting an optional value for the sharedLibraryInterfaceParams attribute.
withSharedLibraryVersionedExtensionFormat(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the sharedLibraryVersionedExtensionFormat attribute.
withSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object by replacing the sharedLibs map with the specified map.
withSharedLibs(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object by replacing the sharedLibs map with the specified map.
withSharedLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of sharedLink.
withSharedLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of sharedLink.
withSharedObjectTargets(ImmutableSortedMap<String, ImmutableSortedSet<String>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional sharedObjectTargets attribute.
withSharedObjectTargets(Optional<? extends ImmutableSortedMap<String, ImmutableSortedSet<String>>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Copy the current immutable object by setting an optional value for the sharedObjectTargets attribute.
withSharedObjectTargets(ImmutableSortedMap<String, ImmutableSortedSet<String>>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
Copy the current immutable object by setting a value for the sharedObjectTargets attribute.
withShouldCacheBinaries(boolean) - Method in class com.facebook.buck.lua.LuaPlatform
Copy the current immutable object by setting a value for the shouldCacheBinaries attribute.
withShouldCacheLinks(boolean) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a value for the shouldCacheLinks attribute.
withShouldExplainTestSelectorList(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the shouldExplainTestSelectorList attribute.
withShouldExplainTestSelectorList(boolean) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a value for the shouldExplainTestSelectorList attribute.
withShouldGenerateAbiJar(boolean) - Method in class com.facebook.buck.jvm.java.CompilerParameters
Copy the current immutable object by setting a value for the shouldGenerateAbiJar attribute.
withShouldReportAbsolutePaths(boolean) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the shouldReportAbsolutePaths attribute.
withShouldTrackClassUsage(boolean) - Method in class com.facebook.buck.jvm.java.CompilerParameters
Copy the current immutable object by setting a value for the shouldTrackClassUsage attribute.
withShouldUsedOldBinaryOutputLocation(boolean) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting a present value for the optional shouldUsedOldBinaryOutputLocation attribute.
withShouldUsedOldBinaryOutputLocation(Optional<Boolean>) - Method in class com.facebook.buck.haskell.HaskellPlatform
Copy the current immutable object by setting an optional value for the shouldUsedOldBinaryOutputLocation attribute.
withShufflingTests(boolean) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a value for the shufflingTests attribute.
withSimulatorState(AppleSimulatorState) - Method in class com.facebook.buck.apple.simulator.AppleSimulator
Copy the current immutable object by setting a value for the simulatorState attribute.
withSize(long) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
 
withSize(long) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry
 
withSize(long) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting a value for the size attribute.
withSize(UnsignedInteger) - Method in class com.facebook.buck.macho.FatArch
Copy the current immutable object by setting a value for the size attribute.
withSize(UnsignedLong) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the size attribute.
withSizeofcmds(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a value for the sizeofcmds attribute.
withSkeleton(SourcePath) - Method in class com.facebook.buck.android.AndroidManifestDescriptionArg
Copy the current immutable object by setting a value for the skeleton attribute.
withSkipBuildEnabled(boolean) - Method in class com.facebook.buck.ide.intellij.model.IjProjectConfig
Copy the current immutable object by setting a value for the skipBuildEnabled attribute.
withSkipCrunchPngs(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the skipCrunchPngs attribute.
withSkipProguard(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the skipProguard attribute.
withSlaveRunId(String) - Method in class com.facebook.buck.distributed.BuildRuleStats
Copy the current immutable object by setting a value for the slaveRunId attribute.
withSlaveStatuses(BuildSlaveStatus...) - Method in class com.facebook.buck.distributed.DistBuildStatus
Copy the current immutable object with elements that replace the content of slaveStatuses.
withSlaveStatuses(Iterable<? extends BuildSlaveStatus>) - Method in class com.facebook.buck.distributed.DistBuildStatus
Copy the current immutable object with elements that replace the content of slaveStatuses.
withSnapshotReferenceImagesPath(Either<SourcePath, String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional snapshotReferenceImagesPath attribute.
withSnapshotReferenceImagesPath(Optional<? extends Either<SourcePath, String>>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the snapshotReferenceImagesPath attribute.
withSoName(String) - Method in class com.facebook.buck.android.AndroidLinkableMetadata
Copy the current immutable object by setting a value for the soName attribute.
withSoname(String) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
Copy the current immutable object by setting a present value for the optional soname attribute.
withSoname(Optional<String>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
Copy the current immutable object by setting an optional value for the soname attribute.
withSoname(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional soname attribute.
withSoname(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the soname attribute.
withSoname(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional soname attribute.
withSoname(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the soname attribute.
withSoname(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional soname attribute.
withSoname(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the soname attribute.
withSoname(String) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional soname attribute.
withSoname(Optional<String>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the soname attribute.
withSoname(String) - Method in class com.facebook.buck.cxx.OmnibusLibrary
Copy the current immutable object by setting a value for the soname attribute.
withSoname(String) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional soname attribute.
withSoname(Optional<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the soname attribute.
withSoname(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional soname attribute.
withSoname(Optional<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the soname attribute.
withSonameMapping(ImmutableSortedMap<String, String>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
Copy the current immutable object by setting a value for the sonameMapping attribute.
withSonameMergeMap(ImmutableSortedMap<String, String>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional sonameMergeMap attribute.
withSonameMergeMap(Optional<? extends ImmutableSortedMap<String, String>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Copy the current immutable object by setting an optional value for the sonameMergeMap attribute.
withSortOrder(IjDependencyListBuilder.SortOrder) - Method in class com.facebook.buck.ide.intellij.DependencyEntry
Copy the current immutable object by setting a value for the sortOrder attribute.
withSource(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional source attribute.
withSource(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the source attribute.
withSource(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional source attribute.
withSource(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the source attribute.
withSource(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional source attribute.
withSource(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the source attribute.
withSource(String) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
Copy the current immutable object by setting a value for the source attribute.
withSource(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional source attribute.
withSource(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the source attribute.
withSource(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional source attribute.
withSource(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the source attribute.
withSource(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional source attribute.
withSource(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the source attribute.
withSource(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional source attribute.
withSource(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the source attribute.
withSource(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional source attribute.
withSource(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the source attribute.
withSource(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional source attribute.
withSource(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the source attribute.
withSource(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional source attribute.
withSource(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the source attribute.
withSource(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional source attribute.
withSource(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the source attribute.
withSource(SourcePath) - Method in class com.facebook.buck.rules.coercer.OcamlSource
Copy the current immutable object by setting a value for the source attribute.
withSource(String) - Method in class com.facebook.buck.rules.SystemToolProvider
Copy the current immutable object by setting a present value for the optional source attribute.
withSource(Optional<String>) - Method in class com.facebook.buck.rules.SystemToolProvider
Copy the current immutable object by setting an optional value for the source attribute.
withSourceAbiPath(Path) - Method in class com.facebook.buck.jvm.java.DiffAbisStep
Copy the current immutable object by setting a value for the sourceAbiPath attribute.
withSourceControlInfo(SourceControlInfo) - Method in class com.facebook.buck.doctor.DefectReport
Copy the current immutable object by setting a present value for the optional sourceControlInfo attribute.
withSourceControlInfo(Optional<? extends SourceControlInfo>) - Method in class com.facebook.buck.doctor.DefectReport
Copy the current immutable object by setting an optional value for the sourceControlInfo attribute.
withSourceFilePaths(ImmutableSortedSet<Path>) - Method in class com.facebook.buck.jvm.java.CompilerParameters
Copy the current immutable object by setting a value for the sourceFilePaths attribute.
withSourceFlags(String...) - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
Copy the current immutable object with elements that replace the content of sourceFlags.
withSourceFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
Copy the current immutable object with elements that replace the content of sourceFlags.
withSourceGroup(List<GroupedSource>) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting a present value for the optional sourceGroup attribute.
withSourceGroup(Optional<? extends List<GroupedSource>>) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting an optional value for the sourceGroup attribute.
withSourceGroupName(String) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting a present value for the optional sourceGroupName attribute.
withSourceGroupName(Optional<String>) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting an optional value for the sourceGroupName attribute.
withSourceGroupPathRelativeToTarget(Path) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting a present value for the optional sourceGroupPathRelativeToTarget attribute.
withSourceGroupPathRelativeToTarget(Optional<? extends Path>) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting an optional value for the sourceGroupPathRelativeToTarget attribute.
withSourceJar(SourcePath) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Copy the current immutable object by setting a present value for the optional sourceJar attribute.
withSourceJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescriptionArg
Copy the current immutable object by setting an optional value for the sourceJar attribute.
withSourceJar(SourcePath) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object by setting a present value for the optional sourceJar attribute.
withSourceJar(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescriptionArg
Copy the current immutable object by setting an optional value for the sourceJar attribute.
withSourceJars(Path...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
Copy the current immutable object with elements that replace the content of sourceJars.
withSourceJars(Iterable<? extends Path>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
Copy the current immutable object with elements that replace the content of sourceJars.
withSourceLevel(String) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the sourceLevel attribute.
withSourcePath(SourcePath) - Method in class com.facebook.buck.android.StrippedObjectDescription
Copy the current immutable object by setting a value for the sourcePath attribute.
withSourcePath(SourcePath) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting a present value for the optional sourcePath attribute.
withSourcePath(Optional<? extends SourcePath>) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting an optional value for the sourcePath attribute.
withSourcePath(Path) - Method in class com.facebook.buck.apple.project_generator.CopyInXcode
Copy the current immutable object by setting a value for the sourcePath attribute.
withSourcePath(SourcePath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
Copy the current immutable object by setting a present value for the optional sourcePath attribute.
withSourcePath(Optional<? extends SourcePath>) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
Copy the current immutable object by setting an optional value for the sourcePath attribute.
withSourcePath(SourcePath) - Method in class com.facebook.buck.rules.SourceWithFlags
Copy the current immutable object by setting a value for the sourcePath attribute.
withSourcePathArg(SourcePathArg) - Static method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
withSourcePathResolver(SourcePathResolver) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the sourcePathResolver attribute.
withSourcePathResolver(SourcePathResolver) - Method in class com.facebook.buck.rules.BuildContext
Copy the current immutable object by setting a value for the sourcePathResolver attribute.
withSourcePaths(SourcePath...) - Method in class com.facebook.buck.cxx.FrameworkDependencies
Copy the current immutable object with elements that replace the content of sourcePaths.
withSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.FrameworkDependencies
Copy the current immutable object with elements that replace the content of sourcePaths.
withSourcePathToAaptGeneratedProguardConfigFile(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a value for the sourcePathToAaptGeneratedProguardConfigFile attribute.
withSources(SourcePath...) - Method in class com.facebook.buck.d.DIncludes
Copy the current immutable object with elements that replace the content of sources.
withSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DIncludes
Copy the current immutable object with elements that replace the content of sources.
withSourceToBootclasspath(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by replacing the sourceToBootclasspath map with the specified map.
withSourceTreePath(SourceTreePath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
Copy the current immutable object by setting a present value for the optional sourceTreePath attribute.
withSourceTreePath(Optional<? extends SourceTreePath>) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
Copy the current immutable object by setting an optional value for the sourceTreePath attribute.
withSourceType(AbstractCopyInXcode.SourceType) - Method in class com.facebook.buck.apple.project_generator.CopyInXcode
Copy the current immutable object by setting a value for the sourceType attribute.
withSourceType(AbstractCxxSource.Type) - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
Copy the current immutable object by setting a value for the sourceType attribute.
withSourceWithFlags(SourceWithFlags) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting a present value for the optional sourceWithFlags attribute.
withSourceWithFlags(Optional<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting an optional value for the sourceWithFlags attribute.
withSparseRefreshTimeMs(Long) - Method in class com.facebook.buck.log.PerfTimesStats
Copy the current immutable object by setting a value for the sparseRefreshTimeMs attribute.
withSpoolMode(AbstractJavacOptions.SpoolMode) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the spoolMode attribute.
withSQLiteCacheEntries(SQLiteCacheEntry...) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
Copy the current immutable object with elements that replace the content of sQLiteCacheEntries.
withSQLiteCacheEntries(Iterable<? extends SQLiteCacheEntry>) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEntries
Copy the current immutable object with elements that replace the content of sQLiteCacheEntries.
withSrc(SourcePath) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescriptionArg
Copy the current immutable object by setting a value for the src attribute.
withSrc(SourcePath) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
Copy the current immutable object by setting a present value for the optional src attribute.
withSrc(Optional<? extends SourcePath>) - Method in class com.facebook.buck.shell.ExportFileDescriptionArg
Copy the current immutable object by setting an optional value for the src attribute.
withSrcs(SourcePath...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.NdkLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.XcodeScriptDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourceList) - Method in class com.facebook.buck.d.DBinaryDescriptionArg
Copy the current immutable object by setting a value for the srcs attribute.
withSrcs(SourceList) - Method in class com.facebook.buck.d.DLibraryDescriptionArg
Copy the current immutable object by setting a value for the srcs attribute.
withSrcs(SourceList) - Method in class com.facebook.buck.d.DTestDescriptionArg
Copy the current immutable object by setting a value for the srcs attribute.
withSrcs(SourcePath...) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourceList) - Method in class com.facebook.buck.haskell.HaskellBinaryDescriptionArg
Copy the current immutable object by setting a value for the srcs attribute.
withSrcs(SourceList) - Method in class com.facebook.buck.haskell.HaskellGhciDescriptionArg
Copy the current immutable object by setting a value for the srcs attribute.
withSrcs(SourceList) - Method in class com.facebook.buck.haskell.HaskellLibraryDescriptionArg
Copy the current immutable object by setting a value for the srcs attribute.
withSrcs(SourcePath...) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Either<SourcePath, Pair<SourcePath, String>>...) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends Either<SourcePath, Pair<SourcePath, String>>>) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.js.ReactNativeLibraryArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourceList) - Method in class com.facebook.buck.lua.LuaLibraryDescriptionArg
Copy the current immutable object by setting a value for the srcs attribute.
withSrcs(OcamlSource...) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends OcamlSource>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(OcamlSource...) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends OcamlSource>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourceWithFlags...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourceWithFlags>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourceList) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object by setting a value for the srcs attribute.
withSrcs(SourceList) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a value for the srcs attribute.
withSrcs(SourcePath...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rust.RustTestDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(SourcePath...) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.zip.rules.ZipFileDescriptionArg
Copy the current immutable object with elements that replace the content of srcs.
withSrcTarget(BuildTarget) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object by setting a present value for the optional srcTarget attribute.
withSrcTarget(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object by setting an optional value for the srcTarget attribute.
withStackTrace(BuildFileParseExceptionStackTraceEntry...) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Copy the current immutable object with elements that replace the content of stackTrace.
withStackTrace(Iterable<? extends BuildFileParseExceptionStackTraceEntry>) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Copy the current immutable object with elements that replace the content of stackTrace.
withStampedeId(String) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a value for the stampedeId attribute.
withStampedeId(StampedeId) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the stampedeId attribute.
withStart(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.EventPair
Copy the current immutable object by setting a present value for the optional start attribute.
withStart(Optional<? extends BuckEventExternalInterface>) - Method in class com.facebook.buck.event.listener.EventPair
Copy the current immutable object by setting an optional value for the start attribute.
withStarter(SourcePath) - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
Copy the current immutable object by setting a value for the starter attribute.
withStarterType(LuaBinaryDescription.StarterType) - Method in class com.facebook.buck.lua.LuaPlatform
Copy the current immutable object by setting a present value for the optional starterType attribute.
withStarterType(Optional<? extends LuaBinaryDescription.StarterType>) - Method in class com.facebook.buck.lua.LuaPlatform
Copy the current immutable object by setting an optional value for the starterType attribute.
withStartIndex(int) - Method in class com.facebook.buck.model.macros.MacroMatchResult
Copy the current immutable object by setting a value for the startIndex attribute.
withStartupCommand(String...) - Method in class com.facebook.buck.worker.WorkerProcessParams
Copy the current immutable object with elements that replace the content of startupCommand.
withStartupCommand(Iterable<String>) - Method in class com.facebook.buck.worker.WorkerProcessParams
Copy the current immutable object with elements that replace the content of startupCommand.
withStartupEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.worker.WorkerProcessParams
Copy the current immutable object by replacing the startupEnvironment map with the specified map.
withState(DistBuildState) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the state attribute.
withStaticLib(SourcePath) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional staticLib attribute.
withStaticLib(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the staticLib attribute.
withStaticLib(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional staticLib attribute.
withStaticLib(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the staticLib attribute.
withStaticLibraryExtension(String) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the staticLibraryExtension attribute.
withStaticLibs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of staticLibs.
withStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of staticLibs.
withStaticLibs(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of staticLibs.
withStaticLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of staticLibs.
withStaticLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of staticLink.
withStaticLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of staticLink.
withStaticPicLib(SourcePath) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional staticPicLib attribute.
withStaticPicLib(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the staticPicLib attribute.
withStaticPicLib(SourcePath) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional staticPicLib attribute.
withStaticPicLib(Optional<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the staticPicLib attribute.
withStaticPicLibs(SourcePath...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of staticPicLibs.
withStaticPicLibs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of staticPicLibs.
withStaticPicLink(String...) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of staticPicLink.
withStaticPicLink(Iterable<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object with elements that replace the content of staticPicLink.
withStatus(String) - Method in class com.facebook.buck.distributed.DistBuildStatus
Copy the current immutable object by setting a value for the status attribute.
withStatus(AbstractDoctorSuggestion.StepStatus) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
Copy the current immutable object by setting a value for the status attribute.
withStdErr(PrintStream) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the stdErr attribute.
withStderr(String) - Method in class com.facebook.buck.step.StepExecutionResult
Copy the current immutable object by setting a present value for the optional stderr attribute.
withStderr(Optional<String>) - Method in class com.facebook.buck.step.StepExecutionResult
Copy the current immutable object by setting an optional value for the stderr attribute.
withStderr(String) - Method in class com.facebook.buck.worker.WorkerJobResult
Copy the current immutable object by setting a present value for the optional stderr attribute.
withStderr(Optional<String>) - Method in class com.facebook.buck.worker.WorkerJobResult
Copy the current immutable object by setting an optional value for the stderr attribute.
withStdErrLogLevel(Level) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional stdErrLogLevel attribute.
withStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the stdErrLogLevel attribute.
withStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional stdErrLogLevel attribute.
withStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the stdErrLogLevel attribute.
withStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional stdErrLogLevel attribute.
withStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the stdErrLogLevel attribute.
withStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a present value for the optional stdErrLogLevel attribute.
withStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting an optional value for the stdErrLogLevel attribute.
withStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional stdErrLogLevel attribute.
withStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the stdErrLogLevel attribute.
withStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional stdErrLogLevel attribute.
withStdErrLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the stdErrLogLevel attribute.
withStdErrPath(Path) - Method in class com.facebook.buck.worker.WorkerProcessCommand
Copy the current immutable object by setting a value for the stdErrPath attribute.
withStdIn(InputStream) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the stdIn attribute.
withStdout(String) - Method in class com.facebook.buck.worker.WorkerJobResult
Copy the current immutable object by setting a present value for the optional stdout attribute.
withStdout(Optional<String>) - Method in class com.facebook.buck.worker.WorkerJobResult
Copy the current immutable object by setting an optional value for the stdout attribute.
withStdOutLogLevel(Level) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional stdOutLogLevel attribute.
withStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the stdOutLogLevel attribute.
withStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional stdOutLogLevel attribute.
withStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the stdOutLogLevel attribute.
withStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional stdOutLogLevel attribute.
withStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the stdOutLogLevel attribute.
withStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a present value for the optional stdOutLogLevel attribute.
withStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting an optional value for the stdOutLogLevel attribute.
withStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional stdOutLogLevel attribute.
withStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the stdOutLogLevel attribute.
withStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional stdOutLogLevel attribute.
withStdOutLogLevel(Optional<? extends Level>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the stdOutLogLevel attribute.
withStdOutPath(Path) - Method in class com.facebook.buck.worker.WorkerProcessCommand
Copy the current immutable object by setting a value for the stdOutPath attribute.
withSteps(Step...) - Method in class com.facebook.buck.cli.TestRun
Copy the current immutable object with elements that replace the content of steps.
withSteps(Iterable<? extends Step>) - Method in class com.facebook.buck.cli.TestRun
Copy the current immutable object with elements that replace the content of steps.
withStore(SourcePath) - Method in class com.facebook.buck.jvm.java.KeystoreDescriptionArg
Copy the current immutable object by setting a value for the store attribute.
withStoreClient(HttpService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the storeClient attribute.
withStream(String) - Method in class com.facebook.buck.event.listener.RunIdStreamPair
Copy the current immutable object by setting a value for the stream attribute.
withStrict(boolean) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional strict attribute.
withStrict(Optional<Boolean>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the strict attribute.
withStringWithMacros(StringWithMacros) - Method in class com.facebook.buck.rules.args.StringWithMacrosArg
Copy the current immutable object by setting a value for the stringWithMacros attribute.
withStrip(Tool) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the strip attribute.
withStripFlags(String...) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of stripFlags.
withStripFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object with elements that replace the content of stripFlags.
withStrippedObjectName(String) - Method in class com.facebook.buck.android.StrippedObjectDescription
Copy the current immutable object by setting a value for the strippedObjectName attribute.
withStroff(UnsignedInteger) - Method in class com.facebook.buck.macho.SymTabCommand
Copy the current immutable object by setting a value for the stroff attribute.
withStrsize(UnsignedInteger) - Method in class com.facebook.buck.macho.SymTabCommand
Copy the current immutable object by setting a value for the strsize attribute.
withStubBinary(Path) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a present value for the optional stubBinary attribute.
withStubBinary(Optional<? extends Path>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting an optional value for the stubBinary attribute.
withStubBinaryPath(String) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting a present value for the optional stubBinaryPath attribute.
withStubBinaryPath(Optional<String>) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting an optional value for the stubBinaryPath attribute.
withStyle(GwtBinary.Style) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional style attribute.
withStyle(Optional<? extends GwtBinary.Style>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the style attribute.
withSubCommand(String) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object by setting a value for the subCommand attribute.
withSubjectCommonName(String) - Method in class com.facebook.buck.apple.CodeSignIdentity
Copy the current immutable object by setting a value for the subjectCommonName attribute.
withSuccessUploadCount(AtomicInteger) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
Copy the current immutable object by setting a value for the successUploadCount attribute.
withSuggestion(String) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
Copy the current immutable object by setting a value for the suggestion attribute.
withSuggestions(DoctorSuggestion...) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Copy the current immutable object with elements that replace the content of suggestions.
withSuggestions(Iterable<? extends DoctorSuggestion>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Copy the current immutable object with elements that replace the content of suggestions.
withSuperConsoleEnabled(boolean) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object by setting a value for the superConsoleEnabled attribute.
withSupportedArchitectures(String...) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Copy the current immutable object with elements that replace the content of supportedArchitectures.
withSupportedArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Copy the current immutable object with elements that replace the content of supportedArchitectures.
withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object by setting a present value for the optional supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescriptionArg
Copy the current immutable object by setting an optional value for the supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object by setting a present value for the optional supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescriptionArg
Copy the current immutable object by setting an optional value for the supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Pattern) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional supportedPlatformsRegex attribute.
withSupportedPlatformsRegex(Optional<? extends Pattern>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the supportedPlatformsRegex attribute.
withSupportedProductFamilyIDs(int...) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Copy the current immutable object with elements that replace the content of supportedProductFamilyIDs.
withSupportedProductFamilyIDs(Iterable<Integer>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Copy the current immutable object with elements that replace the content of supportedProductFamilyIDs.
withSupportsAbiGenerationFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavaAnnotationProcessorDescriptionArg
Copy the current immutable object by setting a value for the supportsAbiGenerationFromSource attribute.
withSupportsAbiGenerationFromSource(boolean) - Method in class com.facebook.buck.jvm.java.JavacPluginProperties
Copy the current immutable object by setting a value for the supportsAbiGenerationFromSource attribute.
withSupportsMergedLinking(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional supportsMergedLinking attribute.
withSupportsMergedLinking(Optional<Boolean>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the supportsMergedLinking attribute.
withSupportsSharedLibraryInterface(boolean) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the supportsSharedLibraryInterface attribute.
withSwiftc(Tool) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object by setting a value for the swiftc attribute.
withSwiftCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of swiftCompilerFlags.
withSwiftCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of swiftCompilerFlags.
withSwiftCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of swiftCompilerFlags.
withSwiftCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of swiftCompilerFlags.
withSwiftCompilerFlags(StringWithMacros...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of swiftCompilerFlags.
withSwiftCompilerFlags(Iterable<? extends StringWithMacros>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of swiftCompilerFlags.
withSwiftName(String) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting a present value for the optional swiftName attribute.
withSwiftName(Optional<String>) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting an optional value for the swiftName attribute.
withSwiftPlatform(SwiftPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a present value for the optional swiftPlatform attribute.
withSwiftPlatform(Optional<? extends SwiftPlatform>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting an optional value for the swiftPlatform attribute.
withSwiftRuntimePaths(Path...) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object with elements that replace the content of swiftRuntimePaths.
withSwiftRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object with elements that replace the content of swiftRuntimePaths.
withSwiftSharedLibraryRunPaths(Path...) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object with elements that replace the content of swiftSharedLibraryRunPaths.
withSwiftSharedLibraryRunPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object with elements that replace the content of swiftSharedLibraryRunPaths.
withSwiftStaticRuntimePaths(Path...) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object with elements that replace the content of swiftStaticRuntimePaths.
withSwiftStaticRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object with elements that replace the content of swiftStaticRuntimePaths.
withSwiftStdlibTool(Tool) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object by setting a present value for the optional swiftStdlibTool attribute.
withSwiftStdlibTool(Optional<? extends Tool>) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object by setting an optional value for the swiftStdlibTool attribute.
withSwiftVersion(String) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional swiftVersion attribute.
withSwiftVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the swiftVersion attribute.
withSwiftVersion(String) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional swiftVersion attribute.
withSwiftVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the swiftVersion attribute.
withSwiftVersion(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional swiftVersion attribute.
withSwiftVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the swiftVersion attribute.
withSymbolNameTool(SymbolNameTool) - Method in class com.facebook.buck.cxx.toolchain.CxxPlatform
Copy the current immutable object by setting a value for the symbolNameTool attribute.
withSymoff(UnsignedInteger) - Method in class com.facebook.buck.macho.SymTabCommand
Copy the current immutable object by setting a value for the symoff attribute.
withSyntaxError(BuildFileSyntaxError) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Copy the current immutable object by setting a present value for the optional syntaxError attribute.
withSyntaxError(Optional<? extends BuildFileSyntaxError>) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Copy the current immutable object by setting an optional value for the syntaxError attribute.
withSystemMemory(long) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the systemMemory attribute.
withTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterInfo
Copy the current immutable object by replacing the tags map with the specified map.
withTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot
Copy the current immutable object by replacing the tags map with the specified map.
withTagSets(Multimap<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot
Copy the current immutable object by replacing the tagSets map with the specified map.
withTarget(String) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional target attribute.
withTarget(Optional<String>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the target attribute.
withTarget(String) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional target attribute.
withTarget(Optional<String>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the target attribute.
withTarget(String) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional target attribute.
withTarget(Optional<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the target attribute.
withTarget(BuildTarget) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a value for the target attribute.
withTarget(BuildTarget) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a value for the target attribute.
withTarget(String) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional target attribute.
withTarget(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the target attribute.
withTarget(String) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional target attribute.
withTarget(Optional<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the target attribute.
withTarget(String) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional target attribute.
withTarget(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the target attribute.
withTarget(String) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional target attribute.
withTarget(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the target attribute.
withTarget(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional target attribute.
withTarget(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the target attribute.
withTarget(String) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional target attribute.
withTarget(Optional<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the target attribute.
withTarget(String) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional target attribute.
withTarget(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the target attribute.
withTarget(String) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional target attribute.
withTarget(Optional<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the target attribute.
withTarget(BuildTarget) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the target attribute.
withTarget(BuildTarget) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the target attribute.
withTarget(BuildTarget) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object by setting a value for the target attribute.
withTarget(BuildTarget) - Method in class com.facebook.buck.rules.macros.ClasspathMacro
Copy the current immutable object by setting a value for the target attribute.
withTarget(BuildTarget) - Method in class com.facebook.buck.rules.macros.ExecutableMacro
Copy the current immutable object by setting a value for the target attribute.
withTarget(BuildTarget) - Method in class com.facebook.buck.rules.macros.LocationMacro
Copy the current immutable object by setting a value for the target attribute.
withTarget(BuildTarget) - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacro
Copy the current immutable object by setting a value for the target attribute.
withTargetAppPlatform(String) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by setting a value for the targetAppPlatform attribute.
withTargetArch(NdkCxxPlatforms.TargetArch) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by setting a value for the targetArch attribute.
withTargetArchAbi(NdkCxxPlatforms.TargetArchAbi) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by setting a value for the targetArchAbi attribute.
withTargetCpuType(TargetCpuType) - Method in class com.facebook.buck.android.AndroidLinkableMetadata
Copy the current immutable object by setting a value for the targetCpuType attribute.
withTargetCpuType(TargetCpuType) - Method in class com.facebook.buck.android.StrippedObjectDescription
Copy the current immutable object by setting a value for the targetCpuType attribute.
withTargetDevice(TargetDevice) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a present value for the optional targetDevice attribute.
withTargetDevice(Optional<? extends TargetDevice>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting an optional value for the targetDevice attribute.
withTargetGraph(TargetGraph) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Copy the current immutable object by setting a value for the targetGraph attribute.
withTargetGraphAndBuildTargets(TargetGraphAndBuildTargets) - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
Copy the current immutable object by setting a value for the targetGraphAndBuildTargets attribute.
withTargetGraphAndBuildTargets(TargetGraphAndBuildTargets) - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
Copy the current immutable object by setting a value for the targetGraphAndBuildTargets attribute.
withTargetGraphAndBuildTargets(TargetGraphAndBuildTargets) - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
Copy the current immutable object by setting a value for the targetGraphAndBuildTargets attribute.
withTargetGraphOnlyDeps(ImmutableSortedSet<BuildTarget>) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object by setting a value for the targetGraphOnlyDeps attribute.
withTargetHash(String) - Method in class com.facebook.buck.cli.ShowOptions
Copy the current immutable object by setting a present value for the optional targetHash attribute.
withTargetHash(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions
Copy the current immutable object by setting an optional value for the targetHash attribute.
withTargetLevel(String) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the targetLevel attribute.
withTargetNodeFactory(TargetNodeFactory) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object by setting a value for the targetNodeFactory attribute.
withTargets(TargetNode...) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
Copy the current immutable object with elements that replace the content of targets.
withTargets(Iterable<? extends TargetNode>) - Method in class com.facebook.buck.ide.intellij.aggregation.AggregationModule
Copy the current immutable object with elements that replace the content of targets.
withTargets(BuildTarget...) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
Copy the current immutable object with elements that replace the content of targets.
withTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ide.intellij.model.IjLibrary
Copy the current immutable object with elements that replace the content of targets.
withTargets(BuildTarget...) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object with elements that replace the content of targets.
withTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.ide.intellij.model.IjModule
Copy the current immutable object with elements that replace the content of targets.
withTargets(QueryTarget...) - Method in class com.facebook.buck.query.TargetSetExpression
Copy the current immutable object with elements that replace the content of targets.
withTargets(Iterable<? extends QueryTarget>) - Method in class com.facebook.buck.query.TargetSetExpression
Copy the current immutable object with elements that replace the content of targets.
withTargetSdkVersion(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting a present value for the optional targetSdkVersion attribute.
withTargetSdkVersion(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting an optional value for the targetSdkVersion attribute.
withTempDir(Path) - Method in class com.facebook.buck.worker.WorkerProcessParams
Copy the current immutable object by setting a value for the tempDir attribute.
withTest(TestRule) - Method in class com.facebook.buck.cli.TestRun
Copy the current immutable object by setting a value for the test attribute.
withTest(SourcePath) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object by setting a present value for the optional test attribute.
withTest(Optional<? extends SourcePath>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object by setting an optional value for the test attribute.
withTestCases(TestCaseSummary...) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of testCases.
withTestCases(Iterable<? extends TestCaseSummary>) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of testCases.
withTestCaseTimeoutMs(long) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testCaseTimeoutMs attribute.
withTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the testCaseTimeoutMs attribute.
withTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testCaseTimeoutMs attribute.
withTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the testCaseTimeoutMs attribute.
withTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testCaseTimeoutMs attribute.
withTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the testCaseTimeoutMs attribute.
withTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testCaseTimeoutMs attribute.
withTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the testCaseTimeoutMs attribute.
withTestCaseTimeoutMs(long) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testCaseTimeoutMs attribute.
withTestCaseTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the testCaseTimeoutMs attribute.
withTestClasses(String...) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object with elements that replace the content of testClasses.
withTestClasses(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object with elements that replace the content of testClasses.
withTestFilter(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a present value for the optional testFilter attribute.
withTestFilter(Optional<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting an optional value for the testFilter attribute.
withTestHostApp(BuildTarget) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testHostApp attribute.
withTestHostApp(Optional<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the testHostApp attribute.
withTestHostApp(AppleBundle) - Method in class com.facebook.buck.apple.TestHostInfo
Copy the current immutable object by setting a value for the testHostApp attribute.
withTestHostAppBinarySourcePath(SourcePath) - Method in class com.facebook.buck.apple.TestHostInfo
Copy the current immutable object by setting a value for the testHostAppBinarySourcePath attribute.
withTestLogPaths(Path...) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of testLogPaths.
withTestLogPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of testLogPaths.
withTestPackage(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the testPackage attribute.
withTestReportingCallback(TestRule.TestReportingCallback) - Method in class com.facebook.buck.cli.TestRun
Copy the current immutable object by setting a value for the testReportingCallback attribute.
withTestResultsCallable(Callable<TestResults>) - Method in class com.facebook.buck.cli.TestRun
Copy the current immutable object by setting a value for the testResultsCallable attribute.
withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescriptionArg
Copy the current immutable object by setting an optional value for the testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting an optional value for the testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.d.DTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.d.DTestDescriptionArg
Copy the current immutable object by setting an optional value for the testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.go.GoTestDescriptionArg
Copy the current immutable object by setting an optional value for the testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting an optional value for the testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(long) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testRuleTimeoutMs attribute.
withTestRuleTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object by setting an optional value for the testRuleTimeoutMs attribute.
withTestRunner(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the testRunner attribute.
withTestRunnerClasspath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the testRunnerClasspath attribute.
withTestRunnerClasspath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the testRunnerClasspath attribute.
withTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.ApkGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.CxxPythonExtensionDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rust.RustLibraryDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(BuildTarget...) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTests(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object with elements that replace the content of tests.
withTestSelectorList(TestSelectorList) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a present value for the optional testSelectorList attribute.
withTestSelectorList(Optional<? extends TestSelectorList>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting an optional value for the testSelectorList attribute.
withTestSelectorList(TestSelectorList) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a value for the testSelectorList attribute.
withTestType(TestType) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testType attribute.
withTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the testType attribute.
withTestType(TestType) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testType attribute.
withTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the testType attribute.
withTestType(TestType) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testType attribute.
withTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the testType attribute.
withTestType(TestType) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the testType attribute.
withTestType(TestType) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testType attribute.
withTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the testType attribute.
withTestType(TestType) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional testType attribute.
withTestType(Optional<? extends TestType>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the testType attribute.
withText(String) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
Copy the current immutable object by setting a value for the text attribute.
withText(String) - Method in class com.facebook.buck.json.BuildFileSyntaxError
Copy the current immutable object by setting a value for the text attribute.
withThinLto(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a value for the thinLto attribute.
withThinLto(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a value for the thinLto attribute.
withThinLto(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a value for the thinLto attribute.
withThinLto(boolean) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a value for the thinLto attribute.
withThinLto(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a value for the thinLto attribute.
withThinLto(boolean) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a value for the thinLto attribute.
withThinLto(boolean) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a value for the thinLto attribute.
withThinTargets(BuildTarget...) - Method in class com.facebook.buck.apple.MultiarchFileInfo
Copy the current immutable object with elements that replace the content of thinTargets.
withThinTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.MultiarchFileInfo
Copy the current immutable object with elements that replace the content of thinTargets.
withThreadId(long) - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
Copy the current immutable object by setting a value for the threadId attribute.
withTimestamp(long) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
Copy the current immutable object by setting a value for the timestamp attribute.
withTimestampMillis(long) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object by setting a value for the timestampMillis attribute.
withTimestampMillis(long) - Method in class com.facebook.buck.test.TestStatusMessage
Copy the current immutable object by setting a value for the timestampMillis attribute.
withTmpFolderPath(Path) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
Copy the current immutable object by setting a value for the tmpFolderPath attribute.
withToolchain(NdkCxxPlatforms.Toolchain) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by setting a value for the toolchain attribute.
withToolchainPaths(Path...) - Method in class com.facebook.buck.apple.AppleSdkPaths
Copy the current immutable object with elements that replace the content of toolchainPaths.
withToolchainPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths
Copy the current immutable object with elements that replace the content of toolchainPaths.
withToolchains(AppleToolchain...) - Method in class com.facebook.buck.apple.AppleSdk
Copy the current immutable object with elements that replace the content of toolchains.
withToolchains(Iterable<? extends AppleToolchain>) - Method in class com.facebook.buck.apple.AppleSdk
Copy the current immutable object with elements that replace the content of toolchains.
withToolchainTarget(NdkCxxPlatforms.ToolchainTarget) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by setting a value for the toolchainTarget attribute.
withTotalCacheErrors(int) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
Copy the current immutable object by setting a value for the totalCacheErrors attribute.
withTotalCacheHits(int) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
Copy the current immutable object by setting a value for the totalCacheHits attribute.
withTotalCacheIgnores(int) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
Copy the current immutable object by setting a value for the totalCacheIgnores attribute.
withTotalCacheLocalKeyUnchangedHits(int) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
Copy the current immutable object by setting a value for the totalCacheLocalKeyUnchangedHits attribute.
withTotalCacheMisses(int) - Method in class com.facebook.buck.artifact_cache.CacheCountersSummary
Copy the current immutable object by setting a value for the totalCacheMisses attribute.
withTotalNumberOfTests(int) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object by setting a value for the totalNumberOfTests attribute.
withTraceFile(Path) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting a present value for the optional traceFile attribute.
withTraceFile(Optional<? extends Path>) - Method in class com.facebook.buck.doctor.config.BuildLogEntry
Copy the current immutable object by setting an optional value for the traceFile attribute.
withTrackClassUsage(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the trackClassUsage attribute.
withTrimResourceIds(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the trimResourceIds attribute.
withTwoLevelContentHashKey(String) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting a present value for the optional twoLevelContentHashKey attribute.
withTwoLevelContentHashKey(Optional<String>) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting an optional value for the twoLevelContentHashKey attribute.
withTwoLevelContentHashKey(String) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
Copy the current immutable object by setting a present value for the optional twoLevelContentHashKey attribute.
withTwoLevelContentHashKey(Optional<String>) - Method in class com.facebook.buck.artifact_cache.RuleKeyCacheResult
Copy the current immutable object by setting an optional value for the twoLevelContentHashKey attribute.
withTwoLevelContentHashKeyServerLog(RuleKeyLogEntry) - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
Copy the current immutable object by setting a present value for the optional twoLevelContentHashKeyServerLog attribute.
withTwoLevelContentHashKeyServerLog(Optional<? extends RuleKeyLogEntry>) - Method in class com.facebook.buck.distributed.DistBuildClientCacheResult
Copy the current immutable object by setting an optional value for the twoLevelContentHashKeyServerLog attribute.
withType(RDotTxtEntry.RType) - Method in class com.facebook.buck.android.aapt.AndroidResourceIndexEntry
Copy the current immutable object by setting a value for the type attribute.
withType(AbstractNdkCxxPlatformCompiler.Type) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
Copy the current immutable object by setting a value for the type attribute.
withType(AbstractGroupedSource.Type) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting a value for the type attribute.
withType(CacheResultType) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting a value for the type attribute.
withType(String) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object by setting a present value for the optional type attribute.
withType(Optional<String>) - Method in class com.facebook.buck.cxx.CxxGenruleDescriptionArg
Copy the current immutable object by setting an optional value for the type attribute.
withType(AbstractCxxSource.Type) - Method in class com.facebook.buck.cxx.CxxSource
Copy the current immutable object by setting a value for the type attribute.
withType(CxxToolProvider.Type) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
Copy the current immutable object by setting a present value for the optional type attribute.
withType(Optional<? extends CxxToolProvider.Type>) - Method in class com.facebook.buck.cxx.toolchain.CxxToolProviderParams
Copy the current immutable object by setting an optional value for the type attribute.
withType(Linker.LinkType) - Method in class com.facebook.buck.cxx.toolchain.nativelink.NativeLinkTargetMode
Copy the current immutable object by setting a value for the type attribute.
withType(RemoteFile.Type) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
Copy the current immutable object by setting a present value for the optional type attribute.
withType(Optional<? extends RemoteFile.Type>) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
Copy the current immutable object by setting an optional value for the type attribute.
withType(IjDependencyListBuilder.Type) - Method in class com.facebook.buck.ide.intellij.DependencyEntry
Copy the current immutable object by setting a value for the type attribute.
withType(String) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
Copy the current immutable object by setting a value for the type attribute.
withType(String) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Copy the current immutable object by setting a value for the type attribute.
withType(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
Copy the current immutable object by setting a value for the type attribute.
withType(AbstractFrameworkPath.Type) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
Copy the current immutable object by setting a value for the type attribute.
withType(AbstractSourceList.Type) - Method in class com.facebook.buck.rules.coercer.SourceList
Copy the current immutable object by setting a value for the type attribute.
withType(AbstractSourceWithFlagsList.Type) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Copy the current immutable object by setting a value for the type attribute.
withType(String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object by setting a value for the type attribute.
withType(String) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object by setting a present value for the optional type attribute.
withType(Optional<String>) - Method in class com.facebook.buck.shell.GenruleDescriptionArg
Copy the current immutable object by setting an optional value for the type attribute.
withType(String) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object by setting a present value for the optional type attribute.
withType(Optional<String>) - Method in class com.facebook.buck.shell.ShTestDescriptionArg
Copy the current immutable object by setting an optional value for the type attribute.
withType(AbstractHashCodeAndFileType.Type) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Copy the current immutable object by setting a value for the type attribute.
withType(VersionedTargetGraphCache.ResultType) - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
Copy the current immutable object by setting a value for the type attribute.
withTypeCoercerFactory(TypeCoercerFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the typeCoercerFactory attribute.
withUdid(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulator
Copy the current immutable object by setting a value for the udid attribute.
withUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting a present value for the optional unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidAarDescriptionArg
Copy the current immutable object by setting an optional value for the unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(SourcePath) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional unbundledResourcesRoot attribute.
withUnbundledResourcesRoot(Optional<? extends SourcePath>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the unbundledResourcesRoot attribute.
withUnexpandedCommandArgs(String...) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object with elements that replace the content of unexpandedCommandArgs.
withUnexpandedCommandArgs(Iterable<String>) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object with elements that replace the content of unexpandedCommandArgs.
withUnflavoredBuildTarget(UnflavoredBuildTarget) - Method in class com.facebook.buck.model.BuildTarget
Copy the current immutable object by setting a value for the unflavoredBuildTarget attribute.
withUnnamedSources(ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.rules.coercer.SourceList
Copy the current immutable object by setting a present value for the optional unnamedSources attribute.
withUnnamedSources(Optional<? extends ImmutableSortedSet<SourcePath>>) - Method in class com.facebook.buck.rules.coercer.SourceList
Copy the current immutable object by setting an optional value for the unnamedSources attribute.
withUnnamedSources(ImmutableSortedSet<SourceWithFlags>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Copy the current immutable object by setting a present value for the optional unnamedSources attribute.
withUnnamedSources(Optional<? extends ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Copy the current immutable object by setting an optional value for the unnamedSources attribute.
withUnstrippedLibraries(ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional unstrippedLibraries attribute.
withUnstrippedLibraries(Optional<? extends ImmutableSortedSet<SourcePath>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Copy the current immutable object by setting an optional value for the unstrippedLibraries attribute.
withUploadBuckDotFilesDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional uploadBuckDotFilesDurationMs attribute.
withUploadBuckDotFilesDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the uploadBuckDotFilesDurationMs attribute.
withUploadMissingFilesDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional uploadMissingFilesDurationMs attribute.
withUploadMissingFilesDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the uploadMissingFilesDurationMs attribute.
withUploadTargetGraphDurationMs(long) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting a present value for the optional uploadTargetGraphDurationMs attribute.
withUploadTargetGraphDurationMs(Optional<Long>) - Method in class com.facebook.buck.distributed.DistBuildClientStats
Copy the current immutable object by setting an optional value for the uploadTargetGraphDurationMs attribute.
withUrl(URI) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting a value for the url attribute.
withUrl(URI) - Method in class com.facebook.buck.file.RemoteFileDescriptionArg
Copy the current immutable object by setting a value for the url attribute.
withUrl(String) - Method in class com.facebook.buck.ide.intellij.model.ContentRoot
Copy the current immutable object by setting a value for the url attribute.
withUrl(String) - Method in class com.facebook.buck.ide.intellij.model.folders.IjSourceFolder
Copy the current immutable object by setting a value for the url attribute.
withUseAndroidProguardConfigWithOptimizations(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional useAndroidProguardConfigWithOptimizations attribute.
withUseAndroidProguardConfigWithOptimizations(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the useAndroidProguardConfigWithOptimizations attribute.
withUseCxxLibraries(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a present value for the optional useCxxLibraries attribute.
withUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting an optional value for the useCxxLibraries attribute.
withUseCxxLibraries(boolean) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting a present value for the optional useCxxLibraries attribute.
withUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object by setting an optional value for the useCxxLibraries attribute.
withUseCxxLibraries(boolean) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional useCxxLibraries attribute.
withUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object by setting an optional value for the useCxxLibraries attribute.
withUseCxxLibraries(boolean) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting a present value for the optional useCxxLibraries attribute.
withUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object by setting an optional value for the useCxxLibraries attribute.
withUseCxxLibraries(boolean) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting a present value for the optional useCxxLibraries attribute.
withUseCxxLibraries(Optional<Boolean>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object by setting an optional value for the useCxxLibraries attribute.
withUsedClassesFileWriter(ClassUsageFileWriter) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the usedClassesFileWriter attribute.
withUseDefaultTestMain(boolean) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a present value for the optional useDefaultTestMain attribute.
withUseDefaultTestMain(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting an optional value for the useDefaultTestMain attribute.
withUseMercurialGlob(boolean) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the useMercurialGlob attribute.
withUseOldStyleableFormat(boolean) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object by setting a value for the useOldStyleableFormat attribute.
withUser(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the user attribute.
withUserIssueDescription(String) - Method in class com.facebook.buck.doctor.UserReport
Copy the current immutable object by setting a value for the userIssueDescription attribute.
withUserLocalConfiguration(UserLocalConfiguration) - Method in class com.facebook.buck.doctor.DefectReport
Copy the current immutable object by setting a value for the userLocalConfiguration attribute.
withUserReport(UserReport) - Method in class com.facebook.buck.doctor.DefectReport
Copy the current immutable object by setting a present value for the optional userReport attribute.
withUserReport(Optional<? extends UserReport>) - Method in class com.facebook.buck.doctor.DefectReport
Copy the current immutable object by setting an optional value for the userReport attribute.
withUseSplitDex(boolean) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a value for the useSplitDex attribute.
withUseWatchmanGlob(boolean) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the useWatchmanGlob attribute.
withUUID(String) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object by setting a value for the uUID attribute.
withUuid(UUID) - Method in class com.facebook.buck.macho.UUIDCommand
Copy the current immutable object by setting a value for the uuid attribute.
withValue(String) - Method in class com.facebook.buck.cli.ConfigValue
Copy the current immutable object by setting a present value for the optional value attribute.
withValue(Optional<String>) - Method in class com.facebook.buck.cli.ConfigValue
Copy the current immutable object by setting an optional value for the value attribute.
withValue(long) - Method in class com.facebook.buck.event.EventKey
Copy the current immutable object by setting a value for the value attribute.
withValue(String) - Method in class com.facebook.buck.event.PerfEventId
Copy the current immutable object by setting a value for the value attribute.
withValue(String) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Copy the current immutable object by setting a value for the value attribute.
withValue(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
Copy the current immutable object by setting a value for the value attribute.
withValues(BuildConfigFields) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
Copy the current immutable object by setting a value for the values attribute.
withValues(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.config.RawConfig
Copy the current immutable object by replacing the values map with the specified map.
withValues(Map<String, ? extends Long>) - Method in class com.facebook.buck.counters.CounterSnapshot
Copy the current immutable object by replacing the values map with the specified map.
withValues(Map<String, Object>...) - Method in class com.facebook.buck.json.BuildFilePythonResult
Copy the current immutable object with elements that replace the content of values.
withValues(Iterable<? extends Map<String, Object>>) - Method in class com.facebook.buck.json.BuildFilePythonResult
Copy the current immutable object with elements that replace the content of values.
withValuesFile(SourcePath) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
Copy the current immutable object by setting a present value for the optional valuesFile attribute.
withValuesFile(Optional<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidBuildConfigDescriptionArg
Copy the current immutable object by setting an optional value for the valuesFile attribute.
withVariants(SourcePath...) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Copy the current immutable object with elements that replace the content of variants.
withVariants(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleResourceDescriptionArg
Copy the current immutable object with elements that replace the content of variants.
withVerbose(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the verbose attribute.
withVerbosity(Verbosity) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the verbosity attribute.
withVerificationErrors(String...) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Copy the current immutable object with elements that replace the content of verificationErrors.
withVerificationErrors(Iterable<String>) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Copy the current immutable object with elements that replace the content of verificationErrors.
withVerificationMode(JavaBuckConfig.SourceAbiVerificationMode) - Method in class com.facebook.buck.jvm.java.DiffAbisStep
Copy the current immutable object by setting a value for the verificationMode attribute.
withVersion(String) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
Copy the current immutable object by setting a value for the version attribute.
withVersion(String) - Method in class com.facebook.buck.apple.AppleSdk
Copy the current immutable object by setting a value for the version attribute.
withVersion(String) - Method in class com.facebook.buck.apple.AppleToolchain
Copy the current immutable object by setting a present value for the optional version attribute.
withVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleToolchain
Copy the current immutable object by setting an optional value for the version attribute.
withVersion(String) - Method in class com.facebook.buck.haskell.HaskellPackageInfo
Copy the current immutable object by setting a value for the version attribute.
withVersion(String) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescriptionArg
Copy the current immutable object by setting a value for the version attribute.
withVersion(String) - Method in class com.facebook.buck.rules.VersionedTool
Copy the current immutable object by setting a value for the version attribute.
withVersion(String) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional version attribute.
withVersion(Optional<String>) - Method in class com.facebook.buck.swift.SwiftLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the version attribute.
withVersion(Version) - Method in class com.facebook.buck.versions.ExactConstraint
Copy the current immutable object by setting a value for the version attribute.
withVersionCode(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting a present value for the optional versionCode attribute.
withVersionCode(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting an optional value for the versionCode attribute.
withVersionControlStatsGenerator(VersionControlStatsGenerator) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the versionControlStatsGenerator attribute.
withVersionDomain(Map<? extends BuildTarget, ? extends ImmutableSet<Version>>) - Method in class com.facebook.buck.versions.VersionInfo
Copy the current immutable object by replacing the versionDomain map with the specified map.
withVersionedHeaderDirs(VersionMatchedCollection<ImmutableList<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional versionedHeaderDirs attribute.
withVersionedHeaderDirs(Optional<? extends VersionMatchedCollection<ImmutableList<SourcePath>>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the versionedHeaderDirs attribute.
withVersionedHeaderDirs(VersionMatchedCollection<ImmutableList<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional versionedHeaderDirs attribute.
withVersionedHeaderDirs(Optional<? extends VersionMatchedCollection<ImmutableList<SourcePath>>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the versionedHeaderDirs attribute.
withVersionedResources(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional versionedResources attribute.
withVersionedResources(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the versionedResources attribute.
withVersionedResources(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a present value for the optional versionedResources attribute.
withVersionedResources(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting an optional value for the versionedResources attribute.
withVersionedSharedLib(VersionMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional versionedSharedLib attribute.
withVersionedSharedLib(Optional<? extends VersionMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the versionedSharedLib attribute.
withVersionedSharedLib(VersionMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional versionedSharedLib attribute.
withVersionedSharedLib(Optional<? extends VersionMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the versionedSharedLib attribute.
withVersionedSrcs(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional versionedSrcs attribute.
withVersionedSrcs(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the versionedSrcs attribute.
withVersionedSrcs(VersionMatchedCollection<SourceList>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a present value for the optional versionedSrcs attribute.
withVersionedSrcs(Optional<? extends VersionMatchedCollection<SourceList>>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting an optional value for the versionedSrcs attribute.
withVersionedStaticLib(VersionMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional versionedStaticLib attribute.
withVersionedStaticLib(Optional<? extends VersionMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the versionedStaticLib attribute.
withVersionedStaticLib(VersionMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional versionedStaticLib attribute.
withVersionedStaticLib(Optional<? extends VersionMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the versionedStaticLib attribute.
withVersionedStaticPicLib(VersionMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional versionedStaticPicLib attribute.
withVersionedStaticPicLib(Optional<? extends VersionMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.NewPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the versionedStaticPicLib attribute.
withVersionedStaticPicLib(VersionMatchedCollection<SourcePath>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional versionedStaticPicLib attribute.
withVersionedStaticPicLib(Optional<? extends VersionMatchedCollection<SourcePath>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the versionedStaticPicLib attribute.
withVersionedSubDir(VersionMatchedCollection<String>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional versionedSubDir attribute.
withVersionedSubDir(Optional<? extends VersionMatchedCollection<String>>) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the versionedSubDir attribute.
withVersionedTargetGraphCache(VersionedTargetGraphCache) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the versionedTargetGraphCache attribute.
withVersionedTargetGraphCache(VersionedTargetGraphCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the versionedTargetGraphCache attribute.
withVersionName(String) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting a present value for the optional versionName attribute.
withVersionName(Optional<String>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting an optional value for the versionName attribute.
withVersions(Map<? extends Version, ? extends BuildTarget>) - Method in class com.facebook.buck.versions.VersionedAliasDescriptionArg
Copy the current immutable object by replacing the versions map with the specified map.
withVersions(Map<? extends BuildTarget, ? extends Version>) - Method in class com.facebook.buck.versions.VersionUniverse
Copy the current immutable object by replacing the versions map with the specified map.
withVersionString(String) - Method in class com.facebook.buck.jvm.java.JavacVersion
Copy the current immutable object by setting a value for the versionString attribute.
withVersionString(String) - Method in class com.facebook.buck.jvm.kotlin.KotlincVersion
Copy the current immutable object by setting a value for the versionString attribute.
withVersionString(String) - Method in class com.facebook.buck.python.PythonVersion
Copy the current immutable object by setting a value for the versionString attribute.
withVersionSubdir(String) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
Copy the current immutable object by setting a present value for the optional versionSubdir attribute.
withVersionSubdir(Optional<String>) - Method in class com.facebook.buck.cxx.DeprecatedPrebuiltCxxLibraryPaths
Copy the current immutable object by setting an optional value for the versionSubdir attribute.
withVersionUniverse(String) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional versionUniverse attribute.
withVersionUniverse(Optional<String>) - Method in class com.facebook.buck.cxx.CxxBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the versionUniverse attribute.
withVersionUniverse(String) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting a present value for the optional versionUniverse attribute.
withVersionUniverse(Optional<String>) - Method in class com.facebook.buck.cxx.CxxTestDescriptionArg
Copy the current immutable object by setting an optional value for the versionUniverse attribute.
withVersionUniverse(String) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional versionUniverse attribute.
withVersionUniverse(Optional<String>) - Method in class com.facebook.buck.halide.HalideLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the versionUniverse attribute.
withVersionUniverse(String) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional versionUniverse attribute.
withVersionUniverse(Optional<String>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the versionUniverse attribute.
withVersionUniverse(String) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a present value for the optional versionUniverse attribute.
withVersionUniverse(Optional<String>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting an optional value for the versionUniverse attribute.
withVersionUniverses(Map<String, ? extends VersionUniverse>) - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
Copy the current immutable object by replacing the versionUniverses map with the specified map.
withVisibilityPatterns(VisibilityPattern...) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object with elements that replace the content of visibilityPatterns.
withVisibilityPatterns(Iterable<? extends VisibilityPattern>) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object with elements that replace the content of visibilityPatterns.
withVmaddr(UnsignedLong) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the vmaddr attribute.
withVmArgs(String...) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of vmArgs.
withVmArgs(Iterable<String>) - Method in class com.facebook.buck.android.RobolectricTestDescriptionArg
Copy the current immutable object with elements that replace the content of vmArgs.
withVmArgs(String...) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of vmArgs.
withVmArgs(Iterable<String>) - Method in class com.facebook.buck.gwt.GwtBinaryDescriptionArg
Copy the current immutable object with elements that replace the content of vmArgs.
withVmArgs(String...) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of vmArgs.
withVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescriptionArg
Copy the current immutable object with elements that replace the content of vmArgs.
withVmArgs(String...) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of vmArgs.
withVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaTestDescriptionArg
Copy the current immutable object with elements that replace the content of vmArgs.
withVmArgs(String...) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of vmArgs.
withVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescriptionArg
Copy the current immutable object with elements that replace the content of vmArgs.
withVmArgs(String...) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of vmArgs.
withVmArgs(Iterable<String>) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescriptionArg
Copy the current immutable object with elements that replace the content of vmArgs.
withVmsize(UnsignedLong) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the vmsize attribute.
withWallMillisDuration(Long) - Method in class com.facebook.buck.distributed.BuildRuleMachineLogEntry
Copy the current immutable object by setting a value for the wallMillisDuration attribute.
withWarningsFlags(String) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional warningsFlags attribute.
withWarningsFlags(Optional<String>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the warningsFlags attribute.
withWarningsFlags(String) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional warningsFlags attribute.
withWarningsFlags(Optional<String>) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the warningsFlags attribute.
withWasDefaultRuleKeyMismatch(boolean) - Method in class com.facebook.buck.distributed.BuildRuleStats
Copy the current immutable object by setting a value for the wasDefaultRuleKeyMismatch attribute.
withWasInputRuleKeyMismatch(boolean) - Method in class com.facebook.buck.distributed.BuildRuleStats
Copy the current immutable object by setting a value for the wasInputRuleKeyMismatch attribute.
withWasStoreSuccessful(boolean) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting a present value for the optional wasStoreSuccessful attribute.
withWasStoreSuccessful(Optional<Boolean>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting an optional value for the wasStoreSuccessful attribute.
withWasStoreSuccessful(boolean) - Method in class com.facebook.buck.artifact_cache.StoreResult
Copy the current immutable object by setting a present value for the optional wasStoreSuccessful attribute.
withWasStoreSuccessful(Optional<Boolean>) - Method in class com.facebook.buck.artifact_cache.StoreResult
Copy the current immutable object by setting an optional value for the wasStoreSuccessful attribute.
withWatchAppPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the watchAppPath attribute.
withWatchman(Watchman) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the watchman attribute.
withWatchmanDiagReport(Path) - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport
Copy the current immutable object by setting a present value for the optional watchmanDiagReport attribute.
withWatchmanDiagReport(Optional<? extends Path>) - Method in class com.facebook.buck.doctor.FileChangesIgnoredReport
Copy the current immutable object by setting an optional value for the watchmanDiagReport attribute.
withWatchmanGlobStatResults(boolean) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the watchmanGlobStatResults attribute.
withWatchmanQueryTimeoutMs(long) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting a present value for the optional watchmanQueryTimeoutMs attribute.
withWatchmanQueryTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting an optional value for the watchmanQueryTimeoutMs attribute.
withWatchmanUseGlobGenerator(boolean) - Method in class com.facebook.buck.parser.options.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the watchmanUseGlobGenerator attribute.
withWatchRoot(String) - Method in class com.facebook.buck.io.ProjectWatch
Copy the current immutable object by setting a value for the watchRoot attribute.
withWebServer(WebServer) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a present value for the optional webServer attribute.
withWebServer(Optional<? extends WebServer>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting an optional value for the webServer attribute.
withWhitelist(String...) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
Copy the current immutable object with elements that replace the content of whitelist.
withWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.toolchain.HeaderVerification
Copy the current immutable object with elements that replace the content of whitelist.
withWhitelistedStringDirectories(SourcePath...) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of whitelistedStringDirectories.
withWhitelistedStringDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.packageable.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of whitelistedStringDirectories.
withWithinViewPatterns(VisibilityPattern...) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object with elements that replace the content of withinViewPatterns.
withWithinViewPatterns(Iterable<? extends VisibilityPattern>) - Method in class com.facebook.buck.rules.TargetNode
Copy the current immutable object with elements that replace the content of withinViewPatterns.
withWords(TargetLiteral...) - Method in class com.facebook.buck.query.SetExpression
Copy the current immutable object with elements that replace the content of words.
withWords(Iterable<? extends TargetLiteral>) - Method in class com.facebook.buck.query.SetExpression
Copy the current immutable object with elements that replace the content of words.
withWorker(BuildTarget) - Method in class com.facebook.buck.js.JsBundleDescriptionArg
Copy the current immutable object by setting a value for the worker attribute.
withWorker(BuildTarget) - Method in class com.facebook.buck.js.JsLibraryDescriptionArg
Copy the current immutable object by setting a value for the worker attribute.
withWorkerHash(HashCode) - Method in class com.facebook.buck.worker.WorkerProcessIdentity
Copy the current immutable object by setting a value for the workerHash attribute.
withWorkerProcessIdentity(WorkerProcessIdentity) - Method in class com.facebook.buck.worker.WorkerProcessParams
Copy the current immutable object by setting a present value for the optional workerProcessIdentity attribute.
withWorkerProcessIdentity(Optional<? extends WorkerProcessIdentity>) - Method in class com.facebook.buck.worker.WorkerProcessParams
Copy the current immutable object by setting an optional value for the workerProcessIdentity attribute.
withWorkerProcessParams(WorkerProcessParams) - Method in class com.facebook.buck.worker.WorkerJobParams
Copy the current immutable object by setting a value for the workerProcessParams attribute.
withWorkerProcessPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the workerProcessPools attribute.
withWorkingDirectory(Path) - Method in class com.facebook.buck.jvm.java.CompilerParameters
Copy the current immutable object by setting a value for the workingDirectory attribute.
withWorkspaceName(String) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object by setting a present value for the optional workspaceName attribute.
withWorkspaceName(Optional<String>) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescriptionArg
Copy the current immutable object by setting an optional value for the workspaceName attribute.
withWriteHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by replacing the writeHeaders map with the specified map.
withWriteTimeoutSeconds(int) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting a value for the writeTimeoutSeconds attribute.
withXcconfigPaths(Path...) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Copy the current immutable object with elements that replace the content of xcconfigPaths.
withXcconfigPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Copy the current immutable object with elements that replace the content of xcconfigPaths.
withXcodeBuildVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a present value for the optional xcodeBuildVersion attribute.
withXcodeBuildVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting an optional value for the xcodeBuildVersion attribute.
withXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional xcodePrivateHeadersSymlinks attribute.
withXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the xcodePrivateHeadersSymlinks attribute.
withXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional xcodePrivateHeadersSymlinks attribute.
withXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the xcodePrivateHeadersSymlinks attribute.
withXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional xcodePrivateHeadersSymlinks attribute.
withXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the xcodePrivateHeadersSymlinks attribute.
withXcodePrivateHeadersSymlinks(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional xcodePrivateHeadersSymlinks attribute.
withXcodePrivateHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the xcodePrivateHeadersSymlinks attribute.
withXcodeProductType(String) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object by setting a present value for the optional xcodeProductType attribute.
withXcodeProductType(Optional<String>) - Method in class com.facebook.buck.apple.AppleBundleDescriptionArg
Copy the current immutable object by setting an optional value for the xcodeProductType attribute.
withXcodeProductType(String) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional xcodeProductType attribute.
withXcodeProductType(Optional<String>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the xcodeProductType attribute.
withXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional xcodePublicHeadersSymlinks attribute.
withXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the xcodePublicHeadersSymlinks attribute.
withXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional xcodePublicHeadersSymlinks attribute.
withXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the xcodePublicHeadersSymlinks attribute.
withXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting a present value for the optional xcodePublicHeadersSymlinks attribute.
withXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.apple.AppleTestDescriptionArg
Copy the current immutable object by setting an optional value for the xcodePublicHeadersSymlinks attribute.
withXcodePublicHeadersSymlinks(boolean) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional xcodePublicHeadersSymlinks attribute.
withXcodePublicHeadersSymlinks(Optional<Boolean>) - Method in class com.facebook.buck.cxx.CxxLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the xcodePublicHeadersSymlinks attribute.
withXcodeVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a present value for the optional xcodeVersion attribute.
withXcodeVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting an optional value for the xcodeVersion attribute.
withXctest(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the xctest attribute.
withXzCompressionLevel(int) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional xzCompressionLevel attribute.
withXzCompressionLevel(Optional<Integer>) - Method in class com.facebook.buck.android.AndroidBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the xzCompressionLevel attribute.
withYaccCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a present value for the optional yaccCompiler attribute.
withYaccCompiler(Optional<? extends Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting an optional value for the yaccCompiler attribute.
withZipAbsolutePath(Path) - Method in class com.facebook.buck.zip.ZipScrubberStep
Copy the current immutable object by setting a value for the zipAbsolutePath attribute.
withZipSafe(boolean) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting a present value for the optional zipSafe attribute.
withZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonBinaryDescriptionArg
Copy the current immutable object by setting an optional value for the zipSafe attribute.
withZipSafe(boolean) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object by setting a present value for the optional zipSafe attribute.
withZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonLibraryDescriptionArg
Copy the current immutable object by setting an optional value for the zipSafe attribute.
withZipSafe(boolean) - Method in class com.facebook.buck.python.PythonPackageComponents
Copy the current immutable object by setting a present value for the optional zipSafe attribute.
withZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonPackageComponents
Copy the current immutable object by setting an optional value for the zipSafe attribute.
withZipSafe(boolean) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting a present value for the optional zipSafe attribute.
withZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonTestDescriptionArg
Copy the current immutable object by setting an optional value for the zipSafe attribute.
WorkAdvanceEvent - Interface in com.facebook.buck.event
Interface for events that are only sent out after there was some work done towards completing the current command.
WorkerJobParams - Class in com.facebook.buck.worker
Immutable implementation of AbstractWorkerJobParams.
WorkerJobResult - Class in com.facebook.buck.worker
Immutable implementation of AbstractWorkerJobResult.
WorkerMacroArg - Class in com.facebook.buck.rules.args
 
WorkerMacroArg(MacroHandler, BuildTarget, CellPathResolver, BuildRuleResolver, String) - Constructor for class com.facebook.buck.rules.args.WorkerMacroArg
 
WorkerMacroExpander - Class in com.facebook.buck.rules.macros
 
WorkerMacroExpander() - Constructor for class com.facebook.buck.rules.macros.WorkerMacroExpander
 
WorkerProcess - Class in com.facebook.buck.worker
 
WorkerProcess(ProcessExecutor, ProcessExecutorParams, ProjectFilesystem, Path) - Constructor for class com.facebook.buck.worker.WorkerProcess
Worker process is a process that stays alive and receives commands which describe jobs.
WorkerProcessCommand - Class in com.facebook.buck.worker
Immutable implementation of AbstractWorkerProcessCommand.
WorkerProcessIdentity - Class in com.facebook.buck.worker
Immutable implementation of AbstractWorkerProcessIdentity.
WorkerProcessParams - Class in com.facebook.buck.worker
Immutable implementation of AbstractWorkerProcessParams.
WorkerProcessPool - Class in com.facebook.buck.worker
 
WorkerProcessPool(int, HashCode) - Constructor for class com.facebook.buck.worker.WorkerProcessPool
 
WorkerProcessPoolFactory - Class in com.facebook.buck.worker
WorkerProcessPoolFactory class is designed to provide you an instance of WorkerProcessPool based on the params for the job that you provide.
WorkerProcessPoolFactory(ProjectFilesystem) - Constructor for class com.facebook.buck.worker.WorkerProcessPoolFactory
 
WorkerProcessProtocol - Interface in com.facebook.buck.worker
 
WorkerProcessProtocol.CommandReceiver - Interface in com.facebook.buck.worker
 
WorkerProcessProtocol.CommandSender - Interface in com.facebook.buck.worker
 
WorkerProcessProtocolZero - Class in com.facebook.buck.worker
 
WorkerProcessProtocolZero() - Constructor for class com.facebook.buck.worker.WorkerProcessProtocolZero
 
WorkerProcessProtocolZero.CommandReceiver - Class in com.facebook.buck.worker
 
WorkerProcessProtocolZero.CommandSender - Class in com.facebook.buck.worker
 
WorkerShellStep - Class in com.facebook.buck.shell
 
WorkerShellStep(Optional<WorkerJobParams>, Optional<WorkerJobParams>, Optional<WorkerJobParams>, WorkerProcessPoolFactory) - Constructor for class com.facebook.buck.shell.WorkerShellStep
Creates new shell step that uses worker process to delegate work.
WorkerTool - Interface in com.facebook.buck.shell
 
WorkerToolDescription - Class in com.facebook.buck.shell
 
WorkerToolDescription(BuckConfig) - Constructor for class com.facebook.buck.shell.WorkerToolDescription
 
WorkerToolDescriptionArg - Class in com.facebook.buck.shell
Immutable implementation of WorkerToolDescription.AbstractWorkerToolDescriptionArg.
WorkerToolDescriptionArg.Builder - Class in com.facebook.buck.shell
Builds instances of type WorkerToolDescriptionArg.
workingDirectory - Variable in class com.facebook.buck.shell.ShellStep
If specified, working directory will be different from build cell root.
WorkspaceAndProjectGenerator - Class in com.facebook.buck.apple.project_generator
 
WorkspaceAndProjectGenerator(Cell, TargetGraph, XcodeWorkspaceConfigDescriptionArg, BuildTarget, Set<ProjectGenerator.Option>, boolean, FocusedModuleTargetMatcher, boolean, CxxPlatform, String, Function<TargetNode<?, ?>, BuildRuleResolver>, BuckEventBus, HalideBuckConfig, CxxBuckConfig, SwiftBuckConfig) - Constructor for class com.facebook.buck.apple.project_generator.WorkspaceAndProjectGenerator
 
WorkspaceUpdater - Class in com.facebook.buck.ide.intellij
Updates .idea/workspace.xml to avoid doing some operations by IntelliJ.
WorkspaceUpdater(Path) - Constructor for class com.facebook.buck.ide.intellij.WorkspaceUpdater
 
WorkThreadTrackingFuture<T> - Interface in com.facebook.buck.util.concurrent
A Future which keeps track of the thread running its computation.
WorkThreadTrackingFuture.RecursiveGetException - Exception in com.facebook.buck.util.concurrent
 
WorkThreadTrackingFuture.WorkThreadTracker - Interface in com.facebook.buck.util.concurrent
Tracker to notify the future when computation has started and finished.
WorkThreadTrackingFutureDecorator<T,FUTURE extends Future<T>> - Class in com.facebook.buck.util.concurrent
Implementation of WorkThreadTrackingFuture that wraps a future instrumented with work thread tracking.
wrap(byte[]) - Static method in class com.facebook.buck.android.resources.ResChunk
 
wrapFileManager(StandardJavaFileManager) - Method in interface com.facebook.buck.jvm.java.ClassUsageFileWriter
 
wrapFileManager(StandardJavaFileManager) - Method in class com.facebook.buck.jvm.java.DefaultClassUsageFileWriter
 
wrapFileManager(StandardJavaFileManager) - Method in class com.facebook.buck.jvm.java.NoOpClassUsageFileWriter
 
wrapInvocation(OutOfProcessJavacConnectionInterface, int) - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
WRAPPER - Static variable in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
wrapperScope(RuleKeyHasher.Wrapper) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyScopedHasher
Hashes the wrapper iff non-empty (i.e.
wrapperScope(RuleKeyHasher.Wrapper) - Method in interface com.facebook.buck.rules.keys.RuleKeyScopedHasher
 
wrapperSubType(RuleKeyHasher.Wrapper) - Static method in class com.facebook.buck.rules.keys.hasher.RuleKeyHasherTypes
 
wrapRealTaskListener(PluginClassLoader, Object) - Static method in interface com.facebook.buck.jvm.java.plugin.api.BuckJavacTaskListener
 
wrapReplacerWithFileOutput(MacroReplacer, BuildTarget, BuildRuleResolver) - Static method in class com.facebook.buck.rules.macros.OutputToFileExpanderUtils
 
wrapsCxxGenrule(SourcePathRuleFinder, SourcePath) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
 
write(OutputStream) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.FetchResponse
 
write(OutputStream) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.StoreRequest
 
write(ElfHeader.EIClass, ByteBuffer) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfDynamicSection
 
write(ByteBuffer) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfHeader
 
write(ElfHeader.EIClass, ByteBuffer) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSectionHeader
 
write(ByteBuffer) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable.Entry.Info
 
write(ElfHeader.EIClass, ByteBuffer) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfSymbolTable
 
write(ElfHeader.EIClass, ByteBuffer) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfVerDef
 
write(ElfHeader.EIClass, ByteBuffer) - Method in class com.facebook.buck.cxx.toolchain.elf.ElfVerNeed
 
write() - Method in class com.facebook.buck.ide.intellij.IjProject
Write the project to disk.
write(IJProjectCleaner) - Method in class com.facebook.buck.ide.intellij.IjProjectWriter
 
write(IJProjectCleaner) - Method in class com.facebook.buck.ide.intellij.PregeneratedCodeWriter
 
write(StubJarWriter) - Method in class com.facebook.buck.jvm.java.abi.StubJarEntry
 
write(String) - Method in interface com.facebook.buck.log.ConsoleHandlerState.Writer
 
write(char[], int, int) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
write(int) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
write(char[]) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
write(String) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
write(String, int, int) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
write(int) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
write(byte[]) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
write(byte[], int, int) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
write(int) - Method in class com.facebook.buck.util.hash.HasherOutputStream
 
write(byte[], int, int) - Method in class com.facebook.buck.util.hash.HasherOutputStream
 
write(int) - Method in class com.facebook.buck.util.TeeOutputStream
 
write(byte[], int, int) - Method in class com.facebook.buck.util.zip.CustomZipOutputStream
 
write(int) - Method in class com.facebook.buck.util.zip.CustomZipOutputStream
Writes the specified byte to this output stream.
write(OutputStream) - Method in class com.facebook.buck.util.zip.DeterministicManifest
 
writeAndClose(OutputStream) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Request
 
WriteAppModuleMetadataStep - Class in com.facebook.buck.android
 
writeArtifactCompressionEvent(ArtifactCompressionEvent, ChromeTraceEvent.Phase) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
writeBytesToPath(byte[], Path, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
writeCommandToBuffer(LinkEditDataCommand, ByteBuffer) - Static method in class com.facebook.buck.macho.LinkEditDataCommandUtils
 
writeCommandToBuffer(LoadCommandCommonFields, ByteBuffer) - Static method in class com.facebook.buck.macho.LoadCommandCommonFieldsUtils
Writes a byte representation of the load command into the given buffer.
writeCommandToBuffer(SegmentCommand, ByteBuffer, boolean) - Static method in class com.facebook.buck.macho.SegmentCommandUtils
 
writeCommandToBuffer(SymTabCommand, ByteBuffer) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
 
writeCommandToBuffer(UUIDCommand, ByteBuffer) - Static method in class com.facebook.buck.macho.UUIDCommandUtils
 
writeContentsToPath(String, Path, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
writeEntry(Path, ThrowingSupplier<InputStream, IOException>) - Method in class com.facebook.buck.jvm.java.abi.JarBuilderStubJarWriter
 
writeEntry(String, InputStream) - Method in class com.facebook.buck.util.zip.CustomZipOutputStream
 
writeEvent(IndividualTestEvent.Finished) - Method in class com.facebook.buck.event.listener.FileSerializationEventBusListener
 
WriteFile - Class in com.facebook.buck.file
 
WriteFile(BuildTarget, ProjectFilesystem, BuildRuleParams, String, Path, boolean) - Constructor for class com.facebook.buck.file.WriteFile
 
WriteFile(BuildTarget, ProjectFilesystem, BuildRuleParams, byte[], Path, boolean) - Constructor for class com.facebook.buck.file.WriteFile
 
WriteFile(WinNT.HANDLE, ByteBuffer, int, IntByReference, Pointer) - Method in interface com.facebook.buck.io.windowspipe.WindowsNamedPipeLibrary
 
writeFile(ProjectFilesystem, CellPathResolver) - Method in interface com.facebook.buck.jvm.java.ClassUsageFileWriter
 
writeFile(ProjectFilesystem, CellPathResolver) - Method in class com.facebook.buck.jvm.java.DefaultClassUsageFileWriter
 
writeFile(ProjectFilesystem, CellPathResolver) - Method in class com.facebook.buck.jvm.java.NoOpClassUsageFileWriter
 
writeFileAndGetInputStream(BuildJobStateFileHashEntry, Path) - Method in class com.facebook.buck.distributed.LocalFsContentsProvider
 
WriteFileStep - Class in com.facebook.buck.step.fs
 
WriteFileStep(ProjectFilesystem, ByteSource, Path, boolean) - Constructor for class com.facebook.buck.step.fs.WriteFileStep
 
WriteFileStep(ProjectFilesystem, String, Path, boolean) - Constructor for class com.facebook.buck.step.fs.WriteFileStep
 
WriteFileStep(ProjectFilesystem, Supplier<String>, Path, boolean) - Constructor for class com.facebook.buck.step.fs.WriteFileStep
 
writeFilesToKeepToFile(String) - Method in class com.facebook.buck.ide.intellij.IJProjectCleaner
 
writeLinesToFile(Iterable<String>, Path) - Static method in class com.facebook.buck.io.MoreFiles
Writes the specified lines to the specified file, encoded as UTF-8.
writeLinesToPath(Iterable<String>, Path, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
Writes each line in lines with a trailing newline to a file at the specified path.
writeLock() - Method in class com.facebook.buck.util.concurrent.AutoCloseableReadWriteUpdateLock
 
writeManifest() - Method in class com.facebook.buck.util.zip.CustomJarOutputStream
 
writeMetadataToDisk(boolean) - Method in class com.facebook.buck.rules.BuildInfoRecorder
Writes the metadata currently stored in memory to the directory returned by BuildInfo.getPathToMetadataDirectory(BuildTarget, ProjectFilesystem).
writeModuleMetadata(Path, ImmutableMultimap<APKModule, Path>, ProjectFilesystem, Optional<Path>, Optional<Path>, boolean) - Static method in class com.facebook.buck.android.WriteAppModuleMetadataStep
 
writeNlistToBuffer(Nlist, ByteBuffer, boolean) - Static method in class com.facebook.buck.macho.NlistUtils
Writes the given Nlist to the buffer at the current position.
writeOutput() - Method in class com.facebook.buck.graph.Dot
 
WRITER - Static variable in class com.facebook.buck.util.ObjectMappers
 
writeResult(String, List<TestResult>) - Method in class com.facebook.buck.testrunner.BaseRunner
The test result file is written as XML to avoid introducing a dependency on JSON (see class overview).
writeStdin(ByteBuffer) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
Invoke this to directly write data to the launched process's stdin.
writeStringTableFromStrings(Iterable<String>, OutputStream) - Static method in class com.facebook.buck.cxx.toolchain.elf.ElfStringTable
Writes a string table from the given strings.
writeStringTableFromStringTable(byte[], Iterable<Integer>, OutputStream) - Static method in class com.facebook.buck.cxx.toolchain.elf.ElfStringTable
Writes a string table from null terminated byte strings described by the byte array and indices.
WriteStringTemplateRule - Class in com.facebook.buck.rules
 
WriteStringTemplateRule(BuildTarget, ProjectFilesystem, BuildRuleParams, Path, SourcePath, ImmutableMap<String, String>, boolean) - Constructor for class com.facebook.buck.rules.WriteStringTemplateRule
 
writeSubgraphOutput(DirectedAcyclicGraph<T>, String, ImmutableSet<T>, Function<T, String>, Function<T, String>, Appendable, boolean) - Static method in class com.facebook.buck.graph.Dot
 
writeTo(ProjectFilesystem, Path) - Method in class com.facebook.buck.jvm.java.abi.StubJar
 
writeTo(JarBuilder) - Method in class com.facebook.buck.jvm.java.abi.StubJar
 
writeToJar(JarBuilder, String) - Method in class com.facebook.buck.jvm.java.JarFileObject
 
writeToJar(JarBuilder) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
writeToJar(JarBuilder, String) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileObject
 
writeToJar(JarBuilder, String) - Method in class com.facebook.buck.jvm.java.JavaNoOpFileObject
 
writeXmlOutput(List<TestResults>, Writer) - Static method in class com.facebook.buck.cli.TestRunning
Writes the test results in XML format to the supplied writer.

X

XCBuildConfiguration - Class in com.facebook.buck.apple.xcode.xcodeproj
Build configuration containing a file reference ton an xcconfig file and additional inline settings.
XCBuildConfiguration(String) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.XCBuildConfiguration
 
XCConfigurationList - Class in com.facebook.buck.apple.xcode.xcodeproj
List of build configurations.
XCConfigurationList() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.XCConfigurationList
 
XCODE_TARGET_DESCRIPTION_CLASSES - Static variable in class com.facebook.buck.apple.AppleBuildRules
 
XcodePostbuildScriptDescription - Class in com.facebook.buck.apple
Description for an xcode_postbuild_script rule which runs a shell script after the 'copy resources' phase has run.
XcodePostbuildScriptDescription() - Constructor for class com.facebook.buck.apple.XcodePostbuildScriptDescription
 
XcodePrebuildScriptDescription - Class in com.facebook.buck.apple
Description for an xcode_prebuild_script rule which runs a shell script before the Apple target that depends on it is built.
XcodePrebuildScriptDescription() - Constructor for class com.facebook.buck.apple.XcodePrebuildScriptDescription
 
XCodeProjectCommandHelper - Class in com.facebook.buck.apple.project_generator
 
XCodeProjectCommandHelper(BuckEventBus, Parser, BuckConfig, VersionedTargetGraphCache, TypeCoercerFactory, Cell, Console, Optional<ProcessManager>, ImmutableMap<String, String>, ListeningExecutorService, List<String>, boolean, boolean, boolean, boolean, String, boolean, boolean, boolean, Function<Iterable<String>, ImmutableList<TargetNodeSpec>>, Function<ImmutableList<String>, Integer>) - Constructor for class com.facebook.buck.apple.project_generator.XCodeProjectCommandHelper
 
xcodeProjectTestsMode() - Method in class com.facebook.buck.cli.BuckConfig
 
XcodeprojSerializer - Class in com.facebook.buck.apple.xcode
Serializer that handles conversion of an in-memory object graph representation of an xcode project (instances of PBXObject) into an Apple property list.
XcodeprojSerializer(GidGenerator, PBXProject) - Constructor for class com.facebook.buck.apple.xcode.XcodeprojSerializer
 
XcodeScriptDescriptionArg - Class in com.facebook.buck.apple
Immutable implementation of AbstractXcodeScriptDescriptionArg.
XcodeScriptDescriptionArg.Builder - Class in com.facebook.buck.apple
Builds instances of type XcodeScriptDescriptionArg.
XcodeWorkspaceConfigDescription - Class in com.facebook.buck.apple
 
XcodeWorkspaceConfigDescription() - Constructor for class com.facebook.buck.apple.XcodeWorkspaceConfigDescription
 
XcodeWorkspaceConfigDescriptionArg - Class in com.facebook.buck.apple
Immutable implementation of XcodeWorkspaceConfigDescription.AbstractXcodeWorkspaceConfigDescriptionArg.
XcodeWorkspaceConfigDescriptionArg.Builder - Class in com.facebook.buck.apple
Builds instances of type XcodeWorkspaceConfigDescriptionArg.
XCScheme - Class in com.facebook.buck.apple.xcode
 
XCScheme(String, Optional<XCScheme.BuildAction>, Optional<XCScheme.TestAction>, Optional<XCScheme.LaunchAction>, Optional<XCScheme.ProfileAction>, Optional<XCScheme.AnalyzeAction>, Optional<XCScheme.ArchiveAction>) - Constructor for class com.facebook.buck.apple.xcode.XCScheme
 
XCScheme.AnalyzeAction - Class in com.facebook.buck.apple.xcode
 
XCScheme.ArchiveAction - Class in com.facebook.buck.apple.xcode
 
XCScheme.BuildableReference - Class in com.facebook.buck.apple.xcode
 
XCScheme.BuildAction - Class in com.facebook.buck.apple.xcode
 
XCScheme.BuildActionEntry - Class in com.facebook.buck.apple.xcode
 
XCScheme.BuildActionEntry.BuildFor - Enum in com.facebook.buck.apple.xcode
 
XCScheme.LaunchAction - Class in com.facebook.buck.apple.xcode
 
XCScheme.LaunchAction.LaunchStyle - Enum in com.facebook.buck.apple.xcode
 
XCScheme.ProfileAction - Class in com.facebook.buck.apple.xcode
 
XCScheme.TestableReference - Class in com.facebook.buck.apple.xcode
 
XCScheme.TestAction - Class in com.facebook.buck.apple.xcode
 
XCVersionGroup - Class in com.facebook.buck.apple.xcode.xcodeproj
 
XCVersionGroup(String, String, PBXReference.SourceTree) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
XmlDomParser - Class in com.facebook.buck.util.xml
 
XmlDomParserWithLineNumbers - Class in com.facebook.buck.util.xml
 
XmlTestResultParser - Class in com.facebook.buck.test
 
XzMemorySemaphore - Class in com.facebook.buck.step.fs
 
XzStep - Class in com.facebook.buck.step.fs
A Step to compress a file with XZ / LZMA2.
XzStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.step.fs.XzStep
Creates an XzStep to compress a file with XZ compression level 4.
XzStep(ProjectFilesystem, Path, Path) - Constructor for class com.facebook.buck.step.fs.XzStep
Creates an XzStep to compress a file with XZ compression level 4.
XzStep(ProjectFilesystem, Path, Path, int) - Constructor for class com.facebook.buck.step.fs.XzStep
Creates an XzStep to compress a file with the given XZ compression level and output path.
XzStep(ProjectFilesystem, Path, int) - Constructor for class com.facebook.buck.step.fs.XzStep
Creates an XzStep to compress a file with XZ at a user supplied compression level .

Y

yaccCompiler - Variable in class com.facebook.buck.ocaml.OcamlYaccStep.Args
 

Z

ZERO - Static variable in class com.facebook.buck.dalvik.DalvikStatsTool.Stats
 
ZERO - Static variable in class com.facebook.buck.timing.ClockDuration
 
zeroFileChanges() - Static method in class com.facebook.buck.event.WatchmanStatusEvent
 
ZeroFileChanges() - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.ZeroFileChanges
 
Zip - Class in com.facebook.buck.util.zip
 
Zip - Class in com.facebook.buck.zip.rules
 
Zip(SourcePathRuleFinder, BuildTarget, ProjectFilesystem, String, ImmutableSortedSet<SourcePath>, boolean, boolean) - Constructor for class com.facebook.buck.zip.rules.Zip
 
ZipalignStep - Class in com.facebook.buck.android
 
ZipalignStep(Path, Path, Path) - Constructor for class com.facebook.buck.android.ZipalignStep
 
zipAndConcat(Iterable<T>...) - Static method in class com.facebook.buck.util.MoreIterables
Combine the given iterables by peeling off items one at a time from each of the input iterables until any one of the iterables are exhausted.
ZipArchiveDependencySupplier - Class in com.facebook.buck.jvm.java
 
ZipArchiveDependencySupplier(SourcePathRuleFinder, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.jvm.java.ZipArchiveDependencySupplier
 
ZipCompressionLevel - Enum in com.facebook.buck.util.zip
 
ZipConstants - Class in com.facebook.buck.util.zip
 
ZipFileDescription - Class in com.facebook.buck.zip.rules
 
ZipFileDescription() - Constructor for class com.facebook.buck.zip.rules.ZipFileDescription
 
ZipFileDescriptionArg - Class in com.facebook.buck.zip.rules
Immutable implementation of ZipFileDescription.AbstractZipFileDescriptionArg.
ZipFileDescriptionArg.Builder - Class in com.facebook.buck.zip.rules
Builds instances of type ZipFileDescriptionArg.
ZipFileTraversal - Class in com.facebook.buck.util
 
ZipFileTraversal(Path) - Constructor for class com.facebook.buck.util.ZipFileTraversal
 
ZipOutputStreams - Class in com.facebook.buck.util.zip
 
ZipOutputStreams.HandleDuplicates - Enum in com.facebook.buck.util.zip
 
ZipScrubber - Class in com.facebook.buck.util.zip
Tool to eliminate non-deterministic or problematic bits of zip files.
ZipScrubberStep - Class in com.facebook.buck.zip
Immutable implementation of AbstractZipScrubberStep.
ZipSplitter - Interface in com.facebook.buck.dalvik
 
ZipSplitter.CanaryStrategy - Enum in com.facebook.buck.dalvik
 
ZipSplitter.DexSplitStrategy - Enum in com.facebook.buck.dalvik
 
ZipSplitterFactory - Interface in com.facebook.buck.dalvik
 
ZipStep - Class in com.facebook.buck.zip
A Step that creates a ZIP archive..
ZipStep(ProjectFilesystem, Path, Set<Path>, boolean, ZipCompressionLevel, Path) - Constructor for class com.facebook.buck.zip.ZipStep
Create a ZipStep to create or update a zip archive.
ZipWriteTest - Class in com.facebook.buck.util.zip
A small test program to exercize CustomZipOutputStream.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links